Let non-add-on preconfigure scripts set libc_config_ok.
[glibc.git] / ChangeLog
blob193ea30083c0b45d2d947817a0e3286e0e1dbf1b
1 2015-04-09  Roland McGrath  <roland@hack.frob.com>
3         * configure.ac (libc_config_ok): Initialize before reading
4         preconfigure scripts, not after.
5         * configure: Regenerated.
7         * test-skeleton.c (TIMEOUT): Move #define to top level.
8         (main): Grok environment variable TEST_DIRECT.  If set, print
9         test expectation details into that file and then behave as if
10         given --direct.
12 2015-04-09  Florian Weimer  <fweimer@redhat.com>
14         * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
15         warning on 32-bit.
17 2015-04-08  David S. Miller  <davem@davemloft.net>
19         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
23         * math/auto-libm-test-in: Add more tests of atanh.
24         * math/auto-libm-test-out: Regenerated.
25         * sysdeps/i386/fpu/libm-test-ulps: Update.
26         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28         * math/auto-libm-test-in: Add more tests of atan.
29         * math/auto-libm-test-out: Regenerated.
30         * sysdeps/i386/fpu/libm-test-ulps: Update.
31         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33 2015-04-08  Florian Weimer  <fweimer@redhat.com>
35         * elf/pldd.c (main): Rewrite to use struct
36         scratch_buffer instead of extend_alloca.
37         * elf/pldd-xx.c (find_maps): Likewise.
38         * grp/initgroups.c: Include <scratch_buffer.h> instead of
39         <alloca.h>.
40         * grp/compat-initgroups.c (compat_call): Rewrite to use struct
41         scratch_buffer instead of extend_alloca.
42         * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
43         grp/compat-initgroups.c.
44         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
45         Rewrite to use struct scratch_buffer instead of extend_alloca.
46         * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
47         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
49 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
51         * math/auto-libm-test-in: Add more tests of cbrt.
52         * math/auto-libm-test-out: Regenerated.
53         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
55         * math/auto-libm-test-in: Add more tests of cabs.
56         * math/auto-libm-test-out: Regenerated.
57         * sysdeps/i386/fpu/libm-test-ulps: Update.
58         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
60         [BZ #18210]
61         [BZ #18211]
62         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
63         (__ieee754_atan2): Set FE_TONEAREST mode for internal
64         computations.
65         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
66         clog10.
67         * math/auto-libm-test-out: Regenerated.
68         * sysdeps/i386/fpu/libm-test-ulps: Update.
69         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
71         [BZ #18197]
72         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
73         (atan): Set FE_TONEAREST mode for internal computations.
74         * math/auto-libm-test-in: Add more tests of atan.
75         * math/auto-libm-test-out: Regenerated.
77 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
79         [BZ #17930]
80         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
82 2015-04-07  Florian Weimer  <fweimer@redhat.com>
84         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
86 2015-04-07  Florian Weimer  <fweimer@redhat.com>
88         * include/scratch_buffer.h: New file.
89         * malloc/scratch_buffer_grow.c: Likewise.
90         * malloc/scratch_buffer_grow_preserve.c: Likewise.
91         * malloc/scratch_buffer_set_array_size.c: Likewise.
92         * malloc/tst-scratch_buffer.c: Likewise.
93         * malloc/Makefile (routines): Add scratch_buffer_grow.
94         (tests): Add test case.
95         * malloc/Versions (GLIBC_PRIVATE): Export
96         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
97         __libc_scratch_buffer_set_array_size.
99 2015-04-06  Richard Henderson  <rth@redhat.com>
101         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
102         * sysdeps/alpha/fpu/libm-test-ulps: Update.
104         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
105         unsigned int before printing.
107 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
109         [BZ #17596]
110         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
111         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
113 2015-04-02  Florian Weimer  <fweimer@redhat.com>
115         * include/libc-internal.h (libc_max_align_t): Define.
117 2015-04-02  Andreas Schwab  <schwab@suse.de>
119         [BZ #16850]
120         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
122 2015-04-02  Mel Gorman  <mgorman@suse.de>
124         [BZ #17195]
125         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
126         as well as the main arena.
128 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
130         [BZ #18185]
131         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
132         sharing L2 cache to 2 for Silvermont/Knights Landing.
134 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
136         [BZ #17711]
137         * config.make.in (have-protected-data): New.
138         * configure.ac: Check linker support for protected data symbol.
139         * configure: Regenerated.
140         * elf/Makefile (modules-names): Add tst-protected1moda and
141         tst-protected1modb if $(have-protected-data) is yes.
142         (tests): Add tst-protected1a and tst-protected1b if
143         $(have-protected-data) is yes.
144         ($(objpfx)tst-protected1a): New.
145         ($(objpfx)tst-protected1b): Likewise.
146         (tst-protected1modb.so-no-z-defs): Likewise.
147         * elf/tst-protected1a.c: New file.
148         * elf/tst-protected1b.c: Likewise.
149         * elf/tst-protected1mod.h: Likewise.
150         * elf/tst-protected1moda.c: Likewise.
151         * elf/tst-protected1modb.c: Likewise.
153 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
155         [BZ #17711]
156         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
157         indicates it is called from do_lookup_x on relocation against
158         protected data, skip the data definion in the executable from
159         copy reloc.
160         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
161         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
162         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
163         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
164         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
165         otherwise to 0.
166         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
167         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
168         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
169         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
170         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
171         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
173 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
175         * sysdeps/nptl/pthread.h: Remove duplicate definition of
176         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
178 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
180         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
181         THREAD_SETMEM_NC.
182         * sysdeps/x86_64/nptl/tls.h: Ditto.
184 2015-03-27  Roland McGrath  <roland@hack.frob.com>
186         * dlfcn/tststatic.c (main): Converted to ...
187         (do_test): ... this.
188         (TEST_FUNCTION): New macro.
189         Include test-skeleton.c.
191 2015-03-26  Alan Modra  <amodra@gmail.com>
193         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
194         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
195         zero for undefined weak.
196         (elf_machine_plt_conflict): Similarly.
198 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
200         * math/auto-libm-test-in: Add more tests of acosh, asinh and
201         atanh.
202         * math/auto-libm-test-out: Regenerated.
203         * sysdeps/i386/fpu/libm-test-ulps: Update.
204         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
206         * math/auto-libm-test-in: Add another test of asin.
207         * math/auto-libm-test-out: Regenerated.
208         * sysdeps/i386/fpu/libm-test-ulps: Update.
209         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
211         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
212         Remove macro.
213         (LLL_EBX_REG): Likewise.
214         (LLL_ENTER_KERNEL): Likewise.
216         * math/auto-libm-test-in: Add more tests of asin.
217         * math/auto-libm-test-out: Regenerated.
218         * sysdeps/i386/fpu/libm-test-ulps: Update.
219         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
221         [BZ #18138]
222         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
223         libc_do_syscall_args): New structure.
224         (INTERNAL_SYSCALL_MAIN_0): New macro.
225         (INTERNAL_SYSCALL_MAIN_1): Likewise.
226         (INTERNAL_SYSCALL_MAIN_2): Likewise.
227         (INTERNAL_SYSCALL_MAIN_3): Likewise.
228         (INTERNAL_SYSCALL_MAIN_4): Likewise.
229         (INTERNAL_SYSCALL_MAIN_5): Likewise.
230         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
231         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
232         Replace conditional definitions by conditional definitions of ....
233         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
234         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
235         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
236         (libpthread-sysdep_routines): Add libc-do-syscall.
237         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
238         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
239         to __NR_futex not 240.
241 2015-03-25  Alan Modra  <amodra@gmail.com>
243         * NEWS: Advertise TLS optimization.
244         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
245         (DT_PPC_NUM): Increment.
246         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
247         (CHECK_STATIC_TLS): Use here.
248         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
249         TLS descriptors.
250         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
251         * sysdeps/powerpc/dl-tls.c: New file.
252         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
253         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
254         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
255         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
256         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
257         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
258         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
260 2015-03-25  Alan Modra  <amodra@gmail.com>
262         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
263         for overlapping .opd entries" to "support...".
264         * sysdeps/powerpc/powerpc64/configure: Regenerate
266 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
268         * math/auto-libm-test-in: Add more tests of acos.
269         * math/auto-libm-test-out: Regenerated.
270         * sysdeps/i386/fpu/libm-test-ulps: Update.
271         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
273         * math/auto-libm-test-in: Add more tests of expm1.
274         * math/auto-libm-test-out: Regenerated.
275         * sysdeps/i386/fpu/libm-test-ulps: Update.
276         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
278 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
280         * math/auto-libm-test-in: Add more tests of cosh and sinh.
281         * math/auto-libm-test-out: Regenerated.
282         * sysdeps/i386/fpu/libm-test-ulps: Update.
283         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
285         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
286         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
288         * math/auto-libm-test-in: Add more tests of log2.
289         * math/auto-libm-test-out: Regenerated.
290         * sysdeps/i386/fpu/libm-test-ulps: Update.
291         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
293 2015-03-23  Roland McGrath  <roland@hack.frob.com>
295         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
296         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
297         _IO_IS_APPENDING bit in READ_WRITE instead.
299 2015-03-23  Florian Weimer  <fweimer@redhat.com>
301         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
302         (__determine_cpumask_size): Replace extend_alloca with a
303         variable-length array.  Do not treat res == 0 as an error.
305 2015-03-23  Florian Weimer  <fweimer@redhat.com>
307         [BZ #18100]
308         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
309         and integer overflow.
310         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
311         (main): Add integer overflow tests.
312         * manual/pattern.texi (Calling Wordexp): Document additional use
313         for WRDE_SYNTAX.
315 2015-03-23  Alan Modra  <amodra@gmail.com>
317         * config.h.in: Remove HAVE_ASM_PPC_REL16.
318         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
319         and false branch of conditional.
320         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
321         Likewise.
323 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
325         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
326         libc-modules.h
327         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
328         unused declaration of _hurd_intr_rpc_msg_in_trap.
329         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
330         defined instead of whether it is non-zero.
331         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
332         input constraint instead of both input and output constraint.  Use ecx
333         clobber instead of %ecx.
334         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
335         mutex_unlock): Use a statement expression instead of an expression list.
336         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
337         type to vm_size_t instead of vm_address_t.
338         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
339         defined instead of whether it is non-zero.
340         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
341         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
342         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
343         comparisons with mapaddr.
344         * nscd/nscd-client.h: Include <time.h>.
345         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
346         9th parameter to __vm_region instead of int.
347         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
348         * scripts/check-local-headers.sh (exclude): Add device/,
349         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
350         cthreads.h.
352 2015-03-19  Roland McGrath  <roland@hack.frob.com>
354         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
355         to account for alignment padding.
356         * sysdeps/arm/memmove.S: Likewise.
358 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
360         * sysdeps/unix/sysv/linux/generic/README: New file.
362 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
364         [BZ #18138]
365         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
366         (futex_abstimed_wait)
367         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
368         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
369         of lll_futex_timed_wait.
371 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
373         [BZ #17542]
374         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
376 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
378         [BZ #17090]
379         [BZ #17620]
380         [BZ #17621]
381         [BZ #17628]
382         * NEWS: Update.
383         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
384         entries with Static TLS too.  Skip entries past the end of the
385         allocated DTV, from Alan Modra.
386         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
387         Static TLS DTV entry set up from...
388         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
389         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
390         * nptl/allocatestack.c (init_one_static_tls): ... and here...
391         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
392         for Static TLS.
393         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
394         that the slot we find is associated with the given map before
395         using its generation count.
396         * nptl_db/db_info.c: Include ldsodefs.h.
397         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
398         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
399         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
400         (link_map::l_tls_offset): New struct field.
401         (dtv_t::counter): Likewise.
402         (rtld_global): New struct.
403         (_rtld_global): New rtld variable.
404         (dl_tls_dtv_slotinfo_list): New rtld global field.
405         (dtv_slotinfo_list): New struct.
406         (dtv_slotinfo): Likewise.
407         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
408         (td_lookup): Rename to...
409         (td_mod_lookup): ... this.  Use new mod parameter instead of
410         LIBPTHREAD_SO.
411         * nptl_db/td_thr_tlsbase.c: Include link.h.
412         (dtv_slotinfo_list, dtv_slotinfo): New functions.
413         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
414         addresses even if the DTV is out of date or missing them.
415         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
416         index zero-length arrays.
417         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
418         (td_lookup): Make it a macro implemented in terms of...
419         (td_mod_lookup): ... this declaration.
420         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
421         (DB_MAIN_VARIABLE): Likewise.
423 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
425         [BZ #18134]
426         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
428 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
430         * stdlib/setenv.c (__add_to_environ): Revert previous change.
432 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
434         [BZ #18128]
435         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
436         (atomic_add, atomic_increment_and_test)
437         (atomic_decrement_and_test): Fix 64-bit arithmetic.
439 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
441         * stdlib/setenv.c (__add_to_environ):
442         Dump core quickly if setenv (..., NULL, ...) is called.
444 2015-03-13  Roland McGrath  <roland@hack.frob.com>
446         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
447         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
448         all the necessary asm magic in one place.
449         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
450         using those.
452 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
454         [BZ #14906]
455         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
456         traced file mtime. Use consistent log message.
457         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
458         (register_traced_file): Call install_watches. Always set mtime.
459         (invalidate_cache): Iterate over all trace files. Call install_watches.
460         (inotify_check_files): Don't inline. Handle watching parent
461         directories and configuration file movement in and out.
462         (handle_inotify_events): New function.
463         (main_loop_poll): Call handle_inotify_events.
464         (main_loop_epoll): Likewise.
465         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
466         (struct traced_file): Use array of inotify fds. Add parent directory,
467         and basename.
468         (struct database_dyn): Remove unused file_mtime.
469         (init_traced_file): New inline function.
470         (define_traced_file): New macro.
471         * nss/nss_db/db-init.c: Use define_traced_file.
472         (_nss_db_init): Use init_traced_file.
473         * nss/nss_files/files-init.c: Use define_traced_file.
474         (_nss_files_init): Use init_traced_file.
476 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
478         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
479         [_LIBC]: Do not include <stdlib.h>.
480         [!_LIBC] (abort): Remove declaration.
481         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
482         _FP_STATIC_ASSERT instead of conditionally calling abort.
483         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
484         (_FP_EXTEND_CNAN): Likewise.
485         (FP_TRUNC): Likewise.
486         (__FP_CLZ): Likewise.
487         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
489 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
491         * manual/string.texi (XPG basename): Fix prototype.
493 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
495         [BZ #18080]
496         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
497         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
498         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
499         (__setcontext): Likewise.
500         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
501         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
502         Call rt_sigprocmask syscall one time to set new signal mask
503         and retrieve the current signal mask instead of two calls.
504         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
505         (__swapcontext): Likewise.
506         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
507         * stdlib/tst-setcontext2.c: New file.
509 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
511         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
513 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
515         [BZ #18093]
516         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
517         the wrong size.
519 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
521         [BZ #18043]
522         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
524 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
526         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
527         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
528         Remove define.
529         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
530         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
531         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
532         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
533         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
534         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
535         define.
536         * nptl_db/td_symbol_list.c (td_lookup): Remove
537         HAVE_ASM_GLOBAL_DOT_NAME code.
538         * sysdeps/powerpc/powerpc64/configure.ac: Remove
539         HAVE_ASM_GLOBAL_DOT_NAME check.
540         * sysdeps/powerpc/powerpc64/configure: Regenerate.
541         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
542         (DOT_LABEL): Remove define.
543         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
544         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
545         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
546         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
547         (__TLS_GET_ADDR): Likewise.
548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
549         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
551 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
553         [BZ #18111]
554         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
555         (_FPU_SETCW): Initialize cw from fpsr before storing.
556         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
557         (fesetexceptflag): Rewrite using fpu_control.h.
558         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
560 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
562         [BZ #18110]
563         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
564         asms.
565         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
567 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
569         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
570         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
571         abort.
572         (_FP_FMA): Likewise.
573         (_FP_DIV): Likewise.
575 2015-03-10  Roland McGrath  <roland@hack.frob.com>
577         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
578         with 0 in that case.
579         * Makefile (summarize-tests): New canned sequence, factored out of
580         commands for targets tests and xtests.  Display summary lines that
581         don't start with PASS: or XFAIL: rather than ones that do start with
582         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
583         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
584         do start with ERROR: or FAIL:.
585         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
586         (except for [$(build-shared) = yes]).
587         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
588         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
589         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
590         * nptl/Makefile: Revert 2015-03-04 changes.
591         [$(CXX) empty] (tests-unsupported): New variable.
592         * debug/Makefile: Likewise.
594         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
595         gnulib file.  Replace __attribute with __attribute__ throughout.
597 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
599         * sysdeps/hppa/fpu/libm-test-ulps: Update.
601 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
603         [BZ #18104]
604         * math/auto-libm-test-in: Add another test of pow.
605         * math/auto-libm-test-out: Regenerated.
607 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
609         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
610         $(config-cflags-nofma).
612 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
614         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
615         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
616         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
617         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
618         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
619         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
620         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
621         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
622         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
623         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
624         Add comment on closing #endif.
626 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
628         * posix/wordexp.c (CHAR_IN_SET): New macro.
629         (parse_param): Use it.
631 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
633         * sysdeps/powerpc/fpu/libm-test-ulps: update.
635 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
637         [BZ #18043]
638         * posix/wordexp.c (parse_param): Fix buffer overflow.
639         * posix/wordexp-test.c (test_case): Add test case.
641 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
643         [BZ #18042]
644         * posix/wordexp.c (parse_backtick): Fix off-by-one.
645         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
647 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
649         [BZ #18043]
650         * posix/wordexp-test.c (test_case): Add test for BZ #18043
651         (do_bz18043): Delete.
652         (at_page_end): New.
653         (testit): Refactor to have words at the edge of unreadable page.
655 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
657         [BZ #16734]
658         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
659         Cleanup read-only streams as well.
660         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
662 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
664         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
665         <bits/libc-lockP.h>
667 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
669         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
670         on [__KERNEL__].
671         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
672         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
673         * soft-fp/op-common.h (_FP_DECL): Likewise.
675 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
677         * elf/ifuncdep2.c (global): Replace
678         __attribute__((visibility("protected"))) with
679         asm (".protected global").
680         * elf/ifuncmod1.c (global): Likewise.
681         * elf/ifuncmod5.c (global): Likewise.
683 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
685         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
686         <asm/sfp-machine.h> instead of <sfp-machine.h>.
688 2015-03-06  Roland McGrath  <roland@hack.frob.com>
690         * manual/install.texi (Configuring and compiling):
691         Document test-wrapper-env-only.
692         * INSTALL: Regenerated.
694 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
696         [BZ #18043]
697         * posix/wordexp.c (parse_param): Fix buffer overflow.
698         * posix/wordexp-test.c (do_bz18043): Add test case.
700 2015-03-06  Vincent Bernat  <vincent@bernat.im>
702         * time/tst-strptime2.c (do_test): Ensure failing tests are
703         reported correctly.
704         * time/tst-strptime3.c (do_test): Likewise.
706 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
708         Fix aio_error thread-safety.
709         * sysdeps/pthread/aio_error.c: New file
710         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
711         synchronization.
713 2015-03-06  Florian Weimer  <fweimer@redhat.com>
715         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
716         (group_number, vfprintf): Use it.
717         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
718         (JUMP, REF): Use it.
719         (WORK_BUFFER_SIZE): New enum constant.
720         (process_arg, vfprintf): Use it.
722 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
724         * manual/errno.texi (Error Messages): Complete example function
725         by adding missing #define.
726         (program_invocation_name): Add statement indicating GNU
727         extension and reference which header file declares the variable.
728         (program_invocation_short_name): Likewise.
730 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
732         * manual/errno.texi (Error Messages): Delete strerror ISO C89
733         compatibility note.
735 2015-03-05  Roland McGrath  <roland@hack.frob.com>
737         * Makeconfig (test-wrapper-env-only): New variable.
738         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
739         then use that with $(test-wrapper-env-only) rather than using
740         $(test-wrapper-env) $(run-program-env) $($*-ENV).
742 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
744         [BZ #18082]
745         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
746         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
747         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
748         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
749         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
750         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
751         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
752         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
753         Likewise.
754         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
755         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
756         Likewise.
757         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
758         Likewise.
759         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
760         Likewise.
761         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
762         Likewise.
763         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
764         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
765         Likewise.
766         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
767         Likewise.
768         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
769         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
771 2015-03-04  Roland McGrath  <roland@hack.frob.com>
773         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
774         (ETH_ALEN): New macro.
775         (struct ether_addr): Use it for length of ether_addr_octet.
777         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
778         (setdb): Don't call __nss_configure_lookup for "rpc".
779         (do_test): Don't call test_rpc.
780         (output_rpcent, test_rpc): Functions moved ...
781         * sunrpc/test-rpcent.c: ... to this new file.
782         * sunrpc/Makefile (tests): Add it.
784         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
785         __xpg_sigpause.
786         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
787         * nptl/tst-signal6.c: Likewise.
788         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
789         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
791         * configure.ac (libc_cv_cxx_link_ok): New check.
792         Reset CXX to empty if it fails to link.
793         * configure: Regenerated.
794         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
795         bug-atexit3-lib only if $(CXX) is nonempty.
796         * nptl/Makefile (tests): Likewise for tst-cancel24.
797         (tests, tests-static): Likewise for tst-cancel24-static.
798         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
799         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
800         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
801         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
803 2015-03-04  Andreas Schwab  <schwab@suse.de>
805         [BZ #17631]
806         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
807         for non-GCC compilers.
808         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
809         Likewise.
811 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
813         [BZ #17776]
814         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
815         integer before bitwise and assembly operations.
816         (feclearexcept): Likewise.
817         * math/test-fenvinline.c: New file.
818         * math/Makefile: Add test-fenvinline test.
820 2015-03-03  Alan Modra  <amodra@gmail.com>
822         [BZ #16512]
823         * scripts/localplt.awk: Strip off symbol version.
824         * NEWS: Mention bug fix.
826 2015-03-02  Roland McGrath  <roland@hack.frob.com>
828         * sysdeps/pthread/timer_routines.c
829         (timer_free_list, thread_free_list, thread_active_list): Make static.
831 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
833         [BZ #17779]
834         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
835         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
836         Undefine.
837         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
838         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
839         Likewise.
840         * sysdeps/unix/sysv/linux/sh/kernel-features.h
841         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
842         Likewise.
844 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
846         [BZ #18036]
847         * posix/fnmatch_loop.c (END): Detect invalid pattern.
848         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
850 2015-03-02  Andreas Schwab  <schwab@suse.de>
852         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
853         variable name.
855 2015-03-02  Florian Weimer  <fweimer@redhat.com>
857         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
858         Return error status.
860 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
862         [BZ #15969]
863         * locale/findlocale.c (_nl_find_locale): Introduce const
864         version of loc_name and drop unsafe type casts.
866 2015-02-27  Roland McGrath  <roland@hack.frob.com>
868         * dlfcn/tststatic2.c (main): Converted to ...
869         (do_test): ... this.
870         (TEST_FUNCTION): New macro.
871         Include test-skeleton.c.
873 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
875         [BZ #17711]
876         * elf/Makefile (tests): Add vismain only if PIE is enabled.
877         (tests-pie): Add vismain.
878         (CFLAGS-vismain.c): New.
879         * elf/vismain.c: Add comments for PIE requirement.
881 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
883         [BZ #18046]
884         [BZ #18047]
885         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
886         0x1p-56L as threshold for just returning the argument.
887         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
888         0x1p-32L as threshold for just returning the argument.
889         * math/auto-libm-test-in: Add more tests of atanh.
890         * math/auto-libm-test-out: Regenerated.
891         * sysdeps/i386/fpu/libm-test-ulps: Update.
892         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
894 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
896         * string/bcopy.c (bcopy): Call memmove for performance.
898 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
900         * string/bzero.c (__bzero): Call memset for performance.
902 2015-02-27  John David Anglin  <dave.anglin@bell.net>
904         [BZ #18068]
905         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
906         to 00100000.
908 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
910         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
912 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
914         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
915         (__kernel_standard): Use CSTR macro when setting exc.name.
916         * sysdeps/ieee754/Makefile [$(subdir) = math]
917         (CFLAGS-k_standard.c): Remove variable.
919         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
920         setting p and q from "else if" to "else".
921         (qzero): Likewise.
922         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
923         (qone): Likewise.
924         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
925         (qzerof): Likewise.
926         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
927         (qonef): Likewise.
928         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
929         (qzero): Likewise.
930         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
931         (qone): Likewise.
933         [BZ #18038]
934         [BZ #18039]
935         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
936         return pi/2 for arguments below 0x1p-113L.
937         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
938         return pi/2 for arguments below 0x1p-106L.
939         * math/auto-libm-test-in: Add more tests of acos.
940         * math/auto-libm-test-out: Regenerated.
942         [BZ #16351]
943         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
944         (MO): New macro.
945         (__ieee754_asin): Force underflow exception for results with small
946         absolute value.
947         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
948         (MO): New macro.
949         (__ieee754_asinf): Force underflow exception for results with
950         small absolute value.
951         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
952         (__ieee754_asin): Force underflow exception for results with small
953         absolute value.
954         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
955         (__ieee754_asinf): Force underflow exception for results with
956         small absolute value.
957         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
958         (__ieee754_asinl): Force underflow exception for results with
959         small absolute value.
960         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
961         (__ieee754_asinl): Force underflow exception for results with
962         small absolute value.
963         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
964         (__ieee754_asinl): Force underflow exception for results with
965         small absolute value.
966         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
967         Include <math.h>.
968         * math/auto-libm-test-in: Do not mark underflow exceptions as
969         possibly missing for bug 16351.
970         * math/auto-libm-test-out: Regenerated.
972         [BZ #18030]
973         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
974         of power of 2 down when low part has opposite sign.
975         * math/libm-test.inc (logb_test_data): Add more tests.
977 2015-02-26  Andreas Schwab  <schwab@suse.de>
979         [BZ #18032]
980         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
981         over collating symbol inside a bracket expression.  Minor cleanup.
982         * posix/tst-fnmatch3.c (do_test): Add test case.
984 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
986         [BZ #18029]
987         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
988         Adjust exponent of power of 2 down when low part has opposite
989         sign.
990         * math/libm-test.inc (ilogb_test_data): Add more tests.
992 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
994         [BZ #15969]
995         * locale/findlocale.c (_nl_find_locale): Fix constness error in
996         the previous change.
998         [BZ #15969]
999         * locale/findlocale.c (_nl_find_locale): Retry archive search
1000         after alias expansion.
1002 2015-02-25  Roland McGrath  <roland@hack.frob.com>
1004         * iconv/tst-iconv3.c (main): Converted to ...
1005         (do_test): ... this.
1006         (TEST_FUNCTION): New macro.
1007         Include test-skeleton.c.
1009         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
1010         (convert): Make function static.
1011         (test_unalign): Likewise.  Add const to argument pointee types.
1012         (main): Replace with static function do_test.
1013         Print "Succeeded." only if RET is zero.
1014         (TEST_FUNCTION): New macro.
1015         Include test-skeleton.c.
1017         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
1018         returns a null pointer.
1020 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1022         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
1023         to __memcpy_ppc only for static builds.
1025 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
1027         [BZ #18020]
1028         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
1029         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
1030         * math/auto-libm-test-in: Add more tests of asinh.
1031         * math/auto-libm-test-out: Regenerated.
1032         * sysdeps/i386/fpu/libm-test-ulps: Update.
1033         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1035 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
1037         [BZ #15850]
1038         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
1039         and ip6_mtuinfo definitions here.
1040         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
1041         in this define too.  Update comment.
1043 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
1045         * elf/sprof.c (load_shobj): Tweak error message to match others.
1047 2015-02-24  Kevin Easton  <kevin@guarana.org>
1049         [BZ #16145] (partial fix)
1050         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
1051         to reduce lock contention.
1053 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
1055         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
1056         (struct timex): Update time comment.
1057         (ADJ_SETOFFSET): Define.
1059 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1061         [BZ #18019]
1062         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
1063         2**56 not 2**28 as threshold for log (2x) formula.
1064         * math/auto-libm-test-in: Add more tests of acosh.
1065         * math/auto-libm-test-out: Regenerated.
1066         * sysdeps/i386/fpu/libm-test-ulps: Update.
1067         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1069 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1071         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
1072         parenthesis around the buf assignment.
1073         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
1075 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1077         [BZ #16783]
1078         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
1079         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
1080         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
1081         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1082         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1083         * math/libm-test.inc (scalb_test_data): Add more tests.
1085 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
1087         [BZ #17916]
1088         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
1089         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
1091 2015-02-24  Eric Rannaud  <e@nanocritical.com>
1093         [BZ #17523]
1094         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
1095         * io/bits/fcntl2.h (open): Use it.
1096         (openat): Likewise.
1097         * io/open.c (__libc_open): Likewise.
1098         * io/open64.c (__libc_open64): Likewise.
1099         * io/open64_2.c (__open64_2): Likewise.
1100         * io/open_2.c (__open_2): Likewise.
1101         * io/openat.c (__openat): Likewise.
1102         * io/openat64.c (__openat64): Likewise.
1103         * io/openat64_2.c (__openat64_2): Likewise.
1104         * io/openat_2.c (__openat_2): Likewise.
1105         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
1106         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
1107         * sysdeps/posix/open64.c (__libc_open64): Likewise.
1108         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
1109         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
1110         (__open_nocancel): Likewise.
1111         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
1112         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
1113         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
1115 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1117         [BZ #14841]
1118         * resolv/gethnamaddr.c (getanswer): Skip logging if
1119         RES_USE_DNSSEC is set.
1120         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
1122 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1124         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
1126 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
1128         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
1129         201304L, for Unicode 7.
1131 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1133         [BZ #17836]
1134         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
1135         shared library.  Add gmon-start.os otherwise.
1136         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
1137         $(objpfx)gmon-start.os if builing shared library.
1138         ($(objpfx)g$(static-start-installed-name)): Likewise.
1140 2015-02-23  Andreas Schwab  <schwab@suse.de>
1142         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
1144 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
1146         [BZ #17269]
1147         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
1148         (enlarge_userbuf): Likewise.
1150 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
1152         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
1153         * math/atest-exp.c (TIMEOUT): Adjust to 200.
1154         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
1155         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
1157 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
1159         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
1160         expression inside statement expression.
1162 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
1164         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
1165         <sysdeps/nptl/lowlevellock.h> and remove macros and
1166         functions that are now defined there.
1167         (SYS_futex): Remove.
1168         (lll_compare_and_swap): Remove.
1169         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
1171 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
1173         [BZ #17999]
1174         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
1175         instead of scandirat.
1176         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
1177         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
1178         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
1179         __scandirat.
1180         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
1181         (__scandirat): Declare.  Use libc_hidden_proto.
1182         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
1183         Remove variable.
1184         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1186 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1188         [BZ #15319]
1189         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
1190         (MO): New macro.
1191         (__ieee754_atan2): For results with small absolute value, force
1192         underflow exception and remove excess range and precision from
1193         return value.
1194         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
1195         (MO): New macro.
1196         (__ieee754_atan2f): For results with small absolute value, force
1197         underflow exception and remove excess range and precision from
1198         return value.
1199         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
1200         (MO): New macro.
1201         (__atan): For results with small absolute value, force underflow
1202         exception and remove excess range and precision from return value.
1203         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
1204         (MO): New macro.
1205         (__atanf): For results with small absolute value, force underflow
1206         exception and remove excess range and precision from return value.
1207         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
1208         <math.h>.
1209         (__ieee754_atan2): Force underflow exception for results with
1210         small absolute value.
1211         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
1212         <math_private.h>.
1213         (atan): Force underflow exception for results with small absolute
1214         value.
1215         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
1216         (__atanf): Force underflow exception for results with small
1217         absolute value.
1218         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
1219         <math.h>.
1220         (__atanl): Force underflow exception for results with small
1221         absolute value.
1222         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
1223         (__atanl): Force underflow exception for results with small
1224         absolute value.
1225         * sysdeps/x86/fpu/bits/mathinline.h
1226         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
1227         (__ieee754_atan2): Only define inline for long double.
1228         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
1229         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
1230         * math/auto-libm-test-in: Do not mark underflow exceptions as
1231         possibly missing for bug 15319.  Add more tests of atan2.
1232         * math/auto-libm-test-out: Regenerated.
1233         * math/libm-test.inc (casin_test_data): Do not mark underflow
1234         exceptions as possibly missing for bug 15319.
1235         (casinh_test_data): Likewise.
1236         * sysdeps/i386/fpu/libm-test-ulps: Update.
1238 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
1240         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
1241         * sysdeps/mips/bits/endian.h: Fix comments.
1243 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1245         [BZ #17996]
1246         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
1247         (hdestroy_r): Likewise.
1248         (hsearch_r): Likewise.
1249         (__hcreate_r): Declare and use libc_hidden_proto.
1250         (__hdestroy_r): Likewise.
1251         (__hsearch_r): Likewise.
1252         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
1253         (hcreate): Call __hcreate_r instead of hcreate_r.
1254         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
1255         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
1256         as weak alias of __hcreate_r.
1257         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
1258         __hdestroy_r.
1259         (hsearch_r): Rename to __hsearch_r and define as weak alias of
1260         __hsearch_r.
1261         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
1262         Remove variable.
1263         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1264         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1265         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1266         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1268 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
1270         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
1271         arena_lock into a single arena_get.
1273 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
1275         * dl-reloc.c: Inlucde libc-internal.h.
1276         (_dl_try_allocate_static_tls): Call ALIGN_UP.
1277         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
1278         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
1279         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
1280         (grow_heap): Likewise.
1281         * malloc/malloc.c: Include libc-internal.h.
1282         (do_check_malloc): Call powerof2.
1283         (sysmalloc): Use pagesize. Call ALIGN_UP.
1284         (systrim): Use pagesize.
1285         (mremap_chunk): Use pagesize. Call ALIGN_UP.
1286         (__libc_valloc): Use pagesize.
1287         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
1289 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1291         [BZ #17991]
1292         * include/sys/resource.h (__getrlimit64): Declare.  Use
1293         libc_hidden_proto.
1294         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
1295         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
1296         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
1297         getrlimit64.
1298         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
1299         __getrlimit64.
1300         [!getrlimit64] (getrlimit64): Define as weak alias of
1301         __getrlimit64.  Use libc_hidden_weak.
1302         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
1303         using __getrlimit64 not __new_getrlimit64.
1304         (__GI_getrlimit64): Likewise.
1305         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
1306         Likewise.
1307         (__GI_getrlimit64): Likewise.
1308         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
1309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
1310         (getrlimit): Add __getrlimit64 alias.
1311         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
1312         Likewise.
1313         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
1314         Remove variable.
1315         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1316         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1318 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
1320         * libio/fileops.c: Add missing sys/mman.h
1321         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
1323 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1325         * manual/math.texi (Errors in Math Functions): Clarify goals
1326         regarding inexact and underflow exceptions.
1328 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1330         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
1331         * sysdeps/mips/memset.S: Ditto.
1333 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1335         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
1337 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1339         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
1340         (__v1longjmp): Remove versioned symbol.
1341         (__v1siglongjmp): Remove alias and versioned symbol.
1342         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
1343         (__v2siglongjmp): Likewise.
1345 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1347         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
1349 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
1351         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
1353 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1355         [BZ #17987]
1356         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
1357         zero result does not depend on the sign resulting from
1358         subtraction.
1359         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1360         Likewise.
1361         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1362         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1363         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1364         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1365         * math/libm-test.inc (remquo_test_data): Add more tests.
1367 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
1369         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
1370         Problem reported by J William Piggott.
1372 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1374         [BZ #17978]
1375         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
1376         products 4 * y and 2 * y where those would overflow.
1377         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1378         Likewise.
1379         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1380         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1381         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1382         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1383         * math/libm-test.inc (remquo_test_data): Add more tests.
1385         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
1387         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
1388         [defined _COMPILING_NEWLIB].
1389         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
1390         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
1392         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
1393         [!defined __mips_isa_rev || __mips_isa_rev < 6].
1395 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1397         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
1398         acquired.
1400 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
1402         [BZ #17792]
1403         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
1404         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
1405         HOST_STACK_END_ADDR): Likewise.
1407 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
1409         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
1410         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
1411         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
1413 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1415         * sysdeps/generic/c++-types.data: New file.
1416         * sysdeps/generic/ld.abilist: New file.
1417         * sysdeps/generic/libBrokenLocale.abilist: New file.
1418         * sysdeps/generic/libanl.abilist: New file.
1419         * sysdeps/generic/libc.abilist: New file.
1420         * sysdeps/generic/libcrypt.abilist: New file.
1421         * sysdeps/generic/libdl.abilist: New file.
1422         * sysdeps/generic/libm.abilist: New file.
1423         * sysdeps/generic/libpthread.abilist: New file.
1424         * sysdeps/generic/libresolv.abilist: New file.
1425         * sysdeps/generic/librt.abilist: New file.
1427 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1429         [BZ #17569]
1430         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1431         Compute absolute value of x as modified by fmod, not original
1432         value of x.
1433         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
1434         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
1435         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
1436         RUN_TEST_ffI_f1_mod8.
1437         (remquo_test_data): Add more tests.
1439 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1441         * sysdeps/init_array/pt-crti.S: New file.
1443 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1445         [BZ #17967]
1446         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
1447         __builtin_fmaf instead of relying on contraction of a * b + c.
1449 2015-02-12  J William Piggott  <elseifthen@gmx.com>
1451         [BZ #17969]
1452         * manual/time.texi: correct the zoneinfo path in the TZ Variable
1453         node.
1455 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1457         [BZ #17964]
1458         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
1459         __builtin_fma instead of relying on contraction of a * b + c.
1461 2015-02-12  Roland McGrath  <roland@hack.frob.com>
1463         * Makeconfig (ASFLAGS): Add -Werror=undef.
1464         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
1465         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
1466         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
1468         * Makeconfig (after-link): New variable.
1469         (+link-pie, +link-pie-tests): Use it.
1470         (+link-static, +link-static-tests): Likewise.
1471         (+link, +link-tests): Likewise.
1472         * Makerules (build-module, build-module-asneeded): Likewise.
1473         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
1474         Likewise.
1475         * elf/Makefile ($(objpfx)ld.so): Likewise.
1477 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
1479         [BZ #17965]
1480         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
1481         both struct timeval and struct timespec.
1483 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1485         [BZ #16560]
1486         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
1487         and redefine.
1488         (__ieee754_exp2l): Do not multiply small fractional parts by
1489         M_LN2l.
1490         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
1491         small argument.
1492         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
1493         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
1494         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
1495         * math/auto-libm-test-in: Add more tests of exp2.
1496         * math/auto-libm-test-out: Regenerated.
1498 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1500         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
1501         unaligned path.
1503 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1505         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
1506         little endian.
1508 2015-02-12  Andreas Schwab  <schwab@suse.de>
1510         [BZ #15790]
1511         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
1512         Filter out elision flags from value returned in kind.
1513         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
1514         * nptl/tst-pthread-mutexattr.c: New file.
1516 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1518         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
1519         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
1520         into gnu-gnu, and update comment to refer to abi-tags.
1522 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
1524         [BZ #15467]
1525         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
1526         (__sincos): Set errno to EDOM for infinite argument.
1527         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
1528         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
1529         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
1530         (__sincosl): Set errno to EDOM for infinite argument.
1531         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
1532         (__sincosl): Set errno to EDOM for infinite argument.
1533         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
1534         (__sincosl): Set errno to EDOM for infinite argument.
1535         * math/libm-test.inc (sincos_test_data): Test errno setting.
1537 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
1539         * string/strxfrm_l.c: Remove #define STRCMP.
1540         * string/strcoll_l.c: Remove #define STRLEN.
1541         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
1542         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
1544 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
1546         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
1547         * sysdeps/mips/mips32/sfp-machine.h: ... here.
1548         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
1549         * sysdeps/mips/mips64/Makefile: ... here.
1550         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
1551         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
1552         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
1553         * sysdeps/mips/mips64/sfp-machine.h: ... here.
1554         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
1555         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
1556         * sysdeps/mips/mips64/n64/Implies: Likewise.
1558 2015-02-10  Roland McGrath  <roland@hack.frob.com>
1560         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
1561         <sys/time.h>, <string.h>, and <errno.h>.
1562         (dest_offset, dest_address, value, zero): Remove unused variables.
1563         (ldouble): Remove typedef.
1564         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
1565         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
1566         1).  Fix code style.
1567         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
1568         (check): Function removed.
1569         (CHECK): New macro.
1570         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
1571         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
1572         Don't call set_sigaction_FP and remove_sigaction_FP here.
1573         (ldouble_test): Just use 'long double' as macro argument, no need for
1574         the 'ldouble' typedef.
1575         (do_test): Set up SIGFPE handler at start, using plain signal rather
1576         than sigaction.  Fix code style.
1578 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
1580         [BZ #17949]
1581         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
1582         jump label.
1584 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1586         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
1587         * sysdeps/powerpc/powerpc32/configure: Regenerated.
1589         * sysdeps/powerpc/configure.ac: Remove file.
1590         * sysdeps/powerpc/configure: Likewise.
1592         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1593         [sysdep_routines]: Remove wordcopy-power6 object.
1594         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
1595         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
1596         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
1597         (__memmove_ppc32): Likewise.
1598         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
1599         file.
1600         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
1601         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
1602         Remove preprocessor.
1604         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1605         [sysdep_routines]: Remove wide chars objects.
1606         [wcsmbs]: New rule for wide char objects.
1608         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1609         Remove wordcopy-power6 obejct.
1610         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
1611         Use local call for wordcopy and memcpy symbols.
1612         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
1613         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
1614         implementation for loader.
1615         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
1617         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1618         Remove wordcopy-power7 object.
1619         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
1620         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
1621         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
1622         (_wordcopy_fwd_dest_aligned): Likewise.
1623         (_wordcopy_bwd_aligned): Likewise.
1624         (_wordcopy_bwd_dest_aligned): Likewise.
1626         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
1627         Rewrite to call __memmove_ppc instead of include default
1628         implementation.
1630         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1631         Remove wide chars objects.
1632         [wcsmbs]: New rule for wide char objects.
1634 2015-02-09  Andreas Schwab  <schwab@suse.de>
1636         [BZ #17912]
1637         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
1638         in terms of __O_DIRECTORY.
1640 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1642         * time/getdate.c: Include <stdbool.h>.
1643         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
1644         call PTR_MANGLE.
1645         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
1646         PTR_DEMANGLE.
1648 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
1650         Add ersatz _Static_assert on older C hosts
1651         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
1652         pre-C11 C platform that is not known to support _Static_assert.
1654 2015-02-07  Richard Braun  <rbraun@sceen.net>
1656         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
1657         sigstate.
1658         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
1660 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1662         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
1663         priority against unexistent AIO_PRIO_DELTA_MAX.
1664         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
1665         instead of int.
1666         * misc/fchflags.c (fchflags): Likewise.
1667         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
1668         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
1669         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
1670         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
1671         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
1672         Declare macros.
1673         [__USE_MISC] (chflags, fchflags): Declare functions.
1674         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
1675         EINVAL when nfds is greater than FD_SETSIZE.
1676         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
1677         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
1678         45.
1679         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
1680         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
1681         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
1682         MACH_RCV_TIMED_OUT.
1683         * hurd/hurd/signal.h (_hurd_self_sigstate,
1684         _hurd_critical_section_lock, _hurd_critical_section_unlock):
1685         Explicit casts from void *.
1686         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
1687         * abi-tags: Rename gnu-gnu os into gnu.
1689         [BZ #4719]
1690         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
1691         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
1692         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
1693         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
1694         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
1695         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
1697         [BZ #17944]
1698         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
1699         duplicates ADDR->sun_path with sockaddr LEN limitation.
1700         * sysdeps/mach/hurd/connect.c: Include <string.h>
1701         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
1702         * sysdeps/mach/hurd/sendmsg.c: Likewise.
1703         * sysdeps/mach/hurd/sendto.c: Likewise.
1704         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
1705         implementing it by hand.
1707 2015-02-06  Roland McGrath  <roland@hack.frob.com>
1709         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
1710         Use sfi_breg on ldr.
1711         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
1712         Likewise.
1714         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
1715         it's defined.
1716         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
1717         Test SIGSETXID only if it's defined.
1719         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
1721         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
1722         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
1724         * nptl/tst-align2.c: Moved ...
1725         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
1726         * nptl/Makefile (tests): Remove tst-align2.
1727         * sysdeps/unix/sysv/linux/Makefile
1728         [$(subdir) = nptl] (tests): Add tst-align-clone.
1729         * nptl/tst-getpid1.c: Moved ...
1730         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
1731         * nptl/tst-getpid2.c: Moved ...
1732         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
1733         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
1734         * sysdeps/unix/sysv/linux/Makefile
1735         [$(subdir) = nptl] (tests): ... here.
1736         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
1737         * sysdeps/unix/sysv/linux/Makefile
1738         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
1740         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
1741         Drop trailing \n from perror argument.  Use return rather than exit.
1743         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
1744         on [SA_SIGINFO].
1745         * nptl/tst-cancel21.c (do_test): Likewise.
1746         * debug/tst-backtrace6.c: Include <signal.h> first thing.
1747         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
1748         [!SA_SIGINFO]: Make it a stub test.
1750         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
1751         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
1753         * posix/tst-getlogin.c: Move to ...
1754         * login/tst-getlogin.c: ... here.
1755         * posix/Makefile (tests): Move tst-getlogin to ...
1756         * login/Makefile (tests): ... here.
1758         * libio/tst-atime.c (do_test): Move local variables SV and E
1759         inside [ST_NOATIME] conditional.
1761         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
1763         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
1765         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
1766         (wait_code): New function replaces macro.
1767         Call nanosleep rather than syscall.
1769         * nptl/pt-system.c: Rewritten.  Put everything under
1770         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1771         Use IFUNC to redirect when possible.
1773         * nptl/pt-longjmp.c: Rewritten.  Put everything under
1774         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1775         Use IFUNC to redirect when possible.
1777         * nptl/pt-fork.c: Rewritten.  Put everything under
1778         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1779         Use IFUNC to redirect when possible.
1780         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
1782         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
1783         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
1784         unconditionally nowadays.  This included the only reference to
1785         __vdso_clock_gettime that appears outside libc proper.
1786         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
1787         Remove version set (containing only __vdso_clock_gettime).
1788         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
1789         Add attribute_hidden.
1790         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
1791         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
1792         libc_hidden_data_def.
1793         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
1794         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
1796         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
1797         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
1798         setrpcent, and getrpcport to ...
1799         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
1800         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
1801         getrpcbynumber_r, and getrpcent_r to ...
1802         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
1803         * inet/getrpcbyname.c: Moved ...
1804         * sunrpc/getrpcbyname.c: ... here.
1805         * inet/getrpcbyname_r.c: Moved ...
1806         * sunrpc/getrpcbyname_r.c: ... here.
1807         * inet/getrpcbynumber.c: Moved ...
1808         * sunrpc/getrpcbynumber.c: ... here.
1809         * inet/getrpcbynumber_r.c: Moved ...
1810         * sunrpc/getrpcbynumber_r.c: ... here.
1811         * inet/getrpcent.c: Moved ...
1812         * sunrpc/getrpcent.c: ... here.
1813         * inet/getrpcent_r.c: Moved ...
1814         * sunrpc/getrpcent_r.c: ... here.
1815         * inet/Makefile (routines): Move those to ...
1816         * sunrpc/Makefile (routines): ... here.
1817         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
1818         the $(subdirs) list.
1819         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
1820         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
1821         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
1822         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
1824         * elf/Makefile (routines): Include $(all-dl-routines), not just
1825         $(dl-routines).
1826         (rtld-routines): Likewise.  Use = rather than :=.
1827         * sysdeps/aarch64/Makefile [$(subdir) = elf]
1828         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
1829         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
1830         * sysdeps/arm/Makefile: Likewise.
1831         * sysdeps/i386/Makefile: Likewise.
1832         * sysdeps/x86_64/Makefile: Likewise.
1833         * sysdeps/hppa/Makefile [$(subdir) = elf]
1834         (sysdep_routines, sysdep-rtld-routines): Don't add
1835         $(sysdep-dl-routines) to these.
1836         * sysdeps/ia64/Makefile: Likewise.
1837         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
1838         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
1839         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
1840         Don't add dl-static to these; sysdep-dl-routines alone is enough.
1841         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1842         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
1843         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
1844         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
1845         * sysdeps/powerpc/Makefile [$(subdir) = elf]
1846         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
1847         these; sysdep-dl-routines alone is enough.
1849 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
1851         [BZ #17932]
1852         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
1853         where multiplication results in zero and third argument is finite
1854         and nonzero.
1855         * math/auto-libm-test-in: Add more tests of fma.
1856         * math/auto-libm-test-out: Regenerated.
1858         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
1859         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
1860         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
1861         (_FP_CMP_EQ): Likewise.
1862         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
1864         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
1865         extra argument CHECK_NAN.  Redefine as wrapper around
1866         _FP_EXTEND_CNAN.
1868 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
1870         * version.h (RELEASE): Set to "stable".
1871         (VERSION): Set to "2.21"
1872         * include/features.h (__GLIBC_MINOR__): Set to 21.
1874         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
1876 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
1877             Paul Eggert  <eggert@cs.ucla.edu>
1879         [BZ #16618]
1880         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
1881         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
1882         size in bytes. Store needed elements in wpmax. Use needed size
1883         in bytes for extend_alloca.
1885 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
1887         * manual/install.texi: Latest tested versions are GCC 4.9.2,
1888         binutls 2.25, and texinfo 5.2.
1889         * INSTALL: Regenerate.
1890         * sysdeps/nios2/configure: Regenerate.
1891         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
1892         * manual/contrib.texi: Update.
1893         * po/be.po: Update.
1894         * po/bg.po: Update.
1895         * po/ca.po: Update.
1896         * po/cs.po: Update.
1897         * po/da.po: Update.
1898         * po/de.po: Update.
1899         * po/el.po: Update.
1900         * po/eo.po: Update.
1901         * po/es.po: Update.
1902         * po/fi.po: Update.
1903         * po/fr.po: Update.
1904         * po/gl.po: Update.
1905         * po/hr.po: Update.
1906         * po/hu.po: Update.
1907         * po/ia.po: Update.
1908         * po/id.po: Update.
1909         * po/it.po: Update.
1910         * po/ja.po: Update.
1911         * po/ko.po: Update.
1912         * po/lt.po: Update.
1913         * po/nb.po: Update.
1914         * po/nl.po: Update.
1915         * po/pl.po: Update.
1916         * po/pt_BR.po: Update.
1917         * po/ru.po: Update.
1918         * po/rw.po: Update.
1919         * po/sk.po: Update.
1920         * po/sl.po: Update.
1921         * po/sv.po: Update.
1922         * po/tr.po: Update.
1923         * po/uk.po: Update.
1924         * po/vi.po: Update.
1925         * po/zh_CN.po: Update.
1926         * po/zh_TW.po: Update.
1928         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
1929         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
1930         * sysdeps/hppa/dl-irel.h: Remove #warning.
1931         * sysdeps/hppa/entry.h: Provide prototype for
1932         __canonicalize_funcptr_for_compare and cast argument.
1933         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
1934         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
1935         * sysdeps/hppa/sotruss-lib.c: New file.
1936         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
1937         (atomic_compare_and_exchange_val_acq): Use __typeof__.
1938         (atomic_compare_and_exchange_bool_acq): Likewise.
1939         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
1940         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
1942         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
1943         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
1944         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
1946 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
1948         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
1949         called function in non-PIC case.
1951 2015-01-31  David S. Miller  <davem@davemloft.net>
1953         * sysdeps/sparc/sparc32/bits/atomic.h
1954         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
1955         unlock not after it.
1956         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
1957         volatile register usage warnings from the compiler.
1959         * sysdeps/sparc/nptl/sem_init.c: Delete.
1960         * sysdeps/sparc/nptl/sem_post.c: Delete.
1961         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
1962         * sysdeps/sparc/nptl/sem_wait.c: Delete.
1963         * sysdeps/sparc/sparc32/sem_init.c: New file.
1964         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
1965         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
1966         padding explicitly initialized.
1967         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
1968         padding for in-semaphore spinlock.
1969         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
1970         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
1971         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
1972         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
1973         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
1974         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
1975         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
1976         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
1977         version.
1978         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
1979         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
1981 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
1983         [BZ #17801]
1984         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1985         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
1986         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
1987         New.
1988         (index_AVX_Fast_Unaligned_Load): Likewise.
1989         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
1990         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
1991         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
1992         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
1993         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
1994         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
1995         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
1996         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
1997         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
1999 2015-01-29  Andreas Schwab  <schwab@suse.de>
2001         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
2003 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
2005         [BZ #17892]
2006         * nscd/nscd_stat.c (send_stats): Initialize DATA.
2008 2015-01-28  Martin Sebor  <msebor@redhat.com>
2010         * math/README.libm-test: Clarify. Add "How to read the test output."
2012 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
2014         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
2015         Define to 0.
2017 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
2019         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
2020         (__HAVE_64B_ATOMICS): Define to 0.
2022 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2024         [BZ #17885]
2025         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
2026         value to set as new flag.
2028         [BZ #16576]
2029         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
2030         and use _ARCH_PPCSQ instead.
2031         (__ieee754_sqrt): Likewise.
2032         (__ieee754_sqrtf): Likewise.
2033         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
2034         _ARCH_PPCSQ is defined.
2035         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
2036         fsqrt instruction.
2037         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
2038         _ARCH_PPCSQ is defined.
2039         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
2040         fsqrts instruction.
2041         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
2043 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2045         * iconv/loop.c: Suppress array out of bound warning caused by GCC
2046         bug (GCC BZ #64739).
2048 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
2050         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
2051         Mark _retval as used.
2052         (lll_futex_wake_unlock): Likewise.
2053         (lll_futex_timed_wait_requeue_pi): Likewise.
2055         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2056         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
2057         register variables.
2059         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
2060         libm_hidden_def.
2062         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
2063         (__bswap_64): Mark as __always_inline.
2065 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
2067         [BZ #15378]
2068         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
2069         when none of the search directories exist.
2071 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2073         [BZ #17869]
2074         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
2075         power8 in .machine directive.
2077         [BZ #17868]
2078         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
2079         set dependency from opd value.
2081 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2083         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2084         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
2085         architecture.
2087 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2089         [BZ #17870]
2090         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
2091         with uint64_t.
2092         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
2093         (uint64_t) 1.
2094         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
2095         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
2096         Replace 1UL with (uint64_t) 1.
2097         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
2098         int with uint64_t.
2100 2015-01-23  Roland McGrath  <roland@hack.frob.com>
2102         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
2103         (if_freenameindex): Likewise.
2105         * resource/getrlimit64.c: Add missing libc_hidden_def.
2107 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
2109         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
2110         __label__.
2111         (_FP_FMA): Likewise.
2112         (_FP_TO_INT_ROUND): Likewise.
2113         (_FP_FROM_INT): Likewise.
2115 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2117         [BZ #16418]
2118         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
2119         Make code racy and cancel safe.
2121 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
2123         * sysdeps/arm/unwind-resume.h: Fix copyright year.
2124         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
2125         attribution.
2127         * pwd/tst-getpw.c: Rewrite.
2129         [BZ #17702]
2130         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
2131         (modules-names): Add moddummy1 and moddummy2.
2132         ($(objpfx)tst-rec-dlopen): Define.
2133         * dlfcn/moddummy1.c: New file.
2134         * dlfcn/moddummy2.c: New file.
2135         * dlfcn/tst-rec-dlopen.c: New file.
2136         * elf/dl-cache.c (_dl_load_cache_lookup):
2137         Return char*. Copy result with alloca/strcpy/strdup.
2138         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
2139         returns char*. Free cached. If not saving realname
2140         free cached.
2141         * elf/dl-open.c (dl_open_worker): Do not assert that
2142         _r_debug->r_state is RT_CONSISTENT.
2143         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
2144         returns char*.
2146 2015-01-21  Torvald Riegel  <triegel@redhat.com>
2147             Carlos O'Donell  <carlos@redhat.com>
2149         [BZ #12674]
2150         * nptl/sem_waitcommon.c: New file.
2151         * nptl/sem_wait.c: Include sem_waitcommon.c.
2152         (__sem_wait_cleanup, do_futex_wait): Remove.
2153         (__new_sem_wait): Adapt.
2154         (__new_sem_trywait): New function.
2155         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
2156         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
2157         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
2158         (sem_timedwait): Adapt.
2159         * nptl/sem_post.c (__new_sem_post): Adapt.
2160         (futex_wake): New function.
2161         (__old_sem_post): Add release MO fence.
2162         * nptl/sem_open.c (sem_open): Adapt.
2163         * nptl/sem_init.c (__new_sem_init): Adapt.
2164         (futex_private_if_supported): New function.
2165         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
2166         (__old_sem_getvalue): Add using previous code.
2167         * sysdeps/nptl/internaltypes.h: Adapt.
2168         * nptl/tst-sem13.c (do_test): Adapt.
2169         * nptl/tst-sem11.c (main): Adapt.
2170         * nptl/sem_trywait.c: Remove.
2171         * nptl/DESIGN-sem.txt: Remove.
2172         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
2173         (gen-as-const-headers): Remove structsem.sym.
2174         * nptl/structsem.sym: Remove.
2175         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
2176         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
2177         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
2178         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
2179         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
2180         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
2181         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
2182         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
2183         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
2184         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
2185         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
2186         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
2187         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
2188         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
2189         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
2190         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
2191         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
2192         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
2193         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
2194         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
2195         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
2196         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
2198 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
2200         * INSTALL: Regenerated.
2202         * po/libc.pot: Regenerated.
2204 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
2205             Sandra Loosemore  <sandra@codesourcery.com>
2206             Andrew Jenner  <andrew@codesourcery.com>
2207             Joseph Myers  <joseph@codesourcery.com>
2208             Nathan Sidwell  <nathan@codesourcery.com>
2210         * NEWS: Mention new Nios II port.
2211         * sysdeps/nios2/Implies: New file.
2212         * sysdeps/nios2/Makefile: New file.
2213         * sysdeps/nios2/Subdirs: New file.
2214         * sysdeps/nios2/Versions: New file.
2215         * sysdeps/nios2/__longjmp.S: New file.
2216         * sysdeps/nios2/abort-instr.h: New file.
2217         * sysdeps/nios2/backtrace.c: New file.
2218         * sysdeps/nios2/bits/endian.h: New file.
2219         * sysdeps/nios2/bits/fenv.h: New file.
2220         * sysdeps/nios2/bits/link.h: New file.
2221         * sysdeps/nios2/bits/setjmp.h: New file.
2222         * sysdeps/nios2/bsd-_setjmp.S: New file.
2223         * sysdeps/nios2/bsd-setjmp.S: New file.
2224         * sysdeps/nios2/configure: New generated file.
2225         * sysdeps/nios2/configure.ac: New file.
2226         * sysdeps/nios2/crti.S: New file.
2227         * sysdeps/nios2/crtn.S: New file.
2228         * sysdeps/nios2/dl-init.c: New file.
2229         * sysdeps/nios2/dl-machine.h: New file.
2230         * sysdeps/nios2/dl-sysdep.h: New file.
2231         * sysdeps/nios2/dl-tls.h: New file.
2232         * sysdeps/nios2/dl-trampoline.S: New file.
2233         * sysdeps/nios2/gccframe.h: New file.
2234         * sysdeps/nios2/gmp-mparam.h: New file.
2235         * sysdeps/nios2/jmpbuf-offsets.h: New file.
2236         * sysdeps/nios2/jmpbuf-unwind.h: New file.
2237         * sysdeps/nios2/ldsodefs.h: New file.
2238         * sysdeps/nios2/libc-tls.c: New file.
2239         * sysdeps/nios2/libm-test-ulps: New file.
2240         * sysdeps/nios2/machine-gmon.h: New file.
2241         * sysdeps/nios2/math-tests.h: New file.
2242         * sysdeps/nios2/math_private.h: New file.
2243         * sysdeps/nios2/memusage.h: New file.
2244         * sysdeps/nios2/nptl/Makefile: New file.
2245         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
2246         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
2247         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
2248         * sysdeps/nios2/nptl/pthreaddef.h: New file.
2249         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
2250         * sysdeps/nios2/nptl/tls.h: New file.
2251         * sysdeps/nios2/preconfigure: New file.
2252         * sysdeps/nios2/s_fma.c: New file.
2253         * sysdeps/nios2/s_fmaf.c: New file.
2254         * sysdeps/nios2/setjmp.S: New file.
2255         * sysdeps/nios2/sfp-machine.h: New file.
2256         * sysdeps/nios2/sotruss-lib.c: New file.
2257         * sysdeps/nios2/stackguard-macros.h: New file.
2258         * sysdeps/nios2/stackinfo.h: New file.
2259         * sysdeps/nios2/start.S: New file.
2260         * sysdeps/nios2/sysdep.h: New file.
2261         * sysdeps/nios2/tls-macros.h: New file.
2262         * sysdeps/nios2/tst-audit.h: New file.
2263         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
2264         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
2265         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
2266         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
2267         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
2268         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
2269         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
2270         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
2271         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
2272         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
2273         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
2274         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
2275         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
2276         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
2277         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
2278         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
2279         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
2280         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
2281         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
2282         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
2283         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
2284         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
2285         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
2286         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
2287         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
2288         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
2289         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
2290         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
2291         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
2292         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
2293         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
2294         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
2295         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
2296         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
2297         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
2298         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
2299         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
2300         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
2301         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
2302         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
2303         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
2304         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
2305         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
2306         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
2308 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2310         [BZ #17844]
2311         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
2312         (getutent): Use weak_alias in non SHARED case
2313         and default_symbol_version in SHARED case.
2314         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
2315         (getutent_r, pututline): Likewise.
2316         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
2317         (getutid): Likewise.
2318         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
2319         (getutid_r): Likewise.
2320         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
2321         (getutline): Likewise.
2322         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
2323         (getutline_r): Likewise.
2324         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
2325         (updwtmp): Likewise.
2327 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2329         [BZ #17848]
2330         * sysdeps/s390/s390-32/memcmp.S
2331         (memcmp_g5): Rename to __memcmp_g5.
2332         * sysdeps/s390/s390-32/memcpy.S
2333         (memcpy_g5): Rename to __memcpy_g5.
2334         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2335         (memcpy_mvcle) Rename to __memcpy_mvcle.
2336         * sysdeps/s390/s390-32/memset.S
2337         (memset_g5): Rename to __memset_g5.
2338         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
2339         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2340         and use prefixed functions.
2341         * sysdeps/s390/s390-32/multiarch/memcmp.S
2342         (memcmp_z196): Rename to __memcmp_z196.
2343         (memcmp_z10): Rename to __memcmp_z10.
2344         (memcmp): Set alias to __memcmp_g5.
2345         (bcmp): Set alias to __memcmp_g5.
2346         * sysdeps/s390/s390-32/multiarch/memcpy.S
2347         (memcpy_z196): Rename to __memcpy_z196.
2348         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2349         (memcpy_z10): Rename to __memcpy_z10.
2350         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2351         (memcpy): Set alias to __memcpy_g5.
2352         * sysdeps/s390/s390-32/multiarch/memset.S
2353         (memset_z196): Rename to __memset_z196.
2354         Jump to __memset_mvcle instead of memset_mvcle.
2355         (memset_z10): Rename to __memset_z10.
2356         Jump to __memset_mvcle instead of memset_mvcle.
2357         (memset_mvcle) Rename to __memset_mvcle.
2358         (memset): Set alias to __memset_g5.
2359         * sysdeps/s390/s390-64/memcmp.S
2360         (memcmp_z900): Rename to __memcmp_z900.
2361         * sysdeps/s390/s390-64/memcpy.S
2362         (memcpy_z900): Rename to __memcpy_z900.
2363         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2364         (memcpy_mvcle) Rename to __memcpy_mvcle.
2365         * sysdeps/s390/s390-64/memset.S
2366         (memset_z900): Rename to __memset_z900.
2367         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
2368         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2369         and use prefixed functions.
2370         * sysdeps/s390/s390-64/multiarch/memcmp.S
2371         (memcmp_z196): Rename to __memcmp_z196.
2372         (memcmp_z10): Rename to __memcmp_z10.
2373         (memcmp): Set alias to __memcmp_z900.
2374         (bcmp): Set alias to __memcmp_z900.
2375         * sysdeps/s390/s390-64/multiarch/memcpy.S
2376         (memcpy_z196): Rename to __memcpy_z196.
2377         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2378         (memcpy_z10): Rename to __memcpy_z10.
2379         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2380         (memcpy): Set alias to __memcpy_z900.
2381         * sysdeps/s390/s390-64/multiarch/memset.S
2382         (memset_z196): Rename to __memset_z196.
2383         Jump to __memset_mvcle instead of memset_mvcle.
2384         (memset_z10): Rename to __memset_z10.
2385         Jump to __memset_mvcle instead of memset_mvcle.
2386         (memset_mvcle) Rename to __memset_mvcle.
2387         (memset): Set alias to __memset_z900.
2389 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
2391         [BZ #17748]
2392         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
2393         __fesetenv instead of fesetenv.
2395 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2397         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
2398         macro.
2400 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2402         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
2403         regression on LE.
2405         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
2406         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
2407         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2408         strncmp-power8 object.
2409         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2410         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
2411         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
2412         * NEWS: Update.
2414 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2415             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2417         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
2418         trailing byte check.
2420 2015-01-13  David S. Miller  <davem@davemloft.net>
2422         * include/signal.h (__sigreturn): Guard with __USE_MISC.
2424 2015-01-13  Roland McGrath  <roland@hack.frob.com>
2426         * login/logout.c (logout): Use memset rather than bzero.
2427         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
2428         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
2429         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
2430         (_gethtbyaddr): Likewise.
2431         * locale/programs/simple-hash.c (bcopy): Macro removed.
2433 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2435         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2436         Add strcmp-power8 object.
2437         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2438         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
2439         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
2440         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
2441         __strcmp_power8 implementation.
2442         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
2443         * NEWS: Update.
2445         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2446         Add strncpy-power8 and stpncpy-power8 objects.
2447         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2448         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
2449         implementations.
2450         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
2451         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
2452         __stpncpy_power8 implementation.
2453         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
2454         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
2455         __strncpy_power8 implementation.
2456         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
2457         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
2458         * NEWS: Update.
2460         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
2461         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
2462         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
2464         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2465         strncat-power8 object.
2466         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
2467         __strcat_power8 implementation.
2468         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2469         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
2470         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
2471         optimized strcat for power8.
2473         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2474         strcpy-power8 and stpcpy-power8 objects.
2475         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2476         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
2477         implementations.
2478         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
2479         multiarch stpcpy implementation for POWER8.
2480         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
2481         multiarch strcpy implementation for POWER8.
2482         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
2483         __strcpy_power8 function.
2484         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
2485         stpcpy for POWER8.
2486         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
2487         strcpy for POWER8.
2488         * NEWS: Update.
2490 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
2492         [BZ #16009]
2493         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
2494         weights and rules. Use do_xfrm_cached if data fits in cache,
2495         do_xfrm otherwise.  Moved former main loop to...
2496         * (do_xfrm_cached): New function.
2497         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
2498         find_idx, find_position and stack_push.
2499         * (find_idx): New function.
2500         * (find_position): Likewise.
2501         * localedata/sort-test.sh: Added test run for do_xfrm.
2502         * localedata/xfrm-test.c (main): Added command line option
2503         -nocache to run the test with strings that are too large for
2504         the STRXFRM cache.
2506 2015-01-13  Torvald Riegel  <triegel@redhat.com>
2508         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
2509         variable to lll_futex_wake call, not the value itself.
2511 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
2513         [BZ #17803]
2514         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
2515         twom64.  Adjust value to 0x1p-64L.
2516         (__scalblnl): Only return standard underflowing result for K <=
2517         -64 not K <= -63; adjust exponent for underflowing result by 64
2518         not 63.
2519         * math/libm-test.inc (scalbn_test_data): Add more tests.
2520         (scalbln_test_data): Likewise.
2522         [BZ #17834]
2523         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
2524         0x1p63L.
2525         (__scalblnl): Get new exponent of adjusted subnormal value from ES
2526         not HX.
2527         * math/libm-test.inc (scalbn_test_data): Add more tests.
2528         (scalbln_test_data): Likewise.
2530 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2531             Stefani Seibold  <stefani@seibold.net>
2533         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
2534         (sysdep_routines): Add dl-vdso here, ...
2535         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
2536         (sysdep_routines): ... not here.
2537         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
2538         fallback when vDSO is not presented.
2539         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
2540         Define with libc_hidden_proto/libc_hidden_data_def definitions.
2541         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
2542         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
2543         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
2544         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
2545         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
2546         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
2547         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
2548         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
2549         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
2550         fallback configurable symbol when vDSO is not available.
2551         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
2552         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
2553         be able to redefine fallback symbol when vDSO is not available.
2554         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
2555         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
2557 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2559         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
2560         (TLS_INIT_TP): Add tm_capable initialization.
2561         (TLS_DEFINE_INIT_TP): Likewise.
2562         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
2563         TCB.
2564         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
2565         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
2566         calculation.
2567         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
2568         transactoion is lock elision is built and TCB tm_capable is set.
2569         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
2570         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
2571         (INTERNAL_SYSCALL_NCS): Likewise.
2572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
2573         (INTERNAL_SYSCALL_NCS): Likewise.
2574         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
2576         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
2577         for powerpc.
2578         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2579         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
2580         and remove it for 32 bits case.
2581         [pthread_rwlock_t] (__rwelision): New field for lock elision.
2582         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
2583         initialization.
2584         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
2585         Disable lock elision with rdlocks if elision is not available.
2587         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
2588         (sysdep_routines): Add lock elision objects.
2589         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2590         [pthread_mutex_t] (__spins): Rework to add lock elision field.
2591         [pthread_mutex_t] (__elision): Add field.
2592         [__PTHREAD_SPINS]: Adjust to init lock elision field.
2593         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
2594         elision definitions for powerpc.
2595         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
2596         implementation of lock elision for powerpc.
2597         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
2598         implementation of timed lock elision for powerpc.
2599         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
2600         implementation of trylock with lock elision for powerpc.
2601         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
2602         implementaion of unlock for lock elision for powerpc.
2603         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
2604         automatic enable lock elision for mutexes.
2605         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
2606         transaction execution definitions for powerpc.
2607         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
2608         definitions.
2609         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
2610         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
2611         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
2612         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
2613         * NEWS: Update.
2615 2015-01-09  Roland McGrath  <roland@hack.frob.com>
2617         * sysdeps/posix/shm-directory.c: Use <> rather than ""
2618         for #include of <shm-directory.h>.
2620 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
2622         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
2623         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
2625 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
2627         [BZ #17791]
2628         * NEWS: Mention bug fix.
2629         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
2630         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
2631         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
2633 2015-01-09  Torvald Riegel <triegel@redhat.com>
2635         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
2637 2015-01-09  Torvald Riegel <triegel@redhat.com>
2639         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
2641 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2643         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
2644         pointer and cast to uintptr_t.
2646 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2648         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
2649         removed.
2650         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
2652 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2654         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
2655         of 0.
2657 2015-01-08  Roland McGrath  <roland@hack.frob.com>
2659         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
2660         <nptl/pthreadP.h> instead.
2661         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
2663         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
2664         already defined.
2665         [__SIGRTMIN] (init): Function removed.
2666         [__SIGRTMIN] (initialized): Variable removed.
2667         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
2668         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
2669         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
2670         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
2671         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
2672         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
2673         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
2674         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
2675         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
2676         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
2677         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
2678         * sysdeps/nptl/allocrtsig.c: New file.
2679         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
2680         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
2681         * sysdeps/generic/testrtsig.h: File removed.
2683         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
2684         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
2686         * nptl/nptl-init.c (pthread_functions): Conditionalize
2687         .ptr__nptl_setxid initialization on [SIGSETXID].
2689         * sysdeps/nptl/sys/procfs.h: New file.
2690         * nptl_db/Makefile (headers): Add it.
2691         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
2693         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
2694         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
2695         * nptl/pthread_attr_setaffinity.c: Include it.
2696         * nptl/pthread_setattr_default_np.c: Likewise.
2697         * nptl/check-cpuset.h: New file.
2699 2015-01-08  Richard Henderson  <rth@redhat.com>
2701         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
2702         (CFLAGS-tst-execstack-prog.c): Likewise.
2703         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
2705 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
2706             Sandra Loosemore  <sandra@codesourcery.com>
2707             Andrew Jenner  <andrew@codesourcery.com>
2708             Joseph Myers  <joseph@codesourcery.com>
2709             Nathan Sidwell  <nathan@codesourcery.com>
2711         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
2712         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
2713         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
2714         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
2715         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
2716         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
2717         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
2718         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
2719         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
2720         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
2721         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
2722         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
2723         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
2724         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
2725         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
2726         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
2727         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
2729 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2731         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
2732         timespec struct member in syscall macro.
2733         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
2734         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
2735         first timeval struct member in syscall macro.
2736         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
2738 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
2740         [BZ #17748]
2741         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
2742         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
2743         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
2744         __feupdateenv and define as weak alias of __feupdateenv.  Use
2745         libm_hidden_weak.
2746         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
2747         libm_hidden_def.
2748         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
2749         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
2750         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2751         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
2752         libm_hidden_def.
2753         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
2754         __feupdateenv and define as weak alias of __feupdateenv.  Use
2755         libm_hidden_weak.
2756         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
2757         libm_hidden_def.
2758         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
2759         __feupdateenv and define as weak alias of __feupdateenv.  Use
2760         libm_hidden_weak.
2761         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
2762         libm_hidden_def.
2763         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2764         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2765         (__feupdateenv): Likewise.
2766         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
2767         __feupdateenv and define as weak alias of __feupdateenv.  Use
2768         libm_hidden_weak.
2769         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2770         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
2771         libm_hidden_def.
2772         * sysdeps/tile/math_private.h (__feupdateenv): New inline
2773         function.
2774         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
2775         libm_hidden_def.
2776         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
2777         __feupdateenv instead of feupdateenv.
2778         (default_libc_feupdateenv_test): Likewise.
2779         (libc_feresetround_ctx): Likewise.
2781 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2783         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
2784         prototype.
2786 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
2788         * posix/regcomp.c (parse_bracket_exp): Initialize type to
2789         COLL_SYM in a couple of places to avoid uninitialized variable
2790         wanings on tilegx gcc 4.8.2.
2792 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
2794         * sysdeps/aarch64/strcpy.S: New file.
2795         * sysdeps/aarch64/stpcpy.S: New file.
2796         * NEWS: Updated.
2798 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
2800         * sysdeps/aarch64/strrchr.S: New file.
2801         * NEWS: Updated.
2803 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
2805         [BZ #17658]
2806         * stdlib/setenv.c: Fix memory leak when setting large,
2807         duplicate string.
2809 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
2811         [BZ #17273]
2812         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
2813         and tabs from buffer before parsing fstab entry.
2814         * misc/tst-mntent.c (main): Add test for mount entry with
2815         trailing spaces and tabs.
2817 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
2819         [BZ #17748]
2820         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
2821         * math/fesetround.c (fesetround): Rename to __fesetround and
2822         define as weak alias of __fesetround.  Use libm_hidden_weak.
2823         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
2824         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
2825         * sysdeps/arm/fesetround.c (fesetround): Likewise.
2826         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
2827         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
2828         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
2829         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
2830         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
2831         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
2832         __fesetround_inline.
2833         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
2834         __fesetround_inline instead of __fesetround.
2835         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
2836         __fesetround and define as weak alias of __fesetround.  Use
2837         libm_hidden_weak.  Call __fesetround_inline instead of
2838         __fesetround.
2839         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
2840         __fesetround and define as weak alias of __fesetround.  Use
2841         libm_hidden_weak.
2842         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
2843         Likewise.
2844         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
2845         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
2846         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
2847         * sysdeps/tile/math_private.h (__fesetround): New inline function.
2848         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
2849         __fesetround and define as weak alias of __fesetround.  Use
2850         libm_hidden_weak.
2851         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
2852         __fesetround instead of fesetround.
2853         (default_libc_feholdexcept_setround): Likewise.
2854         (libc_feholdsetround_ctx): Likewise.
2855         (libc_feholdsetround_noex_ctx): Likewise.
2857         [BZ #17748]
2858         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
2859         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
2860         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2861         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2862         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2863         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
2864         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2865         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
2866         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2867         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2868         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2869         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2870         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2871         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2872         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
2873         libm_hidden_def.
2874         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
2875         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
2876         Likewise.
2877         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2878         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2879         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
2880         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2881         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
2882         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2883         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2884         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
2885         __fesetenv instead of fesetenv.
2886         (libc_feresetround_noex_ctx): Likewise.
2887         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2888         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2889         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
2890         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2891         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2892         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2893         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2894         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2895         (__feupdateenv): Likewise.
2896         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2897         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2898         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2899         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
2901 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
2903         [BZ #17806]
2904         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
2905         addresses have been freed.
2907 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
2909         * resolv/res_init.c (__res_vinit): Improve comments about nserv
2910         and nservall.
2912 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
2914         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
2915         Clean up check_pf allocation pattern. addresses
2917 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2919         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
2920         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
2921         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
2922         * nptl/pthread_exit.c (__pthread_exit): Likewise.
2923         * nptl/pthread_join.c (pthread_join): Likewise.
2924         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
2925         * sysdeps/posix/waitid.c (__waitid): Likewise.
2926         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
2927         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
2928         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
2929         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
2930         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
2931         Likewise.
2932         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
2933         (__libc_pread64): Likewise.
2934         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
2935         (__libc_pwrite): Likewise.
2936         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
2937         (__libc_pwrite64): Likewsie.
2938         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
2939         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
2940         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
2941         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
2942         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
2943         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
2944         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
2945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
2946         Likewise.
2947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
2948         (__libc_pread64): Likewise.
2949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
2950         Likewise.
2951         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
2952         (__libc_pwrite64): Likewise.
2953         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
2954         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
2955         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
2956         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
2957         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
2958         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
2959         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
2960         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
2961         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
2962         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
2963         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
2964         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
2965         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
2966         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
2967         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
2968         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
2969         Likewise.
2971 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2973         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
2974         (CFLAGS-test-double.c): Likewise.
2975         (CFLAGS-test-ldouble.c): Likewise.
2976         (CPPFLAGS-test-ifloat.c): Likewise.
2977         (CPPFLAGS-test-idouble.c): Likewise.
2978         (CPPFLAGS-test-ildoubl.c): Likewise.
2979         (CFLAGS-test-test-fenv.c): Remove variable.
2980         (CFLAGS-test-misc.c): Likewise.
2982 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
2984         [BZ #17797]
2985         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
2986         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
2987         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
2988         CLOCKS_PER_SEC == 1000000.
2989         * time/clocktest.c (main): Replace %ld with %jd and cast to
2990         intmax_t.
2992 2015-01-05  Roland McGrath  <roland@hack.frob.com>
2994         * sysdeps/generic/unwind-resume.h: New file.
2995         * sysdeps/gnu/unwind-resume.c: Include it.
2996         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
2997         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
2998         argument list.
2999         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
3000         global rather than static.
3001         (_Unwind_Resume): Update user.
3002         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
3003         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
3004         rather than static.  Add __attribute__ ((cold)).
3005         (_Unwind_Resume, __gcc_personality_v0): Update callers.
3006         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
3007         * sysdeps/arm/arm-unwind-resume.S: New file.
3008         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
3009         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
3010         * sysdeps/arm/Makefile [$(subdir) = csu]
3011         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
3012         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
3013         Add rt-arm-unwind-resume.
3014         [$(subdir) = nptl]
3015         (libpthread-sysdep_routines, libpthread-shared-only-routines):
3016         Add pt-arm-unwind-resume.
3017         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
3018         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
3020 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3022         [BZ #17748]
3023         * include/fenv.h (__feholdexcept): Declare.  Use
3024         libm_hidden_proto.
3025         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
3026         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
3027         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3028         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
3029         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
3030         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
3031         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
3032         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3033         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
3034         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
3035         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3036         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
3037         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
3038         (feholdexcept): Likewise.
3039         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
3040         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
3041         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3042         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3043         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
3044         __feholdexcept instead of feholdexcept.
3045         (default_libc_feholdexcept_setround): Likewise.
3047 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3049         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
3050         to avoid using stl/str to align destination.
3052 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3054         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
3056 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3058         [BZ #17796]
3059         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
3060         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
3061         Define as weak alias not strong alias.
3063 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3065         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
3066         bltzal with addiupc.
3067         (RTLD_START): Ditto.
3069 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
3071         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
3072         for __vdso_* functions in declarations.
3073         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
3074         definitions.
3075         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
3076         INTERNAL_VSYSCALL): Use struct return types to check for error.
3078         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
3079         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
3080         function with cast from llround().
3081         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
3082         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
3083         Define.
3085 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3087         [BZ #17793]
3088         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
3089         Define as weak alias not strong alias.
3091         [BZ #17635]
3092         * ctype/ctype-c99.c: New file.  isblank implementation moved from
3093         ...
3094         * ctype/ctype-extn.c: ... here.
3095         (__isblank_l): Move to ...
3096         * ctype/ctype-c99_l.c: ... here.  New file.
3097         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
3098         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
3099         Remove variable.
3100         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
3101         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
3102         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
3103         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
3104         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
3106         [BZ #17777]
3107         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
3108         (posix_fadvise64): Define as weak alias not strong alias.
3109         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
3110         (posix_fallocate64): Likewise.
3111         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
3112         Remove variable.
3113         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
3114         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
3115         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
3116         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
3117         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
3119 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
3121         [BZ #16191]
3122         * NEWS: Mention bug fix.
3123         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
3124         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
3125         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
3126         (HOST_STACK_END_ADDR): Likewise.
3128 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3130         [BZ #17748]
3131         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
3132         * math/fegetround.c (fegetround): Rename to __fegetround and
3133         define as weak alias of __fegetround.  Use libm_hidden_weak.
3134         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
3135         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
3136         * sysdeps/arm/fegetround.c (fegetround): Likewise.
3137         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
3138         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
3139         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
3140         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
3141         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
3142         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
3143         Undefine after rather than before function definition; use
3144         parentheses around function name in definition.
3145         (__fegetround): Also undefine macro after function definition.
3146         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
3147         __fegetround and define as weak alias of __fegetround.  Use
3148         libm_hidden_weak.  Do not undefine as macro.
3149         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
3150         Likewise.
3151         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
3152         __fegetround and define as weak alias of __fegetround.  Use
3153         libm_hidden_weak.
3154         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
3155         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
3156         * sysdeps/tile/math_private.h (__fegetround): New inline function.
3157         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
3158         __fegetround and define as weak alias of __fegetround.  Use
3159         libm_hidden_weak.
3160         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
3161         __fegetround instead of fegetround.
3163         [BZ #17782]
3164         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
3165         Condition macro definition on [__USE_MISC].
3167         [BZ #17781]
3168         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
3169         (struct sigaction): Change type of sa_flags field to int.
3171         [BZ #17780]
3172         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
3173         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
3174         __glibc_reserved0.
3176         * nptl/version.c (banner): Use single year in copyright notice.
3178         * NEWS: Update copyright dates.
3179         * catgets/gencat.c (print_version): Likewise.
3180         * csu/version.c (banner): Likewise.
3181         * debug/catchsegv.sh: Likewise.
3182         * debug/pcprofiledump.c (print_version): Likewise.
3183         * debug/xtrace.sh (do_version): Likewise.
3184         * elf/ldconfig.c (print_version): Likewise.
3185         * elf/ldd.bash.in: Likewise.
3186         * elf/pldd.c (print_version): Likewise.
3187         * elf/sotruss.sh: Likewise.
3188         * elf/sprof.c (print_version): Likewise.
3189         * iconv/iconv_prog.c (print_version): Likewise.
3190         * iconv/iconvconfig.c (print_version): Likewise.
3191         * locale/programs/locale.c (print_version): Likewise.
3192         * locale/programs/localedef.c (print_version): Likewise.
3193         * login/programs/pt_chown.c (print_version): Likewise.
3194         * malloc/memusage.sh (do_version): Likewise.
3195         * malloc/memusagestat.c (print_version): Likewise.
3196         * malloc/mtrace.pl: Likewise.
3197         * manual/libc.texinfo: Likewise.
3198         * nptl/version.c (banner): Likewise.
3199         * nscd/nscd.c (print_version): Likewise.
3200         * nss/getent.c (print_version): Likewise.
3201         * nss/makedb.c (print_version): Likewise.
3202         * posix/getconf.c (main): Likewise.
3203         * scripts/test-installation.pl: Likewise.
3204         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
3206 2015-01-02  Will Newton  <will.newton@linaro.org>
3208         * sysdeps/arm/armv7/configure: Removed.
3209         * sysdeps/arm/armv7/configure.ac: Likewise.
3211 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3213         * All files with FSF copyright notices: Update copyright dates
3214         using scripts/update-copyrights.
3215         * intl/plural.c: Regenerated.
3216         * locale/programs/charmap-kw.h: Likewise.
3217         * locale/programs/locfile-kw.h: Likewise.
3219 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3221         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
3223 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3225         [BZ #17748]
3226         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
3227         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
3228         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3229         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3230         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3231         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
3232         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3233         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
3234         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3235         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3236         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3237         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3238         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3239         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3240         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
3241         libm_hidden_def.
3242         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
3243         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
3244         Likewise.
3245         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3246         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3247         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
3248         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3249         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
3250         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3251         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3252         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
3253         __fegetenv instead of fegetenv.
3254         (libc_feholdsetround_noex_ctx): Likewise.
3256 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3258         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
3259         (Elf_MIPS_ABIFlags_v0): New structure.
3260         (EF_MIPS_FP64): Define.
3261         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
3262         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
3263         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
3264         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
3265         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
3266         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
3267         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
3268         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
3269         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
3270         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
3271         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
3272         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
3273         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
3274         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
3275         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
3276         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
3277         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
3278         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
3279         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
3280         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
3281         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
3282         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
3283         field.
3284         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
3285         EF_MIPS_FP64.
3286         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
3287         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
3288         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
3289         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
3290         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
3291         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
3292         * sysdeps/mips/tst-abi-interlink.c: Likewise.
3293         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
3294         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
3295         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
3296         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
3297         record the current FP ABI extension.
3298         (mips-mode-switch): Define to show if kernel headers support mode
3299         switching.
3300         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
3301         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
3302         supported SYSV ABI version to 3.
3303         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
3304         feature.
3306 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
3307             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3309         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
3310         path.
3311         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
3313 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3315         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
3316         __fegetround and redefine to call __fegetround.  Remove condition
3317         on [!__NO_MATH_INLINES].
3318         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
3319         function.
3320         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
3321         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
3322         Remove macro.
3323         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
3324         instead of <fenv_libc.h>.
3325         (__llrintl): Call fegetround instead of __fegetround.
3326         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
3327         instead of <fenv_libc.h>.
3328         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
3329         (__lrintl): Call fegetround instead of __fegetround.
3330         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
3331         instead of <fenv_libc.h>.
3332         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
3333         (__rintl): Call fegetround instead of __fegetround.
3335 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
3337         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
3338         arrays.
3340 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3342         [BZ #17775]
3343         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
3344         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
3345         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
3347 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3349         * sysdeps/i386/tls-macros.h: Include <features.h>.
3350         (TLS_LE): Use non-PIC version for GCC >= 5.0.
3351         (TLS_IE): Likewise.
3352         (TLS_LD): Likewise.
3353         (TLS_GD): Likewise.
3354         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
3355         define for GCC >= 5.0.
3357 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
3359         * math/test-fenv.c (test_single_exception, set_single_exc,
3360         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
3361         feexcp_mask_test, feenable_test, fe_single_test): Add
3362         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
3363         case where they are not used.
3364         * math/libm-test.inc: Likewise.
3365         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
3366         unused in the absence of FP rounding/exception support.
3367         * stdio-common/tst-printf-round.c: Likewise.
3368         * stdlib/tst-strtod-round.c: Likewise.
3369         * stdlib/tst-strtod-underflow.c: Likewise.
3371 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
3373         [BZ #17723]
3374         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
3375         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
3376         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3377         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3378         libm_hidden_weak.
3379         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
3380         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3381         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
3382         libm_hidden_def.
3383         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3384         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3385         libm_hidden_weak.
3386         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
3387         Likewise.
3388         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
3389         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3390         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3391         libm_hidden_weak.
3392         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3393         libm_hidden_def.
3394         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
3395         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
3396         (__feraiseexcept): Likewise.
3397         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3398         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3399         libm_hidden_weak.
3400         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3401         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3402         libm_hidden_def.
3403         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
3404         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
3405         Use libm_hidden_def.
3406         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
3407         libm_hidden_def.
3408         (feraiseexcept): Define as weak not strong alias.  Use
3409         libm_hidden_weak.
3410         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
3411         New inline function.  Factored out of ...
3412         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
3413         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
3414         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
3415         feraiseexcept.
3416         * math/w_acos.c (__acos): Likewise.
3417         * math/w_asin.c (__asin): Likewise.
3418         * math/w_ilogb.c (__ilogb): Likewise.
3419         * math/w_j0.c (y0): Likewise.
3420         * math/w_j1.c (y1): Likewise.
3421         * math/w_jn.c (yn): Likewise.
3422         * math/w_log.c (__log): Likewise.
3423         * math/w_log10.c (__log10): Likewise.
3424         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
3425         * sysdeps/aarch64/fpu/math_private.h
3426         (libc_feupdateenv_test_aarch64): Likewise.
3427         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3428         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
3429         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
3430         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3431         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3432         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3433         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
3434         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3435         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3436         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3438 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3440         [BZ #17732]
3441         * io/test-utime.c (main): Replace %ld with %jd and cast to
3442         intmax_t.
3443         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
3444         * nptl/tst-mutex5.c: Include <stdint.h>.
3445         (do_test): Replace %ld with %jd and cast to intmax_t.
3446         * posix/tst-regex.c (run_test): Likewise.
3447         (run_test_backwards): Likewise.
3448         * rt/tst-clock.c: Include <stdint.h>.
3449         (clock_test): Replace %ld with %jd and cast to intmax_t.
3450         * rt/tst-cpuclock1.c: Include <stdint.h>.
3451         (do_test): Replace %lu with %ju and cast to uintmax_t.
3452         * rt/tst-cpuclock2.c: Include <stdint.h>.
3453         (do_test): Replace %lu with %ju and cast to uintmax_t.
3454         * rt/tst-mqueue1.c: Include <stdint.h>.
3455         (check_attrs): Replace %ld with %jd and cast to intmax_t.
3456         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
3457         intmax_t.
3458         * rt/tst-mqueue4.c (do_test): Likewise.
3459         * rt/tst-timer4.c: Include <stdint.h>.
3460         (check_ts): Replace %ld with %jd and cast to intmax_t.
3461         (do_test): Likewise.
3462         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
3463         and cast to intmax_t.
3464         * sysdeps/pthread/tst-timer.c (main): Likewise.
3465         * time/clocktest.c (main): Likewise.
3466         * time/tst-posixtz.c (do_test): Likewise.
3467         * timezone/tst-timezone.c (main): Likewise.
3469 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3470             H.J. Lu  <hongjiu.lu@intel.com>
3472         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
3473         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
3474         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
3475         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
3476         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
3477         version if bit_Fast_Unaligned_Load is set.
3478         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3479         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3480         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3481         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3482         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3483         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3484         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
3485         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
3486         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
3487         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
3488         to 4.
3489         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
3490         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
3491         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
3492         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
3494 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
3496         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
3497         instead of #if to avoid a Wundef warning.
3498         * stdlib/tst-limits.c (do_test): Likewise.
3500         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
3501         parallel other exception macros.
3502         (fegetenv): Convert from macro to extern inline so that it applies
3503         retroactively to inline functions already seen by the compiler.
3504         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
3506         * posix/Makefile (before-compile): Use $(objpfx) for
3507         posix-conf-vars-def.h.
3509 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
3511         * posix/getconf.c (main): Use size_t for type of I.
3512         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
3513         NSPEC.
3515         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
3516         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
3517         * posix/posix-envs.def: Likewise.
3518         * sysdeps/posix/sysconf.c: Likewise.
3519         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
3520         (specs): Remove array.
3521         * scripts/gen-posix-conf-vars.awk: Support generation of specs
3522         array.
3524         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
3525         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
3526         (__sysconf): Use CONF_IS_* macros.
3528         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
3529         ($(objpfx)posix-conf-vars-def.h): New target.
3530         * posix/posix-conf-vars.list: New file.
3531         * posix/posix-conf-vars.h: New file.
3532         * posix/confstr.c: Include posix-conf-vars.h.
3533         (confstr): Use CONF_IS_* macros.
3534         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
3535         CONF_IS_* macros.
3536         * scripts/gen-posix-conf-vars.awk: New file.
3538 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
3540         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
3541         fegetround): Add no-op macros to avoid linknamespace issues.
3543         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
3544         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
3546         * sysdeps/unix/sysv/linux/tile/sysdep.h
3547         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
3548         assembly-specific section to avoid a redefinition warning.
3550         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
3551         long before casting to pointer to avoid a cast warning.
3553 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
3555         * sysdeps/tile/tilegx/Implies: New file.
3557 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
3559         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
3561 2014-12-23  Florian Weimer  <fweimer@redhat.com>
3563         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
3565 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3567         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
3568         not define.
3569         * sysdeps/unix/sysv/linux/utimes.c: Do not include
3570         <kernel-features.h>.
3571         (__utimes) [__NR_utimes]: Make code unconditional.
3572         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
3573         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
3574         (__ASSUME_UTIMES): Do not undefine.
3575         * sysdeps/unix/sysv/linux/tile/kernel-features.h
3576         (__ASSUME_UTIMES): Likewise.
3577         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
3578         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
3579         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
3580         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
3582 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
3584         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
3586 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
3588         [BZ #17747]
3589         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
3590         alias to weak alias for j0l, y0l.
3591         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
3592         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
3594         [BZ #17746]
3595         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
3596         conversion.
3598 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
3600         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
3601         to zero if not already defined.
3603 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3605         [BZ #17724]
3606         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
3607         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
3608         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
3609         (char *) casts added.
3610         * sysdeps/ieee754/k_standardf.c: New file.
3611         * sysdeps/ieee754/k_standardl.c: Likewise.
3612         * math/Makefile (libm-support): Remove k_standard.
3613         (libm-calls): Add k_standard.
3615 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3617         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3618         Optimize to avoid an unnecessary FPCR read.
3620 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3622         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
3623         Optimize to reduce FPCR/FPSR accesses.
3625 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3627         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
3628         Call libc_fetestexcept_aarch64.
3630 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3632         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
3633         Call libc_fesetround_aarch64.
3635 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3637         [BZ #17733]
3638         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
3639         (__bind): Do not define as weak alias.
3640         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
3641         define.
3642         (__getsockname): Do not define as weak alias.
3644 2014-12-22  Will Newton  <will.newton@linaro.org>
3646         * manual/install.texi: Document that we require bison 2.7
3647         or above.
3648         * INSTALL: Regenerate.
3649         * configure.ac: Use AC_CHECK_PROG_VER instead of
3650         AC_PATH_PROG when checking for bison and check for
3651         version 2.7 or above.
3652         * configure: Regenerate.
3654 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
3656         [BZ #17745]
3657         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
3658         * sysdeps/tile/ffsll.c (ffsll): To here.
3660         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
3662 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
3664         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
3665         if not defined.
3666         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
3667         definition.
3668         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3669         hidden ___tls_get_addr.
3670         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3671         hidden __tls_get_addr.
3672         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
3673         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
3674         Likewise.
3676 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
3678         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
3679         _dl_init call.
3681 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
3683         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
3684         from "call _dl_init@PLT".
3685         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
3687 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
3689         * manual/search.texi: (Array Sort Function): Clarify stable sorting
3690         guarantees.
3692 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
3694         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
3696 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
3698         [BZ #17744]
3699         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
3700         strnlen.
3702 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
3704         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
3705         of multu on MIPSr6.
3706         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
3707         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
3708         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
3709         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
3710         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
3712 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
3714         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
3715         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
3716         (PTR_SUBU): Use subu for mips32r6/mips64r6.
3717         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
3718         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
3719         mips32r6/mips64r6.
3720         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
3722 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
3724         * string/strncat.c (STRNCAT): Simplify implementation.
3726 2014-12-19  David S. Miller  <davem@davemloft.net>
3728         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
3729         access the quad as both a long double and as a series of 4 words.
3731         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
3732         link_map->l_info array access.
3734 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
3736         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
3738         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
3739         * math/atest-exp2.c (TIMEOUT): Likewise.
3740         * math/atest-sincos.c (TIMEOUT): Likewise.
3742 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3744         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
3745         -Wno-error with -fno-builtin-lround.
3747 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3749         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
3750         Contains futex constants and functions moved over from ...
3751         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
3752         <lowlevellock-futex.h>.
3753         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3754         (lll_timedwait_tid): Add comments and parentheses around macro
3755         arguments.
3757 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3759         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
3760         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
3761         (__lll_private_flag): Remove.
3762         (lll_futex_wait): Likewise.
3763         (lll_futex_timed_wait): Likewise.
3764         (lll_futex_wake): Likewise.
3765         (lll_futex_requeue): Likewise.
3766         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3767         (__lll_timedwait_tid): Spell out argument names.
3768         (lll_timedwait_tid): Add comments and parentheses around macro
3769         arguments.
3770         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
3771         LLL_SHARED and LLL_PRIVATE usable from assembly code.
3773 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3775         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
3776         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3777         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3778         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
3779         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
3780         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
3781         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
3782         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
3783         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
3784         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
3785         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
3786         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
3787         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
3788         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
3789         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
3790         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
3791         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
3792         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
3793         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
3795 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3797         * sysdeps/x86_64/x32/Makefile: New file.
3799 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3801         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
3802         1L with (mp_limb_t) 1.
3804 2014-12-17  Roland McGrath  <roland@hack.frob.com>
3806         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
3807         * nptl/libc_pthread_init.c: ... here.
3808         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
3809         * nptl/register-atfork.c: ... here.
3811         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
3812         Use pthread_sigmask rather than INTERNAL_SYSCALL.
3813         Use assert_perror to check its return value.
3814         (__gai_create_helper_thread): Likewise.
3816         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
3818         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
3820 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
3822         [BZ #17725]
3823         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
3824         __profil_counter.
3825         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
3826         Likewise.
3827         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
3828         Likewise.
3829         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
3830         Likewise.
3831         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
3832         (profil_counter): Likewise.
3833         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
3834         (profil_counter): Likewise.
3835         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
3836         Likewise.
3837         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
3838         Likewise.
3839         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
3840         (profil_counter): Likewise.
3841         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
3842         Likewise.
3843         [!__profil_counter] (profil_counter): Define as weak alias of
3844         __profil_counter.
3845         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
3846         (profil_counter): Rename to __profil_counter.
3847         [!__profil_counter] (profil_counter): Define as weak alias of
3848         __profil_counter.
3849         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
3850         (profil_counter): Rename to __profil_counter.
3851         [!__profil_counter] (profil_counter): Define as weak alias of
3852         __profil_counter.
3853         * sysdeps/posix/profil.c: Update comment referring to
3854         profil_counter.
3855         (__profil): Use __profil_counter instead of profil_counter.
3856         * sysdeps/posix/sprofil.c (profil_counter): Rename to
3857         __profil_counter.  Use __profil_counter_ushort and
3858         __profil_counter_uint in definitions.
3859         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
3860         instead of profil_counter_uint and profil_counter_ushort.
3862         [BZ #17722]
3863         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
3864         define as weak alias of __inet_makeaddr.
3865         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
3866         as weak alias of __inet_addr.
3867         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
3868         as weak alias of __inet_pton.  Use libc_hidden_weak.
3869         * include/arpa/inet.h (__inet_pton): Declare.  Use
3870         libc_hidden_proto.
3871         (inet_makeaddr): Don't use libc_hidden_proto.
3872         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
3873         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
3874         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
3875         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
3876         Remove variable.
3877         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
3878         (test-xfail-POSIX/time.h/linknamespace): Likewise.
3880 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
3882         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
3884 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3886         * stdio-common/bug-vfprintf-nargs.c (do_test):
3887         Cast value to intptr_t to avoid format warning
3888         for usage with PRIdPTR printing macro.
3890 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3892         * libio/tst-widetext.c (do_test):
3893         Use format type %td instead of %Zd for ptrdiff_t
3894         in order to avoid format warning.
3896 2014-12-17  Andreas Schwab  <schwab@suse.de>
3898         * nscd/mem.c (gc): Add size_t cast to match printf format.
3900 2014-12-16  Roland McGrath  <roland@hack.frob.com>
3902         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
3903         (init): Apply PTR_MANGLE to pointers before storing them.
3904         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
3905         before using them.
3907 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
3909         [BZ #17719]
3910         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
3911         define as weak alias of __memrchr.
3912         (__memrchr): Do not define as strong alias of memrchr.
3913         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
3914         Remove variable.
3915         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
3916         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
3917         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
3919         [BZ #17717]
3920         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
3921         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
3922         (if_indextoname): Rename to __if_indextoname and define as weak
3923         alias of __if_indextoname.  Use libc_hidden_weak.
3924         (if_freenameindex): Rename to __if_freenameindex and define as
3925         weak alias of __if_freenameindex.
3926         (if_nameindex): Rename to __if_nameindex and define as weak alias
3927         of __if_nameindex.
3928         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
3929         __if_nametoindex and define as weak alias of __if_nametoindex.
3930         Use libc_hidden_weak.
3931         (if_freenameindex): Rename to __if_freenameindex and define as
3932         weak alias of __if_freenameindex.
3933         (if_nameindex): Rename to __if_nameindex and define as weak alias
3934         of __if_nameindex.
3935         (if_indextoname): Rename to __if_indextoname and define as weak
3936         alias of __if_indextoname.  Use libc_hidden_weak.
3937         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
3938         __if_nametoindex and define as weak alias of __if_nametoindex.
3939         Use libc_hidden_weak.
3940         (if_freenameindex): Rename to __if_freenameindex and define as
3941         weak alias of __if_freenameindex.  Use libc_hidden_weak.
3942         (if_nameindex_netlink): Use __if_freenameindex instead of
3943         if_freenameindex.
3944         (if_nameindex): Rename to __if_nameindex and define as weak alias
3945         of __if_nameindex.  Use libc_hidden_weak.
3946         (if_indextoname): Rename to __if_indextoname and define as weak
3947         alias of __if_indextoname.  Use libc_hidden_weak.
3948         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
3949         libc_hidden_proto.
3950         [!_ISOMAC] (__if_freenameindex): Likewise.
3951         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
3952         if_nametoindex.
3953         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
3954         variable.
3955         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
3956         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
3957         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
3958         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
3959         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
3960         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
3961         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
3963         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
3964         Remove variable.
3965         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
3966         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
3968 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3970         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
3971         subscript above bounds'
3973         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
3974         bounds.
3976 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
3978         * libio/tst-fopenloc.c: Use test-skeleton.c.
3980         * stdlib/tst-bsearch.c: Use test-skeleton.c.
3981         (entry): Rename to ITEM.
3982         (do_test, comp): Adjust.
3984         * stdio-common/tst-fseek.c: Use test-skeleton.c.
3986 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3988         * string/tester.c: Include <libc-internal.h>.
3989         (test_memset): Ignore -Wmemset-transposed-args.
3991 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3993         * misc/tst-mntent2.c (do_test): Fix warning.
3995 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3997         * elf/tst-unique4lib.cc(a): Mark as used.
3999 2014-12-16  Florian Weimer  <fweimer@redhat.com>
4001         [BZ #17630]
4002         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
4003         names.
4005 2014-12-16  Allan McRae  <allan@archlinux.org>
4007         * stdio-common/Makefile (tests): Re-add bug26.
4009 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
4011         [BZ #17657]
4012         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
4013         static array.
4015 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
4017         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
4018         (__lll_lock_wait): Likewise.
4019         (__lll_timedlock_wait): Likewise.
4020         (__lll_timedwait_tid): Likewise.
4021         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
4022         (__lll_robust_timedlock_wait): Likewise.
4023         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
4024         (lll_cond_trylock): Likewise.
4025         (__lll_lock): Likewise.
4026         (__lll_robust_lock): Likewise.
4027         (__lll_cond_lock): Likewise.
4028         (lll_robust_cond_lock): Likewise.
4029         (__lll_timedlock): Likewise.
4030         (__lll_robust_timedlock): Likewise.
4031         (__lll_unlock): Likewise.
4032         (__lll_robust_unlock): Likewise.
4033         (lll_wait_tid): Likewise.
4034         (lll_timedwait_tid): Likewise.
4036 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4038         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
4040 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4042         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
4044 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4046         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
4047         * stdio-common/tst-sprintf.c: Likewise.
4049 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4051         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
4053 2014-12-15  Jeff Law  <law@redhat.com>
4055         [BZ #16617]
4056         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
4057         on the heap.  (CVE-2012-3406)
4058         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
4059         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
4060         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
4062 2014-12-15  Will Newton  <will.newton@linaro.org>
4064         * manual/install.texi: Bump required version of texinfo
4065         to 4.7 from 4.5.
4066         * INSTALL: Regenerated.
4067         * configure.ac: Check for makeinfo version 4.7 and above.
4068         * configure: Regenerated.
4070 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4072         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
4073         PREFIX, string constant to insert between directory and name.
4074         * sysdeps/posix/shm_open.c: Update caller.
4075         * sysdeps/posix/shm_unlink.c: Likewise.
4076         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
4077         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
4078         (SEM_SHM_PREFIX): New macro.
4079         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
4080         [$(have-thread-library) = no].
4081         * nptl/Makefile (libpthread-routines): Add shm-directory.
4082         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
4083         * sysdeps/nptl/shm-directory.h: New file.
4084         * sysdeps/posix/shm-directory.c
4085         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
4086         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
4087         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
4088         INTERNAL_SYSCALL.
4089         (__where_is_shmfs): Function removed.
4090         (mountpoint, defaultmount, defaultdir, __namedsem_once):
4091         Variables removed.
4092         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
4093         Use SHM_GET_NAME.
4094         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
4096         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
4097         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
4098         unconditional for use inside libpthread.
4099         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
4101 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4103         * nptl/pthread_getaffinity.c: New file.
4104         * nptl/pthread_setaffinity.c: New file.
4105         * nptl/pthread_getname.c: New file.
4106         * nptl/pthread_setname.c: New file.
4108         * nptl/pthread_create.c (START_THREAD_DEFN)
4109         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
4111 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4112             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4114         * resolv/res_send.c (send_vc): Disable warning resplen may
4115         be used uninitialized.
4117 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4119         * nptl/tst-mutex6.c
4120         (ATTR_NULL): New define checks ATTR against NULL.
4121         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
4122         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
4124 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
4126         [BZ #17581]
4127         * malloc/hooks.c
4128         (mem2mem_check): Revert my previous change.
4129         (malloc_check_get_size): Revert my previous change.
4130         (mem2chunk_check): Revert my previous change.
4132 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4134         * sysdeps/posix/shm-directory.c: New file.
4135         * sysdeps/posix/shm-directory.h: New file.
4136         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
4137         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
4138         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
4139         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
4140         Transmute EPERM to EACCES.
4141         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
4142         from ...
4143         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
4144         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
4146 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4148         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
4149         pointer and cast to uintptr_t.
4150         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
4151         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
4152         Add cast to avoid warning.
4153         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
4155 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4157         * nptl/semaphore.h: Move to ...
4158         * sysdeps/pthread/semaphore.h: ... here.
4159         * Makefile (installed-headers): Change nptl/semaphore.h to
4160         sysdeps/pthread/semaphore.h.
4162 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4164         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
4165         generated error format strings.
4167         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
4168         -Wformat-extra-args warnings for scanf formats.
4169         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
4170         test of zero-length format (duh).
4171         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
4172         corner-case scanf format test.
4173         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
4174         generated fprintf format string.
4175         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
4176         corner-case sprintf format tests.
4177         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
4178         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
4179         -Wformat-extra-args warnings throughout.
4180         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
4181         (CFLAGS-scanf4.c): Likewise.
4182         (CFLAGS-scanf7.c): Likewise.
4183         (CFLAGS-tst-sprintf.c): Likewise.
4184         (CFLAGS-tst-printf.c): Likewise.
4185         (CFLAGS-tst-printfsz.c): Likewise.
4187 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4189         * include/cpio.h: New file.
4190         * include/fmtmsg.h: Likewise.
4192         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
4193         corresponding format argument to size_t.
4194         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
4195         arguments.
4196         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
4197         corresponding format argument to size_t.
4198         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
4199         arguments.
4200         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
4201         corresponding format argument to size_t.
4202         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
4203         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
4204         (CFLAGS-tst-mbswcs2.c): Likewise.
4205         (CFLAGS-tst-mbswcs3.c): Likewise.
4206         (CFLAGS-tst-mbswcs4.c): Likewise.
4207         (CFLAGS-tst-mbswcs5.c): Likewise.
4208         (CFLAGS-tst-trans.c): Likewise
4210 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4212         * posix/regexbug1.c (main): Use "%s" format with regerror results,
4213         rather than assuming they won't contain any '%'s.
4215 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
4217         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
4218         inhibit_loop_to_libcall to avoid recursive calls.
4219         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
4220         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
4222 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4224         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
4225         prototype.
4227 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4229         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
4230         integer value instead of boolean.
4232 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4234         * malloc/malloc.c: Fix powerof2 check.
4236 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4238         * locale/programs/locfile.h (maybe_swap_uint32):
4239         Remove inline and add unused attribute.
4241 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4243         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4244         Truncating assembler expression to a .long expression.
4246 2014-12-11  Andreas Schwab  <schwab@suse.de>
4248         * elf/rtld.c (struct map_args): Constify str member.
4249         (do_preload): Constify fname argument.
4251 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4253         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
4254         constants definition.
4256 2014-12-11  Andreas Schwab  <schwab@suse.de>
4258         [BZ #16657]
4259         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
4260         FORCE_ELISION instead of DO_ELISION.
4261         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
4262         Remove.
4263         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
4264         Likewise.
4266         * iconvdata/gconv-modules: Remove duplicate entry.
4268 2014-12-11  Will Newton  <will.newton@linaro.org>
4270         Merge gettext 0.19.3 into intl/.
4272         This involves a number of cosmetic changes to comments
4273         and ANSI function definitions and prototypes throughout
4274         all the files. The gettext copyright header is used but
4275         with the date ranges taken from the glibc copy.
4277         * NEWS: Add gettext merge to 2.21.
4278         * intl/bindtextdom.c: Switch to gettext copyright.
4279         Use ANSI definitions and prototypes.
4280         Use gl_* locking primitives rather than __libc_* ones.
4281         Use __builtin_expect rather than __glibc_likely/unlikely.
4282         * intl/dcgettext.c: Switch to gettext copyright.
4283         Use ANSI definitions and prototypes.
4284         * intl/dcigettext.c: Switch to gettext copyright.
4285         Use ANSI definitions and prototypes.
4286         (INTDIV0_RAISES_SIGFPE): New define.
4287         Use gl_* locking primitives rather than __libc_* ones.
4288         Include eval-plural.h instead of plural-eval.c.
4289         Use __builtin_expect rather than __glibc_likely/unlikely.
4290         * intl/dcngettext.c: Switch to gettext copyright.
4291         Use ANSI definitions and prototypes.
4292         * intl/dgettext.c: Likewise.
4293         * intl/dngettext.c: Likewise.
4294         * intl/plural-eval.c: Renamed to...
4295         * intl/eval-plural.h: ...this.
4296         * intl/explodename.c: Switch to gettext copyright.
4297         Use ANSI definitions and prototypes.
4298         (_nl_explode_name): Use strchr instead of __rawmemchr.
4299         * intl/finddomain.c: Switch to gettext copyright.
4300         Use ANSI definitions and prototypes.
4301         Use gl_* locking primitives rather than __libc_* ones.
4302         (_nl_find_domain): Use malloc rather than alloca for
4303         allocation of temporary locale name.
4304         * intl/gettext.c: Switch to gettext copyright.
4305         Use ANSI definitions and prototypes.
4306         * intl/gettextP.h: Switch to gettext copyright.
4307         Use ANSI definitions and prototypes.
4308         Use gl_* locking primitives rather than __libc_* ones.
4309         * intl/gmo.h: Switch to gettext copyright.
4310         (struct sysdep_string): Move struct segment_pair outside of
4311         struct definition.
4312         * intl/hash-string.c: Use ANSI definitions and prototypes.
4313         * intl/hash-string.h: Switch to gettext copyright.
4314         Use ANSI definitions and prototypes.
4315         * intl/l10nflist.c: Switch to gettext copyright.
4316         Use ANSI definitions and prototypes.
4317         (_nl_normalize_codeset): Avoid integer overflow.
4318         * intl/loadinfo.h: Switch to gettext copyright.
4319         Use ANSI definitions and prototypes.
4320         (LIBINTL_DLL_EXPORTED): New define.
4321         (PATH_SEPARATOR): New define.
4322         * intl/loadmsgcat.c: Switch to gettext copyright.
4323         * intl/localealias.c: Switch to gettext copyright.
4324         Use ANSI definitions and prototypes.
4325         (_nl_expand_alias): Use PATH_SEPARATOR.
4326         * intl/ngettext.c: Switch to gettext copyright.
4327         Use ANSI definitions and prototypes.
4328         * intl/plural-exp.c: Likewise.
4329         * intl/plural-exp.h: Switch to gettext copyright.
4330         Use ANSI definitions and prototypes.
4331         (struct expression): Move definition of enum operator outside
4332         of struct definition.
4333         * intl/plural.c: Regenerate.
4334         * intl/plural.y: Switch to gettext copyright.
4335         Use ANSI definitions and prototypes.
4336         Port to bison 3.0.
4337         * intl/textdomain.c: Switch to gettext copyright.
4338         Use ANSI definitions and prototypes.
4339         Use gl_* locking primitives rather than __libc_* ones.
4341 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
4343         * debug/warning-nop.c: Add used atrribute.
4345 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4347         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
4349         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
4350         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
4351         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
4353 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4354             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4356         [BZ #17634]
4357         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
4358         Undefine after defining function.  Define as weak alias of
4359         __wcschr.  Use libc_hidden_weak.
4360         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
4361         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
4362         (libc_hidden_def): Also define __GI___wcschr alias.
4363         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
4364         __wcschr and define as weak alias of __wcschr.
4365         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
4366         __wcschr.
4367         [!WCSCHR] (DEFAULT_WCSCHR): Define.
4368         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
4369         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
4370         libc_hidden_weak.  Do not use libc_hidden_def.
4371         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
4372         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
4373         __GI___wcschr alias.
4374         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
4375         [IS_IN (libc)] (wcschr): Define as macro expanding to
4376         __redirect_wcschr.
4377         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
4378         [IS_IN (libc)] (__wcschr_power6): Likewise.
4379         [IS_IN (libc)] (__wcschr_power7): Likewise.
4380         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
4381         instead of wcschr.
4382         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
4383         __libc_wcschr.
4384         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
4385         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
4386         __wcschr and define as weak alias of __wcschr.  Use
4387         libc_hidden_builtin_def.
4388         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
4389         as weak alias of __wcschr.  Use libc_hidden_weak.
4390         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
4391         wcschr.
4392         * time/era.c (_nl_init_era_entries): Likewise.
4393         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
4394         variable.
4395         (test-xfail-XPG3/time.h/linknamespace): Likewise.
4396         (test-xfail-XPG4/time.h/linknamespace): Likewise.
4398 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4400         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
4401         format for long int variable.
4403 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
4405         [BZ #10672]
4406         * manual/search.texi: (Array Sort Function): Remove claim how to make
4407         qsort stable.
4409 2014-12-10  Andreas Schwab  <schwab@suse.de>
4411         [BZ #12847]
4412         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
4413         user-controlled locks.
4415 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
4417         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
4418         register.
4420 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4422         * configure.ac (--disable-werror): New configure option.
4423         (enable_werror): New AC_SUBST.
4424         * configure: Regenerated.
4425         * config.make.in (enable-werror): New variable.
4426         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
4427         -Wno-error=undef.
4428         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
4429         * manual/install.texi (Configuring and compiling): Document
4430         --disable-werror.
4431         * INSTALL: Regenerated.
4432         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
4433         (CFLAGS-tst-chk2.c): Likewise.
4434         (CFLAGS-tst-chk3.c): Likewise.
4435         (CFLAGS-tst-chk4.cc): Likewise.
4436         (CFLAGS-tst-chk5.cc): Likewise.
4437         (CFLAGS-tst-chk6.cc): Likewise.
4438         (CFLAGS-tst-lfschk1.c): Likewise.
4439         (CFLAGS-tst-lfschk2.c): Likewise.
4440         (CFLAGS-tst-lfschk3.c): Likewise.
4441         (CFLAGS-tst-lfschk4.cc): Likewise.
4442         (CFLAGS-tst-lfschk5.cc): Likewise.
4443         (CFLAGS-tst-lfschk6.cc): Likewise.
4445         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
4446         (main): Disable -Wdeprecated-declarations around calls to
4447         register_printf_function.
4449         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
4450         (do_test): Disable -Wdiv-by-zero around some calls to
4451         fwrite_unlocked and fread_unlocked.
4453         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
4454         (DIAG_POP_NEEDS_COMMENT): Likewise.
4455         (_DIAG_STR1): Likewise.
4456         (_DIAG_STR): Likewise.
4457         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
4458         * stdio-common/bug21.c: Include <libc-internal.h>.
4459         (do_test): Disable -Wformat around call to sscanf.
4460         * stdio-common/scanf14.c: Include <libc-internal.h>.
4461         (main): Disable -Wformat around some calls to scanf functions.
4463 2014-12-09  Torvald Riegel  <triegel@redhat.com>
4465         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
4467 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4469         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
4470         stack variable alignment.
4472 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
4474         [BZ #17682]
4475         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
4476         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
4477         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
4478         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
4479         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
4480         __getrlimit instead of getrlimit.
4481         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
4482         __gettimeofday instead of gettimeofday.
4483         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
4484         Likewise.
4485         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
4486         Likewise.
4487         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
4488         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
4489         Remove variable.
4490         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4491         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4493 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4495         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
4496         for wide-character tests.
4498 2014-12-04  Roland McGrath  <roland@hack.frob.com>
4500         * io/openat64.c: #include <libc-internal.h>
4501         (__openat64): Prototypify.  Use ignore_value on MODE.
4502         * io/openat.c: Likewise.
4503         * misc/reboot.c: #include <libc-internal.h>
4504         (reboot): Prototypify.  Use ignore_value on HOWTO.
4505         * misc/ptrace.c: #include <libc-internal.h>
4506         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
4508 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
4510         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
4511         XPG4, UNIX98 and XOPEN2K.
4512         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
4513         Remove variable.
4514         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4516 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
4518         * libio/fileops.c: Use ISO C style for function definitions.
4519         * libio/iofopen.c: Likewise.
4520         * libio/wfileops.c: Likewise.
4522         [BZ #17653]
4523         * libio/fileops.c (_IO_new_file_underflow): Unset cached
4524         offset on EOF.
4525         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
4526         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
4527         (fgets_func): Function pointer to fgets and fgetws.
4528         (do_ftell_test): Add test to verify ftell value after read
4529         EOF.
4530         (do_test): Set fgets_func.
4532         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
4533         O_TRUNC flag for w and w+ modes.
4534         (do_rewind_test): Likewise.
4535         (do_ftell_test): Likewise.
4536         (do_write_test): Likewise.
4538         [BZ #17647]
4539         * libio/fileops.c (do_ftell): Seek only when there are
4540         unflushed writes.
4541         * libio/wfileops.c (do_ftell_wide): Likewise.
4542         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
4543         test case.
4544         (do_one_test): Call it.
4546 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
4548         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
4549         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
4550         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
4551         Remove variable.
4552         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4553         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4554         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4556 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
4558         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
4559         Remove variable.
4560         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4562         [BZ #17668]
4563         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
4564         as weak alias of __getifaddrs.  Use libc_hidden_weak.
4565         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4566         __freeifaddrs.  Use libc_hidden_weak.
4567         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
4568         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
4569         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4570         __freeifaddrs.  Use libc_hidden_weak.
4571         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
4572         __getifaddrs and define as weak alias of __getifaddrs.  Use
4573         libc_hidden_weak.
4574         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4575         __freeifaddrs.  Use libc_hidden_weak.
4576         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
4577         Remove variable.
4578         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4579         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4581 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
4583         [BZ #17601]
4584         * sysdeps/mips/start.S (__start): Use indirect jump to call
4585         __libc_start_main.
4587 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
4589         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
4591         * nptl/tst-mutex1.c: Include <stdbool.h>.
4592         [!ATTR] (ATTR_NULL): New macro.
4593         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
4594         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
4595         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
4597         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
4598         to char *.
4600         [BZ #17665]
4601         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
4602         Change conditional to [__USE_MISC].
4604         [BZ #17664]
4605         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
4606         fgets_unlocked.
4607         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
4608         __fgets_unlocked.
4609         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
4610         fgets_unlocked.
4611         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
4612         Remove variable.
4613         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
4614         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4615         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4616         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4617         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4618         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4619         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4620         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4621         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4623         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
4625 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4627         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4628         Remove strpbrk objects.
4629         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4630         (__libc_ifunc_impl_list): Remove strpbrk implementation.
4631         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
4632         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
4633         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
4634         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
4636         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4637         Remove strcspn objects.
4638         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4639         (__libc_ifunc_impl_list): Remove strcspn implementation.
4640         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
4641         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
4642         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
4643         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
4645         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4646         Remove strspn objetcs.
4647         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4648         (__libc_ifunc_impl_list): Remove strspn implementation.
4649         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
4650         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4651         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
4652         * sysdeps/powerpc/powerpc64/strspn.S: New file.
4654 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
4656         [BZ #17581]
4657         * malloc/hooks.c
4658         (mem2mem_check): Add a terminator to the chain of checking blocks.
4659         (malloc_check_get_size): Use it here.
4660         (mem2chunk_check): Ditto.
4662 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4664         * sysdeps/powerpc/powerpc64/strtok.S: New file.
4665         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
4667 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
4669         * bits/ioctl-types.h: Indent preprocessor directives correctly.
4671         * nptl/nptl-init.c: Include libc-internal.h.
4672         (__pthread_initialize_minimal_internal): Use ROUND_UP.
4674         * elf/ldconfig.c (search_dir): Expand comment.
4676 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
4678         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
4679         variable.
4680         (linknamespace-symlist-stdlibs-tests): Likewise.
4681         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
4682         instead of $(objpfx)symlist-stdlibs.
4683         (linknamespace-libs-isoc): New variable.
4684         (linknamespace-libs): Use $(linknamespace-libs-isoc).
4685         (linknamespace-libs-ISO): New variable.
4686         (linknamespace-libs-ISO99): Likewise.
4687         (linknamespace-libs-ISO11): Likewise.
4688         (linknamespace-libs-XPG3): Likewise.
4689         (linknamespace-libs-XPG4): Likewise.
4690         (linknamespace-libs-POSIX): Likewise.
4691         (linknamespace-libs-UNIX98): Likewise.
4692         (linknamespace-libs-XOPEN2K): Likewise.
4693         (linknamespace-libs-POSIX2008): Likewise.
4694         (linknamespace-libs-XOPEN2K8): Likewise.
4695         ($(objpfx)symlist-stdlibs): Replace by
4696         $(linknamespace-symlist-stdlibs-tests).  Use
4697         $(linknamespace-libs-$*) as set of libraries.
4698         ($(linknamespace-header-tests)): Update dependencies.  Use
4699         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
4700         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
4701         * conform/linknamespace.pl: Remove comment about considering
4702         definitions of symbols from irrelevant libraries.
4704 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4706         [BZ #13862]
4707         * elf/dl-tls.c: Include <atomic.h>.
4708         (oom): Remove #ifdef SHARED/#endif.
4709         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
4710         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
4711         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
4712         big enough.
4713         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
4714         * nptl/Makefile (tests): Add tst-stack4.
4715         (modules-names): Add tst-stack4mod.
4716         ($(objpfx)tst-stack4): New.
4717         (tst-stack4mod.sos): Likewise.
4718         ($(objpfx)tst-stack4.out): Likewise.
4719         ($(tst-stack4mod.sos)): Likewise.
4720         (clean): Likewise.
4721         * nptl/tst-stack4.c: New file.
4722         * nptl/tst-stack4mod.c: Likewise.
4724 2014-11-27  J. Brown  <jb999@gmx.de>
4726         * sysdeps/x86/bits/string.h: Add recent CPUs.
4728 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
4730         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
4731         sigblock.
4733         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
4734         feof.
4736         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
4737         variable.
4739 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
4741         * nscd/connections.c: Include libc-internal.h because of macro
4742         usage ignore_value.
4744 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4746         * string/bits/string3.h (__warn_memset_zero_len): Don't
4747         declare for gcc newer than 5.0.
4748         (memset): Don't test for zero-length __LEN for gcc newer than
4749         5.0.
4751 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
4753         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
4754         size_t for %zu format.
4756         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
4757         difference, not %ju.
4759 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
4761         * include/libc-internal.h (ignore_value): New macro.
4762         * nscd/connections.c (restart): Wrap calls to setuid and setgid
4763         with ignore_value.
4765         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
4766         definition.
4768         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
4769         pthread_cleanup_push to void *.
4771         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
4772         Undefine.
4774         [BZ #16619]
4775         [BZ #16740]
4776         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
4777         instead of 1L << 52.
4779         * libio/bug-rewind.c (do_test): Check fwscanf return values.
4780         * libio/bug-rewind2.c (do_test): Likewise.
4782         * debug/test-stpcpy_chk-ifunc.c: Remove file.
4783         * debug/test-strcpy_chk-ifunc.c: Likewise.
4784         * wcsmbs/test-wcschr-ifunc.c: Likewise.
4785         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
4786         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
4787         * wcsmbs/test-wcslen-ifunc.c: Likewise.
4788         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
4789         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
4790         * Rules [$(multi-arch) = no] (tests): Do not filter out
4791         $(tests-ifunc).
4792         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
4793         * debug/Makefile (tests-ifunc): Remove variable.
4794         (tests): Do not add $(tests-ifunc).
4795         * wcsmbs/Makefile (tests-ifunc): Remove variable.
4796         (tests): Do not add $(tests-ifunc).
4797         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
4798         [TEST_IFUNC]: Remove conditionals.
4799         * string/test-string.h (TEST_IFUNC): Remove macro.
4800         [TEST_IFUNC]: Remove conditionals.
4802         * string/test-strchr.c [!WIDE] (L): New macro.
4803         [WIDE] (L): Likewise.
4804         (check1): Use CHAR instead of char.  Use L on string and character
4805         constants.
4807 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
4809         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
4810         tests.
4811         * sysdeps/powerpc/bits/atomic.h
4812         (__arch_atomic_exchange_and_add_32_acq): Add definition.
4813         (__arch_atomic_exchange_and_add_32_rel): Likewise.
4814         (atomic_exchange_and_add_acq): Likewise.
4815         (atomic_exchange_and_add_rel): Likewise.
4816         * sysdeps/powerpc/powerpc32/bits/atomic.h
4817         (__arch_atomic_exchange_and_add_64_acq): Add definition.
4818         (__arch_atomic_exchange_and_add_64_rel): Likewise.
4819         * sysdeps/powerpc/powerpc64/bits/atomic.h
4820         (__arch_atomic_exchange_and_add_64_acq): Add definition.
4821         (__arch_atomic_exchange_and_add_64_rel): Likewise.
4823 2014-11-26  Torvald Riegel  <triegel@redhat.com>
4825         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
4826         Change synchronization of __sched_fifo_min_prio and
4827         __sched_fifo_max_prio.
4828         * nptl/pthread_mutexattr_getprioceiling.c
4829         (pthread_mutexattr_getprioceiling): Likewise.
4830         * nptl/pthread_mutexattr_setprioceiling.c
4831         (pthread_mutexattr_setprioceiling): Likewise.
4832         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
4833         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
4834         Likewise.
4836 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
4838         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
4839         void.
4841 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
4843         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
4844         third argument const.
4846 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4848         fnmatch: work around GCC compiler warning bug with uninit var
4849         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
4850         This works around a bug with x86-64 GCC 4.9.2 and earlier
4851         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
4852         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
4853         used uninitialized in this function [-Wmaybe-uninitialized]".
4855 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
4857         * posix/bug-regex31.c (main): Return RES not 0.
4859 2014-11-25  Anton Blanchard <anton@samba.org>
4861         * sysdeps/powerpc/bits/atomic.h
4862         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
4864 2014-11-24  Sterling Augustine  <saugustine@google.com>
4866         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
4868 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
4870         [BZ #17608]
4871         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
4873 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
4875         [BZ #17633]
4876         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
4877         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
4878         variable.
4879         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4880         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4882 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4884         * string/strncpy.c (strncpy): Improve performance by using memset.
4886 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4888         * string/strcpy.c (strcpy):
4889         Improve performance by using strlen and memcpy.
4891 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
4893         * string/strcoll_l.c (get_next_seq): __always_inline.
4894         * string/strcoll_l.c (do_compare): __always_inline.
4896 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
4898         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
4899         defined.
4900         * include/mqueue.h: Likewise.
4901         * include/stdlib.h: Likewise.
4903         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
4904         (get_null_defines): Adjust.
4905         * sunrpc/Makefile: Adjust comment.
4906         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
4907         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
4908         (CFLAGS-interp.c): Likewise.
4909         (CFLAGS-ldconfig.c): Likewise.
4910         (CPPFLAGS-.os): Likewise.
4911         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4912         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4913         * extra-modules.mk (extra-modules.mk): Likewise.
4914         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
4915         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
4916         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
4917         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
4918         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
4919         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
4920         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
4921         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
4922         * iconvdata/Makefile (CPPFLAGS): Likewise.
4923         (cpp-srcs-left): Add libof for all iconvdata routines.
4924         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
4925         * include/assert.h: Likewise.
4926         * include/ctype.h: Likewise.
4927         * include/errno.h: Likewise.
4928         * include/libc-symbols.h: Likewise.
4929         * include/math.h: Likewise.
4930         * include/netdb.h: Likewise.
4931         * include/resolv.h: Likewise.
4932         * include/stdio.h: Likewise.
4933         * include/stdlib.h: Likewise.
4934         * include/string.h: Likewise.
4935         * include/sys/stat.h: Likewise.
4936         * include/wctype.h: Likewise.
4937         * intl/l10nflist.c: Likewise.
4938         * libidn/idn-stub.c: Likewise.
4939         * libio/libioP.h: Likewise.
4940         * nptl/libc_multiple_threads.c: Likewise.
4941         * nptl/pthreadP.h: Likewise.
4942         * posix/regex_internal.h: Likewise.
4943         * resolv/res_hconf.c: Likewise.
4944         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
4945         * sysdeps/arm/memmove.S: Likewise.
4946         * sysdeps/arm/sysdep.h: Likewise.
4947         * sysdeps/generic/_itoa.h: Likewise.
4948         * sysdeps/generic/symbol-hacks.h: Likewise.
4949         * sysdeps/gnu/errlist.awk: Likewise.
4950         * sysdeps/gnu/errlist.c: Likewise.
4951         * sysdeps/i386/i586/memcpy.S: Likewise.
4952         * sysdeps/i386/i586/memset.S: Likewise.
4953         * sysdeps/i386/i686/memcpy.S: Likewise.
4954         * sysdeps/i386/i686/memmove.S: Likewise.
4955         * sysdeps/i386/i686/mempcpy.S: Likewise.
4956         * sysdeps/i386/i686/memset.S: Likewise.
4957         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
4958         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
4959         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
4960         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
4961         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
4962         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
4963         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
4964         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
4965         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
4966         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
4967         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
4968         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
4969         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
4970         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
4971         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
4972         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
4973         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
4974         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
4975         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
4976         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
4977         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
4978         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
4979         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
4980         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
4981         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
4982         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
4983         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
4984         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
4985         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
4986         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
4987         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
4988         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
4989         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
4990         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
4991         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
4992         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
4993         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
4994         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
4995         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
4996         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
4997         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
4998         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
4999         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
5000         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
5001         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
5002         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
5003         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
5004         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
5005         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
5006         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
5007         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
5008         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
5009         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
5010         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
5011         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
5012         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
5013         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
5014         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
5015         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
5016         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
5017         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
5018         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
5019         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
5020         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5021         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5022         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
5023         * sysdeps/posix/closedir.c: Likewise.
5024         * sysdeps/posix/opendir.c: Likewise.
5025         * sysdeps/posix/readdir.c: Likewise.
5026         * sysdeps/posix/rewinddir.c: Likewise.
5027         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
5028         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
5029         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
5030         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
5031         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
5032         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
5033         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
5034         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
5035         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
5036         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
5037         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
5038         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
5039         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
5040         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
5041         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
5042         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
5043         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
5044         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
5045         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
5046         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
5047         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
5048         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
5049         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
5050         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
5051         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
5052         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
5053         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
5054         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
5055         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
5056         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
5057         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
5058         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
5059         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
5060         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
5061         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
5062         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
5063         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
5064         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
5065         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
5066         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
5067         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
5068         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
5069         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
5070         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
5071         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
5072         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
5073         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
5074         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
5075         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
5076         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
5077         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
5078         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
5079         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
5080         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
5081         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
5082         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
5083         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
5084         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
5085         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
5086         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
5087         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
5088         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
5089         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
5090         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
5091         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
5092         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
5093         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
5094         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
5095         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
5096         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
5097         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
5098         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
5099         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
5100         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
5101         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
5102         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
5103         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
5104         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
5105         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5106         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
5107         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
5108         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
5109         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
5110         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
5111         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
5112         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
5113         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
5114         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
5115         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
5116         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
5117         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
5118         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
5119         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
5120         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
5121         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
5122         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
5123         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
5124         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
5125         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
5126         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
5127         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
5128         * sysdeps/unix/alpha/sysdep.S: Likewise.
5129         * sysdeps/unix/alpha/sysdep.h: Likewise.
5130         * sysdeps/unix/make-syscalls.sh: Likewise.
5131         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5132         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5133         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5134         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
5135         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5136         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
5137         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
5138         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5139         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5140         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
5141         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5142         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5143         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5144         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5145         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5146         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
5147         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5148         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5149         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5150         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5151         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
5152         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5153         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5154         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5155         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5156         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5157         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5158         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5160         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
5161         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5162         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5163         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
5164         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5165         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
5166         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5167         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
5168         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5169         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
5170         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
5171         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5172         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5173         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5174         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
5175         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5176         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5177         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5178         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5179         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5180         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5181         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5182         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5183         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5184         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5185         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
5186         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5187         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5188         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5189         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
5190         * sysdeps/x86_64/memcpy.S: Likewise.
5191         * sysdeps/x86_64/memmove.c: Likewise.
5192         * sysdeps/x86_64/memset.S: Likewise.
5193         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
5194         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
5195         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
5196         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
5197         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
5198         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
5199         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
5200         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
5201         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
5202         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
5203         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
5204         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
5205         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
5206         * sysdeps/x86_64/multiarch/memset.S: Likewise.
5207         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5208         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
5209         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
5210         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
5211         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
5212         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
5213         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
5214         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
5215         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
5216         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
5217         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
5218         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
5219         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
5220         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
5221         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
5222         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
5223         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
5224         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
5225         * sysdeps/x86_64/strcmp.S: Likewise.
5227         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
5229         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
5230         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
5231         * elf/rtld-Rules: Likewise.
5232         * elf/setup-vdso.h: Likewise.
5233         * include/assert.h: Likewise.
5234         * include/bits/stdlib-float.h: Likewise.
5235         * include/errno.h: Likewise.
5236         * include/sys/stat.h: Likewise.
5237         * include/unistd.h: Likewise.
5238         * sysdeps/aarch64/setjmp.S: Likewise.
5239         * sysdeps/alpha/setjmp.S: Likewise.
5240         * sysdeps/arm/__longjmp.S: Likewise.
5241         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
5242         * sysdeps/arm/setjmp.S: Likewise.
5243         * sysdeps/arm/sysdep.h: Likewise.
5244         * sysdeps/generic/_itoa.h: Likewise.
5245         * sysdeps/generic/dl-sysdep.h: Likewise.
5246         * sysdeps/generic/ldsodefs.h: Likewise.
5247         * sysdeps/i386/dl-tls.h: Likewise.
5248         * sysdeps/i386/setjmp.S: Likewise.
5249         * sysdeps/m68k/setjmp.c: Likewise.
5250         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
5251         * sysdeps/mach/hurd/opendir.c: Likewise.
5252         * sysdeps/posix/getcwd.c: Likewise.
5253         * sysdeps/posix/opendir.c: Likewise.
5254         * sysdeps/posix/profil.c: Likewise.
5255         * sysdeps/powerpc/dl-procinfo.h: Likewise.
5256         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
5257         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
5258         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
5259         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
5260         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
5261         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
5262         * sysdeps/s390/dl-tls.h: Likewise.
5263         * sysdeps/s390/s390-32/setjmp.S: Likewise.
5264         * sysdeps/s390/s390-64/setjmp.S: Likewise.
5265         * sysdeps/sh/sh3/setjmp.S: Likewise.
5266         * sysdeps/sh/sh4/setjmp.S: Likewise.
5267         * sysdeps/unix/alpha/sysdep.h: Likewise.
5268         * sysdeps/unix/arm/sysdep.S: Likewise.
5269         * sysdeps/unix/i386/sysdep.S: Likewise.
5270         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5271         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5272         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5273         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5274         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5275         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5276         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
5277         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5278         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5279         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5280         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
5281         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5282         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5285         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5286         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5287         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5288         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5289         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5290         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5291         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5292         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5293         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5294         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5295         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5296         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5297         * sysdeps/unix/x86_64/sysdep.S: Likewise.
5298         * sysdeps/x86_64/setjmp.S: Likewise.
5300         * include/math.h: Use IS_IN instead of IS_IN_libm.
5301         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
5302         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
5303         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
5304         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
5305         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
5306         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
5307         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
5308         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
5309         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
5310         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
5311         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
5312         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
5313         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
5314         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
5315         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
5316         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
5317         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
5318         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
5319         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
5320         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
5321         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
5322         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
5323         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
5324         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
5325         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
5326         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
5327         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
5328         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
5329         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
5330         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
5331         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
5332         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
5333         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
5334         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
5335         Likewise.
5336         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
5337         Likewise.
5338         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
5339         Likewise.
5340         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
5341         Likewise.
5342         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
5343         Likewise.
5344         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
5345         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
5346         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
5347         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
5348         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
5349         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
5350         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
5351         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
5352         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
5353         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
5354         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
5355         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
5356         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
5357         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
5358         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
5359         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
5360         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
5361         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
5362         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
5363         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
5364         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
5365         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
5366         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
5367         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
5368         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
5369         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
5370         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
5372         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
5373         * nptl/pthreadP.h: Likewise.
5374         * nptl_db/structs.def: Likewise.
5375         * sysdeps/arm/sysdep.h: Likewise.
5376         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5377         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5378         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
5379         * sysdeps/unix/alpha/sysdep.h: Likewise.
5380         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5381         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5382         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5383         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5384         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5385         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5386         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5387         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5388         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5389         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5390         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5391         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5392         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5393         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5396         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5397         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5398         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5399         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5400         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5401         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5402         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5403         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5404         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
5405         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5407         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
5408         * nptl/pthreadP.h: Likewise.
5409         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5410         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5411         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5412         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5413         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5414         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5415         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5416         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5417         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5418         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5419         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5420         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5421         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5422         Likewise.
5423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5424         Likewise.
5425         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5426         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5427         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5428         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5429         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5430         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5431         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5432         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5434         * dlfcn/dladdr.c: Use IS_IN.
5435         * dlfcn/dladdr1.c: Likewise.
5436         * dlfcn/dlclose.c: Likewise.
5437         * dlfcn/dlerror.c: Likewise.
5438         * dlfcn/dlinfo.c: Likewise.
5439         * dlfcn/dlmopen.c: Likewise.
5440         * dlfcn/dlopen.c: Likewise.
5441         * dlfcn/dlsym.c: Likewise.
5442         * dlfcn/dlvsym.c: Likewise.
5444         * include/ifaddrs.h: Use IS_IN.
5445         * inet/check_pf.c: Likewise.
5446         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
5447         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
5449         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
5450         IS_IN_ldconfig.
5451         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
5452         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
5454         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
5455         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
5456         IS_IN (libc).
5458         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
5460         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
5461         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5462         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5463         * include/libc-symbols.h (IS_IN_LIB): New macro.
5464         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
5465         * include/netdb.h: Likewise.
5466         * include/stap-probe.h: Remove all uses of IN_LIB.
5468         * Makeconfig (module-cppflags-real): Define MODULE_NAME
5469         instead of IN_MODULE.
5470         * include/libc-symbols.h (IN_MODULE): Define using
5471         MODULE_NAME.
5472         (PASTE_NAME, PASTE_NAME1): New macros.
5473         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
5474         of IN_LIB.
5475         (STAP_PROBE_ASM): Likewise.
5477 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5479         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
5480         __mach_init in dlopened libc.
5482 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
5484         * sysdeps/arm/preconfigure.ac: Delete EABI check.
5485         * sysdeps/arm/preconfigure: Regenerate.
5487 2014-11-21  Roland McGrath  <roland@hack.frob.com>
5489         * nptl/pthread_create.c (__pthread_create_2_1): Set
5490         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
5491         when copying values from IATTR into PD.
5493 2014-11-21  Will Newton  <will.newton@linaro.org>
5494             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
5496         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
5497         Refactor inline-asm.  Also add comment.
5499         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
5500         ElfW macro instead of hardcoded Elf64 types.
5501         (la_aarch64_gnu_pltenter): Likewise.
5502         * sysdeps/aarch64/dl-machine.h
5503         (elf_machine_runtime_setup): Use ElfW(Addr).
5505         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
5506         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
5507         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
5508         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
5509         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
5510         (R_AARCH64_TLS_DTPMOD64): Rename to ..
5511         (R_AARCH64_TLS_DTPMOD): This.
5512         (R_AARCH64_TLS_DTPREL64): Rename to ...
5513         (R_AARCH64_TLS_DTPREL): This.
5514         (R_AARCH64_TLS_TPREL64): Rename to ...
5515         (R_AARCH64_TLS_TPREL): This.
5516         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
5517         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
5518         R_AARCH64_TLS_TPREL64.
5519         (elf_machine_rela): Likewise.
5521 2014-11-21  Torvald Riegel  <triegel@redhat.com>
5523         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
5524         by setting it to 0.  64b atomics are not supported currently.
5526 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5528         [BZ #16469]
5529         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
5530         search domain names.
5532 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5534         [BZ #16469]
5535         * NEWS: Update.
5536         * resolv/res_query.c (__libc_res_nquerydomain): Retain
5537         trailing dot.
5538         * posix/tst-getaddrinfo5.c: New.
5539         * posix/Makefile (tests): Add it.
5541 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5543         [BZ #14498]
5544         * NEWS: Fixed.
5545         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
5546         after parsing line but before break_if_match.
5547         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
5548         if there is a protocol mismatch.
5550 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
5552         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
5553         because the potential race is on the user-supplied stream.
5555 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5557         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
5558         string literal if not passed a buffer.
5559         * manual/job.texi (ctermid): Update reasoning, note deviation
5560         from posix, suggest mtasurace when not passed a buffer, for
5561         future non-preliminary safety notes.
5563 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5565         * manual/users.texi (cuserid): Fix MT-Safety note for the case
5566         of not passing it a buffer.
5567         Reported by Peng Haitao.
5569 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5571         * manual/Makefile ($(objpfx)stamp-summary): Require
5572         check-safety.sh to pass.
5573         * manual/check-safety.sh: Wish for verification that every
5574         @deftypefn and @deftypefun is followed by a @safety remark.
5576 2014-11-20  Roland McGrath  <roland@hack.frob.com>
5578         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
5580         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
5581         PTHREAD_CANCEL_ASYNCHRONOUS.
5582         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
5583         send SIGCANCEL.
5585         * nptl/default-sched.h: New file.
5586         * sysdeps/unix/sysv/linux/default-sched.h: New file.
5587         * nptl/pthread_create.c: Include it.
5588         (__pthread_create_2_1): Use collect_default_sched instead of making
5589         Linux syscalls here directly.
5591 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5593         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
5594         __pthread_once): Use C11 atomics.
5596 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5598         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
5600 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5602         * include/atomic.h (__atomic_link_error, __atomic_check_size,
5603         atomic_thread_fence_acquire, atomic_thread_fence_release,
5604         atomic_thread_fence_seq_cst, atomic_load_relaxed,
5605         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
5606         atomic_compare_exchange_weak_relaxed,
5607         atomic_compare_exchange_weak_acquire,
5608         atomic_compare_exchange_weak_release,
5609         atomic_exchange_acquire, atomic_exchange_release,
5610         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
5611         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
5612         atomic_fetch_and_acquire,
5613         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
5615 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5617         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
5618         USE_ATOMIC_COMPILER_BUILTINS): Define.
5619         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
5620         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5621         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
5622         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5623         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
5624         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5625         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
5626         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5627         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
5628         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5629         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
5630         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5631         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
5632         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5633         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
5634         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5635         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5636         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5637         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5638         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5639         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
5640         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5641         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5642         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5643         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
5644         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5645         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5646         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5647         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
5648         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5649         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
5650         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5651         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
5652         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5653         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
5654         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5655         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
5656         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5657         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
5658         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5660 2014-11-19  Roland McGrath  <roland@hack.frob.com>
5662         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
5663         the sched_priority value here.  It was already checked when the user
5664         called pthread_attr_setschedparam.
5666         * nptl/tst-bad-schedattr.c: New file.
5667         * nptl/Makefile (tests): Add it.
5669 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
5670             Florian Weimer  <fweimer@redhat.com>
5671             Joseph Myers  <joseph@codesourcery.com>
5672             Adam Conrad  <adconrad@0c3.net>
5673             Andreas Schwab  <schwab@suse.de>
5674             Brooks  <bmoses@google.com>
5676         [BZ #17625]
5677         * wordexp-test.c (__dso_handle): Add prototype.
5678         (__register_atfork): Likewise.
5679         (__app_register_atfork): New function.
5680         (registered_forks): New global.
5681         (register_fork): New function.
5682         (test_case): Add 3 new tests for WRDE_CMDSUB.
5683         (main): Call __app_register_atfork.
5684         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
5685         fork count is non-zero fail the test.
5686         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
5687         is set.
5688         (parse_dollars): Remove check for WRDE_NOCMD.
5689         (parse_dquote): Likewise.
5691 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
5693         * Makeconfig (built-modules): List non-library modules to be
5694         built.
5695         (module-cppflags): Include libc-modules.h for
5696         everything except shlib-versions.v.i.
5697         (CPPFLAGS): Use it.
5698         (before-compile): Add libc-modules.h.
5699         ($(common-objpfx)libc-modules.h,
5700         $(common-objpfx)libc-modules.stmp): New targets.
5701         (common-generated): Add libc-modules.h and libc-modules.stmp.
5702         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
5703         * include/libc-symbols.h: Don't include libc-modules.h.
5704         * include/libc-modules.h: Remove file.
5705         * scripts/gen-libc-modules.awk: New script to generate
5706         libc-modules.h.
5707         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
5708         Depend on libc-modules.stmp.
5710         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
5712         * Makeconfig (in-module): Get value of libof set for the
5713         translation unit.
5714         (CPPFLAGS): Use $(in-module).
5715         * Makerules: Don't suffix routine names for nonlib.
5716         * include/libc-modules.h: New file.
5717         * include/libc-symbols.h: Include libc-modules.h
5718         (IS_IN): New macro to replace IS_IN_* macros.
5719         * elf/Makefile: Set libof-* for each routine.
5720         * elf/rtld-Rules: Likewise.
5721         * extra-modules.mk: Likewise.
5722         * iconv/Makefile: Likewise.
5723         * iconvdata/Makefile: Likewise.
5724         * locale/Makefile: Likewise.
5725         * malloc/Makefile: Likewise.
5726         * nss/Makefile: Likewise.
5727         * sysdeps/gnu/Makefile: Likewise.
5728         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
5729         * sysdeps/unix/sysv/linux/Makefile: Likewise.
5730         * sysdeps/s390/s390-64/Makefile: Likewise.
5731         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
5732         CPPFLAGS for nscd instead of nonlib.
5734 2014-11-18  Roland McGrath  <roland@hack.frob.com>
5736         * nptl/createthread.c: New file.
5738         * nptl/createthread.c: Moved ...
5739         * sysdeps/unix/sysv/linux/createthread.c: ... here.
5741         * nptl/createthread.c: Add proper top-line comment.
5742         (do_clone): Folded into ...
5743         (create_thread): ... here.  Take new arguments STOPPED_START and
5744         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
5745         increment __nptl_threads, do event-reporting logic, do
5746         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
5747         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
5748         resource cleanup if sched_setaffinity or sched_setscheduler fails,
5749         just send SIGCANCEL.
5750         * nptl/pthread_create.c: Forward-declare create_thread before
5751         including createthread.c.
5752         (start_thread): Use new macro START_THREAD_DEFN to replace defining
5753         declaration, and new macro START_THREAD_SELF to replace argument.
5754         Remove return statement.
5755         (report_thread_creation): New function.
5756         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
5757         synchronization logic, and __nptl_nthreads increment here, around
5758         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
5759         PD->parent_cancelhandling here, before create_thread.  When
5760         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
5761         __deallocate_stack, and ENOMEM translation here.
5763 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
5765         [BZ #17616]
5766         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
5767         (mptwo): Rename to __mptwo.
5768         (__inv): Use __mptwo instead of mptwo.
5769         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
5770         (mptwo): Rename to __mptwo.
5771         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
5772         of mpone and __mptwo instead of mptwo.
5773         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
5774         instead of mpone.
5775         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
5776         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
5777         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
5778         of mpone and __mptwo instead of mptwo.
5779         (__mpranred): Use __mpone instead of mpone.
5780         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
5781         variable.
5782         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5783         (test-xfail-ISO99/math.h/linknamespace): Likewise.
5784         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5785         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5786         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5787         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5788         (test-xfail-XPG3/math.h/linknamespace): Likewise.
5789         (test-xfail-XPG4/math.h/linknamespace): Likewise.
5790         (test-xfail-POSIX/math.h/linknamespace): Likewise.
5791         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5792         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5793         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5794         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5795         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5796         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5797         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5798         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5799         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5800         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5802 2014-11-18  Tom de Vries  <tom@codesoucery.com>
5804         * manual/signal.texi (Primitives Interrupted by Signals): In section,
5805         replace BSD Handler xref with BSD Signal Handling.
5807 2014-11-17  Richard Henderson  <rth@redhat.com>
5809         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
5810         (_FP_PACK_RAW_2): Remove.
5811         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
5812         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
5813         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
5814         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
5815         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
5816         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
5817         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
5818         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
5819         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
5820         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
5821         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
5822         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
5823         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
5824         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
5825         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
5826         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
5828 2014-11-14  Roland McGrath  <roland@hack.frob.com>
5830         * signal/signal.h [__USE_MISC]
5831         (struct sigvec): Remove type.
5832         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
5833         (sigvec): Remove declaration.
5834         * sysdeps/posix/sigvec.c: Moved ...
5835         * signal/sigvec.c: ... here, replacing old file.
5836         (struct sigvec): New type, copied from old signal.h definition.
5837         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
5838         (__sigvec): Convert definition to prototype.
5839         (sigvec): Replace weak_alias with compat_symbol.
5840         * signal/Versions (libc: GLIBC_2.21): New version set.
5841         * include/signal.h: Remove __sigvec declaration.
5842         * sysdeps/unix/bsd/sigvec.c: Remove file.
5843         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
5844         * manual/signal.texi (BSD Handler): Remove subsection.
5845         Move siginterrupt up to ...
5846         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
5847         (Blocking in BSD): Fold subsection into its parent.
5848         * NEWS: Mention sigvec removal.
5850 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5852         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
5853         (DLA_FMS): Make definition conditional only on [__FMA4__].
5854         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
5855         definition.
5857         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
5858         Make definition conditional only on [PROF].
5859         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
5860         definition.
5861         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
5862         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
5864         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
5865         !__GNUC__].
5866         * include/signal.h (__sigpause): Move declaration above call to
5867         libc_hidden_proto.
5868         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
5869         variable.
5870         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5871         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5873 2014-11-14  David S. Miller  <davem@davemloft.net>
5875         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
5876         Define before including <string/memcpy.c> and <string/mempcpy.c>.
5878 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5880         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
5881         * configure: Regenerated.
5882         * manual/install.texi (Tools for Compilation): Document a
5883         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
5884         compiler verified to work.
5885         * INSTALL: Regenerated.
5887         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
5888         redeclare with asm name.
5889         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
5890         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
5891         including <string.h>.
5892         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5893         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
5894         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5895         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
5896         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5897         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
5898         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5900 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
5902         * stdlib/strtol.c (__strtol): Use prototype definition.
5904         [BZ #17594]
5905         * stdlib/strtol.c (SYM__): New macro.
5906         (SYM__1): Likewise.
5907         (__strtol): Likewise.
5908         (strtol): Rename to __strtol and define as weak alias of
5909         __strtol.  Use libc_hidden_weak.
5911 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5913         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
5914         Use numbered labels in inline assembly.
5916 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5918         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
5919         Add setjmp LIBC_PROBE.
5920         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
5921         Likewise.
5922         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
5923         Add longjmp, longjmp_target LIBC_PROBE.
5924         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
5925         Likewise.
5927 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5929         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
5930         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
5931         to get rid of unused variable warning.
5933 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5935         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
5936         Check for unwind_backtrace ==  NULL only in SHARED case.
5937         (__backchain_backtrace): Compile only in SHARED case.
5938         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
5939         Likewise.
5940         (__backchain_backtrace): Declare as static.
5942 2014-11-12  Roland McGrath  <roland@hack.frob.com>
5944         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
5945         (__libc_multiple_threads_ptr): Variable moved ...
5946         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
5948 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
5950         * conform/GlibcConform.pm: New file.
5951         * conform/conformtest.pl: Use GlibcConform module.
5952         * conform/linknamespace.pl: New file.
5953         * conform/list-header-symbols.pl: Likewise.
5954         * conform/Makefile (linknamespace-symlists-base): New variable.
5955         (linknamespace-symlists-tests): Likewise.
5956         (linknamespace-header-base): Likewise.
5957         (linknamespace-header-tests): Likewise.
5958         (tests-special): Add new tests.
5959         ($(linknamespace-symlists-tests)): New rule.
5960         (linknamespace-libs): New variable.
5961         ($(objpfx)symlist-stdlibs): New rule.
5962         ($(linknamespace-header-tests)): Likewise.
5963         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
5964         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
5965         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
5966         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
5967         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
5968         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
5969         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
5970         (test-xfail-ISO/math.h/linknamespace): Likewise.
5971         (test-xfail-ISO/signal.h/linknamespace): Likewise.
5972         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
5973         (test-xfail-ISO/time.h/linknamespace): Likewise.
5974         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5975         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
5976         (test-xfail-ISO99/math.h/linknamespace): Likewise.
5977         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5978         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5979         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5980         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5981         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
5982         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5983         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5984         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5985         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5986         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
5987         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
5988         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
5989         (test-xfail-XPG3/math.h/linknamespace): Likewise.
5990         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
5991         (test-xfail-XPG3/search.h/linknamespace): Likewise.
5992         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
5993         (test-xfail-XPG3/time.h/linknamespace): Likewise.
5994         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
5995         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
5996         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
5997         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
5998         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
5999         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
6000         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
6001         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
6002         (test-xfail-XPG4/math.h/linknamespace): Likewise.
6003         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
6004         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
6005         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
6006         (test-xfail-XPG4/search.h/linknamespace): Likewise.
6007         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
6008         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
6009         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
6010         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
6011         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
6012         (test-xfail-XPG4/time.h/linknamespace): Likewise.
6013         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
6014         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
6015         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
6016         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
6017         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
6018         (test-xfail-POSIX/math.h/linknamespace): Likewise.
6019         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
6020         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
6021         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
6022         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
6023         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
6024         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
6025         (test-xfail-POSIX/time.h/linknamespace): Likewise.
6026         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
6027         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
6028         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
6029         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
6030         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
6031         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
6032         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
6033         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
6034         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
6035         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6036         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
6037         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
6038         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
6039         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
6040         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
6041         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
6042         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
6043         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
6044         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
6045         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
6046         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
6047         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
6048         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
6049         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
6050         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
6051         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
6052         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
6053         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
6054         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6055         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
6056         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
6057         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
6058         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
6059         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
6060         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
6061         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6062         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
6063         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
6064         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
6065         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
6066         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
6067         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
6068         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
6069         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
6070         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
6071         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
6072         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
6073         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
6074         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
6075         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
6076         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
6077         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6078         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
6079         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
6080         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
6081         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
6082         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
6083         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6084         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
6085         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
6086         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
6087         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
6088         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6089         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
6090         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
6091         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
6092         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
6093         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
6094         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
6095         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
6096         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
6097         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
6098         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6099         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
6100         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
6101         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
6102         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6103         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
6104         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
6105         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
6106         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
6107         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
6108         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6109         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
6110         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
6111         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
6112         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
6113         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
6114         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
6115         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
6116         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
6117         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
6118         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
6119         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
6120         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
6121         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6122         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
6123         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
6125         [BZ #17589]
6126         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
6127         of fgets_unlocked.
6129         [BZ #17585]
6130         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
6131         (memmem): Rename to __memmem and define as weak alias of
6132         __memmem.  Use libc_hidden_weak.
6133         (__memmem): Use libc_hidden_def.
6134         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
6135         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
6136         memmem.
6138         [BZ #17582]
6139         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
6140         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
6141         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
6142         and define as weak alias of __fgets_unlocked.  Use
6143         libc_hidden_weak.
6144         (__fgets_unlocked): Use libc_hidden_def.
6145         * include/stdio.h (__fgets_unlocked): Declare.  Use
6146         libc_hidden_proto.
6147         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
6148         __fgets_unlocked instead of fgets_unlocked.
6149         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
6150         (GET_NPROCS_CONF_PARSER): Likewise.
6151         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
6152         (GET_NPROCS_CONF_PARSER): Likewise.
6154         [BZ #17574]
6155         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
6156         weak alias of __wmemset.  Use libc_hidden_weak.
6157         (__wmemset): Use libc_hidden_def.
6158         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
6159         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
6160         of wmemset.
6162         [BZ #17573]
6163         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
6164         with asm name __mempcpy.
6165         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
6167         [BZ #17572]
6168         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
6169         and define as weak alias of __rawmemchr.
6170         (__rawmemchr): Do not define as strong alias of rawmemchr.
6172         [BZ #17571]
6173         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
6174         alias of __qsort_r.
6175         (qsort): Call __qsort_r instead of qsort_r.
6176         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
6177         (__qsort_r): Declare.  Call libc_hidden_proto.
6178         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
6179         instead of qsort_r.
6180         * nscd/gai.c (__qsort_r): Define to qsort_r.
6181         * posix/tst-rfc3484.c (__qsort_r): Likewise.
6182         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
6183         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
6185         [BZ #17570]
6186         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
6187         define as weak alias of __malloc_info.
6189         [BZ #17584]
6190         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
6191         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6192         (__rewinddir): Use libc_hidden_def.
6193         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
6194         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6195         (__rewinddir): Use libc_hidden_def.
6196         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
6197         weak alias of __rewinddir.  Don't use libc_hidden_def.
6198         (__rewinddir): Use libc_hidden_def.
6199         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
6200         (__rewinddir): Use libc_hidden_proto.
6201         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
6202         rewinddir.
6203         (__getcwd): Use __rewinddir instead of rewinddir.
6205         [BZ #17583]
6206         * libio/fileno.c (fileno): Rename to __fileno and define as weak
6207         alias of __fileno.  Use libc_hidden_weak.
6208         (__fileno): Use libc_hidden_def.
6209         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
6210         * libio/ftello.c (ftello): Rename to __ftello and define as weak
6211         alias of __ftello.
6212         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
6213         __ftello.
6214         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
6215         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
6216         libc_hidden_def.
6217         (fread_unlocked): Don't use libc_hidden_ver.
6218         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
6219         and define as weak alias of __fread_unlocked.  Don't use
6220         libc_hidden_def.
6221         (__fread_unlocked): Use libc_hidden_def.
6222         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
6223         (ftello): Don't use libc_hidden_proto.
6224         (__ftello): Declare.  Use libc_hidden_proto.
6225         (fread_unlocked): Don't use libc_hidden_proto.
6226         (__fread_unlocked): Declare.  Use libc_hidden_proto.
6227         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
6228         and __ftello instead of fileno, fread_unlocked and ftello.
6230 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6232         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
6233         GOT12.
6234         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
6235         Likewise.
6236         (_dl_start_user): Likewise.
6237         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
6239 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
6240             Siddhesh Poyarekar  <siddhesh@redhat.com>
6242         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
6243         Move argv and envp down instead of moving argc up.
6244         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
6246 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
6248         [BZ #17506]
6249         * test-skeleton.c (main): Return successful if one of
6250         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
6251         * string/tst-strcoll-overflow.c: Define expected status.
6253 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
6255         [BZ #17475]
6256         * locale/iso-639.def: Define Bhili and Tulu language codes.
6258 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
6260         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
6262 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
6264         [BZ #17555]
6265         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
6267 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
6269         * configure.ac: Updated check of minimal required version to
6270         2.22.
6271         * manual/install.texi (Tools for Compilation): Updated version
6272         number.
6273         * configure: Regenerated.
6274         * INSTALL: Likewise.
6276 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
6278         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
6279         __tls_get_addr.
6281 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
6283         * include/sys/wait.h (__libc_waitpid): Remove declaration.
6284         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
6285         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6286         libc_hidden_weak.
6287         (waitpid): Define as alias of __waitpid.
6288         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
6289         __waitpid.
6290         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6291         libc_hidden_weak.
6292         (waitpid): Define as alias of __waitpid.
6293         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
6294         __libc_waitpid alias.
6295         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
6296         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
6297         Likewise.
6298         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
6299         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
6300         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
6301         alias.
6302         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
6303         __waitpid.
6304         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6305         libc_hidden_weak.
6306         (waitpid): Define as alias of __waitpid.
6308 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
6310         * manual/llio.texi: Add comment that write safety has been
6311         fixed in Linux.
6313         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
6314         (localplt-build-dso): Add elf/ld.so.
6315         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
6316         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
6317         and free for ld.so.
6318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
6319         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
6320         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
6321         Likewise.
6322         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6323         Likewise.
6324         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
6325         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
6326         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
6327         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
6328         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
6329         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
6330         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
6331         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
6332         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
6333         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
6334         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
6336 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
6338         [BZ #14132]
6339         * include/libc-symbols.h (INTUSE): Remove macro.
6340         (INTDEF): Likewise.
6341         (INTVARDEF): Likewise.
6342         (_INTVARDEF): Likewise.
6343         (INTDEF2): Likewise.
6344         (INTVARDEF2): Likewise.
6345         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
6346         rtld_hidden_def instead of INTVARDEF.
6347         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
6348         (_dl_starting_up_internal): Remove declaration.
6349         (_dl_starting_up): Use rtld_hidden_proto.
6350         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
6351         declaration.
6352         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
6353         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
6354         _dl_starting_up.
6355         * elf/dl-writev.h (_dl_writev): Likewise.
6356         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
6357         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
6358         _dl_starting_up_internal.
6360 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6362         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
6363         test-skeleton.c.
6365 2014-11-05  Will Newton  <will.newton@linaro.org>
6367         * benchtests/Makefile: (bench-malloc): Add malloc thread
6368         scalability benchmark.
6369         * benchtests/bench-malloc-threads.c: New file.
6371 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
6373         * sysdeps/aarch64/strchrnul.S: New file.
6375 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6377         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
6378         definition.
6379         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
6380         Likwise.
6381         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
6382         Likewise.
6383         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
6384         Likewise.
6385         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
6386         Likewise.
6387         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
6388         Likewise.
6390 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
6392         * catgets/test-gencat.c: Use test-skeleton.c.
6393         * catgets/tst-catgets.c: Likewise.
6394         * csu/tst-empty.c: Likewise.
6395         * elf/tst-audit2.c: Likewise.
6396         * elf/tst-global1.c: Likewise.
6397         * elf/tst-pathopt.c: Likewise.
6398         * elf/tst-piemod1.c: Likewise.
6399         * elf/tst-tls10.c: Likewise.
6400         * elf/tst-tls11.c: Likewise.
6401         * elf/tst-tls12.c: Likewise.
6402         * gnulib/tst-gcc.c: Likewise.
6403         * iconvdata/tst-e2big.c: Likewise.
6404         * iconvdata/tst-loading.c: Likewise.
6405         * iconv/tst-iconv1.c: Likewise.
6406         * iconv/tst-iconv2.c: Likewise.
6407         * inet/test-inet6_opt.c: Likewise.
6408         * inet/tst-gethnm.c: Likewise.
6409         * inet/tst-network.c: Likewise.
6410         * inet/tst-ntoa.c: Likewise.
6411         * intl/tst-codeset.c: Likewise.
6412         * intl/tst-gettext2.c: Likewise.
6413         * intl/tst-gettext3.c: Likewise.
6414         * intl/tst-ngettext.c: Likewise.
6415         * intl/tst-translit.c: Likewise.
6416         * io/test-stat.c: Likewise.
6417         * libio/test-fmemopen.c: Likewise.
6418         * libio/tst-freopen.c: Likewise.
6419         * libio/tst-sscanf.c: Likewise.
6420         * libio/tst-ungetwc1.c: Likewise.
6421         * libio/tst-ungetwc2.c: Likewise.
6422         * libio/tst-widetext.c: Likewise.
6423         * localedata/tst-ctype.c: Likewise.
6424         * localedata/tst-digits.c: Likewise.
6425         * localedata/tst-leaks.c: Likewise.
6426         * localedata/tst-mbswcs1.c: Likewise.
6427         * localedata/tst-mbswcs2.c: Likewise.
6428         * localedata/tst-mbswcs3.c: Likewise.
6429         * localedata/tst-mbswcs4.c: Likewise.
6430         * localedata/tst-mbswcs5.c: Likewise.
6431         * localedata/tst-setlocale.c: Likewise.
6432         * localedata/tst-trans.c: Likewise.
6433         * localedata/tst-wctype.c: Likewise.
6434         * localedata/tst-xlocale1.c: Likewise.
6435         * login/tst-grantpt.c: Likewise.
6436         * malloc/tst-calloc.c: Likewise.
6437         * malloc/tst-malloc.c: Likewise.
6438         * malloc/tst-mallocstate.c: Likewise.
6439         * malloc/tst-mcheck.c: Likewise.
6440         * malloc/tst-mtrace.c: Likewise.
6441         * malloc/tst-obstack.c: Likewise.
6442         * math/atest-exp2.c: Likewise.
6443         * math/atest-exp.c: Likewise.
6444         * math/atest-sincos.c: Likewise.
6445         * math/test-matherr.c: Likewise.
6446         * math/test-misc.c: Likewise.
6447         * math/test-powl.c: Likewise.
6448         * math/tst-definitions.c: Likewise.
6449         * misc/tst-dirname.c: Likewise.
6450         * misc/tst-efgcvt.c: Likewise.
6451         * misc/tst-fdset.c: Likewise.
6452         * misc/tst-hsearch.c: Likewise.
6453         * misc/tst-mntent2.c: Likewise.
6454         * nptl/tst-sem7.c: Likewise.
6455         * nptl/tst-sem8.c: Likewise.
6456         * nptl/tst-sem9.c: Likewise.
6457         * nss/test-netdb.c: Likewise.
6458         * posix/tst-fnmatch.c: Likewise.
6459         * posix/tst-getlogin.c: Likewise.
6460         * posix/tst-gnuglob.c: Likewise.
6461         * posix/tst-mmap.c: Likewise.
6462         * pwd/tst-getpw.c: Likewise.
6463         * resolv/tst-inet_ntop.c: Likewise.
6464         * rt/tst-timer.c: Likewise.
6465         * stdio-common/test-fseek.c: Likewise.
6466         * stdio-common/test-popen.c: Likewise.
6467         * stdio-common/test-vfprintf.c: Likewise.
6468         * stdio-common/tst-cookie.c: Likewise.
6469         * stdio-common/tst-fileno.c: Likewise.
6470         * stdio-common/tst-gets.c: Likewise.
6471         * stdio-common/tst-obprintf.c: Likewise.
6472         * stdio-common/tst-perror.c: Likewise.
6473         * stdio-common/tst-sprintf2.c: Likewise.
6474         * stdio-common/tst-sprintf3.c: Likewise.
6475         * stdio-common/tst-sprintf.c: Likewise.
6476         * stdio-common/tst-swprintf.c: Likewise.
6477         * stdio-common/tst-tmpnam.c: Likewise.
6478         * stdio-common/tst-unbputc.c: Likewise.
6479         * stdio-common/tst-wc-printf.c: Likewise.
6480         * stdlib/tst-environ.c: Likewise.
6481         * stdlib/tst-fmtmsg.c: Likewise.
6482         * stdlib/tst-limits.c: Likewise.
6483         * stdlib/tst-rand48-2.c: Likewise.
6484         * stdlib/tst-rand48.c: Likewise.
6485         * stdlib/tst-random2.c: Likewise.
6486         * stdlib/tst-random.c: Likewise.
6487         * stdlib/tst-strtol.c: Likewise.
6488         * stdlib/tst-strtoll.c: Likewise.
6489         * stdlib/tst-tls-atexit.c: Likewise.
6490         * stdlib/tst-xpg-basename.c: Likewise.
6491         * string/test-ffs.c: Likewise.
6492         * string/tst-bswap.c: Likewise.
6493         * string/tst-inlcall.c: Likewise.
6494         * string/tst-strtok.c: Likewise.
6495         * string/tst-strxfrm.c: Likewise.
6496         * sysdeps/x86_64/tst-audit10.c: Likewise.
6497         * sysdeps/x86_64/tst-audit3.c: Likewise.
6498         * sysdeps/x86_64/tst-audit4.c: Likewise.
6499         * sysdeps/x86_64/tst-audit5.c: Likewise.
6500         * time/tst-ftime_l.c: Likewise.
6501         * time/tst-getdate.c: Likewise.
6502         * time/tst-mktime3.c: Likewise.
6503         * time/tst-mktime.c: Likewise.
6504         * time/tst-posixtz.c: Likewise.
6505         * time/tst-strptime2.c: Likewise.
6506         * time/tst-strptime3.c: Likewise.
6507         * wcsmbs/tst-btowc.c: Likewise.
6508         * wcsmbs/tst-mbrtowc.c: Likewise.
6509         * wcsmbs/tst-mbsrtowcs.c: Likewise.
6510         * wcsmbs/tst-wchar-h.c: Likewise.
6511         * wcsmbs/tst-wcpncpy.c: Likewise.
6512         * wcsmbs/tst-wcrtomb.c: Likewise.
6513         * wcsmbs/tst-wcsnlen.c: Likewise.
6514         * wcsmbs/tst-wcstof.c: Likewise.
6516 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
6518         [BZ #14132]
6519         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
6520         INTDEF.
6521         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
6522         declaration.
6523         (_dl_mcount): Use rtld_hidden_proto.
6524         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
6525         _dl_mcount.
6526         * elf/rtld.c (_rtld_global_ro): Likewise.
6528         [BZ #14132]
6529         * elf/dl-init.c (_dl_init): Don't use INTDEF.
6530         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
6531         of _dl_init_internal.
6532         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
6533         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
6534         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
6535         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
6536         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
6537         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
6538         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
6539         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
6540         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
6541         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
6542         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
6543         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
6544         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
6545         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
6546         * sysdeps/tile/dl-start.S (_start): Likewise.
6547         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
6548         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
6550         [BZ #14132]
6551         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
6552         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
6553         (rtld_progname): Make macro definition unconditional.
6554         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
6555         INTDEF.
6556         (dlmopen_doit): Do not use INTUSE with _dl_argv.
6557         (dl_main): Likewise.
6558         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
6559         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
6560         instead of _dl_argv_internal.
6561         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
6562         __GI__dl_argv instead of INTUSE(_dl_argv).
6563         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
6564         __GI__dl_argv instead of _dl_argv_internal.
6566         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
6567         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
6568         macro.
6569         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
6570         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
6571         New macro.
6572         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
6573         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
6574         macro.
6575         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
6576         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
6578 2014-11-04  Andreas Schwab  <schwab@suse.de>
6580         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
6582 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6584         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
6585         mtvsrd instruction in binary form.
6587 2014-11-03  Andreas Schwab  <schwab@suse.de>
6589         [BZ #17522]
6590         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
6591         for less than MB_LEN_MAX use a local buffer of that size.
6592         * libio/tst-fputws.c: New file.
6593         * libio/Makefile (tests): Add tst-fputws.
6595 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
6597         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
6598         the size of the fpu_fr.fpu_dregs[] array.
6600 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
6602         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
6603         (__nanosleep): Do not define as alias.
6604         (nanosleep): Define as alias of __nanosleep.
6605         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
6606         __libc_nanosleep name.
6608 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
6610         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
6611         install.texi in comment.
6613 2014-10-31  Torvald Riegel  <triegel@redhat.com>
6615         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
6616         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
6617         ... add here and use lwsync or sync ...
6618         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
6619         ... and add here using lwsync.
6621 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
6623         * elf/dl-machine-reject-phdr.h: New file.
6624         * elf/dl-load.c: #include that.
6625         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
6626         if that returned true.
6628 2014-10-31  Roland McGrath  <roland@hack.frob.com>
6630         [BZ #17496]
6631         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
6632         gen-as-const-headers chunk.  Add a big scare comment after the last
6633         safe place to touch before-compile.
6635 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
6637         * manual/install.texi (Tools for Compilation): Update autoconf
6638         version requirements.
6639         * INSTALL: Regenerated.
6641         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
6642         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
6643         (__libc_pselect): Likewise.
6645         [BZ #14138]
6646         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
6647         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6649         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6651 2014-10-31  Torvald Riegel  <triegel@redhat.com>
6653         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
6654         correct barrier instruction.
6655         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
6656         Likewise.
6657         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
6658         Likewise.
6660 2014-10-30  Roland McGrath  <roland@hack.frob.com>
6662         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
6663         after defining inlines.  Instead, just use parens to defeat macro
6664         expansion of __isctype in its declaration.
6666 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
6668         * include/sys/uio.h (__libc_readv): Remove declaration.
6669         (__libc_writev): Likewise.
6670         * misc/readv.c (__libc_readv): Rename to __readv.
6671         (__readv): Do not define as alias.
6672         (readv): Define as alias of __readv.
6673         * misc/writev.c (__libc_writev): Rename to __writev.
6674         (__writev): Do not define as alias.
6675         (writev): Define as alias of __writev.
6676         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
6677         (__readv): Do not define as alias.
6678         (readv): Define unconditionally as alias of __readv.
6679         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
6680         (__writev): Do not define as alias.
6681         (writev): Define unconditionally as alias of __writev.
6682         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
6683         name.
6684         (writev): Do not define __libc_writev name.
6686 2014-10-30  Roland McGrath  <roland@hack.frob.com>
6688         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
6689         (convert_charseq): New function, broken out of ...
6690         (use_from_charmap): ... here.  Call it.
6691         (use_to_charmap): Use convert_charseq and free instead of duplicating
6692         its code with a variable-length stack struct.
6694 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
6696         * include/fcntl.h (__libc_creat): Remove declaration.
6697         * io/creat.c (__libc_creat): Rename to creat.
6698         (creat): Do not define as alias.
6699         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
6700         of creat instead of __libc_creat.
6701         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
6702         to creat.
6703         (creat): Do not define as alias.
6704         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
6705         __libc_creat.
6706         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
6707         __libc_creat name.
6708         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
6709         Likewise.
6711 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
6713         * manual/llio.texi: Add comments discussing why write() may be
6714         considered MT-unsafe on Linux.
6716 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
6718         * dl-load.c (local_strdup): Remove.
6719         (expand_dynamic_string_token): Use __strdup.
6720         (decompose_rpath): Likewise.
6721         (_dl_map_object): Likewise.
6723 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
6725         [BZ #14132]
6726         * sysdeps/generic/unwind-dw2-fde.c
6727         (__register_frame_info_bases_internal): Do not declare.
6728         (__register_frame_info_table_bases_internal): Likewise.
6729         (__deregister_frame_info_bases_internal): Likewise.
6730         (__register_frame_info_bases): Declare and use hidden_proto before
6731         definition.  Use hidden_def instead of INTDEF.
6732         (__register_frame_info_table_bases): Likewise.
6733         (__deregister_frame_info_bases): Likewise.
6734         (__register_frame_info): Do not use INTUSE.
6735         (__register_frame): Likewise.
6736         (__register_frame_info_table): Likewise.
6737         (__register_frame_table): Likewise.
6738         (__deregister_frame_info): Likewise.
6739         (__deregister_frame): Likewise.
6741 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
6743         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6744         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
6745         not undefine.
6746         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
6747         Likewise.
6748         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
6749         Likewise.
6751 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
6753         [BZ #14138]
6754         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
6755         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
6756         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
6757         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
6758         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
6759         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
6760         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
6761         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
6762         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
6763         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
6764         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
6765         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
6766         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
6767         syscall.
6768         (setfsuid): Likewise.
6769         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
6770         (setfsuid): Likewise.
6771         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
6772         (setfsuid): Likewise.
6773         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
6774         Likewise.
6775         (setfsuid): Likewise.
6776         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
6777         (setfsuid): Likewise.
6778         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
6779         Likewise.
6780         (setfsuid): Likewise.
6782 2014-10-27  Andreas Schwab  <schwab@suse.de>
6784         [BZ #17501]
6785         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
6786         check for Slow_SSE4_2 feature bit.
6787         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
6788         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
6789         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
6790         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
6792 2014-10-24  Roland McGrath  <roland@hack.frob.com>
6794         * configure.ac: Validate compiler version with a empirical test of
6795         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
6796         $CC -v output.
6797         * configure: Regenerated.
6799         * inet/htons.c (htons): Prototypify.
6800         * inet/htonl.c (htonl): Likewise.
6802 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6804         * string/strncat.c (strncat): Improve performance by using strlen.
6806 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6808         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
6810 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6812         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
6813         Call libc_fetestexcept_aarch64.
6815 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6817         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
6818         Call libc_feholdexcept_aarch64.
6820 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6822         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
6823         Call get_rounding_mode.
6825 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6827         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
6828         Simplify logic.
6830 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6832         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
6833         Simplify logic.
6835 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
6837         [BZ #14138]
6838         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
6839         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
6840         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
6841         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
6842         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
6843         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
6844         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
6845         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
6846         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
6847         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
6848         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
6849         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
6850         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
6851         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
6852         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
6853         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
6854         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
6855         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
6856         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
6857         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
6858         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
6859         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
6860         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
6861         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
6862         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
6863         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
6864         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
6865         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
6866         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
6867         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
6868         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
6869         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
6870         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
6871         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
6872         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
6873         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
6874         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
6875         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
6876         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
6877         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
6878         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
6879         syscall.
6880         (geteuid): Likewise.
6881         (getgid): Likewise.
6882         (getuid): Likewise.
6883         (getresgid): Likewise.
6884         (getresuid): Likewise.
6885         (getgroups): Likewise.
6886         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
6887         (geteuid): Likewise.
6888         (getgid): Likewise.
6889         (getuid): Likewise.
6890         (getresgid): Likewise.
6891         (getresuid): Likewise.
6892         (getgroups): Likewise.
6893         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
6894         (geteuid): Likewise.
6895         (getgid): Likewise.
6896         (getuid): Likewise.
6897         (getresgid): Likewise.
6898         (getresuid): Likewise.
6899         (getgroups): Likewise.
6900         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
6901         Likewise.
6902         (geteuid): Likewise.
6903         (getgid): Likewise.
6904         (getuid): Likewise.
6905         (getresgid): Likewise.
6906         (getresuid): Likewise.
6907         (getgroups): Likewise.
6908         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
6909         (geteuid): Likewise.
6910         (getgid): Likewise.
6911         (getuid): Likewise.
6912         (getresgid): Likewise.
6913         (getresuid): Likewise.
6914         (getgroups): Likewise.
6915         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
6916         Likewise.
6917         (geteuid): Likewise.
6918         (getgid): Likewise.
6919         (getuid): Likewise.
6920         (getgroups): Likewise.
6922         [BZ #14138]
6923         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
6924         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
6925         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
6926         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6927         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
6928         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
6929         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
6930         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
6931         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
6932         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
6933         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
6934         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
6935         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
6936         __chown.
6937         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
6938         (lchown): Likewise.
6939         (fchown): Likewise.
6940         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
6941         Likewise.
6942         (lchown): Likewise.
6943         (fchown): Likewise.
6944         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
6945         (lchown): Likewise.
6946         (fchown): Likewise.
6947         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
6948         Likewise.
6949         (lchown): Likewise.
6950         (fchown): Likewise.
6952 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6954         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
6955         Simplify logic.
6957 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6959         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6960         Cleanup logic.
6962 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6964         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6965         Remove unused include.
6967 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6969         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
6970         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
6971         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
6972         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
6974 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
6975             Helge Deller <deller@gmx.de>
6977         [BZ #17508]
6978         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
6979         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
6980         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
6982 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
6984         [BZ #14132]
6985         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
6986         Remove macro definition.
6987         (__ashrdi3_v_glibc20): Likewise.
6988         (__lshrdi3_v_glibc20): Likewise.
6989         (__cmpdi2_v_glibc20): Likewise.
6990         (__ucmpdi2_v_glibc20): Likewise.
6991         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
6992         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
6993         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
6994         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
6995         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
6996         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
6998 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7000         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
7001         old GNU extension [0] syntax.
7002         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
7003         alloca rather than an array member with variable length.
7004         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
7005         * nscd/nscd.c (invalidate_db): New function, broken out of ...
7006         (parse_opt): ... here.  Likewise use alloca there.
7007         Validate the -i argument before checking for rootness.
7008         (send_shutdown): New function, broken out of ...
7009         (parse_opt): ... here.
7011 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7013         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
7014         macro to get at the _rt_local_ro field.
7015         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
7016         ([PIC] case) or _dl_hwcap ([!PIC] case).
7017         * sysdeps/arm/setjmp.S: Likewise.
7019         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
7020         * sysdeps/arm/configure.ac: New check to define it.
7021         * sysdeps/arm/configure: Regenerated.
7022         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
7023         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
7024         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
7025         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
7026         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
7027         Use move/movt pair instead of a load.
7028         (LDST_GLOBAL): Macro removed.
7029         (LDR_GLOBAL): New macro replaces it.
7030         (LDR_HIDDEN): New macro.
7031         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
7032         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
7034         * setjmp/tst-setjmp-static.c: New file.
7035         * setjmp/Makefile (tests): Add it.
7036         (tests-static): New variable.
7038 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
7040         [BZ #17485]
7041         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
7043 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
7045         [BZ #14132]
7046         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
7048 2014-10-21  Roland McGrath  <roland@hack.frob.com>
7050         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
7052 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7054         * io/fts.c (dirent_not_directory): New function.
7055         (fts_build): Call it.
7057 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7059         * nptl/version.c (__nptl_main): Use normal __write rather than
7060         INTERNAL_SYSCALL.
7061         (banner): Update copyright years.
7063         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
7064         gettimeofday.
7065         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7066         * nptl/pthread_cond_timedwait.c: Likewise.
7067         * nptl/pthread_mutex_timedlock.c: Likewise.
7068         * nptl/sem_timedwait.c: Likewise.
7070         * sysdeps/nptl/bits/libc-lock.h
7071         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7072         (__libc_lock_init_recursive): Return void, not 0.
7073         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
7074         (__libc_rwlock_init): Likewise.
7075         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
7077 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7079         [BZ #15215]
7080         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
7081         (__pthread_once_slow): ... here.
7082         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
7083         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
7085 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7087         [BZ #15215]
7088         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
7089         __PTHREAD_ONCE_FORK_GEN_INCR): New.
7090         * sysdeps/nptl/fork.c (__libc_fork): Use them.
7091         * nptl/pthread_once.c (__pthread_once): Likewise.
7092         Update comments.
7094 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
7096         [BZ #14138]
7097         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
7098         name.
7099         (writev): Use __libc_writev as strong name.
7100         * sysdeps/unix/sysv/linux/readv.c: Remove file.
7101         * sysdeps/unix/sysv/linux/writev.c: Likewise.
7103 2014-10-17  Roland McGrath  <roland@hack.frob.com>
7105         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
7107         * sysdeps/i386/nptl/tls.h
7108         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
7109         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
7110         New macros.
7111         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
7112         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
7113         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
7114         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
7115         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
7116         Call CHECK_THREAD_SYSINFO instead of doing an assert.
7118         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
7119         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
7120         on [__NR_futex].
7121         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
7122         broken out of ...
7123         (__pthread_mutex_init): ... here.  Call it.
7124         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
7125         Conditionalize PI cases on [__NR_futex].
7126         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
7127         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
7128         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
7130         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
7131         conditional on [SIGSETXID].
7132         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
7133         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
7134         is defined.  Likewise for SIGSETXID.
7135         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
7136         Conditionalize definitions on [SIGSETXID].
7137         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
7138         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
7139         unblocking on [SIGCANCEL].
7141         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
7142         [__NR_set_robust_list].
7144 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
7146         * string/strcoll_l.c (get_next_seq): Fix up formatting.
7147         (do_compare): Likewise.
7149 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
7151         [BZ #15884]
7152         * string/strcoll_l.c: Don't include stdio.h.
7153         (coll_seq): Remove members idxarr and rulearr.
7154         (get_next_seq_cached): Remove function.
7155         (get_next_seq): Likewise.
7156         (get_next_seq_nocache): Rename to get_next_seq.
7157         (do_compare): Remove function.
7158         (do_compare_nocache): Rename to do_compare.
7159         (STRCOLL): Remove weight and rules cache.
7161 2014-10-16  Roland McGrath  <roland@hack.frob.com>
7163         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
7164         * sysdeps/arm/sfp-machine.h: ... to here.
7165         * sysdeps/arm/Implies: Remove arm/soft-fp.
7167 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
7169         * conform/data/sys/utsname.h-data (*_t): Allow.
7170         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
7171         [POSIX] (WEXITED): Do not expect constant.
7172         [POSIX] (WSTOPPED): Likewise.
7173         [POSIX] (WNOHANG): Likewise.
7174         [POSIX] (WNOWAIT): Likewise.
7175         [POSIX] (siginfo_t): Do not expect type or elements.
7176         [POSIX] (pid_t): Do not expect type.
7177         [POSIX] (signal.h): Do not allow header.
7178         [POSIX] (sys/resource.h): Likewise.
7179         [POSIX] (si_*): Do not allow pattern.
7180         [POSIX] (W*): Likewise.
7181         [POSIX] (P_*): Likewise.
7182         [POSIX] (BUS_*): Likewise.
7183         [POSIX] (CLD_*): Likewise.
7184         [POSIX] (FPE_*): Likewise.
7185         [POSIX] (ILL_*): Likewise.
7186         [POSIX] (POLL_*): Likewise.
7187         [POSIX] (SEGV_*): Likewise.
7188         [POSIX] (SI_*): Likewise.
7189         [POSIX] (TRAP_*): Likewise.
7190         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
7191         variable.
7193 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
7195         [BZ #12926]
7196         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
7197         infinite loop when __recvmsg returns 0.
7199 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
7201         * CANCEL-FCT-WAIVE: Remove file.
7202         * CANCEL-FILE-WAIVE: Likewise.
7204         [BZ #14132]
7205         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
7206         instead of INTVARDEF.
7207         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7208         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
7209         rtld_hidden_data_def instead of INTVARDEF.
7210         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7211         * elf/dl-deps.c (expand_dst): Likewise.
7212         * elf/dl-load.c (_dl_dst_count): Likewise.
7213         (_dl_dst_substitute): Likewise.
7214         (decompose_rpath): Likewise.
7215         (_dl_init_paths): Likewise.
7216         (open_path): Likewise.
7217         (_dl_map_object): Likewise.
7218         * elf/rtld.c (dl_main): Likewise.
7219         (process_dl_audit): Likewise.
7220         (process_envvars): Likewise.
7221         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
7222         Remove declaration.
7223         (__libc_enable_secure): Use rtld_hidden_proto.
7225 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7227         * elf/dl-load.c
7228         (add_path): New function broken out of _dl_rtld_di_serinfo.
7229         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
7231 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7233         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
7234         parentheses around macro arguments.
7235         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
7236         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
7237         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
7238         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
7239         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
7240         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7241         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7242         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
7243         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
7244         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
7245         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
7246         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
7247         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
7248         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
7249         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
7250         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
7251         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
7252         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
7253         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
7254         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
7255         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
7256         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
7257         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
7258         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7259         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7260         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
7261         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
7262         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
7263         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
7264         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
7265         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
7266         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
7267         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
7268         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
7269         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
7270         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
7271         Likewise.
7272         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
7273         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7274         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7275         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
7276         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
7277         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
7278         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
7279         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
7280         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
7281         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
7282         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
7283         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
7284         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
7285         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
7286         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
7287         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7288         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7289         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
7290         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
7291         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
7292         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
7293         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
7294         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
7295         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
7296         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
7297         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
7298         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
7299         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
7300         (_FP_FRAC_SRS_1): Likewise.
7301         (_FP_FRAC_CLZ_1): Likewise.
7302         (_FP_MUL_MEAT_1_imm): Likewise.
7303         (_FP_MUL_MEAT_1_wide): Likewise.
7304         (_FP_MUL_MEAT_1_hard): Likewise.
7305         (_FP_SQRT_MEAT_1): Likewise.
7306         (_FP_FRAC_ASSEMBLE_1): Likewise.
7307         (_FP_FRAC_DISASSEMBLE_1): Likewise.
7308         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
7309         (__FP_CLZ_2): Likewise.
7310         (_FP_MUL_MEAT_2_wide): Likewise.
7311         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
7312         (_FP_MUL_MEAT_2_gmp): Likewise.
7313         (_FP_MUL_MEAT_2_120_240_double): Likewise.
7314         (_FP_SQRT_MEAT_2): Likewise.
7315         (_FP_FRAC_ASSEMBLE_2): Likewise.
7316         (_FP_FRAC_DISASSEMBLE_2): Likewise.
7317         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
7318         (_FP_FRAC_CLZ_4): Likewise.
7319         (_FP_MUL_MEAT_4_wide): Likewise.
7320         (_FP_MUL_MEAT_4_gmp): Likewise.
7321         (_FP_SQRT_MEAT_4): Likewise.
7322         (_FP_FRAC_ASSEMBLE_4): Likewise.
7323         (_FP_FRAC_DISASSEMBLE_4): Likewise.
7324         * soft-fp/op-common.h (_FP_CMP): Likewise.
7325         (_FP_CMP_EQ): Likewise.
7326         (_FP_CMP_UNORD): Likewise.
7327         (_FP_TO_INT): Likewise.
7328         (_FP_FROM_INT): Likewise.
7329         [!__FP_CLZ] (__FP_CLZ): Likewise.
7330         (_FP_DIV_HELP_imm): Likewise.
7331         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
7332         Likewise.
7333         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
7334         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
7335         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
7336         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
7337         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
7338         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7339         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7340         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
7341         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
7342         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
7343         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
7344         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
7345         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
7346         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
7347         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
7348         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
7349         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
7350         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
7351         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
7352         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
7353         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
7354         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
7355         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
7356         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7357         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7358         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
7359         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
7360         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
7361         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
7362         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
7363         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
7364         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
7365         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
7366         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
7367         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
7368         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
7369         (FP_UNPACK_RAW_SP): Likewise.
7370         (FP_PACK_RAW_S): Likewise.
7371         (FP_PACK_RAW_SP): Likewise.
7372         (FP_UNPACK_S): Likewise.
7373         (FP_UNPACK_SP): Likewise.
7374         (FP_UNPACK_SEMIRAW_S): Likewise.
7375         (FP_UNPACK_SEMIRAW_SP): Likewise.
7376         (FP_PACK_S): Likewise.
7377         (FP_PACK_SP): Likewise.
7378         (FP_PACK_SEMIRAW_S): Likewise.
7379         (FP_PACK_SEMIRAW_SP): Likewise.
7380         (_FP_SQRT_MEAT_S): Likewise.
7381         (FP_CMP_S): Likewise.
7382         (FP_CMP_EQ_S): Likewise.
7383         (FP_CMP_UNORD_S): Likewise.
7384         (FP_TO_INT_S): Likewise.
7385         (FP_FROM_INT_S): Likewise.
7387         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
7389         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
7390         (FP_EX_INVALID_IMZ): Likewise.
7391         (FP_EX_INVALID_IMZ_FMA): Likewise.
7392         (FP_EX_INVALID_ISI): Likewise.
7393         (FP_EX_INVALID_ZDZ): Likewise.
7394         (FP_EX_INVALID_IDI): Likewise.
7395         (FP_EX_INVALID_SQRT): Likewise.
7396         (FP_EX_INVALID_CVI): Likewise.
7397         (FP_EX_INVALID_VC): Likewise.
7398         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
7399         "invalid" exceptions.
7400         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
7401         (_FP_ADD_INTERNAL): Likewise.
7402         (_FP_MUL): Likewise.
7403         (_FP_FMA): Likewise.
7404         (_FP_DIV): Likewise.
7405         (_FP_CMP_CHECK_NAN): Likewise.
7406         (_FP_SQRT): Likewise.
7407         (_FP_TO_INT): Likewise.
7408         (FP_EXTEND): Likewise.
7410 2014-10-09  Allan McRae  <allan@archlinux.org>
7412         * po/fr.po: Update French translation from translation project.
7414 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7416         [BZ #14132]
7417         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
7418         of INTDEF.
7419         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
7420         (__cxa_atexit): Use libc_hidden_proto.
7421         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
7423         [BZ #14132]
7424         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
7425         declaration.
7426         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
7427         [!_ISOMAC] (__iswspace_l_internal): Likewise.
7428         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
7429         [!_ISOMAC] (__iswctype_internal): Likewise.
7430         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
7431         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
7432         alias.
7433         (fcntl): Remove __fcntl_internal alias.
7434         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
7435         __connect_internal alias.
7436         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
7437         Likewise.
7439         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
7440         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
7441         FP_DENORM_ZERO.
7442         (_FP_CHECK_FLUSH_ZERO): New macro.
7443         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
7444         (_FP_CMP): Likewise.
7445         (_FP_CMP_EQ): Likewise.
7446         (_FP_TO_INT): Do not set inexact for subnormal arguments if
7447         FP_DENORM_ZERO.
7448         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
7449         (FP_TRUNC): Likewise.
7451         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
7452         treated as invalid conversion, not as normal exponent.
7454         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
7455         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
7456         (_FP_CMP_EQ): Likewise.
7457         (_FP_CMP_UNORD): Likewise.
7458         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
7459         (FP_CMP_EQ_D): Likewise.
7460         (FP_CMP_UNORD_D): Likewise.
7461         * soft-fp/extended.h (FP_CMP_E): Likewise.
7462         (FP_CMP_EQ_E): Likewise.
7463         (FP_CMP_UNORD_E): Likewise.
7464         * soft-fp/quad.h (FP_CMP_Q): Likewise.
7465         (FP_CMP_EQ_Q): Likewise.
7466         (FP_CMP_UNORD_Q): Likewise.
7467         * soft-fp/single.h (FP_CMP_S): Likewise.
7468         (FP_CMP_EQ_S): Likewise.
7469         (FP_CMP_UNORD_S): Likewise.
7470         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
7471         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
7472         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
7473         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
7474         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
7475         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
7476         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
7477         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
7478         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
7479         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
7480         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
7481         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
7482         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
7483         to FP_CMP_Q.
7484         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
7485         FP_CMP_Q.
7486         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
7487         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
7488         FP_CMP_EQ_Q.
7489         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
7490         FP_CMP_Q.
7491         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
7492         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
7493         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
7494         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
7495         FP_CMP_EQ_Q.
7496         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
7497         FP_CMP_Q.
7498         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
7499         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
7500         FP_CMP_EQ_Q.
7501         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
7502         FP_CMP_Q.
7503         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
7504         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
7505         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
7506         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
7507         FP_CMP_EQ_Q.
7509         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
7510         a subnormal result, set the underflow exception if trapping on
7511         underflow is enabled.
7512         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
7513         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
7514         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
7515         redefine to 0.
7516         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
7517         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7518         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7519         * soft-fp/extendxftf2.c (__extendxftf2): Use
7520         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
7522         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
7523         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
7524         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7525         FP_HANDLE_EXCEPTIONS.
7526         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
7527         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7528         FP_HANDLE_EXCEPTIONS.
7529         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
7530         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7531         FP_HANDLE_EXCEPTIONS.
7532         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
7533         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7534         FP_HANDLE_EXCEPTIONS.
7536 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
7538         [BZ #14132]
7539         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
7540         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
7541         use INTUSE.
7542         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
7543         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
7544         Remove alias.
7545         (__adjtimex): Define using libc_hidden_ver.
7546         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
7547         Remove declaration.
7548         (ntp_gettime): Call __adjtimex directly.
7549         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
7550         Remove declaration.
7551         (ntp_gettimex): Call __adjtimex directly.
7552         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
7553         __adjtimex_internal alias.
7555 2014-10-08  Roland McGrath  <roland@hack.frob.com>
7557         [BZ #17460]
7558         * nscd/nscd.c (more_help): Rewrite list of tables collection
7559         using xstrdup and asprintf.
7561         * nscd/nscd_conf.c: Remove local xstrdup declaration.
7563 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7564             Roland McGrath  <roland@hack.frob.com>
7566         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
7567         (do_lookup_unique): ... local function 'enter' here; update callers.
7569 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
7571         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
7572         compat_symbol calls on [SHARED].
7573         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
7574         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
7575         Remove.
7576         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7577         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
7578         (oldsetrlimit): Remove.
7579         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7580         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7581         (lchown): New syscall entry.
7582         (oldsetrlimit): Remove.
7583         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7584         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
7585         (oldsetrlimit): Remove.
7586         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7588         [BZ #14138]
7589         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
7590         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
7591         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
7592         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
7593         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
7594         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
7595         (fchown): Likewise.
7596         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
7597         (fchown): Likewise.
7598         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
7599         Likewise.
7601 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7603         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
7604         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
7605         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
7606         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
7607         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
7608         Likewise.
7609         (__old_sem_post): Likewise.
7611 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
7613         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
7614         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
7615         HAVE_CLOCK_GETTIME_VSYSCALL macros.
7616         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
7617         Use INLINE_VSYSCALL macro.
7618         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
7619         __vdso_clock_gettime.
7620         * sysdeps/unix/sysv/linux/tile/init-first.c
7621         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
7622         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
7623         __vdso_clock_gettime.
7625         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
7626         to set up frame more cleanly.
7628         * sysdeps/tile/memcmp.c: New file.
7630         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
7632         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
7633         * sysdeps/tile/tilegx/strcasestr.c: New file.
7634         * sysdeps/tile/tilegx/strnlen.c: New file.
7635         * sysdeps/tile/tilegx/strstr.c: New file.
7637         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
7639 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
7641         * nptl/tst-setuid3.c: Write errors to stdout.
7643 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7645         * elf/dl-deps.c
7646         (preload): New functions broken out of _dl_map_object_deps.
7647         (_dl_map_object_deps):  Remove a nested function. Update call sites.
7649 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
7651         [BZ #14138]
7652         * sysdeps/unix/sysv/linux/execve.c: Remove file.
7653         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
7655 2014-10-01  Steve Ellcey  <sellcey@mips.com>
7657         * sysdeps/mips/strcmp.S: New.
7659 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
7661         [BZ #14138]
7662         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
7663         (linkat): Likewise.
7664         (mkdirat): Likewise.
7665         (readlinkat): Likewise.
7666         (renameat): Likewise.
7667         (symlinkat): Likewise.
7668         (unlinkat): Likewise.
7669         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
7670         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
7671         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
7672         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
7673         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
7674         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
7675         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
7677 2014-09-30  Will Newton  <will.newton@linaro.org>
7679         * math/math.h: Define long double math functions if
7680         _LIBC_TEST is defined.
7681         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
7683         * localedata/Makefile: Move assignment to tests-special
7684         into an ifdef testing run-built-tests.
7685         * timezone/Makefile: Likewise.
7687 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
7689         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
7690         with $(BASH) not $(SHELL).
7692 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
7693             Matthew LeGendre  <legendre1@llnl.gov>
7695         [BZ #17411]
7696         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
7697         l_reloc_result.
7699 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7701         * stdio-common/printf_fp.c
7702         (hack_digit): New function, broken out of ...
7703         (__printf_fp): ... local function here.  Update call sites.
7704         hack_digit now takes an additional parameter that is a pointer
7705         to a struct of the referenced locals.  Those locals moved inside
7706         the struct and references updated.
7708 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
7710         * aclocal.m4: Require autoconf 2.69.
7711         * configure: Regenerated.
7712         * sysdeps/aarch64/configure: Likewise.
7713         * sysdeps/alpha/configure: Likewise.
7714         * sysdeps/arm/armv7/configure: Likewise.
7715         * sysdeps/arm/configure: Likewise.
7716         * sysdeps/ia64/configure: Likewise.
7717         * sysdeps/mach/configure: Likewise.
7718         * sysdeps/mips/configure: Likewise.
7719         * sysdeps/s390/configure: Likewise.
7720         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
7721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
7723         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
7724         file.
7725         * sysdeps/ia64/configure.ac: Likewise.
7727 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
7729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
7730         specify symbol version for ld.so.  Do not include entry for
7731         libpthread.
7732         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7733         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7734         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7736         [BZ #14171]
7737         * Makeconfig [$(build-shared) = yes]
7738         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
7739         makefiles.
7740         [$(build-shared) = yes && $(soversions.mk-done) = t]
7741         ($(common-objpfx)gnu/lib-names.h): Remove rule.
7742         [$(build-shared) = yes && $(soversions.mk-done) = t]
7743         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
7744         to Makerules.
7745         [$(build-shared) = yes && $(soversions.mk-done) = t]
7746         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
7747         here.
7748         [$(build-shared) = yes && $(soversions.mk-done) = t]
7749         (common-generated): Don't append gnu/lib-names.h and
7750         gnu/lib-names.stmp here.
7751         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
7752         (lib-names-h-abi): New variable.
7753         [$(build-shared) = yes && $(soversions.mk-done) = t]
7754         (lib-names-stmp-abi): Likewise.
7755         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7756         abi-variants] (before-compile): Append
7757         $(common-objpfx)$(lib-names-h-abi).
7758         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7759         abi-variants] (common-generated): Append gnu/lib-names.h.
7760         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7761         abi-variants] (install-others-nosubdir): Depend on
7762         $(inst_includedir)/$(lib-names-h-abi).
7763         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7764         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
7765         [$(build-shared) = yes && $(soversions.mk-done) = t]
7766         ($(common-objpfx)$(lib-names-h-abi)): New rule.
7767         [$(build-shared) = yes && $(soversions.mk-done) = t]
7768         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
7769         [$(build-shared) = yes && $(soversions.mk-done) = t]
7770         (common-generated): Append $(lib-names-h-abi) and
7771         $(lib-names-stmp-abi).
7772         * scripts/lib-names.awk: Do not handle multi being set.
7773         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
7774         Remove variable.
7775         (abi-lp64_be-ld-soname): Likewise.
7776         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
7777         Likewise.
7778         (abi-hard-ld-soname): Likewise.
7779         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
7780         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
7781         Remove variable.
7782         (abi-o32_hard-ld-soname): Likewise.
7783         (abi-o32_soft_2008-ld-soname): Likewise.
7784         (abi-o32_hard_2008-ld-soname): Likewise.
7785         (abi-n32_soft-ld-soname): Likewise.
7786         (abi-n32_hard-ld-soname): Likewise.
7787         (abi-n32_soft_2008-ld-soname): Likewise.
7788         (abi-n32_hard_2008-ld-soname): Likewise.
7789         (abi-n64_soft-ld-soname): Likewise.
7790         (abi-n64_hard-ld-soname): Likewise.
7791         (abi-n64_soft_2008-ld-soname): Likewise.
7792         (abi-n64_hard_2008-ld-soname): Likewise.
7793         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
7794         Likewise.
7795         (abi-64-v2-ld-soname): Likewise.
7796         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
7797         ld.so entries.
7798         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
7799         variable.
7800         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
7801         entry.
7802         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
7803         variable.
7804         (abi-64-ld-soname): Likewise.
7805         (abi-x32-ld-soname): Likewise.
7806         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
7807         entry.
7808         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7810 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
7812         [BZ #14138]
7813         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
7814         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
7815         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
7816         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
7817         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
7818         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
7819         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
7820         syscall entry for GLIBC_2.2 symbol version.
7821         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
7822         Likewise.
7823         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7824         (setrlimit): Likewise.
7825         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
7826         Likewise.
7828 2014-09-23  Will Newton  <will.newton@linaro.org>
7830         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
7831         _LINUX_ARM_SYSDEP_H include guard too.
7832         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
7833         define.
7835 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
7837         * sysdeps/unix/sysv/linux/eventfd.c:
7838         Make first argument unsigned.
7839         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
7840         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
7842 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
7844         * socket/recvmmsg.c (recvmmsg): Drop const argument.
7845         * socket/sys/socket.h: Likewise
7846         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
7848 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7850         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
7852 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
7854         * time/tst-ftime.c: New test.
7855         * time/Makefile (tests): Add tst-ftime.
7857 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
7859         * soft-fp/extended.h: Fix comment formatting.
7860         * soft-fp/op-1.h: Likewise.
7861         * soft-fp/op-2.h: Likewise.
7862         * soft-fp/op-4.h: Likewise.
7863         * soft-fp/op-8.h: Likewise.
7864         * soft-fp/op-common.h: Likewise.
7865         * soft-fp/soft-fp.h: Likewise.
7867         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
7869 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
7871         [BZ #6652]
7872         * Makeconfig (soversions-default-setname): Remove variable.
7873         ($(common-objpfx)soversions.i): Don't pass default_setname to
7874         soversions.awk.
7875         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
7876         oldest_abi to abi-versions.awk.
7877         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
7878         * config.make.in (oldest-abi): Remove variable.
7879         * configure.ac (--enable-oldest-abi): Remove configure option.
7880         * configure: Regenerated.
7881         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
7882         text.
7883         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
7884         * scripts/soversions.awk: Do not handle default_setname variable.
7885         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
7886         variable.
7887         * sysdeps/mach/hurd/configure: Regenerated.
7888         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
7889         variable.
7890         * sysdeps/unix/sysv/linux/configure: Regenerated.
7892 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7894         * elf/Makefile (CFLAGS-interp.c): Remove.
7895         ($(elf-objpfx)runtime-linker.h): Generate header with linker
7896         path string.
7897         * elf/interp.c: Include generated runtime-linker.h
7899         * Makerules (lib%.so): Don't include $(+interp) in
7900         prerequisites.
7901         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
7902         * dlfcn/eval.c: Remove file.
7904         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
7905         macros.
7907         [BZ #17266]
7908         * misc/sys/cdefs.h: Define __extern_always_inline for clang
7909         4.2 and newer.
7911         [BZ #17370]
7912         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
7914 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7915             Jakub Jelinek  <jakub@redhat.com>
7917         [BZ #17266]
7918         * libio/stdio.h: Check definition of __fortify_function
7919         instead of __extern_always_inline to include bits/stdio2.h.
7920         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
7921         check if __extern_always_inline is defined.
7922         [__USE_MISC || __USE_XOPEN]: Likewise.
7923         [__USE_ISOC99] Likewise.
7924         * misc/sys/cdefs.h (__fortify_function): Define only if
7925         __extern_always_inline is defined.
7926         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
7927         __extern_always_inline and __extern_inline only for g++-4.3
7928         and newer or a compatible gcc.
7930 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
7932         [BZ #17371]
7933         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
7934         last change to handle zero prefix length.
7936 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7938         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
7939         _SC_REGEX_VERSION.
7941         * posix/getconf.c (vars): Add _POSIX_IPV6 and
7942         _POSIX_RAW_SOCKETS.
7944 2014-09-13  Allan McRae  <allan@archlinux.org>
7946         * po/ru.po: Update Russian translation from translation project.
7948 2014-09-12  Roland McGrath  <roland@hack.frob.com>
7950         * locale/programs/locale.c (show_locale_vars): Inline local function
7951         into its sole call site.  Clean up some style nits.
7952         (print_item): New function, broken out of ...
7953         (show_info): ... local function here.  Clean up style nits.
7955         * locale/programs/ld-ctype.c (set_one_default): New function, broken
7956         out of ...
7957         (set_class_defaults): ... local function set_default here.
7958         Define set_default as a macro locally to pass constant parameters.
7959         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
7960         rather than a shared local.
7962         * stdlib/rpmatch.c (try): New function, broken out of ...
7963         (rpmatch): ... local function here.  Also, prototypify definition.
7965 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
7967         * scripts/soversions.awk: Do not handle configuration names.
7968         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
7969         vendor and os variables to soversions.awk.
7970         * configure.ac: Do not modify gnu-* host_os.
7971         * configure: Regenerated
7972         * shlib-versions: Remove first column with configuration names.
7973         * nptl/shlib-versions: Likewise.
7974         * nptl_db/shlib-versions: Likewise.
7975         * sysdeps/hppa/shlib-versions: Likewise.
7976         * sysdeps/m68k/shlib-versions: Likewise.
7977         * sysdeps/mach/hurd/shlib-versions: Likewise.
7978         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
7979         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
7980         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
7981         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
7982         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
7983         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
7984         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
7985         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
7986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7987         Likewise.
7988         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7989         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7990         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7991         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7992         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7993         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
7994         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7995         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
7998         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
7999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8000         Regenerated.
8001         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
8002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8003         Condition symbol version definitions on [HAVE_ELFV2_ABI].
8005         * shlib-versions: Remove OS-specific entries.  Moved to files in
8006         sysdeps.
8007         * sysdeps/mach/hurd/shlib-versions: New file.
8008         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8010         * nptl/shlib-versions: Remove architecture-specific entries.
8011         Moved to files in sysdeps.
8012         * shlib-versions: Likewise.
8013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
8014         file.
8015         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8016         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8017         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8018         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8020         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
8021         (UDP_NO_CHECK6_RX): Likewise.
8023 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8025         * sysdeps/posix/sysconf.c (__sysconf): Spell
8026         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
8028 2014-08-12  Florian Weimer  <fweimer@redhat.com>
8030         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
8031         loading.
8032         * iconv/Versions (__gconv_transliterate): Export for use from
8033         gconv modules.
8034         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
8035         (struct __gconv_trans_data, __gconv_trans_fct,
8036         __gconv_trans_context_fct, __gconv_trans_query_fct,
8037         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
8038         definitions.
8039         (struct __gconv_step_data): Remove __trans member.
8040         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
8041         longer hidden.  Remove unused trans_data argument.
8042         * iconv/gconv_int.h (struct trans_struct): Remove definition.
8043         (__gconv_translit_find): Remove declaration.
8044         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
8045         prototype.
8046         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
8047         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
8048         trans_data argument.  Add hidden definition.
8049         (__gconv_translit_find): Remove.
8050         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
8051         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
8052         * iconv/skeleton.c: Remove transliteration initialization.
8053         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
8054         __gconv_step_data initialization.
8055         * libio/iofwide.c (__libio_translit_): Remove.
8056         (_IO_fwide): Adjust struct __gconv_step_data initialization.
8057         * wcsmbs/btowc.c (__btowc): Likewise.
8058         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
8059         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
8060         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
8061         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
8062         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
8063         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
8064         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
8065         * wcsmbs/wctob.c (wctob): Likewise.
8067 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8069         [BZ #16194]
8070         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
8071         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
8072         register usage.
8073         * sysdeps/x86/Makefile: Adjust.
8075 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8076             Roland McGrath  <roland@hack.frob.com>
8078         * locale/weight.h: Add include guard.
8079         (findidx): Make static rather than auto; take new parameters
8080         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
8081         * locale/weightwc.h: Likewise.
8082         * posix/fnmatch_loop.c
8083         (FCT): Change type of EXTRA from int32_t to wint_t.
8084         Don't include either header inside the function.
8085         Call FINDIDX rather than findidx, and pass new arguments.
8086         #undef FINDIDX at the end of the file.
8087         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
8088         FINDIDX before including fnmatch_loop.c for the non-wide version.
8089         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
8090         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
8091         for the wide version.
8092         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
8093         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
8094         Pass new arguments to findidx.
8095         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
8096         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
8097         Don't #include it inside the function.  Pass new arguments to findidx.
8098         * posix/regex_internal.h
8099         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
8100         (re_string_elem_size_at): Don't #include it inside the function.
8101         Pass new arguments to findidx.
8102         * string/strcoll_l.c: #include WEIGHT_H at top level.
8103         (get_next_seq): Don't #include it inside the function.
8104         Pass new arguments to findidx.
8105         (get_next_seq_nocache): Likewise.
8106         * string/strxfrm_l.c: #include WEIGHT_H at top level.
8107         (STRXFRM): Don't #include it inside the function.
8108         Pass new arguments to findidx.
8110 2014-09-11  Florian Weimer  <fweimer@redhat.com>
8112         [BZ #17344]
8113         * malloc/malloc.c (unlink): Turn asserts into a call to
8114         malloc_printerr.
8116 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
8118         [BZ #17370]
8119         * libio/wfileops (do_ftell_wide): Free OUT.
8121 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
8123         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
8125 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8127         [BZ #17363]
8128         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
8129         group if the current group is empty.
8131 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8133         * benchtests/bench-memset.c (test_main): Add more test from size
8134         from 32 to 512 bytes.
8135         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8136         Add POWER8 memset object.
8137         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8138         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
8139         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
8140         implementation.
8141         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
8142         Likewise.
8143         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
8144         multiarch POWER8 memset optimization.
8145         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
8146         POWER8 memset optimization.
8148         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8149         Remove bzero multiarch objects.
8150         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
8151         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
8152         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
8153         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
8154         Remove define.
8155         [__bzero]: Redefine to specific name.
8156         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
8157         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
8158         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
8159         define.
8160         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
8161         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
8163 2014-09-10  Florian Weimer  <fweimer@redhat.com>
8165         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
8166         warnings into errors.
8168         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
8169         __cxa_thread_atexit_impl prototype.
8171 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8173         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
8174         Fix capitalization of error message.
8176 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8178         * sysdeps/mips/preconfigure: Modify ABI tests.
8180 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
8182         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
8184 2014-09-07  Roland McGrath  <roland@hack.frob.com>
8185             Carlos O'Donell  <carlos@systemhalted.org>
8187         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
8188         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
8189         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
8190         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
8191         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
8192         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
8193         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
8194         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
8195         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
8196         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
8197         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
8198         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
8199         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
8200         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
8201         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
8202         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
8203         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
8204         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
8205         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
8206         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
8207         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
8208         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
8209         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
8210         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
8211         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
8212         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
8213         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
8214         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
8215         Deconditionalize the code that was previously under [RESET_PID].
8216         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
8217         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
8218         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
8219         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
8220         include sysdep.h.
8222 2014-09-08  Allan McRae  <allan@archlinux.org>
8224         * version.h (RELEASE): Set to "development".
8225         (VERSION): Set to "2.20.90"
8227 2014-09-07  Allan McRae  <allan@archlinux.org
8229         * version.h (RELEASE): Set to "stable".
8230         (VERSION): Set to "2.20"
8231         * include/features.h (__GLIBC_MINOR__): Set to 20.
8233         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
8234         Liebler.
8236         * po/ko.po: Update Korean translation from translation project.
8238 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
8240         [BZ #17354]
8241         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
8242         macro for handling signed relocations.
8244 2014-09-03  Florian Weimer  <fweimer@redhat.com>
8246         [BZ #17325]
8247         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
8248         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
8249         assert.
8250         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
8251         * iconvdata/ibm935.c (BODY): Likewise.
8252         * iconvdata/ibm937.c (BODY): Likewise.
8253         * iconvdata/ibm939.c (BODY): Likewise.
8254         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
8255         assert.
8256         * iconvdata/Makefile (iconv-test.out): Pass module list to test
8257         script.
8258         * iconvdata/run-iconv-test.sh: New test loop for checking for
8259         decoder crashers.
8261 2014-09-02  Khem Raj  <raj.khem@gmail.com>
8263         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
8264         libm_hidden_ver.
8266 2014-09-01  Allan McRae  <allan@archlinux.org>
8268         * po/eo.po: Update Esperanto translation from translation project.
8270         * po/ca.po: Update Catalan translation from translation project.
8272 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8274         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
8275         __proc_dostop call.
8277 2014-08-27  Mark Wielaard  <mjw@redhat.com>
8279         [BZ #17319]
8280         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
8281         to call set_thread_area instead of hand written asm.
8282         (__NR_set_thread_area): Removed define.
8283         (TLS_FLAG_WRITABLE): Likewise.
8284         (__ASSUME_SET_THREAD_AREA): Remove check.
8285         (TLS_EBX_ARG): Remove define.
8286         (TLS_LOAD_EBX): Likewise.
8288 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8290         Simplify atomicity of socket creation in bind.
8292         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
8293         looking up the name after linking the file.
8295 2014-08-27  Allan McRae  <allan@archlinux.org>
8297         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8299 2014-08-26  Florian Weimer  <fweimer@redhat.com>
8301         [BZ #17187]
8302         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
8303         trans_compare, open_translit, __gconv_translit_find):
8304         Remove module loading code.
8306 2014-08-26  Allan McRae  <allan@archlinux.org>
8308         * po/vi.po: Update Vietnamese translation from translation project.
8310         * po/uk.po: Update Ukrainian translation from translation project.
8312         * po/fr.po: Update French translation from translation project.
8314         * po/ru.po: Update Russian translation from translation project.
8316         * po/pl.po: Update Polish translation from translation project.
8318         * po/cs.po: Update Czech translation from translation project.
8320         * po/de.po: Update German translation from translation project.
8322         * po/bg.po: Update Bulgarian translation from translation project.
8324         * po/sv.po: Update Sweedish translation from translation project.
8326         * po/nl.po: Update Dutch translation from translation project.
8328         * po/es.po: Update Spanish translation from translation project.
8330 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8332         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
8334         * catgets/Makefile (CPPFLAGS-gencat): Remove.
8335         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
8336         (CPPFLAGS-iconvconfig): Likewise.
8337         * timezone/Makefile (CPPFLAGS-zic): Likewise.
8339         * include/libc-symbols.h: Remove unnecessary check for
8340         NOT_IN_libc.
8341         * nptl/pthreadP.h: Likewise.
8342         * sysdeps/aarch64/setjmp.S: Likewise.
8343         * sysdeps/alpha/setjmp.S: Likewise.
8344         * sysdeps/arm/sysdep.h: Likewise.
8345         * sysdeps/i386/setjmp.S: Likewise.
8346         * sysdeps/m68k/setjmp.c: Likewise.
8347         * sysdeps/posix/getcwd.c: Likewise.
8348         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
8349         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
8350         * sysdeps/s390/s390-32/setjmp.S: Likewise.
8351         * sysdeps/s390/s390-64/setjmp.S: Likewise.
8352         * sysdeps/sh/sh3/setjmp.S: Likewise.
8353         * sysdeps/sh/sh4/setjmp.S: Likewise.
8354         * sysdeps/unix/alpha/sysdep.h: Likewise.
8355         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
8356         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
8357         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
8358         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
8359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
8360         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
8361         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
8362         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
8363         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
8364         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
8365         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8366         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
8367         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8368         * sysdeps/x86_64/setjmp.S: Likewise.
8370 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
8372         [BZ #17263]
8373         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
8374         <stdint.h>.
8375         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
8376         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
8378 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
8380         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
8382         [BZ #17262]
8383         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
8384         and __x86_64__ when disabling x87 inline functions.
8386 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
8388         [BZ #17259]
8389         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
8390         asm statement with __cpuid_count.
8392 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
8394         * configure.ac: Change __ehdr_start code to dereference the struct.
8395         Run readelf on the output to look for relocations.
8396         * configure: Regenerated.
8398 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
8400         [BZ #17261]
8401         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
8402         value to 0.
8403         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
8405 2014-08-12  Roland McGrath  <roland@hack.frob.com>
8407         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
8409 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
8411         [BZ #16892]
8412         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
8413         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
8415 2014-08-12  Sean Anderson  <seanga2@gmail.com>
8417         * malloc/malloc.c: Fix typo in comment.
8419 2014-08-09  Allan McRae  <allan@archlinux.org>
8421         * Regenerate libc.po.
8423 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
8425         * intl/tst-gettext2.sh: Check every lang file for creation.
8427 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8429         * sysdeps/aarch64/fpu/math_private.h
8430         (libc_feholdsetround_noex_aarch64_ctx): New function.
8432 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8434         * sysdeps/arm/armv6/strcpy.S (strcpy):
8435         Fix performance issue in misaligned cases.
8437 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8439         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
8440         Move definition from termios.h.
8441         (struct termio): Likewise.
8442         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8443         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8444         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8445         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8446         Likewise.
8447         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
8448         Move definition to ioctl-types.h
8449         (struct termio): Likewise.
8450         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8451         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8452         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8453         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8454         Likewise.
8456 2014-08-05  Richard Henderson  <rth@redhat.com>
8458         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
8459         exceptions.
8460         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
8461         Add fraiseexcpt.
8462         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
8463         Use __feraiseexcept.
8464         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
8465         Protect libm symbols with IS_IN_libm.
8467         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
8469 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
8471         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
8473 2014-08-04  Will Newton  <will.newton@linaro.org>
8475         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
8476         file.
8478 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
8480         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
8481         variants for each function.
8483 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8485         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
8486         appended ...
8487         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
8488         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
8489         appended ...
8490         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
8491         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
8492         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
8493         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
8494         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
8495         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
8496         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
8497         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
8498         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
8499         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
8500         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
8501         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
8502         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
8503         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
8504         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
8505         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
8506         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
8507         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
8508         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
8509         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
8510         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
8511         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
8512         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
8513         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
8514         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
8515         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
8516         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
8517         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
8518         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
8519         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
8520         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
8521         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
8522         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
8523         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
8524         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
8525         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
8526         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
8527         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
8528         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
8529         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
8530         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
8531         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
8532         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
8533         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
8534         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
8535         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
8536         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
8537         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
8538         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
8539         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
8540         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
8541         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
8542         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
8543         Update #include.
8544         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
8545         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
8547 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8549         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
8550         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
8551         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
8552         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
8553         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
8554         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
8556 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8558         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
8559         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
8560         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8561         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
8563 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8565         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
8566         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
8567         (__libc_vfork): Define function under this name.
8568         (__vfork): Define as an alias.
8569         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
8570         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
8572 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8574         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
8575         that was previously under [RESET_PID].
8576         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
8578 2014-08-04  Andreas Schwab  <schwab@suse.de>
8580         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
8582 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
8584         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
8585         (main): Likewise.
8587 2014-08-01  Roland McGrath  <roland@hack.frob.com>
8589         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
8591 2014-08-01  Richard Henderon  <rth@redhat.com>
8593         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
8594         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
8595         typo in exact zero test.
8596         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
8597         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
8598         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
8600 2014-08-01  Roland McGrath  <roland@hack.frob.com>
8602         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
8603         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
8604         * sysdeps/arm/sysdep.h: ... here.
8605         [!__ASSEMBLER__]: Include <stdint.h>.
8607 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
8609         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
8610         (HAVE_WCTYPE_H): Likewise.
8611         (HAVE_ISWCTYPE): Likewise.
8612         (ENABLE_NLS): Likewise.
8613         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
8614         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
8616         * posix/regex_internal.c: Check if DEBUG is defined and is
8617         set.
8619         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
8620         (HAVE_MBSRTOWCS): Likewise.
8621         * posix/fnmatch.c: Include string.h unconditionally.
8623 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
8625         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
8626         reversal.
8628 2014-07-31  Roland McGrath  <roland@hack.frob.com>
8630         * sysdeps/generic/safe-fatal.h: New file.
8631         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
8632         * nptl/forward.c: Include it.
8633         (__pthread_unwind): Use __safe_fatal as default action, rather
8634         than a bogus use of INTERNAL_SYSCALL that could never work.
8636         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
8637         * configure.ac (libc_cv_builtin_trap): New test.
8638         * configure: Regenerated.
8639         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
8640         (ABORT_INSTRUCTION): Define using __builtin_trap.
8642         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
8643         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
8644         * sysdeps/nptl/nptl-signals.h: New file.
8645         * nptl/pthreadP.h: Include <nptl-signals.h>.
8647 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
8649         * sysdeps/s390/s390-64/utf16-utf32-z9.c
8650         (ONE_DIRECTION): Define.
8651         * sysdeps/s390/s390-64/utf8-utf16-z9.c
8652         (ONE_DIRECTION): Define.
8653         * sysdeps/s390/s390-64/utf8-utf32-z9.c
8654         (ONE_DIRECTION): Define.
8656 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
8658         * sysdeps/s390/Makefile: Delete file.
8659         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
8660         * sysdeps/s390/__longjmp.c: Delete file.
8661         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
8662         Remove fields __flags and __reserved.
8663         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
8664         and add versioning.
8665         * sysdeps/s390/rtld-__longjmp.c: Delete file.
8666         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
8667         * sysdeps/s390/rtld-setjmp.S: Likewise.
8668         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
8669         * sysdeps/s390/s390-32/__longjmp.c: ... here.
8670         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
8671         * sysdeps/s390/s390-32/setjmp.S: ... here.
8672         Add versioning.
8673         (__sigsetjmp): Remove setting __flags field.
8674         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
8675         * sysdeps/s390/s390-64/__longjmp.c: ... here.
8676         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
8677         * sysdeps/s390/s390-64/setjmp.S: ... here.
8678         Add versioning.
8679         (__sigsetjmp): Remove setting __flags field.
8680         * sysdeps/s390/setjmp.S: Delete file.
8681         * sysdeps/s390/sigjmp.c: Likewise.
8682         * sysdeps/s390/v1-longjmp.c: Likewise.
8683         * sysdeps/s390/v1-setjmp.h: Likewise.
8684         * sysdeps/s390/v1-sigjmp.c: Likewise.
8685         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
8686         Remove v1-longjmp_chk.
8687         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
8688         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
8689         Include debug/longjmp_chk.c and add versioning.
8690         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
8691         Include nptl/pt-longjmp.c and add versioning.
8692         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
8693         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
8694         Include __longjmp.c.
8695         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
8696         Move to ...
8697         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
8698         (__getcontext): Remove setting __flags field.
8699         Add versioning.
8700         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
8701         Don't restore upper high grps.
8702         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
8703         Likewise.
8704         (__swapcontext): Remove setting uc_flags field.
8705         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
8706         Delete file.
8707         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
8708         Include __longjmp.c.
8709         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
8710         Move to ...
8711         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
8712         (__getcontext): Remove setting __flags field.
8713         Add versioning.
8714         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
8715         (__swapcontext): Remove setting uc_flags field.
8716         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
8717         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
8718         Remove fields uc_high_gprs and __reserved.
8719         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
8720         New file with reverted content.
8721         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
8722         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
8723         Regenerated.
8724         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
8725         Regenerated.
8727 2014-07-31  Andreas Schwab  <schwab@suse.de>
8729         * config.h.in (HAVE_IFUNC): Define to 0.
8730         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
8731         definedness.
8733 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
8735         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8736         memmove-avx-unaligned, memcpy-avx-unaligned and
8737         mempcpy-avx-unaligned.
8738         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8739         Add tests for AVX memcpy functions.
8740         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
8741         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
8742         memcpy_chk.
8743         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
8744         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
8745         memmove_chk.
8746         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
8747         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
8748         mempcpy_chk.
8749         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
8750         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
8751         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
8753 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8755         [BZ #17213]
8756         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
8757         powerpc64le.
8759 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
8761         [BZ #16839]
8762         * manual/llio.texi: Add section about open file description locks.
8763         * manual/examples/ofdlocks.c: Example of open file description
8764         lock usage.
8765         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
8766         F_OFD_SETLK, and F_OFD_SETLKW.
8768 2014-07-23  Allan McRae  <allan@archlinux.org>
8770         * po/es.po: Update Spanish translation from translation project.
8772 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
8774         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
8776 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
8778         [BZ #17078]
8779         * sysdeps/arm/dl-machine.h (elf_machine_rela)
8780         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
8781         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
8783 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
8785         [BZ #17088]
8786         * math/fesetenv.c (__fesetenv)
8787         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
8788         * math/feupdateenv.c (__feupdateenv)
8789         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
8791         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
8792         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
8793         (__ASSUME_SOCKETCALL): Do not define.
8795         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
8796         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
8797         (__ASSUME_SOCKETCALL): Do not define.
8798         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
8799         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8800         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8801         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8802         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8803         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
8804         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8805         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8807         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
8808         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
8809         (__ASSUME_SOCKETCALL): Do not define.
8810         (__ASSUME_IPC64): Define unconditionally.
8811         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8812         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8813         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8814         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8815         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
8816         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8817         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
8818         Likewise.
8820         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
8821         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
8822         (__ASSUME_SOCKETCALL): Do not define.
8823         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
8824         (__ASSUME_FUTEX_LOCK_PI): Likewise.
8825         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8826         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
8827         (__ASSUME_REQUEUE_PI): Define unconditionally.
8828         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
8829         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
8830         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8831         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
8832         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8833         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8835         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
8836         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
8837         (__ASSUME_SOCKETCALL): Do not define.
8838         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
8839         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8840         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8841         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
8842         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8843         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8845         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
8846         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
8847         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8848         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
8849         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8850         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
8851         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8852         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
8853         (__ASSUME_GETCPU_SYSCALL): Likewise.
8855         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
8856         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
8857         cases for individual architectures.
8858         * sysdeps/gnu/configure: Regenerated.
8859         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
8860         LIBC_SLIBDIR_RTLDDIR.
8861         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
8862         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
8863         LIBC_SLIBDIR_RTLDDIR.
8864         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
8865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
8866         LIBC_SLIBDIR_RTLDDIR.
8867         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8868         Regenerated.
8869         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
8870         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
8871         file.
8872         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
8873         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
8874         file.
8875         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
8876         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
8877         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
8878         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
8880         * sysdeps/aarch64/shlib-versions: Move to ...
8881         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
8882         * sysdeps/alpha/shlib-versions: Move to ...
8883         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
8884         * sysdeps/arm/shlib-versions: Move to ...
8885         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
8886         * sysdeps/hppa/shlib-versions: Move all contents except for
8887         libgcc_s entry to ...
8888         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
8889         entry from ...
8890         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
8891         * sysdeps/ia64/shlib-versions: Move to ...
8892         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
8893         entry from ...
8894         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
8895         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
8896         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
8897         * sysdeps/microblaze/shlib-versions: Move to ...
8898         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
8899         * sysdeps/mips/shlib-versions: Move to ...
8900         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
8901         entry from ...
8902         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
8903         * sysdeps/tile/shlib-versions: Move to ...
8904         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
8905         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
8906         from ...
8907         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
8908         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
8909         entry from ...
8910         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
8912 2014-07-17  Will Newton  <will.newton@linaro.org>
8914         * sysdeps/arm/bits/atomic.h
8915         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
8916         (__arch_compare_and_exchange_bool_16_int): Likewise.
8917         (__arch_compare_and_exchange_bool_64_int): Likewise.
8919         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
8920         into an #else block.
8922 2014-07-16  Roland McGrath  <roland@hack.frob.com>
8924         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
8925         just Linux configurations.  Test empirically that the compiler sets
8926         __ARM_EABI__, rather than using the tuple to decide.
8927         * sysdeps/arm/preconfigure: Regenerated.
8928         * sysdeps/unix/sysv/linux/arm/configure: File removed.
8929         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
8930         contents appended ...
8931         * sysdeps/arm/configure.ac: ... here.
8932         * sysdeps/arm/configure: Regenerated.
8934 2014-07-15  Roland McGrath  <roland@hack.frob.com>
8936         * nptl/pthread_kill.c: New file.
8937         * nptl/pthread_sigmask.c: New file.
8938         * nptl/pthread_sigqueue.c: New file.
8940         * sysdeps/nptl/lowlevellock.h: New file.
8941         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
8942         * sysdeps/nptl/lowlevellock-futex.h: New file.
8944         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
8945         Remove dead declarations.
8947 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
8949         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
8950         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
8951         config-cflags-avx2.
8952         * sysdeps/x86_64/configure.ac: Likewise.
8953         * sysdeps/i386/configure: Regenerated.
8954         * sysdeps/x86_64/configure: Likewise.
8955         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8956         memset-avx2 only if config-cflags-avx2 is yes.
8957         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8958         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
8959         defined.
8960         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
8961         only if HAVE_AVX2_SUPPORT is defined.
8962         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8964 2014-07-14  Alan Modra  <amodra@gmail.com>
8966         [BZ #17153]
8967         * elf/elf.h (DT_PPC64_NUM): Correct value.
8968         * NEWS: Add to fixed bug list.
8970 2014-07-13  Jim Meyering  <meyering@fb.com>
8972         [BZ 17150]
8973         regex: don't deref NULL upon heap allocation failure
8974         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
8975         failure in one more place.
8976         To trigger the segfault, configure grep -with-included-regex,
8977         build it, and run these commands:
8978         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
8980 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
8982         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8984 2014-07-11  Richard Henderson  <rth@redhat.com>
8986         * sysdeps/aarch64/libm-test-ulps: Update.
8988 2014-07-10  Florian Weimer  <fweimer@redhat.com>
8990         [BZ #17135]
8991         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
8992         * nptl/allocatestack.c (__nptl_setxid_error): New function.
8993         (__nptl_setxid): Initialize error member.  Call
8994         __nptl_setxid_error.
8995         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
8996         * nptl/descr.h (struct xid_command): Add error member.
8997         * nptl/tst-setuid3.c: New file.
8998         * nptl/Makefile (tests): Add it.
9000 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9002         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
9003         New define.
9004         (__lll_trylock): Use __lll_base_trylock.
9005         (__lll_cond_trylock): Likewise.
9007 2014-07-10  Roland McGrath  <roland@hack.frob.com>
9009         * nptl/pthread_create.c (start_thread): Use atomic_or and
9010         lll_futex_wake directly rather than lll_robust_dead.
9011         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9012         (lll_robust_dead): Macro removed.
9013         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
9014         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9015         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9016         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9017         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9018         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9019         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9020         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9021         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9022         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9023         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9024         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9025         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9026         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9027         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9029         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
9030         Use atomic_compare_and_exchange_val_acq directly rather than
9031         lll_robust_trylock.
9032         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9033         (__lll_robust_trylock, lll_robust_trylock): Removed.
9034         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9035         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9036         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9037         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9038         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9039         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9040         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9041         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9042         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9043         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9044         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9045         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9046         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9047         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9049 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9051         * manual/locale.texi (Locale Names): New section documenting
9052         locale name syntax.  Adjust menu and node chaining accordingly.
9053         (Choosing Locale): Reference Locale Names, Locale Categories.
9054         Mention setting LC_ALL=C.  Reflect that name syntax is now
9055         documented.
9056         (Locale Categories): New section title.  Reference Locale Names.
9057         LC_ALL is an environment variable, but not a category.
9058         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
9059         description, now in Locale Name.  Reference that section.  Locale
9060         name syntax is now documented.
9062 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9064         [BZ #17137]
9065         * locale/findlocale.c (name_present, valid_locale_name): New
9066         functions.
9067         (_nl_find_locale): Use the loc_name variable to store name
9068         candidates.  Call name_present and valid_locale_name to check and
9069         validate locale names.  Return an error if the locale is invalid.
9071 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9073         * locale/setlocale.c (setlocale): Use strdup for allocating
9074         composite name copy.
9076 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9078         Sync up with gnulib.
9079         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
9080         [!_LIBC && ENABLE_NLS]: Include gettext.h.
9081         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
9082         and _GL_ARG_NONNULL.
9083         [USE_UNLOCKED_IO]: Include unlocked-io.h.
9084         [!_LIBC]: Include code for Windows and Cygwin.
9085         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
9086         Include prototype for int strerror_r.
9087         [!_LIBC] (is_open): New function.
9088         (flush_stdout): New function.
9089         (print_errno_message): Use it.
9090         (error): Likewise.
9091         (error_at_line): Likewise.
9092         (error_tail) Add function attribute macros.  Use
9093         __builtin_expect.
9095         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
9097         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
9099         * io/ftw.c: Include sys/param.h unconditionally.
9101         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
9103         [BZ #17125]
9104         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
9105         libc_freeres_ptr.
9106         (freecache): New function to free CACHE on exit.
9108         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
9109         initialization.
9111 2014-07-09  David S. Miller  <davem@davemloft.net>
9113         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9115         * sysdeps/sparc/nptl/internaltypes.h: Delete.
9116         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
9117         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
9118         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
9119         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
9120         * sysdeps/sparc/nptl/sem_init.c: Likewise.
9121         * sysdeps/sparc/nptl/sem_post.c: Likewise.
9122         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
9123         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
9124         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
9125         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
9126         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
9127         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
9129 2014-07-09  Andreas Schwab  <schwab@suse.de>
9131         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
9132         output.
9133         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
9134         (do_test): Likewise.
9136         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9138 2014-07-09  Will Newton  <will.newton@linaro.org>
9140         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
9141         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
9142         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
9143         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
9144         * sysdeps/hppa/start.S (_start): Likewise.
9146 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
9148         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
9150         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
9151         defined.
9153 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9155         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
9156         after checking that it is non-NULL.
9158         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
9160 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9162         * sysdeps/powerpc/memmove.c: Remove file.
9163         * sysdeps/powerpc/powerpc32/power4/memcopy.h
9164         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
9165         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
9166         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
9167         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
9168         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
9169         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
9170         string memmove instead of removed powerpc one.
9172         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
9173         [weak_alias]: Fix compiler warning due trailing data.
9174         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
9175         [weak_alias]: Likewise.
9176         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
9177         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
9179         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
9180         (__libc_ifunc_impl_list): Add memmove functions.
9182 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9184         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
9185         Remove code.
9186         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
9187         Likewise
9188         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
9189         Likewise
9190         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
9191         Likewise
9192         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
9193         Likewise
9194         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
9195         Likewise
9196         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
9197         Likewise
9198         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
9199         Likewise
9200         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
9201         Likewise
9202         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
9203         Likewise
9204         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
9205         Likewise
9206         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
9207         Likewise
9208         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
9209         Likewise
9210         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
9211         Likewise
9212         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
9213         Likewise
9214         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
9215         Likewise
9216         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
9217         Likewise
9219 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9221         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
9222         to avoid alignment traps in non-cacheable memory.
9223         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
9225         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
9226         multiarch objects.
9227         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
9228         file: multiarch power7 memmove.
9229         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
9230         multiarch default memmove.
9231         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
9232         multiarch memove for powerpc32/power4.
9234         * string/bcopy.c: Use full path to include memmove.c.
9235         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
9236         multiarch objects.
9237         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
9238         bcopy for powerpc64.
9239         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
9240         bcopy for powerpc64.
9241         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
9242         and memmove implementations.
9243         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
9244         optimized multiarch memmove for POWER7/powerpc64.
9245         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
9246         default multiarch memmove for powerpc64.
9247         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
9248         multiarch for powerpc64.
9249         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
9250         for POWER7/powerpc64.
9251         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
9252         memmove for POWER7/powerpc64.
9254         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
9255         glibc default one.
9257         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
9258         __ELF_NATIVE_CLASS equal to 64.
9260 2014-07-07  Roland McGrath  <roland@hack.frob.com>
9262         * sysdeps/nptl/lowlevellock.h: File removed.
9264         * NEWS: NPTL is no longer an add-on!
9265         * nptl/internaltypes.h: Moved ...
9266         * sysdeps/nptl/internaltypes.h: ... here.
9267         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
9268         * sysdeps/nptl/fork.c: Likewise.
9269         * sysdeps/nptl/gai_misc.h: Likewise.
9270         * sysdeps/nptl/librt-cancellation.c: Likewise.
9271         * sysdeps/nptl/jmp-unwind.c: Likewise.
9272         * sysdeps/nptl/setxid.h: Likewise.
9273         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
9274         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
9275         * sysdeps/unix/sysv/linux/arm/Implies: New file.
9276         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
9277         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
9278         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
9279         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
9280         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
9281         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
9282         * sysdeps/unix/sysv/linux/mips/Implies: New file.
9283         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
9284         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
9285         * sysdeps/unix/sysv/linux/sh/Implies: New file.
9286         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
9287         * sysdeps/unix/sysv/linux/tile/Implies: New file.
9288         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
9289         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
9290         * nptl/Makeconfig: Moved ...
9291         * sysdeps/nptl/Makeconfig: ... here.
9292         * nptl/configure: File removed.
9293         * nptl/ANNOUNCE: File removed.
9294         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
9295         * sysdeps/unix/sysv/linux/configure: Regenerated.
9297         * nptl/Makefile (routines): Add libc_pthread_init,
9298         libc_multiple_threads, register-atfork and unregister-atfork.
9299         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
9300         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
9301         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
9302         pthread-pi-defines.sym, structsem.sym.
9303         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
9304         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
9305         [$(subdir) = nptl] (tests): Add tst-setgetname.
9306         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
9307         * sysdeps/unix/sysv/linux/sigaction.c: Just include
9308         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
9309         [!LIBC_SIGACTION]: Remove aliases.
9310         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9311         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9312         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9313         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
9314         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9315         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
9316         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
9317         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
9318         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9319         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
9320         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
9321         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
9322         __libc_allocate_rtsig_private.
9323         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
9324         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
9325         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
9326         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
9327         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
9328         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
9329         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
9330         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
9331         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
9332         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
9333         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
9334         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
9335         * nptl/internaltypes.h: ... here.
9336         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
9337         * sysdeps/nptl/jmp-unwind.c: ... here.
9338         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
9339         * nptl/libc-lowlevellock.c: ... here.
9340         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
9341         * nptl/libc_multiple_threads.c: ... here.
9342         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
9343         * nptl/libc_pthread_init.c: ... here.
9344         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
9345         * nptl/lowlevelbarrier.sym: ... here.
9346         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
9347         * nptl/lowlevelcond.sym: ... here.
9348         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
9349         * nptl/lowlevellock.c: ... here.
9350         * nptl/lowlevellock.h: Moved ...
9351         * sysdeps/nptl/lowlevellock.h: ... here.
9352         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
9353         * nptl/lowlevelrobustlock.c: ... here.
9354         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
9355         * nptl/lowlevelrobustlock.sym: ... here.
9356         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
9357         * nptl/lowlevelrwlock.sym: ... here.
9358         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
9359         * nptl/pt-fork.c: ... here.
9360         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
9361         * nptl/pthread-pi-defines.sym: ... here.
9362         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
9363         * nptl/pthread_attr_getaffinity.c: ... here.
9364         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
9365         * nptl/pthread_attr_setaffinity.c: ... here.
9366         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
9367         * nptl/pthread_mutex_cond_lock.c: ... here.
9368         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
9369         Update #include.
9370         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
9371         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
9372         * nptl/pthread_once.c: ... here, replacing old file.
9373         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
9374         * nptl/pthread_yield.c: ... here.
9375         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
9376         * nptl/register-atfork.c: ... here.
9377         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
9378         * nptl/sem_post.c: ... here.
9379         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
9380         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
9381         * nptl/sem_timedwait.c: ... here.
9382         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
9383         * nptl/sem_trywait.c: ... here.
9384         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
9385         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
9386         * nptl/sem_wait.c: ... here.
9387         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
9388         * nptl/structsem.sym: ... here.
9389         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
9390         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
9391         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
9392         * nptl/unregister-atfork.c: ... here.
9393         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
9394         * nptl/unwindbuf.sym: ... here.
9395         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
9396         * sysdeps/nptl/fork.c: ... here.
9397         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
9398         * sysdeps/nptl/fork.h: ... here.
9399         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
9400         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
9401         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
9402         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
9403         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
9404         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
9405         * sysdeps/unix/sysv/linux/getpid.c: ... here.
9406         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
9407         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
9408         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
9409         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
9410         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
9411         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
9412         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
9413         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
9414         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
9415         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
9416         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
9417         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
9418         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
9419         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
9420         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
9421         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
9422         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
9423         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
9424         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
9425         * sysdeps/unix/sysv/linux/raise.c: ... here.
9426         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
9427         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
9428         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
9429         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
9430         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
9431         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
9432         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
9433         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
9434         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
9435         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
9436         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
9437         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
9438         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
9439         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
9440         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
9442 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
9444         * sysdeps/generic/memcopy.h: Add comment for
9445         MEMCPY_OK_FOR_FWD_MEMMOVE.
9447 2014-07-04  Will Newton  <will.newton@linaro.org>
9449         * string/memchr.c: Merge from gnulib.
9450         [_LIBC]: Remove conditionals.
9451         (__ptr_t): Remove define.
9452         (LONG_MAX_32_BITS): Likewise.
9453         (LONG_MAX): Likewise.
9454         (MEMCHR): Use ANSI prototype and optimize algorithm.
9456         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
9458 2014-07-03  Roland McGrath  <roland@hack.frob.com>
9460         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
9461         (lll_futex_timed_wait_bitset): Fix syscall argument count.
9463         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
9464         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
9465         in a bare environment with no <stdlib.h> installed.
9466         * sysdeps/nptl/configure: Regenerated.
9468         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
9470         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
9471         AC_EGREP_CPP for kernel header checks, so they only succeed if
9472         including <linux/version.h> actually works right.
9473         * sysdeps/unix/sysv/linux/configure: Regenerated.
9475         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
9476         value so it's not diagnosed as unused.
9478         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
9479         thing) with "ifeq ($(subdir),rt)".
9481 2014-07-03  Richard Henderson  <rth@redhat.com>
9483         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
9484         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
9485         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
9487         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
9488         (math_force_eval): New.
9490         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
9491         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
9493         * sysdeps/alpha/fpu/s_round.c: Remove file.
9494         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
9496         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
9497         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
9498         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
9499         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
9500         (_dl_start, print_statistics): Likewise.
9501         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
9502         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
9504         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9505         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9506         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9507         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9508         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9509         (HP_SMALL_TIMING_AVAIL): Define.
9510         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9511         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9512         (HP_SMALL_TIMING_AVAIL): Define.
9513         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9514         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9516         * sysdeps/aarch64/hp-timing.h: New file.
9518         * sysdeps/generic/hp-timing.h: Remove dead comment.
9519         * sysdeps/generic/hp-timing-common.h: New file.
9520         * sysdeps/alpha/hp-timing.h: Include it.
9521         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
9522         * sysdeps/i386/i686/hp-timing.h: Likewise.
9523         * sysdeps/ia64/hp-timing.h: Likewise.
9524         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
9525         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
9526         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9527         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9528         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
9529         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
9530         (hp_timing_t): New.
9532         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
9533         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
9534         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
9535         * elf/rtld.c (_dl_start_final): Likewise.
9536         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
9537         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9538         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9539         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9540         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9541         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9542         (HP_TIMING_DIFF_INIT): Remove.
9543         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9544         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9545         (HP_TIMING_DIFF_INIT): Remove.
9546         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9547         * sysdeps/i386/i686/hp-timing.c: Remove file.
9548         * sysdeps/x86_64/hp-timing.c: Remove file.
9549         * sysdeps/ia64/hp-timing.c: Remove file.
9550         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
9551         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
9552         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
9553         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
9555         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
9556         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
9557         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
9558         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9559         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9560         (HP_TIMING_ACCUM): Remove.
9561         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9562         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
9563         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9565         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
9566         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
9567         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
9568         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
9569         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
9570         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9571         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
9572         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9574         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
9576 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
9578         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
9580 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9582         Sync up with gettext.
9583         * intl/loadmsgcat.c: Define O_BINARY if not defined.
9584         [_MSC_VER]: Include malloc.h
9585         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
9586         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
9587         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
9588         TEMP_FAILURE_RETRY.  Cast return of alloca.
9589         [!_LIBC] Call gl_rwlock_init.
9590         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
9592 2014-07-02  Roland McGrath  <roland@hack.frob.com>
9594         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
9595         before checking its value.
9597 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9599         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
9601         * debug/memcpy_chk.c: Don't include pagecopy.h.
9602         * debug/mempcpy_chk.c: Likewise.
9603         * string/memcpy.c: Likewise.
9604         * string/memmove.c: Likewise.
9605         * sysdeps/powerpc/memmove.c: Likewise.
9606         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
9607         definition of PAGE_COPY_FWD_MAYBE here...
9608         * sysdeps/generic/pagecopy.h: ... from here.
9609         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
9611 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9612             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9614         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
9615         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
9616         optimizations.
9617         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9618         (__libc_ifunc_impl_list): Likewise.
9619         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
9620         multiarch strcat for PPC64.
9621         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
9622         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
9624 2014-07-02  Roland McGrath  <roland@hack.frob.com>
9626         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
9628 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9630         * intl/loadmsgcat.c: Remove declaration of
9631         get_sysdep_segment_value.
9632         (get_sysdep_segment_value): Use ISO C style.
9633         (_nl_load_domain): Use ISO C style.  Get rid of redundant
9634         semicolon.  Fix typo and formatting in comment.
9635         (_nl_unload_domain): Use ISO C style.
9637         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
9639 2014-07-02  Will Newton  <will.newton@linaro.org>
9641         * malloc/obstack.c: Merge from gnulib master.
9642         [HAVE_CONFIG_H]: Remove conditional code.
9643         [!_LIBC]: Include config.h.
9644         [!ELIDE_CODE]: Don't include inttypes.h, include
9645         stdint.h unconditionally.
9646         (print_and_abort): Mark as _Noreturn.
9647         (_obstack_allocated_p): Mark as __attribute_pure__.
9648         (obstack_free): Rename to __obstack_free.
9649         [!__attribute__]: Remove conditional code.
9650         * malloc/obstack.h: Merge from gnulib master.
9651         [__cplusplus]: Move conditional down.
9652         [!__attribute_pure__]: Define __attribute_pure__ here
9653         if it is not already defined.
9654         (_obstack_memory_used): Mark as __attribute_pure__.
9655         [!__obstack_free]: Define as obstack_free.
9656         [__GNUC__]: Remove check for ancient NeXT gcc.
9658 2014-07-02  Will Newton  <will.newton@linaro.org>
9659             Paul Eggert  <eggert@cs.ucla.edu>
9661         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
9663 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9665         * resolv/gethnamaddr.c: Add comment warning that the file is
9666         not maintained.
9668 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
9670         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
9671         entries.
9673         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
9674         entry for aio_cancel and aio_cancel64.
9675         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
9676         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
9677         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
9678         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
9679         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
9680         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
9681         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
9682         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
9683         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
9684         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
9685         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
9686         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
9687         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
9689 2014-07-01  Roland McGrath  <roland@hack.frob.com>
9691         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
9692         * nptl/pthread_mutex_lock.c: Likewise.
9693         * nptl/pthread_mutex_timedlock.c: Likewise.
9694         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
9696 2014-07-01  Richard henderson  <rth@redhat.com>
9698         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
9699         (__isnan, __isnanl): Remove.
9700         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
9702         * sysdeps/alpha/fpu/libm-test-ulps: Update.
9704 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
9706         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9708 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
9710         * resolv/nss_dns/dns-host.c (getanswer_r)
9711         [MULTI_PTRS_ARE_ALIASES]: Remove code.
9713 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
9715         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9716         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
9717         undefine.
9718         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
9719         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
9721 2014-07-01  Roland McGrath <roland@hack.frob.com>
9723         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
9724         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
9726         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
9727         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
9729         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
9730         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
9731         ... here.
9732         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
9733         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
9735         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
9736         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
9737         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
9738         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
9740         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
9741         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
9742         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
9743         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
9744         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
9745         Moved ...
9746         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
9747         ... here.
9748         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
9749         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
9750         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
9751         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
9752         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
9753         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
9754         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
9755         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
9756         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
9757         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
9758         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
9759         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
9760         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
9761         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
9762         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
9763         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
9764         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
9765         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
9766         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
9767         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
9768         ... here.
9769         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
9770         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
9771         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
9772         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
9773         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
9774         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
9775         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
9776         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
9778 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
9780         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
9781         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
9782         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
9783         Add sysdep.
9785 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9787         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9789 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
9791         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
9792         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9794         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
9796         * sysdeps/arm/libm-test-ulps: Regenerated.
9798 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
9799             Roland McGrath <roland@hack.frob.com>
9801         * test-skeleton.c (signal_handler): Kill the whole process group
9802         before killing the child individually.
9803         (main): Report any failure on `setpgid'.
9805 2014-06-30  Roland McGrath  <roland@hack.frob.com>
9807         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
9808         from _TLS_H to _ARM_NPTL_TLS_H.
9809         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
9810         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
9812 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
9814         [BZ #16539]
9815         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
9816         (__expm1l): Return argument unchanged when small but not
9817         subnormal.
9819         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
9820         include macro name.
9821         (_FP_UNPACK_RAW_1_P): Likewise.
9822         (_FP_PACK_RAW_1): Likewise.
9823         (_FP_PACK_RAW_1_P): Likewise.
9824         (_FP_MUL_MEAT_1_wide): Likewise.
9825         (_FP_MUL_MEAT_DW_1_hard): Likewise.
9826         (_FP_MUL_MEAT_1_hard): Likewise.
9827         (_FP_DIV_MEAT_1_imm): Likewise.
9828         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
9829         (_FP_DIV_MEAT_1_udiv): Likewise.
9830         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
9831         (_FP_UNPACK_RAW_2): Likewise.
9832         (_FP_UNPACK_RAW_2_P): Likewise.
9833         (_FP_PACK_RAW_2): Likewise.
9834         (_FP_PACK_RAW_2_P): Likewise.
9835         (_FP_MUL_MEAT_DW_2_wide): Likewise.
9836         (_FP_MUL_MEAT_2_wide): Likewise.
9837         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
9838         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
9839         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
9840         (_FP_MUL_MEAT_2_gmp): Likewise.
9841         (_FP_DIV_MEAT_2_udiv): Likewise.
9842         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
9843         (_FP_FRAC_SRL_4): Likewise.
9844         (_FP_FRAC_SRST_4): Likewise.
9845         (_FP_FRAC_SRS_4): Likewise.
9846         (_FP_UNPACK_RAW_4): Likewise.
9847         (_FP_UNPACK_RAW_4_P): Likewise.
9848         (_FP_PACK_RAW_4): Likewise.
9849         (_FP_PACK_RAW_4_P): Likewise.
9850         (_FP_MUL_MEAT_DW_4_wide): Likewise.
9851         (_FP_MUL_MEAT_4_wide): Likewise.
9852         (_FP_MUL_MEAT_4_gmp): Likewise.
9853         (umul_ppppmnnn): Likewise.
9854         (_FP_DIV_MEAT_4_udiv): Likewise.
9855         (__FP_FRAC_ADD_4): Likewise.
9856         (__FP_FRAC_SUB_3): Likewise.
9857         (__FP_FRAC_SUB_4): Likewise.
9858         (__FP_FRAC_DEC_3): Likewise.
9859         (__FP_FRAC_DEC_4): Likewise.
9860         (__FP_FRAC_ADDI_4): Likewise.
9861         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
9862         (_FP_FRAC_SRL_8): Likewise.
9863         (_FP_FRAC_SRS_8): Likewise.
9865         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
9866         include macro name.
9867         (FP_UNPACK_RAW_EP): Likewise.
9868         (FP_PACK_RAW_E): Likewise.
9869         (FP_PACK_RAW_EP): Likewise.
9870         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
9871         (_FP_ISSIGNAN): Likewise.
9872         (_FP_ADD_INTERNAL): Likewise.
9873         (_FP_FMA): Likewise.
9874         (_FP_CMP): Likewise.
9875         (_FP_SQRT): Likewise.
9876         (_FP_TO_INT): Likewise.
9877         (_FP_FROM_INT): Likewise.
9878         (FP_EXTEND): Likewise.
9879         (_FP_DIV_MEAT_N_loop): Likewise.
9881 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
9883         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
9884         throughout.
9886 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
9888         [BZ #17097]
9889         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
9890         result with correct sign in case of exponents that produce
9891         overflow except for X very close to 1.
9893 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
9895         mktime: merge #if/#ifdef usage from glibc
9896         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
9897         as that works with both Glibc's and Gnulib's style.
9898         See thread starting at Siddhesh Poyarekar's bug report at:
9899         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
9901 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
9903         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
9904         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
9905         * sysdeps/tile/tilegx/memmove.c: Remove file.
9907 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
9909         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
9910         abi-name definition.
9911         * scripts/soversions.awk: Do not handle or generate ABI lines.
9912         * shlib-versions: Remove ABI entries.
9913         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
9914         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
9916 2014-06-27  Roland McGrath  <roland@hack.frob.com>
9918         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
9919         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
9920         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
9921         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
9922         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
9923         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
9924         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
9925         Moved ...
9926         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
9927         ... here.
9928         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
9929         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
9930         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
9931         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
9932         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
9933         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
9934         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
9935         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
9936         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
9937         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
9938         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
9939         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
9940         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
9941         Moved ...
9942         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
9943         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
9944         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
9945         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
9946         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
9947         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
9948         Moved ...
9949         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
9950         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
9951         Moved ...
9952         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
9953         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
9954         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
9955         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
9956         Moved ...
9957         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
9958         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
9959         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
9960         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
9961         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
9962         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
9963         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
9964         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
9965         Moved ...
9966         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
9967         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
9968         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
9969         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
9970         Moved ...
9971         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
9972         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
9973         Moved ...
9974         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
9975         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
9976         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
9977         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
9978         Moved ...
9979         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
9980         ... here.
9981         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
9982         Identical file removed.
9983         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
9984         Moved ...
9985         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
9986         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
9987         Identical file removed.
9988         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
9989         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
9990         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
9991         Moved ...
9992         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
9993         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
9994         Identical file removed.
9995         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
9996         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
9997         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
9998         Identical file removed.
9999         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
10000         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
10001         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
10002         Identical file removed.
10003         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
10004         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
10005         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
10006         Identical file removed.
10007         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
10008         Moved ...
10009         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
10010         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
10011         Identical file removed.
10012         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
10013         Moved ...
10014         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
10015         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
10016         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
10017         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
10018         Identical file removed.
10019         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
10020         Moved ...
10021         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
10022         ... here.
10023         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
10024         Identical file removed.
10025         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
10026         Moved ...
10027         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
10028         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
10029         Identical file removed.
10030         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
10031         Moved ...
10032         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
10033         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
10034         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
10035         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
10036         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
10037         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
10038         Moved ...
10039         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
10040         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
10041         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
10043         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
10044         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
10045         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
10046         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
10047         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
10049 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
10051         [BZ #17092]
10052         * nscd/nscd.c (monitor_child): Return exit status of child
10053         instead of return value from wait syscall.
10055 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10057         * configure.ac (libc_commonpagesize): Remove variable.
10058         (libc_relro_required): Likewise.
10059         (libc_cv_z_relro): Remove configure test.
10060         * configure: Regenerated.
10061         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
10062         variable.
10063         (libc_relro_required): Likewise.
10064         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
10065         (libc_relro_required): Likewise.
10066         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
10067         (libc_relro_required): Likewise.
10068         * sysdeps/arm/preconfigure: Regenerated.
10069         * sysdeps/ia64/preconfigure: Remove file.
10070         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
10071         variable.
10072         (libc_relro_required): Likewise.
10074         [BZ #16561]
10075         [BZ #16562]
10076         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
10077         (__ieee754_yn): Set FE_TONEAREST mode internally and then
10078         recompute overflowing results in original rounding mode.
10079         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
10080         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
10081         recompute overflowing results in original rounding mode.
10082         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
10083         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10084         recompute overflowing results in original rounding mode.
10085         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
10086         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10087         recompute overflowing results in original rounding mode.
10088         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
10089         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10090         recompute overflowing results in original rounding mode.
10091         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
10092         (libc_feholdsetround_ctx): New macro.
10093         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
10094         * sysdeps/i386/fpu/libm-test-ulps: Update.
10095         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
10097 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10099         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
10100         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
10101         corresponding .cpsetup call.
10103 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10105         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
10106         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
10107         * sysdeps/arm/Makefile [$(subdir) = csu]
10108         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
10109         (static-only-routines): Add aeabi_read_tp here.
10110         (shared-only-routines): Add libc-aeabi_read_tp here.
10111         (CFLAGS-libc-start.c): Add -fexceptions here.
10112         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
10113         (sysdep_routines, static-only-routines, shared-only-routines):
10114         Don't add to these here.
10115         (CFLAGS-libc-start.c): Likewise.
10117         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
10118         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10119         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
10120         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10121         * sysdeps/arm/Makefile [$(subdir) = rt]
10122         (librt-sysdep_routines, librt-shared-only-routines):
10123         Append rt-aeabi_unwind_cpp_pr1 here.
10124         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
10125         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
10126         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
10127         (libpthread-sysdep_routines, libpthread-shared-only-routines):
10128         Append nptl-aeabi_unwind_cpp_pr1 here.
10129         (tests): Filter out tst-cleanupx4 here.
10130         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
10131         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
10132         Don't do those here.
10134 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10136         * scripts/list-sources.sh: Do not handle ports specially.
10138 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10140         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
10141         * sysdeps/arm/feupdateenv.c: Likewise.
10143         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
10145 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10147         * manual/texinfo.tex: Update to version 2014-05-05.10 with
10148         trailing whitespace removed.
10149         * scripts/config.guess: Update to version 2014-03-23.
10150         * scripts/config.sub: Update to version 2014-05-01
10151         * scripts/install-sh: Update to version 2013-12-25.23.
10152         * scripts/move-if-change: Update from gnulib.
10154 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10156         * debug/memmove_chk.c: Remove pagecopy.h include.
10158 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10160         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
10161         identical to gnulib mktime.
10163 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10165         * configure.ac: Do not test for machine being rs6000.  Do not test
10166         for powerpc*-*soft.
10167         * configure: Regenerated.
10169         [BZ #11505]
10170         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
10171         test.
10172         * configure: Regenerated.
10173         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
10174         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
10175         Remove configure test.
10176         * sysdeps/arm/configure: Regenerated.
10177         * sysdeps/nptl/configure.ac: Do not check
10178         libc_cv_asm_cfi_directives.
10179         * sysdeps/nptl/configure: Regenerated.
10180         * sysdeps/x86_64/nptl/configure.ac: Remove file.
10181         * sysdeps/x86_64/nptl/configure: Remove generated file.
10182         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
10183         unconditional.
10184         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
10186 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10188         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
10189         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
10190         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
10191         it is defined.
10193         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
10194         instead of whether it is defined.
10195         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
10196         * sysdeps/hppa/dl-machine.h: Likewise.
10197         * sysdeps/ia64/dl-machine.h: Likewise.
10198         * sysdeps/m68k/dl-machine.h: Likewise.
10199         * sysdeps/microblaze/dl-machine.h: Likewise.
10200         * sysdeps/mips/dl-machine.: Likewise.
10201         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
10202         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
10203         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
10204         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
10205         * sysdeps/sh/dl-machine.h: Likewise.
10206         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10207         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10208         * sysdeps/tile/dl-machine.h: Likewise.
10209         * sysdeps/x86_64/dl-machine.h: Likewise.
10211         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
10212         code.
10213         (verify_persistent_db): Likewise.
10215 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10217         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
10218         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
10219         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
10220         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
10221         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
10222         Moved ...
10223         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
10224         ... here.
10225         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
10226         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
10227         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
10228         Identical file removed.
10229         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
10230         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
10231         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
10232         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
10233         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
10234         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
10235         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
10236         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
10237         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
10238         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
10239         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
10240         Moved ...
10241         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
10242         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
10243         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
10244         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
10245         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
10246         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
10247         Moved ...
10248         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
10249         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
10250         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
10251         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
10252         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
10253         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
10254         Identical file removed.
10255         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
10256         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
10257         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
10258         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
10259         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
10260         Moved ...
10261         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
10262         ... here.
10263         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
10264         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
10265         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
10266         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
10267         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
10268         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
10269         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
10270         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
10271         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
10272         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
10273         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
10274         Moved ...
10275         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
10276         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
10277         Moved ...
10278         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
10279         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
10280         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
10281         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
10282         Moved ...
10283         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
10284         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
10285         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
10287         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
10288         folded into ...
10289         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
10290         * sysdeps/unix/sysv/linux/s390/Versions
10291         (libpthread: GLIBC_2.19): New version set.
10292         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
10293         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
10294         (librt: GLIBC_2.3.3): New version set.
10295         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
10296         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
10297         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
10298         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
10299         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
10300         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
10301         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
10302         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
10303         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
10304         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
10305         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
10306         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
10307         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
10308         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
10309         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
10310         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
10311         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
10312         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
10313         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
10314         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
10315         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
10316         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
10317         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
10318         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
10319         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
10320         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
10321         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
10322         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
10323         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
10324         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
10325         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
10326         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
10327         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
10328         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
10329         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
10330         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
10331         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
10332         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
10333         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
10334         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
10335         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
10336         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
10337         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
10338         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
10339         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
10341         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
10342         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
10343         (__libc_vfork): Define the function under this name.
10344         [!NOT_IN_libc] (__vfork): Make this an alias.
10345         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10346         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
10347         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
10348         (__libc_vfork): Define the function under this name.
10349         [!NOT_IN_libc] (__vfork): Make this an alias.
10350         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10351         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
10352         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
10353         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
10354         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
10355         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
10357         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
10358         code that was previously under [RESET_PID].
10359         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
10360         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
10361         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
10363         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
10364         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
10365         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
10366         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
10367         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
10368         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
10369         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
10370         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
10371         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
10372         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
10373         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
10374         Moved ...
10375         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
10376         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
10377         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
10378         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
10379         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
10380         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
10381         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
10382         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
10383         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
10384         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
10385         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
10386         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
10387         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
10388         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
10389         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
10390         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
10391         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
10392         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
10393         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
10394         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
10395         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
10396         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
10397         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
10398         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
10399         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
10400         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
10401         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
10402         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
10403         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
10405 2014-06-25  Roland McGrath  <roland@hack.frob.com>
10407         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
10408         that was previously under [RESET_PID].
10409         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
10411 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10413         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
10414         not undefine and redefine.
10415         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
10416         [O_CLOEXEC]: Make code unconditional.
10417         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
10418         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
10419         <kernel-features.h>.
10420         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
10421         conditional variable definition.
10422         (shm_open) [O_CLOEXEC]: Make code unconditional.
10423         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
10424         code.
10426         * configure.ac (USE_REGPARMS): Don't define here.
10427         * configure: Regenerated.
10428         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
10429         * sysdeps/i386/configure: Regenerated.
10431         * nptl/createthread.c: Don't include kernel-features.h.
10432         * nptl/pthread_cancel.c: Likewise.
10433         * nptl/pthread_condattr_setclock.c: Likewise.
10434         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
10435         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
10436         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
10437         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
10438         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
10439         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
10440         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
10441         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
10442         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
10443         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
10444         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
10445         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
10446         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
10447         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
10448         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
10449         * nscd/gai.c: Likewise.
10450         * nss/nss_db/db-open.c: Likewise.
10451         * sysdeps/generic/ldsodefs.h: Likewise.
10452         * sysdeps/sh/nptl/tls.h: Likewise.
10453         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
10454         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
10455         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
10456         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
10457         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
10458         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
10459         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
10460         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
10461         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
10462         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
10463         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
10464         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
10465         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
10466         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
10467         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
10468         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
10469         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
10470         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
10471         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
10472         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
10473         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
10474         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
10475         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
10476         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
10477         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
10478         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
10479         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
10480         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
10481         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
10482         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
10483         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
10484         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
10485         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
10486         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
10487         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
10488         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
10489         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
10490         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
10491         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
10492         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
10493         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
10494         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
10495         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
10496         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
10497         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
10498         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
10499         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
10500         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
10501         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
10502         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
10503         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
10504         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
10505         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
10506         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
10507         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
10508         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
10509         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
10510         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
10511         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
10512         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
10513         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
10514         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
10515         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
10516         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
10517         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
10518         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
10519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
10520         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
10521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
10522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
10523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
10524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
10525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
10526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
10527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
10528         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
10529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
10530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
10531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
10532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
10533         * sysdeps/unix/sysv/linux/pread.c: Likewise.
10534         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
10535         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
10536         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
10537         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
10538         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
10539         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
10540         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
10541         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
10542         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
10543         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
10544         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
10545         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
10546         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
10547         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
10548         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
10549         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
10550         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
10551         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
10552         * sysdeps/unix/sysv/linux/system.c: Likewise.
10553         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
10554         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
10555         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
10556         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
10557         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
10558         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
10559         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
10561         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
10562         * configure: Regenerated.
10563         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
10565         * configure.ac (base_machine): Do not set specially for particular
10566         machines here.
10567         * configure: Regenerated.
10568         * sysdeps/powerpc/preconfigure: Move machine and base_machine
10569         settings from configure.ac.
10570         * sysdeps/i386/preconfigure: New file.
10571         * sysdeps/s390/preconfigure: Likewise.
10572         * sysdeps/sh/preconfigure: Likewise.
10573         * sysdeps/sparc/preconfigure: Likewise.
10575 2014-06-25  Roland McGrath  <roland@hack.frob.com>
10577         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
10578         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
10579         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
10580         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
10581         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
10582         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
10583         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
10584         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
10585         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
10586         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
10587         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
10588         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
10589         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
10590         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
10591         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
10592         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
10593         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
10594         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
10595         * sysdeps/sparc/sparc64/Makefile: ... appended here.
10597         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
10598         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
10599         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
10600         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
10601         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
10602         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
10603         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
10604         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
10605         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
10606         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
10607         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
10608         * sysdeps/sparc/sparc32/sem_post.c: ... here.
10609         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
10610         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
10611         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
10612         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
10613         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
10614         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
10615         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
10616         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
10617         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
10618         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
10619         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
10620         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
10621         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
10622         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
10623         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
10624         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
10625         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
10626         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
10627         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
10628         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
10629         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
10630         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
10631         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
10632         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
10633         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
10634         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
10636         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
10637         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
10638         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
10639         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
10640         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
10641         Moved ...
10642         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
10643         ... here.
10644         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
10645         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
10646         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
10647         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
10648         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
10649         Moved ...
10650         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
10651         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
10652         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
10653         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
10654         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
10655         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
10656         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
10657         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
10658         Moved ...
10659         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
10660         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
10661         Moved ...
10662         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
10663         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
10664         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
10665         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
10666         Moved ...
10667         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
10668         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
10669         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
10670         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
10671         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
10672         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
10673         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
10674         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
10675         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
10676         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
10677         Moved ...
10678         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
10679         ... here.
10680         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
10681         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
10682         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
10683         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
10684         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
10685         Moved ...
10686         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
10687         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
10688         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
10689         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
10690         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
10691         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
10692         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
10693         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
10694         Moved ...
10695         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
10696         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
10697         Moved ...
10698         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
10699         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
10700         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
10701         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
10702         Moved ...
10703         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
10704         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
10705         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
10706         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
10707         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
10709 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10711         * timezone/checktab.awk: Update from tzcode 2014e.
10712         * timezone/private.h: Likewise.
10713         * timezone/tzfile.h: Likewise.
10714         * timezone/zdump.c: Likewise.
10715         * timezone/zic.c: Likewise.
10717         * sysdeps/unix/sysv/linux/kernel-features.h
10718         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
10719         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
10720         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
10721         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
10722         Remove conditional code.
10724 2014-06-25  Will Newton  <will.newton@linaro.org>
10726         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
10727         (_dl_arm_cap_flags): Add HWCAP2 values.
10728         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
10729         (_DL_HWCAP_COUNT): Increase to 37.
10730         (_DL_HWCAP_LAST): New define.
10731         (_DL_HWCAP2_LAST): New define.
10732         (_dl_procinfo): Add support for printing
10733         AT_HWCAP2 entries.
10734         (_dl_string_hwcap): Use _dl_hwcap_string.
10736 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10738         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10740 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10742         * README: Do not mention ports directory.
10744         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
10745         Remove macro.
10746         * sysdeps/unix/sysv/linux/futimes.c: Do not include
10747         <kernel-features.h>.
10748         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
10749         conditional variable definition.
10750         (__futimes): Update comment.
10751         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
10752         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
10754         [BZ #16560]
10755         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
10756         arguments close to 0.
10757         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
10758         Likewise.
10759         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
10760         Likewise.
10761         * math/auto-libm-test-in: Add more tests of exp10.
10762         * math/auto-libm-test-out: Regenerated.
10763         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10765         * sysdeps/unix/sysv/linux/kernel-features.h
10766         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
10767         * sysdeps/unix/sysv/linux/readv.c: Do not include
10768         <kernel-features.h>.
10769         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10770         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10771         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10772         unconditional.
10773         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10774         conditional code.
10775         * sysdeps/unix/sysv/linux/writev.c: Do not include
10776         <kernel-features.h>.
10777         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10778         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10779         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10780         unconditional.
10781         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10782         conditional code.
10784 2014-06-25  Will Newton  <will.newton@linaro.org>
10786         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
10787         comment changes throughout the file.  Remove checks
10788         for HAVE_*_H definitions that are not required.
10789         (__gen_tempname): Call abort if an unknown kind value is
10790         passed.
10792 2014-06-25  Andreas Schwab  <schwab@suse.de>
10794         [BZ #17086]
10795         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
10796         scalbln, scalblnf, scalblnl in libc.
10798 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
10800         [BZ #17086]
10801         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
10802         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10803         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10805 2014-06-24  Roland McGrath  <roland@hack.frob.com>
10807         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
10808         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
10809         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
10810         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
10811         Update #include.
10812         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
10813         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
10814         Update #include.
10815         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
10816         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
10817         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
10818         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
10819         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
10820         * sysdeps/x86/bits/pthreadtypes.h: ... here.
10821         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
10822         * sysdeps/x86/bits/semaphore.h: ... here.
10823         * sysdeps/x86/nptl/elide.h: Moved ...
10824         * sysdeps/x86/elide.h: ... here.
10825         * sysdeps/x86_64/nptl/Implies: File removed.
10826         * sysdeps/i386/nptl/Implies: File removed.
10828 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
10830         [BZ #16539]
10831         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
10832         return the argument for normal arguments with exponent below -64.
10833         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
10834         Likewise.
10835         * math/auto-libm-test-in: Add another test of expm1.
10836         * math/auto-libm-test-out: Regenerated.
10838         [BZ #16287]
10839         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
10840         calling __erfcl for arguments at least 16.
10841         * math/auto-libm-test-in: Add more tests of erf.
10842         * math/auto-libm-test-out: Regenerated.
10844         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
10845         individual architectures.
10846         * sysdeps/unix/sysv/linux/configure: Regenerated.
10847         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
10848         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
10849         * sysdeps/unix/sysv/linux/powerpc/configure.ac
10850         (ldd_rewrite_script): Define variable.
10851         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
10852         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
10853         file.
10854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
10855         generated file.
10856         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
10857         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
10858         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
10859         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
10860         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
10861         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
10862         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
10863         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
10865 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10867         [BZ #17084]
10868         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
10869         Rename member __data.d to __data.__elision_data.
10871 2014-06-24  Wilco  <wdijkstr@arm.com>
10873         * NEWS: Add 16918 to fixed bug list.
10875 2014-06-24  Wilco  <wdijkstr@arm.com>
10877         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
10879 2014-06-24  Wilco  <wdijkstr@arm.com>
10881         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
10882         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
10883         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
10884         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
10885         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
10886         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
10887         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
10888         Use _FPU_MASK_RM.
10890 2014-06-24  Wilco  <wdijkstr@arm.com>
10892         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
10894 2014-06-24  Wilco  <wdijkstr@arm.com>
10896         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
10897         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
10898         * sysdeps/arm/fesetround.c (fesetround): Remove space.
10899         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
10901 2014-06-24  Wilco  <wdijkstr@arm.com>
10903         [BZ #16918]
10904         * sysdeps/arm/feupdateenv.c (feupdateenv):
10905         Rewrite to reduce FPSCR accesses and fix return value.
10907 2014-06-24  Wilco  <wdijkstr@arm.com>
10909         * sysdeps/arm/fclrexcpt.c (feclearexcept):
10910         Optimize to avoid unnecessary FPSCR writes.
10911         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
10912         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
10913         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
10914         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
10916 2014-06-24  Wilco  <wdijkstr@arm.com>
10918         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
10919         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
10920         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
10921         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
10922         Call libc_fetestexcept_vfp.
10923         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
10924         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
10925         __SOFTFP__ ifdef so that they can be built for softfp.
10927 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10929         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
10930         argument type signed char.
10932         * Makerules (check-abi): Dump diff of symlist if the test
10933         fails.
10935 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10937         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
10938         using abort.
10940         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
10941         Remove unused variable ST.
10943 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
10945         [BZ #16354]
10946         [BZ #17061]
10947         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
10948         small arguments before calling __expm1.
10949         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
10950         small arguments before calling __expm1f.
10951         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
10952         small arguments before calling __expm1l.
10953         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
10954         Likewise.
10955         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
10956         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
10957         spurious underflow for some cosh tests.
10958         * math/auto-libm-test-out: Regenerated.
10959         * sysdeps/i386/fpu/libm-test-ulps: Update.
10961         [BZ #17050]
10962         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
10963         (__ieee754_y1): Set errno if return value overflows.
10964         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
10965         (__ieee754_y1f): Set errno if return value overflows.
10966         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
10967         (__ieee754_y1l): Set errno if return value overflows.
10968         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
10969         (__ieee754_y1l): Set errno if return value overflows.
10970         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
10971         * math/auto-libm-test-out: Regenerated.
10973         * math/gen-auto-libm-tests.c: Document use of
10974         ignore-zero-inf-sign.
10975         (input_flag_type): Add value flag_ignore_zero_inf_sign.
10976         (input_flags): Add ignore-zero-inf-sign.
10977         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
10978         * math/gen-libm-test.pl (generate_testfile): Handle
10979         ignore-zero-inf-sign.
10980         * math/auto-libm-test-in: Mark some cpow tests with
10981         ignore-zero-inf-sign and some with xfail-rounding.
10982         * math/auto-libm-test-out: Regenerated.
10983         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
10984         * sysdeps/i386/fpu/libm-test-ulps: Update.
10985         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10987         [BZ #16315]
10988         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
10989         overflowing or underflowing operations take place with sign of
10990         result.
10991         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
10992         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
10993         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
10994         (__ieee754_pow): Recompute overflowing and underflowing results in
10995         original rounding mode.
10996         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
10997         (__powl_helper): Allow negative argument X and scale negated value
10998         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
10999         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
11000         overflowing or underflowing operations take place with sign of
11001         result.
11002         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
11003         Include <math.h>.
11004         * math/auto-libm-test-in: Add more tests of pow.
11005         * math/auto-libm-test-out: Regenerated.
11006         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
11007         (pow_tonearest_test_data): Remove.
11008         (pow_test_tonearest): Likewise.
11009         (pow_towardzero_test_data): Likewise.
11010         (pow_test_towardzero): Likewise.
11011         (pow_downward_test_data): Likewise.
11012         (pow_test_downward): Likewise.
11013         (pow_upward_test_data): Likewise.
11014         (pow_test_upward): Likewise.
11015         (main): Don't call removed functions.
11016         * sysdeps/i386/fpu/libm-test-ulps: Update.
11017         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11019 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11021         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
11022         Moved ...
11023         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
11024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
11025         Moved ...
11026         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
11027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
11028         Moved ...
11029         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
11030         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
11031         Moved ...
11032         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
11033         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
11034         File removed.
11035         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
11036         File removed.
11037         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
11038         File removed.
11039         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
11040         File removed.
11041         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
11042         File removed.
11043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
11044         File removed.
11045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
11046         File removed.
11047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
11048         File removed.
11049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
11050         File removed.
11051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
11052         File removed.
11053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
11054         File removed.
11055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
11056         File removed.
11057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
11058         Moved ...
11059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
11060         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
11061         Moved ...
11062         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
11063         ... here.
11064         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
11065         Moved ...
11066         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
11067         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
11068         Moved ...
11069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
11070         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
11071         Moved ...
11072         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
11073         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
11074         Moved ...
11075         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
11076         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
11077         Moved ...
11078         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
11079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
11080         Moved ...
11081         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
11082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
11083         Moved ...
11084         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
11085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
11086         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
11087         ... here.
11088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
11089         Moved ...
11090         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
11091         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
11092         Moved ...
11093         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
11094         ... here.
11095         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
11096         Moved ...
11097         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
11098         ... here.
11099         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
11100         Moved ...
11101         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
11102         ... here.
11103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
11104         Moved ...
11105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
11106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11107         Moved ...
11108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
11109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
11110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
11111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11112         Moved ...
11113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
11114         ... here.
11115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
11116         Moved ...
11117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
11118         ... here.
11119         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11120         Moved ...
11121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
11122         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
11123         Moved ...
11124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
11125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11126         Moved ...
11127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
11128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
11129         Moved ...
11130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
11131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11132         Moved ...
11133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
11134         ... here.
11135         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
11136         Moved ...
11137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
11138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11139         Moved ...
11140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
11141         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
11142         Moved ...
11143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
11144         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11145         Moved ...
11146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
11147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
11148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
11149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11150         Moved ...
11151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
11152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
11153         Moved ...
11154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
11155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11156         Moved ...
11157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
11158         ... here.
11159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
11160         Moved ...
11161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
11162         ... here.
11163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11164         Moved ...
11165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
11166         ... here.
11167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
11168         Moved ...
11169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
11170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11171         Moved ...
11172         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
11173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
11174         Moved ...
11175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
11176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11177         Moved ...
11178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
11179         ... here.
11180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
11181         Moved ...
11182         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
11183         ... here.
11184         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11185         Moved ...
11186         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
11187         ... here.
11188         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
11189         Moved ...
11190         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
11191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
11192         Moved ...
11193         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
11195 2014-06-23  Will Newton  <will.newton@linaro.org>
11196             Wilco  <wdijkstr@arm.com>
11198         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
11199         implementation.  Include get-rounding-mode.h.
11200         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
11201         [!libc_feholdsetround_noex_ctx]: Define
11202         libc_feholdsetround_noex_ctx.
11203         [!libc_feholdsetround_noexf_ctx]: Define
11204         libc_feholdsetround_noexf_ctx.
11205         [!libc_feholdsetround_noexl_ctx]: Define
11206         libc_feholdsetround_noexl_ctx.
11207         (libc_feholdsetround_ctx): New function.
11208         (libc_feresetround_ctx): New function.
11209         (libc_feholdsetround_noex_ctx): New function.
11210         (libc_feresetround_noex_ctx): New function.
11212 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11214         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
11215         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
11216         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
11217         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
11218         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
11219         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
11221         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
11222         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
11223         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
11224         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
11225         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
11226         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
11227         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
11228         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
11229         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
11230         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
11231         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
11232         Moved ...
11233         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
11234         ... here.
11235         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
11236         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
11237         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
11238         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
11239         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
11240         Moved ...
11241         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
11242         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
11243         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
11244         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
11245         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
11246         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
11247         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
11248         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
11249         Moved ...
11250         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
11251         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
11252         Moved ...
11253         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
11254         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
11255         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
11256         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
11257         Moved ...
11258         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
11259         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
11260         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
11261         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
11262         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
11263         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
11264         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
11265         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
11266         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
11267         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
11268         Moved ...
11269         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
11270         ... here.
11271         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
11272         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
11273         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
11274         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
11275         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
11276         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
11277         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
11278         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
11279         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
11280         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
11281         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
11282         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
11283         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
11284         Moved ...
11285         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
11286         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
11287         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
11288         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
11289         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
11290         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
11291         Moved ...
11292         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
11293         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
11294         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
11295         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
11296         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
11298         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
11299         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
11300         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
11301         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
11302         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
11303         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
11304         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
11305         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
11306         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
11307         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
11308         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
11309         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
11310         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
11311         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
11312         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
11313         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
11314         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
11315         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
11316         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
11317         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
11318         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
11319         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
11320         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
11321         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
11322         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
11323         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
11324         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
11325         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
11327 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11329         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
11330         (FALLOC_FL_COLLAPSE_RANGE): New macro.
11331         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
11332         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
11333         (IPV6_PMTUDISC_INTERFACE): Likewise.
11334         (IPV6_PMTUDISC_OMIT): Likewise.
11336 2014-06-23  Andreas Schwab  <schwab@suse.de>
11338         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
11339         Remove unused errout label.
11341 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11343         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
11344         macro: hardware supports Vector Crypto instructions.
11346 2014-06-23  Will Newton  <will.newton@linaro.org>
11348         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
11349         rather than __builtin_expect.
11351         * elf/dl-lookup.c (undefined_msg): Remove variable.
11352         (_dl_lookup_symbol_x): Replace undefined_msg with string
11353         literal.
11355         * elf/dl-lookup.c (do_lookup_unique): New function.
11356         (do_lookup_x): Move STB_GNU_UNIQUE handling code
11357         to a separate function.
11359 2014-06-23  Andreas Schwab  <schwab@suse.de>
11361         [BZ #17079]
11362         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
11363         before reading the next line.
11365 2014-06-23  Will Newton  <will.newton@linaro.org>
11367         * test-skeleton.c (signal_handler): Use printf and %m
11368         rather than perror.  Use printf rather than fprintf to
11369         stderr.  Use puts rather than fputs to stderr.
11370         (main): Likewise.
11372 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
11374         * nscd/nscd.c (thread_info_t): Remove typedef.
11375         (thread_info): Remove variable.
11377 2014-06-21  Allan McRae  <allan@archlinux.org>
11379         * NEWS: Mention CVE-2014-4043.
11381 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11383         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
11384         * nptl/smp.h: ... here.
11386         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
11388         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
11389         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
11390         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
11391         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
11393         * nptl/allocatestack.c: Include <stack-aliasing.h>.
11394         * nptl/stack-aliasing.h: New file.
11395         * sysdeps/i386/i686/stack-aliasing.h: New file.
11396         * sysdeps/i386/i686/nptl/Makefile: File removed.
11397         * sysdeps/x86_64/stack-aliasing.h: New file.
11398         * sysdeps/x86_64/nptl/Makefile
11399         (CFLAGS-pthread_create.c): Variable removed.
11401         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
11402         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
11403         old file.
11404         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
11405         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
11406         old file.
11408 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
11410         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11411         (__ASSUME_SIGFRAME_V2): Remove macro.
11412         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
11413         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
11414         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
11415         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
11416         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
11417         Declare as function.  Remove conditional macro definitions.
11418         (__default_rt_sa_restorer): Likewise.
11419         (__default_sa_restorer_v1): Remove declaration.
11420         (__default_sa_restorer_v2): Likewise.
11421         (__default_rt_sa_restorer_v1): Likewise.
11422         (__default_rt_sa_restorer_v2): Likewise.
11423         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
11424         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
11425         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
11427 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11429         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
11430         (libpthread-routines): Add sysdep.
11431         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
11432         * sysdeps/unix/sysv/linux/sparc/Versions
11433         (libpthread: GLIBC_2.3.3): New version set.
11434         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
11435         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
11436         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
11437         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
11438         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
11439         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
11440         Moved ...
11441         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
11442         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
11443         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
11444         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
11445         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
11446         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
11447         * sysdeps/sparc/nptl/sem_init.c: ... here.
11448         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
11449         * sysdeps/sparc/nptl/sem_post.c: ... here.
11450         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
11451         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
11452         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
11453         * sysdeps/sparc/nptl/sem_wait.c: ... here.
11454         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
11455         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
11456         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
11457         (libpthread-routines): Add cpu_relax.
11458         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
11459         File removed.
11460         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
11461         (librt: GLIBC_2.3.3): New version set.
11462         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
11463         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
11464         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
11465         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
11466         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
11467         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
11468         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
11469         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
11470         Moved ...
11471         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
11472         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
11473         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
11474         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
11475         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
11476         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
11477         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
11478         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
11479         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
11480         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
11481         Moved ...
11482         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
11483         Update #include.
11484         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
11485         Moved ...
11486         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
11487         Update #include.
11488         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
11489         Moved ...
11490         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
11491         Update #include.
11492         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
11493         Moved ...
11494         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
11495         Update #include.
11496         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
11497         Moved ...
11498         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
11499         Update #include.
11500         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
11501         Moved ...
11502         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
11503         Update #include.
11504         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
11505         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
11506         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
11507         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
11508         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
11509         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
11510         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
11511         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
11512         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
11513         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
11514         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
11515         Moved ...
11516         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
11517         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
11518         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
11519         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
11520         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
11522 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11524         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
11525         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
11526         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
11527         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
11528         * nscd/nscd.c: Likewise.
11529         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
11530         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
11531         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
11532         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
11534         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
11535         <kernel-features.h>.
11536         (init_mq_netlink): Remove conditional have_sock_cloexec
11537         definitions.  Remove code conditional on have_sock_cloexec < 0.
11538         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
11539         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
11540         * sysdeps/unix/sysv/linux/opensock.c: Do not include
11541         <kernel-features.h>.
11542         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
11543         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
11545 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
11547         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
11548         Add tests for memset_chk and memset.
11550         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
11551         with AVX2_Usable.
11553 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
11555         [BZ #16046]
11556         * elf/tst-dl-iter-static.c: New file.
11557         * elf/Makefile (tests-static): Add tst-dl-iter-static.
11559         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
11560         error.
11562 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11564         * sysdeps/unix/sysv/linux/kernel-features.h
11565         (__ASSUME_F_GETOWN_EX): Remove macro.
11566         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
11567         <kernel-features.h>.
11568         (miss_F_GETOWN_EX): Remove variable or macro.
11569         (do_fcntl): Do not check miss_F_GETOWN_EX.
11570         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
11572         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
11573         Remove macro.
11574         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
11575         [!__ASSUME_AT_RANDOM]: Remove conditional code.
11576         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
11578         * sysdeps/unix/sysv/linux/kernel-features.h
11579         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
11580         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
11581         [ADJ_OFFSET_SS_READ]: Make code unconditional.
11582         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
11584 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
11586         [BZ #17075]
11587         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
11588         Fix calculation of the symbol's value.
11589         * sysdeps/arm/tst-armtlsdescloc.c: New file.
11590         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
11591         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
11592         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
11593         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
11594         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
11595         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
11596         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
11597         (modules-names): Add `tst-armtlsdescmod',
11598         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
11599         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
11600         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11601         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
11602         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
11603         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11604         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
11605         ($(objpfx)tst-armtlsdescloc): New dependency.
11606         ($(objpfx)tst-armtlsdescextnow): Likewise.
11607         ($(objpfx)tst-armtlsdescextlazy): Likewise.
11608         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
11609         TLS scheme support.
11610         * sysdeps/arm/configure: Regenerate.
11612 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11614         * include/fcntl.h (__atfct_seterrno): Remove prototype.
11615         (__atfct_seterrno_2): Likewise.
11616         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
11617         <kernel-features.h>.
11618         (__ASSUME_ATFCTS): Do not undefine and redefine.
11619         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
11620         (__have_atfcts): Remove conditional definition.
11621         (__fxstatat([__NR_fstatat64]: Make code unconditional.
11622         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
11623         unreachable if [__ASSUME_ATFCTS].
11624         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
11625         not undefine and redefine.
11626         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
11627         <kernel-features.h>.
11628         (faccessat) [__NR_faccessat]: Make code unconditional.
11629         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
11630         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
11631         <kernel-features.h>.
11632         (fchmodat) [__NR_fchmodat]: Make code unconditional.
11633         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11634         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
11635         <kernel-features.h>.
11636         (fchownat) [__NR_fchownat]: Make code unconditional.
11637         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
11638         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
11639         <kernel-features.h>.
11640         (futimesat) [__NR_futimesat]: Make code unconditional.
11641         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
11642         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
11643         <kernel-features.h>.
11644         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11645         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11646         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
11647         <kernel-features.h>.
11648         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
11649         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11650         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
11651         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
11652         <kernel-features.h>.
11653         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
11654         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11655         * sysdeps/unix/sysv/linux/linkat.c: Do not include
11656         <kernel-features.h>.
11657         (linkat) [__NR_linkat]: Make code unconditional.
11658         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11659         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
11660         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
11661         <kernel-features.h>.
11662         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
11663         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11664         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
11665         <kernel-features.h>.
11666         (mkdirat) [__NR_mkdirat]: Make code unconditional.
11667         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
11668         * sysdeps/unix/sysv/linux/openat.c: Do not include
11669         <kernel-features.h>.
11670         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
11671         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
11672         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
11673         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
11674         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
11675         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
11676         <kernel-features.h>.
11677         (readlinkat) [__NR_readlinkat]: Make code unconditional.
11678         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
11679         result of INLINE_SYSCALL directly, not via int variable.
11680         * sysdeps/unix/sysv/linux/renameat.c: Do not include
11681         <kernel-features.h>.
11682         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
11683         (renameat) [__NR_renameat]: Make code unconditional.
11684         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
11685         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
11686         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
11687         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
11688         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
11689         (__ASSUME_ATFCTS): Do not undefine and redefine.
11690         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
11691         <kernel-features.h>.
11692         (symlinkat) [__NR_symlinkat]: Make code unconditional.
11693         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11694         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
11695         <kernel-features.h>.
11696         (unlinkat) [__NR_unlinkat]: Make code unconditional.
11697         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11698         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
11699         (__ASSUME_ATFCTS): Do not undefine and redefine.
11700         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
11701         <kernel-features.h>.
11702         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11703         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11704         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
11705         <kernel-features.h>.
11706         (__xmknodat) [__NR_mknodat]: Make code unconditional.
11707         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11709 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
11711         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
11713 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
11715         [BZ #17069]
11716         * posix/regcomp.c (parse_reg_exp): Deallocate partially
11717         constructed tree before returning error.
11718         * posix/bug-regexp36.c: Expand test case.
11720 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
11722         [BZ #6803]
11723         * math/libm-test.inc (scalbln_test_date):
11724         Add errno expectations.
11725         * math/w_scalblnf.c: New File.
11726         Add wrapper which checks for setting errno to ERANGE.
11727         Add weak_alias for corresponding scalbln function.
11728         * math/w_scalbln.c: Likewise.
11729         * math/w_scalblnl.c: Likewise.
11730         * math/Makefile (libm-calls): Add w_scalbln.
11731         * sysdeps/ieee754/flt-32/s_scalblnf.c:
11732         Remove weak_alias for corresponding scalbln function.
11733         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
11734         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
11735         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
11736         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
11737         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
11738         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11739         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
11740         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11741         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
11742         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
11743         Remove long_double_symbol for scalblnl function in libm, libc.
11744         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
11745         Add wrapper which checks for setting errno to ERANGE.
11746         Add long_double_symbol for scalblnl function in libm, libc.
11747         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
11748         Remove long_double_symbol for scalblnl in libm.
11749         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
11750         Add wrapper which checks for setting errno to ERANGE.
11751         Add long_double_symbol for scalblnl function in libm.
11752         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
11753         Do not use wrapper because of own implementation.
11755 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
11757         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
11758         3 bytes for __pad1 for x32.
11759         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
11761 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
11762             H.J. Lu  <hongjiu.lu@intel.com>
11764         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
11765         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
11766         * sysdeps/x86_64/multiarch/memset.S: Likewise.
11767         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
11768         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
11770 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
11772         [BZ #17069]
11773         * posix/regcomp.c (parse_expression): Deallocate partially
11774         constructed tree before returning error.
11775         * posix/Makefile.c (tests): Add bug-regex36.
11776         (generated): Add bug-regex36.mtrace.
11777         (tests-special): Add $(objpfx)bug-regex36-mem.out
11778         (bug-regex36-ENV): New variable.
11779         ($(objpfx)bug-regex36-mem.out): New rule.
11780         * posix/bug-regex36.c: New file.
11782 2014-06-19  Will Newton  <will.newton@linaro.org>
11784         * malloc/malloc.c (systrim): If extra is zero then return
11785         early.
11787 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
11789         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
11791 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
11793         * sysdeps/aarch64/strchr.S: New file.
11795 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
11797         [BZ #17022]
11798         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
11799         from arguments -2 or below.
11800         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11801         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
11803 2014-06-18  Andreas Schwab  <schwab@suse.de>
11805         [BZ #17062]
11806         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
11807         of a bracket expr not to run off the end of the string.
11808         * posix/Makefile (tests): Add tst-fnmatch3.
11809         * posix/tst-fnmatch3.c: New file.
11811 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
11813         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
11814         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11815         [$(cross-compiling) = no]: Likewise.
11816         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11817         [$(cross-compiling) = no]: Likewise.
11819 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
11821         [BZ #17031]
11822         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
11823         double, adjusted for any remainder from the high double.
11824         * math/libm-test.inc (nearbyint): Add tests.
11825         (rint): Likewise.
11827 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11829         * nptl/sysdeps/powerpc/Makefile: Moved ...
11830         * sysdeps/powerpc/nptl/Makefile: ... here.
11831         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
11832         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
11833         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
11834         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
11835         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
11836         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
11837         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
11838         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
11839         * nptl/sysdeps/powerpc/tls.h: Moved ...
11840         * sysdeps/powerpc/nptl/tls.h: ... here.
11842 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
11844         [BZ #16681]
11845         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
11846         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
11847         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
11848         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
11849         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
11850         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
11851         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
11852         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
11853         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
11855 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
11857         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
11859 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
11861         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
11862         defined operator.
11864         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
11865         $TIMEOUTFACTOR.
11867 2014-06-16  Florian Weimer  <fweimer@redhat.com>
11869         [BZ #17058]
11870         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
11871         non-executed part of the test.
11873 2014-06-16  Andreas Schwab  <schwab@suse.de>
11875         * string/bits/string2.h (strdup, strndup): Update feature guard.
11877 2014-06-14  David S. Miller  <davem@davemloft.net>
11879         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11881 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
11883         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
11884         that was previously under [RESET_PID].
11885         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
11887         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
11888         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
11889         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
11890         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11891         (__libc_vfork): New strong alias.
11892         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
11894 2014-06-14 Andi Kleen  <ak@linux.intel.com>
11896         * sysdeps/generic/elide.h: New file.
11898 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
11900         * Makefile (installed-headers): Adjust path of pthread.h header.
11902 2014-06-13  Roland McGrath  <roland@hack.frob.com>
11904         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
11905         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
11906         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
11907         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
11909         * nptl/sysdeps/s390/Makefile: Moved ...
11910         * sysdeps/s390/nptl/Makefile: ... here.
11911         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
11912         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
11913         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
11914         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
11915         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
11916         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
11917         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
11918         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
11919         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
11920         * sysdeps/s390/nptl/pthreaddef.h: ... here.
11921         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
11922         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
11923         * nptl/sysdeps/s390/tls.h: Moved ...
11924         * sysdeps/s390/nptl/tls.h: ... here.
11926         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
11927         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
11929 2014-06-13  David S. Miller  <davem@davemloft.net>
11931         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
11932         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
11933         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
11934         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
11935         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
11936         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
11937         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
11938         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
11939         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
11940         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
11941         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
11942         Remove RESET_PID cpp guards.
11943         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
11944         Remove RESET_PID cpp guards.
11945         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
11947 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
11949         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
11950         __sp to uintptr_t.
11952 2014-06-13  Andi Kleen  <ak@linux.intel.com>
11954         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
11955         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
11956         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
11957         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
11958         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
11959         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
11960         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
11961         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
11962         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
11963         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
11964         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
11965         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
11966         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
11967         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
11968         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
11969         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
11970         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
11971         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
11972         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
11973         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
11975         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
11976         (pthread_rwlock_rdlock): Add elision.
11977         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
11978         (pthread_rwlock_wrlock): Add elision.
11979         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
11980         (pthread_rwlock_trywrlock): Add elision.
11981         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
11982         (pthread_rwlock_tryrdlock): Add elision.
11983         * nptl/pthread_rwlock_unlock.c: Include elide.h.
11984         (pthread_rwlock_tryrdlock): Add elision unlock.
11985         * nptl/sysdeps/pthread/pthread.h:
11986         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
11987         (PTHREAD_RWLOCK_INITIALIZER,
11988         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
11989         Handle new elision field.
11990         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
11991         * sysdeps/arm/nptl/bits/pthreadtypes.h
11992         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11993         * sysdeps/sh/nptl/bits/pthreadtypes.h
11994         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11995         * sysdeps/tile/nptl/bits/pthreadtypes.h
11996         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11997         * sysdeps/a/nptl/bits/pthreadtypes.h
11998         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11999         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
12000         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12001         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
12002         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12003         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
12004         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12005         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
12006         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12007         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
12008         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12009         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
12010         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12011         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
12012         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12013         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
12014         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12015         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
12016         (elision_init): Set try_xbegin to zero when no RTM.
12017         * sysdeps/x86/nptl/bits/pthreadtypes.h
12018         (pthread_rwlock_t): Change __pad1 to __rwelision.
12019         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12021 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12023         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
12024         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
12025         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
12026         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
12028 2014-06-13  Meador Inge  <meadori@codesourcery.com>
12030         [BZ #16996]
12031         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
12032         that the cached result has been set before returning it.
12034 2014-06-12  Roland McGrath  <roland@hack.frob.com>
12036         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
12037         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
12038         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
12039         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
12040         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
12041         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
12043         * nptl/sysdeps/sparc/Makefile: Moved ...
12044         * sysdeps/sparc/nptl/Makefile: ... here.
12045         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
12046         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
12047         * nptl/sysdeps/sparc/tls.h: Moved ...
12048         * sysdeps/sparc/nptl/tls.h: ... here.
12049         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
12050         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
12051         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
12052         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
12053         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
12054         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
12055         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
12056         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
12057         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
12058         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
12059         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
12060         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
12061         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
12062         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
12063         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
12064         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
12065         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
12066         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
12067         Update #include.
12068         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
12069         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
12070         Update #include.
12071         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
12072         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
12073         Update #include.
12074         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
12075         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
12076         Update #include.
12078         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12080         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
12081         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
12083         * sysdeps/pthread/posix-timer.h: Include <list.h>.
12084         (struct list_links): Type removed.
12085         (struct thread_node, struct timer_node): Replace struct list_links
12086         with struct list_head.
12087         (list_unlink_ip): Likewise.
12088         * sysdeps/pthread/timer_routines.c
12089         (timer_free_list, thread_free_list, thread_active_list): Likewise.
12090         (list_append, list_insbefore): Likewise.
12091         (list_init): Function removed.
12092         (thread_init, init_module): Use INIT_LIST_HEAD instead.
12093         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
12094         * sysdeps/pthread/Makefile: ... here, new file.
12096         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
12097         * sysdeps/nptl/Implies: ... here.
12098         * sysdeps/unix/sysv/linux/Implies: Add nptl.
12099         * nptl/sysdeps/pthread/list.h: Moved ...
12100         * include/list.h: ... here.
12101         * nptl/sysdeps/pthread/createthread.c: Moved ...
12102         * nptl/createthread.c: ... here.
12103         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
12104         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
12105         * nptl/pt-longjmp.c: ... here.
12106         * nptl/sysdeps/pthread/Makefile: Moved ...
12107         * sysdeps/nptl/Makefile: ... here.
12108         * nptl/sysdeps/pthread/Subdirs: Moved ...
12109         * sysdeps/nptl/Subdirs: ... here.
12110         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
12111         * sysdeps/nptl/aio_misc.h: ... here.
12112         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
12113         * sysdeps/nptl/bits/libc-lock.h: ... here.
12114         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
12115         * sysdeps/nptl/bits/libc-lockP.h: ... here.
12116         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
12117         * sysdeps/nptl/bits/stdio-lock.h: ... here.
12118         * nptl/sysdeps/pthread/configure: Moved ...
12119         * sysdeps/nptl/configure: ... here.
12120         * nptl/sysdeps/pthread/configure.ac: Moved ...
12121         * sysdeps/nptl/configure.ac: ... here.
12122         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
12123         * sysdeps/nptl/gai_misc.h: ... here.
12124         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
12125         * sysdeps/nptl/librt-cancellation.c: ... here.
12126         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
12127         * sysdeps/nptl/malloc-machine.h: ... here.
12128         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
12129         * sysdeps/nptl/pthread-functions.h: ... here.
12130         * nptl/sysdeps/pthread/pthread.h: Moved ...
12131         * sysdeps/nptl/pthread.h: ... here.
12132         * nptl/sysdeps/pthread/setxid.h: Moved ...
12133         * sysdeps/nptl/setxid.h: ... here.
12134         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
12135         * sysdeps/nptl/sigfillset.c: ... here.
12136         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
12137         * sysdeps/nptl/tcb-offsets.h: ... here.
12138         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
12139         * sysdeps/nptl/tst-mqueue8x.c: ... here.
12140         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
12141         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
12142         * nptl/sysdeps/pthread/allocalim.h: Moved ...
12143         * sysdeps/pthread/allocalim.h: ... here.
12144         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
12145         * sysdeps/pthread/bits/sigthread.h: ... here.
12146         * nptl/sysdeps/pthread/flockfile.c: Moved ...
12147         * sysdeps/pthread/flockfile.c: ... here.
12148         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
12149         * sysdeps/pthread/ftrylockfile.c: ... here.
12150         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
12151         * sysdeps/pthread/funlockfile.c: ... here.
12152         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
12153         * sysdeps/pthread/posix-timer.h: ... here.
12154         * nptl/sysdeps/pthread/timer_create.c: Moved ...
12155         * sysdeps/pthread/timer_create.c: ... here.
12156         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
12157         * sysdeps/pthread/timer_delete.c: ... here.
12158         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
12159         * sysdeps/pthread/timer_getoverr.c: ... here.
12160         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
12161         * sysdeps/pthread/timer_gettime.c: ... here.
12162         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
12163         * sysdeps/pthread/timer_routines.c: ... here.
12164         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
12165         * sysdeps/pthread/timer_settime.c: ... here.
12166         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
12167         * sysdeps/pthread/tst-timer.c: ... here.
12168         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
12169         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
12171         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
12172         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
12174         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
12175         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
12176         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
12177         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
12178         Update #include target.
12179         * nptl/sysdeps/i386/i686/Makefile: Moved ...
12180         * sysdeps/i386/i686/nptl/Makefile: ... here.
12181         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
12182         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
12183         Update #include target.
12184         * nptl/sysdeps/i386/i686/tls.h: Moved ...
12185         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
12186         * nptl/sysdeps/i386/Makefile: Moved ...
12187         * sysdeps/i386/nptl/Makefile: ... here.
12188         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
12189         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
12190         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
12191         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
12192         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
12193         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
12194         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
12195         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
12196         * sysdeps/i386/nptl/pthreaddef.h: ... here.
12197         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
12198         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
12199         * nptl/sysdeps/i386/tls.h: Moved ...
12200         * sysdeps/i386/nptl/tls.h: ... here.
12202         * sysdeps/sh/Makefile [$(subdir) = csu]
12203         (gen-as-const-headers): Add tcb-offsets.sym.
12204         * nptl/sysdeps/sh/Makefile: File removed.
12205         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
12206         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
12207         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
12208         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
12209         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
12210         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
12211         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
12212         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
12213         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
12214         * sysdeps/sh/nptl/pthreaddef.h: ... here.
12215         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
12216         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
12217         * nptl/sysdeps/sh/tls.h: Moved ...
12218         * sysdeps/sh/nptl/tls.h: ... here.
12219         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
12220         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
12221         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
12222         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
12223         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
12224         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
12225         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
12226         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
12227         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
12228         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
12229         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
12230         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
12231         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
12232         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
12233         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
12234         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
12235         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
12236         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
12237         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
12238         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
12239         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
12240         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
12241         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
12242         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
12243         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
12244         Moved ...
12245         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
12246         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
12247         Moved ...
12248         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
12249         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
12250         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
12251         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
12252         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
12253         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
12254         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
12255         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
12256         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
12257         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
12258         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
12259         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
12260         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
12261         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
12262         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
12263         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
12264         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
12265         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
12266         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
12268 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
12270         * posix/spawn_faction_addopen.c: Include string.h.
12272 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12274         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
12275         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
12276         * nptl/sysdeps/x86_64/Makefile: Moved ...
12277         * sysdeps/x86_64/nptl/Makefile: ... here.
12278         * nptl/sysdeps/x86_64/configure: Moved ...
12279         * sysdeps/x86_64/nptl/configure: ... here.
12280         * nptl/sysdeps/x86_64/configure.ac: Moved ...
12281         * sysdeps/x86_64/nptl/configure.ac: ... here.
12282         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
12283         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
12284         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
12285         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
12286         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
12287         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
12288         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
12289         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
12290         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
12291         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
12292         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
12293         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
12294         * nptl/sysdeps/x86_64/tls.h: Moved ...
12295         * sysdeps/x86_64/nptl/tls.h: ... here.
12296         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
12297         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
12298         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
12299         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
12301         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
12303 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12305         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12307 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
12309         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
12310         type.
12311         [POSIX] (off_t): Likewise.
12312         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
12313         [POSIX] (S_ISBLK): Require macro.
12314         [POSIX] (S_ISCHR): Likewise.
12315         [POSIX] (S_ISDIR): Likewise.
12316         [POSIX] (S_ISFIFO): Likewise.
12317         [POSIX] (S_ISREG): Likewise.
12318         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
12319         optional-macro.
12320         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
12321         type.
12322         [POSIX] (time_t): Likewise.
12323         [POSIX] (timer_t): Likewise.
12325 2014-06-11  Florian Weimer  <fweimer@redhat.com>
12327         [BZ #17048]
12328         * posix/spawn_int.h (struct __spawn_action): Make the path string
12329         non-const to support deallocation.
12330         * posix/spawn_faction_addopen.c
12331         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
12332         * posix/spawn_faction_destroy.c
12333         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
12334         path in all spawn_do_open actions.
12335         * posix/tst-spawn.c (do_test): Exercise the copy operation in
12336         posix_spawn_file_actions_addopen.
12338 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
12340         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
12341         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
12342         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
12343         conditional code always true.
12344         (__libc_vfork): New alias.
12346 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12348         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12349         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
12351         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
12353         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12354         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
12356         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12357         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
12359         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12360         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
12362 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12364         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
12365         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
12366         multiarch strcmp for PPC64.
12367         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
12368         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
12369         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
12370         multiarch optimizations.
12371         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12372         (__libc_ifunc_impl_list): Likewise.
12374 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
12376         * benchtests/scripts/validate_benchout.py: New script.
12377         * benchtests/Makefile (bench-func): Call it.
12378         * benchtests/scripts/benchout.schema.json: New file.
12380 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
12382         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
12383         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
12384         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
12385         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
12386         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
12387         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
12388         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
12389         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
12390         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
12391         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
12392         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
12393         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
12394         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
12395         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
12396         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
12397         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
12398         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
12399         Moved ...
12400         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
12401         ... here.
12402         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
12403         Moved ...
12404         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
12405         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
12406         Moved ...
12407         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
12408         ... here.
12409         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
12410         Moved ...
12411         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
12412         ... here.
12413         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
12414         Moved ...
12415         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
12416         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
12417         Moved ...
12418         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
12419         ... here.
12420         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
12421         Moved ...
12422         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
12423         ... here.
12424         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
12425         Moved ...
12426         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
12427         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
12428         Moved ...
12429         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
12430         ... here.
12431         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
12432         Moved ...
12433         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
12434         ... here.
12435         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
12436         Moved ...
12437         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
12438         ... here.
12439         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
12440         Moved ...
12441         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
12442         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
12443         Moved ...
12444         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
12445         ... here.
12446         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
12447         Moved ...
12448         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
12449         ... here.
12450         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
12451         Moved ...
12452         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
12453         ... here.
12454         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
12455         Moved ...
12456         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
12457         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
12458         Moved ...
12459         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
12460         ... here.
12461         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
12462         Moved ...
12463         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
12464         ... here.
12465         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
12466         Moved ...
12467         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
12468         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
12469         Moved ...
12470         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
12471         ... here.
12472         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
12473         Moved ...
12474         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
12475         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
12476         Moved ...
12477         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
12478         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
12479         Moved ...
12480         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
12481         ... here.
12482         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
12483         Moved ...
12484         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
12485         ... here.
12486         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
12487         Moved ...
12488         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
12489         ... here.
12490         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
12491         Moved ...
12492         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
12493         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
12494         Moved ...
12495         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
12496         ... here.
12497         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
12498         Moved ...
12499         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
12500         ... here.
12501         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
12502         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
12503         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
12504         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
12505         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
12506         Moved ...
12507         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
12508         ... here.
12509         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
12510         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
12511         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
12512         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
12513         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
12514         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
12515         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
12516         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
12517         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
12518         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
12519         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
12520         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
12521         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
12522         Moved ...
12523         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
12524         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
12525         Moved ...
12526         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
12527         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
12528         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
12529         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
12530         Moved ...
12531         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
12532         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
12533         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
12534         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
12535         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
12536         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
12537         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
12539 2014-06-10  Wilco  <wdijkstr@arm.com>
12541         * math/test-fenv-return.c: New file.
12542         * math/Makefile: Add new test test-fenv-return.
12544 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
12546         [BZ #17042]
12547         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
12548         when x - 1 is zero.
12549         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
12550         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
12551         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
12552         0.0L for an argument of 1.0L.
12553         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
12554         Likewise.
12555         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
12556         value when x - 1 is zero.
12557         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
12558         * sysdeps/i386/fpu/libm-test-ulps: Update.
12559         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12561 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
12563         [BZ #15119]
12564         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
12566 2014-06-09  Roland McGrath  <roland@hack.frob.com>
12568         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
12569         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
12571 2014-06-09  Roland McGrath  <roland@hack.frob.com>
12573         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12574         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
12576         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12577         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
12579         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12580         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
12582         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12583         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
12585         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
12586         if not already defined.
12587         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
12588         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
12589         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
12590         (TLS_INIT_TP): Use it.
12591         (TLS_DEFINE_INIT_TP): New macro.
12592         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
12594 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
12596         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
12597         constant.
12598         [POSIX] (IXANY): Likewise.
12599         [POSIX] (OLCUC): Likewise.
12600         [POSIX || POSIX2008] (CBAUD): Do not allow.
12601         [POSIX || POSIX2008] (DEFECHO): Likewise.
12602         [POSIX || POSIX2008] (ECHOCTL): Likewise.
12603         [POSIX || POSIX2008] (ECHOKE): Likewise.
12604         [POSIX || POSIX2008] (ECHOPRT): Likewise.
12605         [POSIX || POSIX2008] (EXTA): Likewise.
12606         [POSIX || POSIX2008] (EXTB): Likewise.
12607         [POSIX || POSIX2008] (FLUSHO): Likewise.
12608         [POSIX || POSIX2008] (LOBLK): Likewise.
12609         [POSIX || POSIX2008] (PENDIN): Likewise.
12610         [POSIX || POSIX2008] (SWTCH): Likewise.
12611         [POSIX || POSIX2008] (VDISCARD): Likewise.
12612         [POSIX || POSIX2008] (VDSUSP): Likewise.
12613         [POSIX || POSIX2008] (VLNEXT): Likewise.
12614         [POSIX || POSIX2008] (VREPRINT): Likewise.
12615         [POSIX || POSIX2008] (VSTATUS): Likewise.
12616         [POSIX || POSIX2008] (VWERASE): Likewise.
12617         (B*): Change to B[0123456789]*.
12618         * conform/data/time.h-data [POSIX || UNIX98]
12619         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
12620         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
12621         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
12622         [POSIX] (tm_*): Do not allow.
12624 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
12626         * Makefile (install): Don't set LANGUAGE.
12627         * Makefile.in (install): Likewise.
12628         * assert/Makefile (test-assert-ENV): Remove variable.
12629         (test-assert-perr-ENV): Likewise.
12630         * elf/Makefile (neededtest4-ENV): Likewise.
12631         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12632         [$(cross-compiling) = no]: Don't set LANGUAGE.
12633         * io/ftwtest-sh (LANG): Remove variable.
12634         * libio/Makefile (tst-widetext-ENV): Likewise.
12635         * manual/install.texi (Running make install): Don't refer to
12636         environment settings for make install.
12637         * INSTALL: Regenerated.
12638         * nptl/tst-tls6.sh: Don't set LANG.
12639         * posix/globtest.sh (LANG): Remove variable.
12640         * string/Makefile (tester-ENV): Likewise.
12641         (inl-tester-ENV): Likewise.
12642         (noinl-tester-ENV): Likewise.
12643         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12644         [$(cross-compiling) = no]: Don't set LANGUAGE.
12645         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
12646         without explicit environment settings.
12648 2014-06-06  Roland McGrath  <roland@hack.frob.com>
12650         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
12651         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
12652         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
12653         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
12655 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
12657         * crypt/crypt-private.h [DOS]: Add some includes taken from the
12658         other files in the crypt directory.
12659         * crypt/crypt.c: Remove duplicate includes.
12660         * crypt/crypt-entry.c: Likewise.
12661         * crypt/crypt_util.c: Likewise.
12663 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
12665         * Makeconfig (run-program-env): New variable.
12666         (run-program-prefix-before-env): Likewise.
12667         (run-program-prefix-after-env): Likewise.
12668         (run-program-prefix): Define in terms of new variables.
12669         (built-program-cmd-before-env): New variable.
12670         (built-program-cmd-after-env): Likewise.
12671         (built-program-cmd): Define in terms of new variables.
12672         (test-program-prefix-before-env): New variable.
12673         (test-program-prefix-after-env): Likewise.
12674         (test-program-prefix): Define in terms of new variables.
12675         (test-program-cmd-before-env): New variable.
12676         (test-program-cmd-after-env): Likewise.
12677         (test-program-cmd): Define in terms of new variables.
12678         * Rules (make-test-out): Use $(run-program-env).
12679         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
12680         (help): Do not mention environment variables.  Mention
12681         --timeoutfactor option.
12682         (timeoutfactor): New variable.
12683         (blacklist_exports): Remove function.
12684         (exports): Remove variable.
12685         (command): Do not include ${exports}.
12686         * manual/install.texi (Configuring and compiling): Do not mention
12687         test wrappers preserving environment variables.  Mention that last
12688         assignment to a variable must take precedence.
12689         * INSTALL: Regenerated.
12690         * benchtests/Makefile (run-bench): Use $(run-program-env).
12691         * catgets/Makefile ($(objpfx)test1.cat): Use
12692         $(built-program-cmd-before-env), $(run-program-env) and
12693         $(built-program-cmd-after-env).
12694         ($(objpfx)test2.cat): Do not specify environment variables
12695         explicitly.
12696         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
12697         $(run-program-env) and $(built-program-cmd-after-env).
12698         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
12699         $(run-program-env) and $(test-program-cmd-after-env).
12700         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
12701         explicitly.
12702         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
12703         run_program_env and test_program_cmd_after_env arguments.
12704         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
12705         * elf/tst-pathopt.sh: Use run_program_env argument.
12706         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
12707         $(test-wrapper-env) and $(run-program-env).
12708         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
12709         run_program_env arguments.
12710         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
12711         * intl/Makefile ($(objpfx)tst-gettext.out): Use
12712         $(test-program-prefix-before-env), $(run-program-env) and
12713         $(test-program-prefix-after-env).
12714         ($(objpfx)tst-gettext2.out): Likewise.
12715         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
12716         run_program_env and test_program_prefix_after_env arguments.
12717         * intl/tst-gettext2.sh: Likewise.
12718         * intl/tst-gettext4.sh: Do not set environment variables
12719         explicitly.
12720         * intl/tst-gettext6.sh: Likewise.
12721         * intl/tst-translit.sh: Likewise.
12722         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
12723         $(test-program-prefix-before-env), $(run-program-env) and
12724         $(test-program-prefix-after-env).
12725         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
12726         run_program_env and test_program_prefix_after_env arguments.
12727         * math/Makefile (run-regen-ulps): Use $(run-program-env).
12728         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
12729         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
12730         explicitly with each use of ${test_wrapper_env}.
12731         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
12732         $(test-program-prefix-before-env), $(run-program-env) and
12733         $(test-program-prefix-after-env).
12734         * posix/tst-getconf.sh: Do not set environment variables
12735         explicitly.
12736         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
12737         run_program_env and test_program_prefix_after_env arguments.
12738         * stdio-common/tst-printf.sh: Do not set environment variables
12739         explicitly.
12740         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
12741         $(test-program-prefix-before-env), $(run-program-env) and
12742         $(test-program-prefix-after-env).
12743         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
12744         run_program_env and test_program_prefix_after_env arguments.
12745         Split $test calls into $test_pre and $test.
12746         * timezone/Makefile (build-testdata): Use
12747         $(built-program-cmd-before-env), $(run-program-env) and
12748         $(built-program-cmd-after-env).
12750 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12752         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
12753         strlen for non SHARED builds.
12755 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12757         * nptl/allocatestack.c (check_list): Inlined function...
12758         (__reclaim_stacks): ... here.
12760 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
12762         [BZ #15698]
12763         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
12764         memory overrun.
12766 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
12768         * Rules (make-test-out): Include
12769         LOCPATH=$(common-objpfx)localedata in default environment.
12770         * debug/Makefile (tst-chk1-ENV): Remove variable.
12771         (tst-chk2-ENV): Likewise.
12772         (tst-chk3-ENV): Likewise.
12773         (tst-chk4-ENV): Likewise.
12774         (tst-chk5-ENV): Likewise.
12775         (tst-chk6-ENV): Likewise.
12776         (tst-lfschk1-ENV): Likewise.
12777         (tst-lfschk2-ENV): Likewise.
12778         (tst-lfschk3-ENV): Likewise.
12779         (tst-lfschk4-ENV): Likewise.
12780         (tst-lfschk5-ENV): Likewise.
12781         (tst-lfschk6-ENV): Likewise.
12782         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
12783         (tst-iconv7-ENV): Likewise.
12784         * intl/Makefile (LOCPATH-ENV): Likewise.
12785         (tst-codeset-ENV): Likewise.
12786         (tst-gettext3-ENV): Likewise.
12787         (tst-gettext5-ENV): Likewise.
12788         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
12789         (tst-fopenloc-ENV): Likewise.
12790         (tst-fgetws-ENV): Remove variable.
12791         (tst-ungetwc1-ENV): Likewise.
12792         (tst-ungetwc2-ENV): Likewise.
12793         (bug-ungetwc2-ENV): Likewise.
12794         (tst-swscanf-ENV): Likewise.
12795         (bug-ftell-ENV): Likewise.
12796         (tst-fgetwc-ENV): Likewise.
12797         (tst-fseek-ENV): Likewise.
12798         (tst-ftell-partial-wide-ENV): Likewise.
12799         (tst-ftell-active-handler-ENV): Likewise.
12800         (tst-ftell-append-ENV): Likewise.
12801         * posix/Makefile (tst-fnmatch-ENV): Likewise.
12802         (tst-regexloc-ENV): Likewise.
12803         (bug-regex1-ENV): Likewise.
12804         (tst-regex-ENV): Likewise.
12805         (tst-regex2-ENV): Likewise.
12806         (bug-regex5-ENV): Likewise.
12807         (bug-regex6-ENV): Likewise.
12808         (bug-regex17-ENV): Likewise.
12809         (bug-regex18-ENV): Likewise.
12810         (bug-regex19-ENV): Likewise.
12811         (bug-regex20-ENV): Likewise.
12812         (bug-regex22-ENV): Likewise.
12813         (bug-regex23-ENV): Likewise.
12814         (bug-regex25-ENV): Likewise.
12815         (bug-regex26-ENV): Likewise.
12816         (bug-regex30-ENV): Likewise.
12817         (bug-regex32-ENV): Likewise.
12818         (bug-regex33-ENV): Likewise.
12819         (bug-regex34-ENV): Likewise.
12820         (bug-regex35-ENV): Likewise.
12821         (tst-rxspencer-ENV): Likewise.
12822         (tst-rxspencer-no-utf8-ENV): Likewise.
12823         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
12824         (tst-sscanf-ENV): Likewise.
12825         (tst-swprintf-ENV): Likewise.
12826         (tst-swscanf-ENV): Likewise.
12827         (test-vfprintf-ENV): Likewise.
12828         (scanf13-ENV): Likewise.
12829         (bug14-ENV): Likewise.
12830         (tst-grouping-ENV): Likewise.
12831         * stdlib/Makefile (tst-strtod-ENV): Likewise.
12832         (tst-strtod3-ENV): Likewise.
12833         (tst-strtod4-ENV): Likewise.
12834         (tst-strtod5-ENV): Likewise.
12835         (testmb2-ENV): Likewise./
12836         * string/Makefile (tst-strxfrm-ENV): Likewise.
12837         (tst-strxfrm2-ENV): Likewise.
12838         (bug-strcoll1-ENV): Likewise.
12839         (test-strcasecmp-ENV): Likewise.
12840         (test-strncasecmp-ENV): Likewise.
12841         * time/Makefile (tst-strptime-ENV): Likewise.
12842         (tst-ftime_l-ENV): Likewise.
12843         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
12844         (tst-mbrtowc-ENV): Likewise.
12845         (tst-wcrtomb-ENV): Likewise.
12846         (tst-mbrtowc2-ENV): Likewise.
12847         (tst-c16c32-1-ENV): Likewise.
12848         (tst-mbsnrtowcs-ENV): Likewise.
12850 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
12852         * manual/resource.texi (How to get information about the memory
12853         subsystem?): Fix typo.
12854         Reported by Peon de la Parra Ivan <peon@keba.com>
12856 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
12858         [BZ #16882]
12859         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
12860         (pthread_spin_lock): Branch out of spin loop to proper location.
12861         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
12862         (pthread_spin_lock): Likewise.
12864         * nptl/tst-spin4.c: New test.
12865         * nptl/Makefile (tests): Add tst-spin4.
12867 2014-06-03  Andreas Schwab  <schwab@suse.de>
12869         [BZ #15946]
12870         * resolv/res_send.c (send_dg): Reload file descriptor after
12871         calling reopen.
12873 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
12875         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12877 2014-06-03  Richard Henderson  <rth@redhat.com>
12879         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
12880         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
12881         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
12882         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
12883         in the SAVE_PID block.
12884         (__libc_vfork): New alias.
12885         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
12887         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
12888         child in registers, not on the stack.  Remove RESET_PID conditionals.
12889         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
12891 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12893         * sysdeps/aarch64/libm-test-ulps: Regenerate.
12895 2014-06-03  Wilco  <wdijkstr@arm.com>
12897         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
12898         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
12899         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12900         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
12901         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
12902         Likewise.
12904 2014-06-03  Wilco  <wdijkstr@arm.com>
12906         * sysdeps/aarch64/fpu/math_private.h
12907         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
12908         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
12909         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
12910         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12911         Fix declarations.
12913 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
12915         * crypt/crypt-private.h: Include ufc-crypt.h.
12916         (__b64_from_24bit): Declare extern.
12917         * crypt/crypt_util.c(__b64_from_24bit): New function.
12918         (b64t): New static const variable.
12919         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
12920         (b64t): Remove variable.
12921         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
12922         * crypt/sha256-crypt.c: Include crypt-private.h.
12923         (b64t): Remove variable.
12924         (__sha256_crypt_r): Remove b64_from_24bit and replace
12925         with __b64_from_24bit.
12926         * crypt/sha512-crypt.c: Likewise.
12928 2014-06-02  Roland McGrath  <roland@hack.frob.com>
12930         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
12931         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
12932         Label the code __libc_vfork rather than __vfork.
12933         [!NOT_IN_libc] (vfork): Define as weak alias.
12934         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
12935         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
12936         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
12938 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
12940         * malloc/malloc.c (malloc_info): Fix format specifier for
12941         n_mmaps.
12943 2014-06-02  Wilco  <wdijkstr@arm.com>
12945         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
12946         FPCR write.
12948 2014-06-02  Wilco  <wdijkstr@arm.com>
12950         [BZ #17009]
12951         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
12952         Rewrite to reduce FPCR/FPSR accesses.
12954 2014-06-01  David S. Miller  <davem@davemloft.net>
12956         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12958 2014-05-31  David S. Miller  <davem@davemloft.net>
12960         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
12961         to occur in round to nearest mode when |x| >= 2.0
12963 2014-05-30  Richard Henderson  <rth@twiddle.net>
12965         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
12966         (PSEUDO_RET_NOERRNO): Remove.
12967         (ret): Don't redefine.
12968         (ret_NOERRNO): Define in terms of ret.
12969         (ret_ERRVAL): Likewise.
12971         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
12972         use of PSEUDO_RET; perform the error check directly.
12974 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
12976         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
12977         with __int128_t.
12979 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12981         * malloc/malloc (malloc_info): Fix formatting.
12983 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12984             Roland McGrath  <roland@hack.frob.com>
12986         * malloc/malloc (malloc_info): Also print mmapped statistics.
12988 2014-05-30  Roland McGrath  <roland@hack.frob.com>
12990         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
12991         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
12993 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
12995         * malloc/malloc.c (malloc_info): Inline mi_arena.
12997 2014-05-29  Richard Henderson  <rth@twiddle.net>
12999         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
13000         Remove comma before expanding ASM_ARGS_##nr.
13001         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
13002         Make _x0 a strict output; make _x8 a strict input; adjust expansion
13003         of ASM_ARGS_##nr.
13004         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
13005         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
13006         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
13007         (ASM_ARGS_1): Add leading comma.
13009         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
13010         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
13011         to __errno_location.
13012         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
13013         Remove the expected plt for __errno_location.
13015         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13016         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
13017         call to __read_tp.
13019         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13020         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
13021         it and break it down.
13022         (DOCARGS_0, DOCARGS_1): Do nothing.
13023         (DOCARGS_2): Update to store into the new stack frame.
13024         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
13025         (UNDOCARGS_1): Update to restore from the new stack frame.
13026         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
13027         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
13029         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13030         (SINGLE_THREAD_P): New parameter for result regno.
13031         (PSEUDO): Update to match; use cbz instead of beq.
13033         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13034         Use ENTRY to define the _nocancel entry point.  Share the syscall
13035         and syscall error check paths with the cancel path.
13036         (PSEUDO_END): New.
13038         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
13039         whitespace; tabs before and after asm mnemonics.
13041 2014-05-29  Eric Wong  <normalperson@yhbt.net>
13043         [BZ #15132]
13044         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
13045         Call fstat64 or stat64 internally, depending on arguments passed.
13046         Replace stat buffer argument with file descriptor argument.
13047         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
13048         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
13049         Pass fd to __internal_statvfs instead of calling fstat64.
13050         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
13051         Pass fd to __internal_statvfs64 instead of calling fstat64.
13052         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
13053         Pass -1 to __internal_statvfs instead of calling stat64.
13054         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
13055         Pass -1 to __internal_statvfs64 instead of calling stat64.
13057 2014-05-28  Roland McGrath  <roland@hack.frob.com>
13059         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
13060         that was previously under [RESET_PID].
13061         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
13063         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
13064         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
13066 2014-05-27  Roland McGrath  <roland@hack.frob.com>
13068         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
13070         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
13071         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
13073 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
13075         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
13077 2014-05-27  Andreas Schwab  <schwab@suse.de>
13079         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
13080         TLS_INIT_TP macro.
13081         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
13082         * elf/rtld.c (init_tls, dl_main): Likewise.
13083         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
13084         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
13085         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
13086         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
13087         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
13088         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
13089         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
13090         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
13091         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
13092         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
13093         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
13094         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
13095         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
13096         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
13097         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
13098         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
13099         * sysdeps/generic/tls.h: Update description.
13101 2014-05-27  Will Newton  <will.newton@linaro.org>
13103         [BZ #16990]
13104         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
13105         and restore r2 rather than just restoring.
13107 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13109         [BZ #16724]
13110         * libio/tst-ftell-append.c: New test case.
13111         * libio/Makefile (tests): Add test case.
13112         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
13113         append mode.
13114         * libio/wfileops.c (do_ftell_wide): Likewise.
13116 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13118         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13120         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
13121         ...
13122         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
13123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
13124         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
13125         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
13126         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
13127         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
13128         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
13129         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
13130         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
13131         Moved ...
13132         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
13133         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
13134         Moved ...
13135         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
13136         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
13137         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
13138         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
13139         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
13140         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
13141         ...
13142         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
13143         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
13144         Moved ...
13145         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
13146         here.
13147         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
13148         ...
13149         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
13150         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
13151         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
13153         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
13154         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
13155         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
13156         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
13158         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
13159         merge into ...
13160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
13161         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
13162         ...
13163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
13164         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
13165         ...
13166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
13167         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13168         Moved ...
13169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
13170         here.
13171         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13172         Moved ...
13173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
13174         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13175         Moved ...
13176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
13178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
13179         conditional [RESET_PID].
13180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
13181         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
13182         removed.
13183         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
13184         removed.
13186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
13187         <tcb-offsets.h>.
13188         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13189         (__libc_vfork): New strong alias.
13190         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
13191         removed.
13192         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
13193         Removed.
13195         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
13196         <tcb-offsets.h>.
13197         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
13198         (__libc_vfork): New strong alias.
13199         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
13200         removed.
13201         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
13202         removed.
13204 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
13206         * malloc/malloc.c (mi_arena): New function.
13207         (malloc_info): Remove nested function mi_arena. Call non-nosted
13208         function mi_arena.
13210 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13212         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
13213         by insrwi.
13214         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
13215         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
13216         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
13217         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
13218         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
13219         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
13220         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
13222 2014-05-26  Andreas Schwab  <schwab@suse.de>
13224         [BZ #16984]
13225         * locale/programs/repertoire.c (repertoire_read): Add slash
13226         between I18NPATH element and file name.
13227         * locale/programs/locfile.c (locfile_read): Likewise.
13229 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13231         * nptl/pthread_mutexattr_settype.c
13232         (__pthread_mutexattr_settype):
13233         Disable lock elision for PTHREAD_MUTEX_NORMAL.
13235 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13237         * nptl/tst-mutex5 (do_test):
13238         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
13240 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13242         * benchtests/README: Document 'init' directive.
13243         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
13244         BENCH_INIT.
13245         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
13246         (parse_file): Recognize 'init' directive.
13248 2014-05-26  Kyle McMartin  <kyle@redhat.com>
13250         [BZ #16796]
13251         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
13252         alignment of struct pthread.
13254 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13256         [BZ #16878]
13257         * nscd/netgroupcache.c (addgetnetgrentX): Look for
13258         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13259         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
13260         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13262 2014-05-25  Richard Henderson  <rth@twiddle.net>
13264         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13265         (SINGLE_THREAD_P_PIC): Remove.
13266         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
13267         (SINGLE_THREAD_P_PIC): Remove.
13269         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
13270         branch to syscall error ...
13271         (PSEUDO): ... here.
13272         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
13273         from __local_syscall_error to .Lsyscall_error.
13274         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
13275         (SYSCALL_ERROR): Update label name.
13277         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13278         Do not use DOARGS/UNDOARGS.
13279         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
13280         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
13281         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
13282         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
13283         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
13285         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
13286         block comment.
13288         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
13289         define if !NOT_IN_libc.
13290         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
13291         define with non-default symbol versions.
13293 2014-05-23  Richard Henderson  <rth@twiddle.net>
13295         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
13296         (vfork, __vfork): Define via compat_symbol.
13298         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
13299         [!HAVE_IFUNC] (vfork_compat): Remove.
13300         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
13302 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13304         [BZ #16978]
13305         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
13306         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
13307         variable.
13309 2014-05-23  Richard Henderson  <rth@twiddle.net>
13311         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
13312         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
13313         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
13314         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
13316         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
13317         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
13318         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
13319         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
13320         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
13321         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
13322         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
13323         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
13324         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
13325         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
13326         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
13327         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
13328         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
13329         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
13330         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
13331         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
13332         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
13333         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
13334         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
13335         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
13336         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
13337         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
13338         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
13339         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
13340         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
13341         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
13342         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
13343         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
13344         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
13345         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
13346         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
13347         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
13348         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
13349         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
13350         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
13351         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
13352         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
13353         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
13354         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
13355         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
13356         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
13357         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
13358         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
13359         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
13360         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
13361         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
13362         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
13363         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
13364         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
13365         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
13366         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
13367         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
13368         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
13369         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
13370         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
13371         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
13373         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
13374         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
13375         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
13376         before exiting on error.
13377         (__libc_vfork): New strong alias.
13378         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
13379         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
13381         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
13382         that was previously under [RESET_PID].
13383         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
13385         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
13387 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13389         [BZ #16977]
13390         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
13391         value when x - 1 is zero.
13392         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
13393         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
13394         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
13395         0.0L for an argument of 1.0L.
13396         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
13397         Likewise.
13398         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
13399         value when x - 1 is zero.
13400         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
13401         * sysdeps/i386/fpu/libm-test-ulps: Update.
13402         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13404 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
13406         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
13407         alphasort and versionsort.
13409 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13411         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
13412         macro.
13413         [copysignf]: Likewise.
13415 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
13417         * crypt/md5-crypt.c: Fix formatting.
13419 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13421         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
13422         (b64_from_24bit): New function.
13424 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13426         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
13427         libc_hidden_builtin_def to ifunc.
13428         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13429         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
13431 2014-05-21  Roland McGrath  <roland@hack.frob.com>
13433         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
13434         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
13436 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
13438         * nscd/Depend (linuxthreads): Remove.
13439         (nptl): Add.
13440         * resolv/Depend (linuxthreads): Remove.
13441         * rt/Depend (linuxthreads): Remove.
13443         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
13444         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
13445         $(common-objpfx)elf/.
13446         (link-libc-before-gnulib): Likewise.
13447         (elfobjdir): Remove variable.
13448         * Makefile (install): Use $(elf-objpfx) instead of
13449         $(common-objpfx)elf/.
13450         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
13451         $(elfobjdir)/.
13452         (link-libc-deps): Likewise.
13453         ($(common-objpfx)libc.so): Likewise.
13454         ($(common-objpfx)linkobj/libc.so): Likewise.
13455         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
13456         instead of $(common-objpfx)elf/.
13457         (symbolic-link-list): Likewise.
13458         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13459         [$(cross-compiling) = no]: Likewise.
13460         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
13461         $(elfobjdir)/.
13462         (static-gnulib-arch): Likewise.
13463         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13464         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
13465         $(common-objpfx)elf/.
13467 2014-05-21  Richard Henderson  <rth@redhat.com>
13469         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13470         (SINGLE_THREAD_P): Use the correct width load.  Fold
13471         into the ldr offset.
13473         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
13474         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
13476 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
13478         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
13479         (libgcc_s_resume): Use __attribute_used__.
13480         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
13481         Likewise.
13483 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13485         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
13486         optimization when used with float constants.
13488         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13490 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
13492         [BZ #16915]
13493         * locale/nl_langinfo_l.c: Make direct reference to every
13494         _nl_current_CATEGORY symbol.
13495         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
13496         (tests-static): Add tst-langinfo-static.
13497         (tests-special): Add tst-langinfo-static.out.
13498         ($(objpfx)tst-langinfo.out): Redirect output.
13499         ($(objpfx)tst-langinfo-static.out): New.
13500         * localedata/tst-langinfo.sh: Send output to stdout.
13501         * localedata/tst-langinfo-static.c: New file.
13503         [BZ #16965]
13504         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
13505         when the shift amount is modulo the limb size.
13507 2014-05-20  Richard Henderson  <rth@redhat.com>
13509         [BZ #16967]
13510         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
13511         Change type of sa_flags from unsigned int to int.
13513         [BZ #16966]
13514         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
13516         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
13518 2014-05-20  Will Newton  <will.newton@linaro.org>
13520         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13521         Test the return value of the system call in the nocancel case.
13523 2014-05-20  Will Newton  <will.newton@linaro.org>
13524             Yvan Roux  <yvan.roux@linaro.org>
13526         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
13527         #include of asm/ptrace.h.
13528         (PTRACE_GET_THREAD_AREA): Remove #undef.
13529         (PTRACE_GETHBPREGS): Likewise.
13530         (PTRACE_SETHBPREGS): Likewise.
13531         (struct user_regs_struct): New structure.
13532         (struct user_fpsimd_struct): New structure.
13533         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
13534         #include of asm/ptrace.h and second #include of sys/user.h.
13535         (PTRACE_GET_THREAD_AREA): Remove #undef.
13536         (PTRACE_GETHBPREGS): Likewise.
13537         (PTRACE_SETHBPREGS): Likewise.
13538         (ELF_NGREG): Use new struct user_regs_struct.
13539         (elf_fpregset_t): Use new struct user_fpsimd_struct.
13541 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13543         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
13544         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
13546 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
13548         [BZ #16958]
13549         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
13550         membar to avoid block loads/stores to overlap previous stores.
13552 2014-05-17  Richard Henderson  <rth@redhat.com>
13554         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
13555         Create the __##syscall_name##_nocancel entry point.
13556         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
13557         Remove; let the sysdep-cancel.h code create it.
13559 2014-05-17  David S. Miller  <davem@davemloft.net>
13561         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
13562         Protect with __USE_GNU.
13563         (TIOCSET_TEMPT): Likewise.
13564         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
13565         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
13566         these are already provided in bits/ioctl-types.h
13568 2014-05-16  Roland McGrath  <roland@hack.frob.com>
13570         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
13571         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
13573         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
13574         Use wait4 regardless of [__NR_waitpid].
13576 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
13578         PR libgcc/60166
13579         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13580         (_FP_NANSIGN_Q): Set the quiet bit.
13582 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
13584         * benchtests/Makefile
13585         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
13586         not $(common-objpfx)math/libm.so.
13587         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
13588         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
13589         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
13590         $(common-objpfx)dlfcn/libdl.so.
13591         ($(objpfx)tst-audit8): Depend on $(libm), not
13592         $(common-objpfx)math/libm.so.
13593         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
13594         not $(common-objpfx)dlfcn/libdl.so.
13595         * math/Makefile
13596         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
13597         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
13598         [$(build-shared) = yes].
13599         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
13600         $(common-objpfx)nptl/libpthread.so.
13601         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
13602         $(common-objpfx)math/libm.so$(libm.so-version) or
13603         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
13604         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
13605         $(common-objpfx)dlfcn/libdl.so.
13606         * setjmp/Makefile (link-libm): Remove variable.
13607         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
13608         * stdio-common/Makefile (link-libm): Remove variable.
13609         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
13610         * stdlib/Makefile (link-libm): Remove variable.
13611         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
13612         ($(objpfx)tst-strtod-round): Likewise.
13613         ($(objpfx)tst-tininess): Likewise.
13614         ($(objpfx)tst-strtod-underflow): Likewise.
13615         ($(objpfx)tst-strtod6): Likewise.
13616         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
13617         $(libdl), not $(common-objpfx)nptl/libpthread.so and
13618         $(common-objpfx)dlfcn/libdl.so.
13620 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13622         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
13623         BSD terminal modes definitions.
13625 2014-05-16  Roland McGrath  <roland@hack.frob.com>
13627         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
13628         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
13630         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
13631         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
13632         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
13633         Don't do #include_next.
13634         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
13635         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
13636         Don't do #include_next.
13637         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
13638         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
13639         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
13640         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
13642 2014-05-16  Allan McRae  <allan@archlinux.org>
13644         * po/sv.po: Update Swedish translation from translation project.
13646         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
13647         in sed expression.
13649 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
13651         [BZ #16917]
13652         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
13653         errno if the TIOCGPTN ioctl fails with an error different than
13654         EINVAL.
13655         * login/tst-ptsname.c: New file.
13656         * login/Makefile (tests): Add tst-ptsname.
13658         [BZ #16943]
13659         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
13660         and prlimit64.
13662 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13664         [BZ #16849]
13665         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
13666         herrno to return EAI_AGAIN.
13668 2014-05-14  Roland McGrath  <roland@hack.frob.com>
13670         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
13671         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
13672         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
13673         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
13674         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
13675         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
13676         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
13677         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
13678         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
13679         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
13680         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
13681         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
13682         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
13683         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
13684         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
13685         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
13686         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
13687         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
13688         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
13689         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
13690         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
13691         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
13692         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
13693         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
13694         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
13695         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
13696         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
13697         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
13698         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
13699         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
13700         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
13701         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
13702         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
13703         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
13704         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
13705         Moved ...
13706         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
13707         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
13708         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
13709         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
13710         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
13711         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
13712         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
13713         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
13714         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
13715         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
13716         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
13717         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
13718         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
13719         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
13720         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
13721         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
13722         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
13723         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
13724         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
13725         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
13726         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
13727         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
13728         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
13729         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
13730         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
13731         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
13732         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
13733         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
13734         Moved ...
13735         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
13736         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
13737         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
13738         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
13739         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
13740         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
13741         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
13742         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
13743         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
13744         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
13745         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
13746         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
13747         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
13748         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
13749         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
13750         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
13751         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
13752         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
13753         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
13754         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
13755         Moved ...
13756         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
13757         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
13758         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
13760         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
13761         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
13762         (libpthread-sysdep_routines): Add elision-related stuff here instead.
13763         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
13764         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
13765         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
13766         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
13767         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
13768         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
13769         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
13770         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
13771         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
13772         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
13773         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
13774         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
13775         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
13776         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
13777         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
13778         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
13779         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
13780         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
13781         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
13782         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
13783         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
13784         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
13785         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
13786         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
13787         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
13788         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
13789         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
13790         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
13792         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
13793         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
13795         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
13796         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
13797         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
13798         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
13799         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
13800         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
13801         Moved ...
13802         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
13803         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
13804         Moved ...
13805         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
13806         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
13807         Moved ...
13808         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
13809         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
13810         Moved ...
13811         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
13812         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
13813         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
13814         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
13815         Moved ...
13816         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
13817         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
13818         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
13819         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
13820         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
13821         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
13822         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
13823         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
13824         Moved ...
13825         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
13826         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13827         Moved ...
13828         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13829         ... here.
13830         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
13831         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
13832         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
13833         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
13834         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13835         Moved ...
13836         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13837         ... here.
13838         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
13839         Moved ...
13840         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
13841         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
13842         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
13843         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
13844         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
13845         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
13846         Moved ...
13847         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
13848         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
13849         Moved ...
13850         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
13851         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
13852         Moved ...
13853         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
13854         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
13855         Moved ...
13856         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
13857         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
13858         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
13859         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
13860         Moved ...
13861         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
13862         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
13863         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
13864         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
13865         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
13866         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
13867         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
13868         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
13869         Moved ...
13870         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
13871         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13872         Moved ...
13873         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13874         ... here.
13875         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
13876         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
13877         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
13878         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
13879         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13880         Moved ...
13881         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13882         ... here.
13883         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
13884         Moved ...
13885         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
13886         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
13887         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
13888         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
13889         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
13890         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
13891         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
13892         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
13893         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
13894         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
13895         Moved ...
13896         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
13897         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
13898         Moved ...
13899         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
13900         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
13901         Moved ...
13902         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
13903         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
13904         Moved ...
13905         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
13906         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
13907         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
13908         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
13909         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
13910         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
13911         Moved ...
13912         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
13913         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
13914         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
13915         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
13916         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
13917         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
13918         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
13919         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
13920         Moved ...
13921         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
13922         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13923         Moved ...
13924         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13925         ... here.
13926         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
13927         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
13928         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
13929         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
13930         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13931         Moved ...
13932         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13933         ... here.
13934         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
13935         Moved ...
13936         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
13937         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
13938         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
13939         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
13940         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
13941         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
13942         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
13943         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
13944         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
13945         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
13946         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
13948         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
13949         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
13951         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
13952         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
13954         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
13955         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
13956         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
13957         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
13958         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
13959         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
13960         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
13961         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
13962         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
13963         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
13964         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
13965         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
13966         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
13967         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
13968         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
13969         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
13970         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
13971         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
13972         Moved ...
13973         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
13974         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
13975         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
13976         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
13977         Moved ...
13978         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
13979         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
13980         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
13981         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
13982         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
13983         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
13984         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
13985         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
13986         Moved ...
13987         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
13988         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
13989         Moved ...
13990         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
13991         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
13992         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
13993         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
13994         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
13995         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
13996         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
13997         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
13998         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
13999         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
14000         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
14001         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
14002         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
14003         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
14004         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
14005         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
14006         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
14008         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
14009         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
14010         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
14011         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
14012         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
14014         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
14015         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
14016         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
14017         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
14018         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
14019         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
14020         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
14021         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
14022         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
14023         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
14025         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
14026         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
14028         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
14029         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
14030         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
14031         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
14032         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
14033         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
14034         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
14035         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
14036         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
14037         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
14038         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
14039         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
14040         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
14041         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
14042         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
14043         Update #include.
14044         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
14045         Likewise.
14046         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
14047         Likewise.
14048         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
14049         Likewise.
14050         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
14051         Likewise.
14052         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
14053         Likewise.
14054         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
14055         Likewise.
14056         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
14057         Likewise.
14058         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
14059         Likewise.
14060         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
14061         Likewise.
14062         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
14063         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
14064         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
14065         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
14066         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
14067         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
14068         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
14069         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
14070         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
14071         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
14072         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
14073         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
14074         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
14075         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
14076         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
14078         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
14079         that was previously under [RESET_PID].
14080         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
14081         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
14082         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
14084         * sysdeps/i386/nptl/Implies: New file.
14085         * sysdeps/x86_64/nptl/Implies: New file.
14086         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
14087         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
14088         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
14089         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
14091         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
14092         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14093         (__libc_vfork): New strong alias.
14094         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
14095         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
14097         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
14098         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14099         (__libc_vfork): New strong alias.
14100         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
14101         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
14103         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
14104         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14105         (__libc_vfork): New strong alias.
14106         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
14107         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
14108         * nptl/pt-vfork.c: New file.
14109         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
14110         (libpthread: GLIBC_2.20): New version set (empty).
14112 2014-05-14  Will Newton  <will.newton@linaro.org>
14114         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
14115         rather than #if.
14117 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14119         [BZ #16564]
14120         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
14121         arguments with exponent 65 or above.
14122         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
14123         arguments 0x1p113L or above.
14124         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
14125         to arguments 0x1p107L or above.
14126         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
14127         positive arguments with exponent 65 or above.
14128         * math/auto-libm-test-in: Add more tests of log1p.
14129         * math/auto-libm-test-out: Regenerated.
14131         [BZ #16928]
14132         * math/s_cacos.c (__cacos): Ensure zero real part of result from
14133         non-finite arguments is +0.
14134         * math/s_cacosf.c (__cacosf): Likewise.
14135         * math/s_cacosl.c (__cacosl): Likewise.
14136         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
14137         * sysdeps/i386/fpu/libm-test-ulps: Update.
14138         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14140         [BZ #16927]
14141         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
14142         value.
14143         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
14144         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
14145         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
14146         for explicit high bit of mantissa when testing for argument equal
14147         to 1.
14148         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
14149         * sysdeps/i386/fpu/libm-test-ulps: Update.
14150         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14152         [BZ #16516]
14153         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
14154         (__erf): Scale by 16 instead of 8 in potentially underflowing
14155         case.  Ensure exception if result actually underflows.
14156         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
14157         (__erff): Scale by 16 instead of 8 in potentially underflowing
14158         case.  Ensure exception if result actually underflows.
14159         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
14160         (efx8): Remove variable.
14161         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14162         case.  Ensure exception if result actually underflows.
14163         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
14164         (efx8): Remove variable.
14165         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14166         case.  Ensure exception if result actually underflows.
14167         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
14168         (efx8): Remove variable.
14169         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14170         case.  Ensure exception if result actually underflows.
14171         * math/auto-libm-test-in: Add more tests of erf.
14172         * math/auto-libm-test-out: Regenerated.
14174 2014-05-14  Andreas Schwab  <schwab@suse.de>
14176         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
14177         Remove code conditionalized on USE___THREAD.
14179         * config.h.in (HAVE_PT_CHOWN): Define as 0.
14180         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
14181         not definedness.
14183 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14185         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
14186         Define unconditionally.
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/aarch64/kernel-features.h
14195         (__ASSUME_DUP3): Do not define.
14196         (__ASSUME_EVENTFD2): Likewise.
14197         (__ASSUME_IN_NONBLOCK): Likewise.
14198         (__ASSUME_O_CLOEXEC): Likewise.
14199         (__ASSUME_PIPE2): Likewise.
14200         (__ASSUME_SIGNALFD4): Likewise.
14201         (__ASSUME_SOCK_CLOEXEC): Likewise.
14202         (__ASSUME_UTIMES): Undefine.
14203         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14204         (__ASSUME_UTIMES): Do not define.
14205         (__ASSUME_O_CLOEXEC): Likewise.
14206         (__ASSUME_SOCK_CLOEXEC): Likewise.
14207         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
14208         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
14209         0x020621].
14210         (__ASSUME_PIPE2): Likewise.
14211         (__ASSUME_EVENTFD2): Likewise.
14212         (__ASSUME_SIGNALFD4): Likewise.
14213         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
14214         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
14215         Do not define.
14216         (__ASSUME_EVENTFD2): Likewise.
14217         (__ASSUME_SIGNALFD4): Likewise.
14218         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
14219         (__ASSUME_32BITUIDS): Likewise.
14220         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
14221         (__ASSUME_IPC64): Likewise.
14222         (__ASSUME_ST_INO_64_BIT): Likewise.
14223         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
14224         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
14225         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14226         (__ASSUME_UTIMES): Do not define.
14227         (__ASSUME_PSELECT): Likewise.
14228         (__ASSUME_PPOLL): Likewise.
14229         (__ASSUME_O_CLOEXEC): Likewise.
14230         (__ASSUME_SOCK_CLOEXEC): Likewise.
14231         (__ASSUME_IN_NONBLOCK): Likewise.
14232         (__ASSUME_PIPE2): Likewise.
14233         (__ASSUME_EVENTFD2): Likewise.
14234         (__ASSUME_SIGNALFD4): Likewise.
14235         (__ASSUME_DUP3): Likewise.
14236         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14237         (__ASSUME_UTIMES): Likewise.
14238         (__ASSUME_O_CLOEXEC): Likewise.
14239         (__ASSUME_SOCK_CLOEXEC): Likewise.
14240         (__ASSUME_IN_NONBLOCK): Likewise.
14241         (__ASSUME_PIPE2): Likewise.
14242         (__ASSUME_EVENTFD2): Likewise.
14243         (__ASSUME_SIGNALFD4): Likewise.
14244         (__ASSUME_DUP3): Likewise.
14245         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14246         (__ASSUME_UTIMES): Likewise.
14247         (__ASSUME_O_CLOEXEC): Likewise.
14248         (__ASSUME_SOCK_CLOEXEC): Likewise.
14249         (__ASSUME_IN_NONBLOCK): Likewise.
14250         (__ASSUME_PIPE2): Likewise.
14251         (__ASSUME_EVENTFD2): Likewise.
14252         (__ASSUME_SIGNALFD4): Likewise.
14253         (__ASSUME_DUP3): Likewise.
14254         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
14255         Likewise.
14256         (__ASSUME_UTIMES): Likewise.
14257         (__ASSUME_EVENTFD2): Likewise.
14258         (__ASSUME_SIGNALFD4): Likewise.
14259         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14260         (__ASSUME_O_CLOEXEC): Likewise.
14261         (__ASSUME_SOCK_CLOEXEC): Likewise.
14262         (__ASSUME_IN_NONBLOCK): Likewise.
14263         (__ASSUME_PIPE2): Likewise.
14264         (__ASSUME_EVENTFD2): Likewise.
14265         (__ASSUME_SIGNALFD4): Likewise.
14266         (__ASSUME_DUP3): Likewise.
14267         (__ASSUME_UTIMES): Undefine.
14269         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
14270         feclearexcept.  Remove symbol versioning code.
14271         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
14272         symbol versioning code.
14273         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
14274         symbol versioning code.
14275         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
14276         feupdateenv.  Remove symbol versioning code.
14277         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
14278         fegetexceptflag.  Remove symbol versioning code.
14279         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
14280         fesetexceptflag.  Remove symbol versioning code.
14281         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
14282         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
14283         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
14284         (__posix_fadvise64_l32): Remove prototype.
14285         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
14286         code.
14288 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14290         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
14291         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
14292         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
14293         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
14295 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
14297         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
14298         current working directory
14300 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14302         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
14303         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
14304         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
14305         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
14306         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
14307         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
14308         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
14309         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
14310         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
14311         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
14312         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
14313         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
14314         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
14315         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
14316         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
14317         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
14318         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
14319         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
14320         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
14321         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
14322         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
14323         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
14324         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
14325         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
14326         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
14327         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
14328         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
14329         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
14330         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
14331         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
14332         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
14333         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
14334         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
14335         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
14336         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
14337         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
14338         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
14339         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
14340         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
14341         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
14342         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
14343         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
14345         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
14346         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
14348         * sysdeps/unix/sysv/linux/arm/Makefile
14349         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
14350         Add rt-aeabi_unwind_cpp_pr1.
14351         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
14352         Add nptl-aeabi_unwind_cpp_pr1.
14353         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
14354         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
14355         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
14356         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
14357         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
14358         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
14360         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
14361         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
14362         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
14363         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
14365         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
14366         Deconditionalize the code that was previously under [RESET_PID].
14367         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
14369         * sysdeps/generic/exit-thread.h: New file.
14370         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
14371         * include/unistd.h (__exit_thread): Remove declaration.
14372         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
14373         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
14374         * csu/libc-start.c: Include <exit-thread.h>.
14375         (LIBC_START_MAIN): Pass no argument to __exit_thread.
14376         * nptl/pthread_create.c: Include <exit-thread.h>.
14377         (start_thread): Call __exit_thread in place of __exit_thread_inline.
14378         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
14379         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
14380         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
14381         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
14382         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
14383         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
14384         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
14385         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
14386         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
14387         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
14388         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
14389         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
14390         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
14391         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
14392         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
14393         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
14395 2014-05-13  Andreas Schwab  <schwab@suse.de>
14397         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
14399 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
14401         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
14402         (__ASSUME_UTIMES): Do not condition on kernel version.
14403         (__ASSUME_PSELECT): Define unconditionally.
14404         (__ASSUME_PPOLL): Likewise.
14405         (__ASSUME_ATFCTS): Likewise.
14406         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
14407         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
14408         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
14409         (__ASSUME_UTIMENSAT): Define unconditionally.
14410         (__ASSUME_PRIVATE_FUTEX): Likewise.
14411         (__ASSUME_FALLOCATE): Likewise.
14412         (__ASSUME_O_CLOEXEC): Likewise.
14413         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
14414         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
14415         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
14416         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
14417         (__ASSUME_IN_NONBLOCK): Likewise.
14418         (__ASSUME_PIPE2): Likewise.
14419         (__ASSUME_EVENTFD2): Likewise.
14420         (__ASSUME_SIGNALFD4): Likewise.
14421         (__ASSUME_DUP3): Likewise.
14422         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14423         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
14424         (__ASSUME_AT_RANDOM): Likewise.
14425         (__ASSUME_PREADV): Likewise.
14426         (__ASSUME_PWRITEV): Likewise.
14427         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
14428         (__ASSUME_F_GETOWN_EX): Define unconditionally.
14429         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
14430         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
14431         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
14432         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14433         (__ASSUME_O_CLOEXEC): Define unconditionally.
14434         (__ASSUME_PSELECT): Do not undefine conditionally.
14435         (__ASSUME_PPOLL): Likewise.
14436         (__ASSUME_ATFCTS): Likewise.
14437         (__ASSUME_SET_ROBUST_LIST): Likewise.
14438         (__ASSUME_UTIMENSAT): Likewise.
14439         (__ASSUME_FDATASYNC): Define unconditionally.
14440         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14441         (__ASSUME_SIGFRAME_V2): Likewise.
14442         )__ASSUME_EVENTFD2): Likewise.
14443         (__ASSUME_SIGNALFD4): Likewise.
14444         (__ASSUME_PSELECT): Do not undefine conditionally.
14445         (__ASSUME_PPOLL): Likewise.
14446         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14447         (__ASSUME_PSELECT): Define unconditionally.
14448         (__ASSUME_PPOLL): Likewise.
14449         (__ASSUME_O_CLOEXEC): Likewise.
14450         (__ASSUME_SOCK_CLOEXEC): Likewise.
14451         (__ASSUME_IN_NONBLOCK): Likewise.
14452         (__ASSUME_PIPE2): Likewise.
14453         (__ASSUME_EVENTFD2): Likewise.
14454         (__ASSUME_SIGNALFD4): Likewise.
14455         (__ASSUME_DUP3): Likewise.
14456         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14457         (__ASSUME_O_CLOEXEC): Likewise.
14458         (__ASSUME_SOCK_CLOEXEC): Likewise.
14459         (__ASSUME_IN_NONBLOCK): Likewise.
14460         (__ASSUME_PIPE2): Likewise.
14461         (__ASSUME_EVENTFD2): Likewise.
14462         (__ASSUME_SIGNALFD4): Likewise.
14463         (__ASSUME_DUP3): Likewise.
14464         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14465         (__ASSUME_EVENTFD2): Likewise.
14466         (__ASSUME_SIGNALFD4): Likewise.
14467         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14469 2014-05-12  Andreas Schwab  <schwab@suse.de>
14471         [BZ #16932]
14472         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
14473         (_nss_nis_gethostbyname4_r): Return error if item length is larger
14474         than maximum RPC packet size.
14475         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
14476         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
14477         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
14478         (_nss_nis_getservbyport_r): Likewise.
14480 2014-05-12  Will Newton  <will.newton@linaro.org>
14482         * malloc/Makefile (tests): Add tst-mallopt.
14483         * malloc/tst-mallopt.c: New file.
14485 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14487         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
14488         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
14490 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14492         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
14493         (tst-tlsmod6.so): Likewise.
14495 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14497         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
14499 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
14501         [BZ #16064]
14502         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
14503         and <dl-procinfo.h>.
14504         (__fegetenv): Save SSE state in envp->__eip if supported.
14505         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
14506         envp->__eip if supported.
14507         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
14508         and <dl-procinfo.h>.
14509         (__fesetenv): Always set __eip, __cs_selector, __opcode,
14510         __data_offset and __data_selector in environment to 0.  Set SSE
14511         state if supported.
14512         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
14513         test-fenv-sse.
14514         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
14515         -mfpmath=sse.
14516         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
14518 2014-05-09  Will Newton  <will.newton@linaro.org>
14520         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
14521         and libc_relro_required for ARM.
14522         * sysdeps/arm/preconfigure: Regenerate.
14524 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14525             Stefan Liebler  <stli@linux.vnet.ibm.com>
14527         * config.make.in (enable-lock-elision): New Makefile variable.
14528         * configure.ac: Likewise.
14529         * configure: Regenerate.
14530         * sysdeps/s390/configure.ac:
14531         Add check for gcc transactions support.
14532         * sysdeps/s390/configure: Regenerate.
14533         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
14534         Build elision files if enabled.
14535         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
14536         Add lock elision support for s390.
14537         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
14538         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
14539         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
14540         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
14541         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
14542         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
14543         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
14544         Likewise.
14545         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
14546         Likewise.
14547         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
14548         Likewise.
14549         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
14550         Likewise.
14551         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
14552         (__lll_timedlock_elision, __lll_lock_elision)
14553         (__lll_unlock_elision, __lll_trylock_elision)
14554         (lll_timedlock_elision, lll_lock_elision)
14555         (lll_unlock_elision, lll_trylock_elision): Add.
14556         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14557         (pthread_mutex_t): Add lock elision support for s390.
14559 2014-05-14  Wilco  <wdijkstr@arm.com>
14561         * sysdeps/arm/fclrexcpt.c: Cleanup.
14562         * sysdeps/arm/fedisblxcpt.c: Cleanup.
14563         * sysdeps/arm/feenablxcpt.c: Cleanup.
14564         * sysdeps/arm/fegetenv.c: Cleanup.
14565         * sysdeps/arm/fegetexcept.c: Cleanup.
14566         * sysdeps/arm/fegetround.c: Cleanup.
14567         * sysdeps/arm/feholdexcpt.c: Cleanup.
14568         * sysdeps/arm/fesetenv.c: Cleanup.
14569         * sysdeps/arm/fesetround.c: Cleanup.
14570         * sysdeps/arm/feupdateenv.c: Cleanup.
14571         * sysdeps/arm/fgetexcptflg.c: Cleanup.
14572         * sysdeps/arm/fraiseexcpt.c: Cleanup.
14573         * sysdeps/arm/fsetexcptflg.c: Cleanup.
14574         * sysdeps/arm/ftestexcept.c: Cleanup.
14575         * sysdeps/arm/get-rounding-mode.h: Cleanup.
14576         * sysdeps/arm/setfpucw.c: Cleanup.
14578 2014-05-09  Will Newton  <will.newton@linaro.org>
14580         * sysdeps/arm/armv7/strcmp.S: New file.
14581         * NEWS: Mention addition of ARMv7 optimized strcmp.
14583 2014-05-08  Roland McGrath  <roland@hack.frob.com>
14585         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
14586         look for %.ac rather than %.in.
14588         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
14589         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
14590         * sysdeps/mach/hurd/configure: Regenerated.
14591         * sysdeps/unix/sysv/linux/configure: Regenerated.
14593         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
14595 2014-05-07  Steve Ellcey  <sellcey@mips.com>
14597         [BZ# 16922]
14598         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
14599         (LONG_SUB): Ditto.
14600         (PTR_SUB): Ditto.
14602 2014-05-07  Andreas Schwab  <schwab@suse.de>
14604         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
14605         when skipping over non-matching result from nscd.
14607 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
14609         [BZ #16876]
14610         * nptl/sockperf.c (client): Check socket return value.
14612         [BZ #16877]
14613         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
14614         nscd security class.
14616 2014-05-06  Roland McGrath  <roland@hack.frob.com>
14618         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
14619         * sysdeps/arm/unwind.h: ... here.
14621 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
14623         [BZ# 16916]
14624         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
14625         Define.
14627 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14629         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
14630         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
14631         multiarch strncpy for PPC64.
14632         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
14633         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
14634         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
14635         multiarch optimizations.
14636         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14637         (__libc_ifunc_impl_list): Likewise.
14638         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
14639         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
14640         multiarch stpncpy for PPC64.
14641         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
14642         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
14644 2014-05-06  Andreas Schwab  <schwab@suse.de>
14646         [BZ #16912]
14647         * gmon/mcount.c (_MCOUNT_DECL): Use
14648         atomic_compare_and_exchange_bool_acq instead of
14649         catomic_compare_and_exchange_bool_acq.
14651 2014-05-05  Roland McGrath  <roland@hack.frob.com>
14653         * elf/Makefile (others, install-bin): Remove pldd.
14654         (pldd-modules): Variable removed.
14655         ($(objpfx)pldd): Target removed.
14656         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
14657         (others, install-bin): Append pldd here.
14658         ($(objpfx)pldd): New target.
14660         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
14661         to 0, so the first #if test emitted later doesn't see it undefined.
14662         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
14663         * sysdeps/gnu/errlist.c: Regenerated.
14665 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14667         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
14668         [libc_hidden_builtin_def]: Define to empty value.
14669         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
14670         [libc_hidden_builtin_def]: Likewise.
14671         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
14672         [libc_hidden_builtin_def]: Likewise.
14673         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
14674         [libc_hidden_builtin_def]: Likewise.
14675         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
14676         __redirect_memcpy and define ifunc as default hidden symbol.
14677         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
14678         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
14680 2014-05-04  Adam Conrad  <adconrad@0c3.net>
14682         * locale/iso-4217.def: Reintroduce XDR currency.
14684 2014-05-04  Allan McRae  <allan@archlinux.org>
14686         * po/eo.po: Update Esperanto translation from translation project.
14688 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
14690         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
14691         and FEATURE_INDEX_MAX to 1.
14692         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
14694 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14696         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
14697         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
14698         * iconvdata/big5.c (ONE_DIRECTION): Define.
14699         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
14700         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
14701         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
14702         * iconvdata/cp932.c (ONE_DIRECTION): Define.
14703         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
14704         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
14705         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
14706         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
14707         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
14708         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
14709         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
14710         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
14711         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
14712         * iconvdata/gbk.c (ONE_DIRECTION): Define.
14713         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
14714         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
14715         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
14716         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
14717         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
14718         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
14719         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
14720         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
14721         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
14722         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
14723         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
14724         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
14725         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
14726         * iconvdata/iso646.c (ONE_DIRECTION): Define.
14727         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
14728         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
14729         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
14730         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
14731         * iconvdata/johab.c (ONE_DIRECTION): Define.
14732         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
14733         * iconvdata/sjis.c (ONE_DIRECTION): Define.
14734         * iconvdata/t.61.c (ONE_DIRECTION): Define.
14735         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
14736         * iconvdata/tscii.c (ONE_DIRECTION): Define.
14737         * iconvdata/uhc.c (ONE_DIRECTION): Define.
14738         * iconvdata/unicode.c (ONE_DIRECTION): Define.
14739         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
14740         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
14741         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
14743 2014-05-01  Roland McGrath  <roland@hack.frob.com>
14745         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
14746         (_IO_JUMPS_OFFSET): Define to 0.
14748         * nptl/sysdeps/pthread/bits/libc-lock.h
14749         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
14750         (__libc_lock_define_initialized_recursive): Always define using
14751         initializer.  Modern compilers treat uninitialized (implicit zero) and
14752         explicit zero initializers the same (i.e. put the datum in bss).
14754 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
14756         * nscd/nscd-client.h: Include <string.h>.
14758 2014-05-01  David S. Miller  <davem@davemloft.net>
14760         [BZ #16885]
14761         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
14762         multiple zero bytes exist at the end of a string.
14763         Reported by Aurelien Jarno <aurelien@aurel32.net>
14765         * string/test-strcmp.c (check): Add explicit test for situations where
14766         there are multiple zero bytes after the first.
14768 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
14770         [BZ #16890]
14771         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
14772         when compiling wprintf.
14773         * stdio-common/tstdiomisc.c (t3): New function.
14774         (main): Call it.
14776 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14778         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
14779         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
14780         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
14781         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
14783 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14785         * stdlib/longlong.h: Updated from GCC.
14787 2014-05-01  Will Newton  <will.newton@linaro.org>
14788             Bernard Ogden  <bernie.ogden@linaro.org>
14790         * NEWS: Update fixed bug list.
14792         [BZ #15119]
14793         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
14795 2014-04-30  David S. Miller  <davem@davemloft.net>
14797         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
14798         (libc_feholdexcept_setround_sparc_ctx): New function.
14799         (libc_fesetenv_sparc_ctx): Likewise.
14800         (libc_feupdateenv_sparc_ctx): Likewise.
14801         (libc_feholdsetround_sparc_ctx): Likewise.
14802         (libc_feholdexcept_setround_ctx): Define.
14803         (libc_feholdexcept_setroundf_ctx): Likewise.
14804         (libc_feholdexcept_setroundl_ctx): Likewise.
14805         (libc_fesetenv_ctx): Likewise.
14806         (libc_fesetenvf_ctx): Likewise.
14807         (libc_fesetenvl_ctx): Likewise.
14808         (libc_feupdateenv_ctx): Likewise.
14809         (libc_feupdateenvf_ctx): Likewise.
14810         (libc_feupdateenvl_ctx): Likewise.
14811         (libc_feresetround_ctx): Likewise.
14812         (libc_feresetroundf_ctx): Likewise.
14813         (libc_feresetroundl_ctx): Likewise.
14814         (libc_feholdsetround_ctx): Likewise.
14815         (libc_feholdsetroundf_ctx): Likewise.
14816         (libc_feholdsetroundl_ctx): Likewise.
14818         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14819         with __USE_GNU instead of XOPEN cpp guards.
14821         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
14822         0.
14824         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14825         with XOPEN cpp guards.
14827 2014-04-30  Julian Brown  <julian@codesourcery.com>
14829         [BZ #16888]
14830         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
14831         handling.
14833 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
14835         [BZ #9894]
14836         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
14837         Change to 2.6.32.
14838         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
14839         * sysdeps/unix/sysv/linux/configure: Regenerated.
14840         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
14841         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
14842         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
14843         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
14844         * README: Update reference to required Linux kernel version.
14845         * manual/install.texi (Linux): Update reference to required Linux
14846         kernel headers version.
14847         * INSTALL: Regenerated.
14849         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
14850         header inclusion.
14851         [POSIX] (limits.h): Likewise.
14852         [POSIX] (math.h): Likewise.
14853         [POSIX] (sys/wait.h): Likewise.
14854         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
14855         function.
14856         [POSIX] (stddef.h): Do not allow header inclusion.
14858 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14860         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
14862 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
14864         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
14865         Return immediately after lll_futex_wake.
14867 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14869         [BZ #16791]
14870         * nscd/nscd-client.h (datahead_init_common): Initialize entire
14871         structure.
14872         (datahead_init_pos): Call datahead_init_common early.
14873         (datahead_init_neg): Likewise.
14875         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
14876         datahead_init_neg): New functions.
14877         * nscd/aicache.c (addhstaiX): Use them.
14878         * nscd/grpcache.c (cache_addgr): Likewise.
14879         * nscd/hstcache.c (cache_addhst): Likewise.
14880         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14881         * nscd/netgroupcache.c (do_notfound): Likewise.
14882         (addgetnetgrentX): Likewise.
14883         (addinnetgrX): Likewise.
14884         * nscd/pwdcache.c (cache_addpw): Likewise.
14885         * nscd/servicescache.c (cache_addserv): Likewise.
14887 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14888             Atsushi Onoe  <atsushi@onoe.org>
14890         [BZ #14308]
14891         [BZ #12994]
14892         [BZ #13651]
14893         * resolv/res_query.c (__libc_res_nsearch): Return if at least
14894         one response is valid.
14895         * resolv/res_send.c (send_dg): Check for validity of other
14896         response if the current response is a referral.
14898 2014-04-29  Steve Ellcey  <sellcey@mips.com>
14900         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
14902 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
14904         [BZ #16823]
14905         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
14906         Always divide by positive zero when computing -Inf result.
14907         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
14908         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
14910 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14912         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
14913         FPSCR if value do not change.
14914         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
14915         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
14916         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
14917         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14918         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
14919         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
14920         function.
14922 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
14924         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
14925         * sysdeps/unix/sysv/linux/hppa: Move directory from
14926         ports/systeps/unix/sysv/linux/hppa.
14927         * README: Update listing for hppa-*-linux-gnu.
14929 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
14931         [BZ #16754]
14932         * manual/stdio.texi (Hook functions): Fix types of stream hook
14933         functions.
14934         [BZ #16854]
14935         * socket/sys/socket.h: Fix typo in comment.
14937 2014-04-28  Wilco  <wdijkstr@arm.com>
14939         * sysdeps/arm/fenv_private.h: New file.
14940         * sysdeps/arm/math_private.h: New file.
14941         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
14943 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
14945         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
14946         with __int128_t.
14947         (La_x86_64_retval): Likewise.
14949 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
14951         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
14952         fpsr if value didn't change.
14953         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
14954         to fpcr if value didn't change.
14955         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
14956         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
14957         fpsr or fpcr if value didn't change.
14958         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
14959         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
14960         fpcr if value didn't change.
14961         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
14962         to fpsr if value didn't change.
14964 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
14966         * nptl/tst-sem3.c: Use test-skeleton.c
14967         (main): Rename to do_test.  Use return instead of
14968         exit.
14969         * nptl/tst-sem4.c: Use test-skeleton.c
14970         (main): Rename to do_test.
14972 2014-04-22  David S. Miller  <davem@davemloft.net>
14974         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
14975         (struct sigaction): New struct member __glibc_reserved0, change
14976         type of sa_flags to int.
14978 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
14980         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
14981         (COUNT_LEADING_ZEROS_0): Define for AArch64.
14983 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
14985         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
14986         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
14988 2014-04-22  Will Newton  <will.newton@linaro.org>
14989             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
14991         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
14992         (__longjmp): Add longjmp and longjmp_target SystemTap
14993         probes.
14994         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
14995         (__sigsetjmp): Add setjmp SystemTap probe.
14997 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
14999         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
15000         match manual order.
15002 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15004         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
15006         * sysdeps/powerpc/fpu/fenv_private.h
15007         (libc_feholdexcept_setroundl_ctx): Define to
15008         libc_feholdexcept_setround_ppc_ctx.
15009         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
15010         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
15011         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
15012         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
15014 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15016         * sysdeps/aarch64/math-tests.h: New file.
15018 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
15020         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
15021         New.
15022         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15023         Check and set bit_AVX2_Usable.
15024         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
15025         macro.
15026         (bit_AVX2): Likewise.
15027         (index_AVX2_Usable): Likewise.
15028         (CPUID_AVX2): Likewise.
15029         (HAS_AVX2): Likewise.
15031 2014-04-17  Will Newton  <will.newton@linaro.org>
15033         * manual/setjmp.texi (System V contexts): Add note that
15034         calling setcontext on a context created by a call to a
15035         signal handler is undefined.  Update text to note that
15036         setcontext from a signal handler is possible but not
15037         recommended.
15039         [BZ #16629]
15040         * stdlib/tst-setcontext.c: Include signal.h.
15041         (main): Check that the signal stack before and
15042         after swapcontext is the same.
15044         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
15045         Re-implement to restore registers in user code and avoid
15046         rt_sigreturn system call.
15048 2014-04-17  Wilco  <wdijkstr@arm.com>
15050         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
15051         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
15052         * math/test-fenv.c: Skip exception trap tests on targets which only
15053         support non-stop mode.
15055 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15056             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15058         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
15059         (libc_feholdsetround_aarch64_ctx)
15060         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
15061         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
15062         (libc_feresetround_ctx, libc_feresetroundf_ctx)
15063         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
15064         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
15065         (libc_feresetround_noexl_ctx): Define.
15067 2014-04-16  Richard Henderson  <rth@redhat.com>
15069         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
15071         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
15072         unwind tables.
15074         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
15075         const from the non-libc, non-ldso copy.
15077         * sysdeps/alpha/libm-test-ulps: Regenerate.
15079 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
15080             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15082         * sysdeps/aarch64/fpu/math_private.h: New file.
15084 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15086         * sysdeps/aarch64/libm-test-ulps: Regenerate.
15088 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
15090         [BZ #16275]
15091         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
15092         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
15093         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
15094         Intel MPX bound registers before _dl_profile_fixup.
15095         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
15096         registers after _dl_profile_fixup.  Save and restore bound
15097         registers bnd0/bnd1 when calling _dl_call_pltexit.
15098         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
15099         (LR_BND_OFFSET): Likewise.
15100         (LRV_BND0_OFFSET): Likewise.
15101         (LRV_BND1_OFFSET): Likewise.
15103 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15105         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
15106         to...
15107         * sysdeps/mach/hurd/i386/tls.h: ... here.
15108         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
15109         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
15110         fields.
15112 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15114         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
15116 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15118         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15120 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15122         [BZ #14770]
15123         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
15124         * sysdeps/s390/configure: Regenerate.
15126         [BZ #16824]
15127         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
15128         Set round-to-nearest internally to reduce error accumulation.
15130 2014-04-16  Alan Modra  <amodra@gmail.com>
15132         [BZ #16740]
15133         [BZ #16619]
15134         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
15135         * math/libm-test.inc (frexp_test_data): Add tests.
15136         * NEWS: Update fixed bug list.
15138 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
15140         * benchtests/Makefile: Depend on libraries in build directory.
15141         (bench-math): Separate out math tests.
15142         (bench-pthread): Separate out pthread tests.
15143         (bench): Include math and pthread tests.
15145 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
15147         [BZ #16831]
15148         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
15149         _dl_debug_initialize.
15151         * configure.ac: Remove SELinux header check.
15152         * configure: Regenerate.
15153         * nscd/selinux.c (perms): Array of const char* to permission names.
15154         (nscd_request_avc_has_perm): Call security_deny_unknown to find
15155         default policy. Call string_to_security_class and string_to_av_perm to
15156         translate strings. Enforce default policy and call avs_has_perm with
15157         results of translated strings.
15159 2014-04-13  David S. Miller  <davem@davemloft.net>
15161         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15163 2014-04-12  Allan McRae  <allan@archlinux.org>
15165         [BZ #16838]
15166         * manual/string.texi (Collation Functions): Fix qsort argument
15167         order in example.
15168         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
15170 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
15172         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
15173         Make the test a no-op if there are no exceptions defined.
15175 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
15177         * elf/Makefile (tests): make tst-dlopen-aout conditional on
15178         enable-hardcoded-path-in-tests
15180 2014-04-11  Will Newton  <will.newton@linaro.org>
15182         * benchtests/Makefile (extra-objs): Add json-lib.o.
15183         (bench-func): Tidy up JSON output.
15184         * benchtests/bench-skeleton.c: Include json-lib.h.
15185         (main): Use JSON library functions to do output of
15186         benchmark results.
15187         * benchtests/bench-timing-type.c (main): Output the
15188         timing type simply, leaving formatting to the user.
15189         * benchtests/json-lib.c: New file.
15190         * benchtests/json-lib.h: Likewise.
15192 2014-04-11  Torvald Riegel  <triegel@redhat.com>
15194         [BZ #15215]
15195         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
15196         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
15197         memory barriers.  Add comments.
15198         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
15199         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
15200         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
15201         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
15202         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
15203         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
15205 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15207         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
15208         * sysdeps/s390/s390-64/configure.ac: ... this ...
15209         * sysdeps/s390/configure.ac: ... to here.
15210         * sysdeps/s390/s390-32/configure: Delete file.
15211         * sysdeps/s390/s390-64/configure: Delete file.
15212         * sysdeps/s390/configure: Regenerate.
15214 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
15216         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
15218 2014-04-11  Will Newton  <will.newton@linaro.org>
15220         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
15221         to zero if it is not defined elsewhere.  (mtrim): Test
15222         the value of MALLOC_DEBUG with #if rather than #ifdef.
15224 2014-04-10 Torvald Riegel  <triegel@redhat.com>
15226         * benchtests/pthread_once-inputs: New file.
15227         * benchtests/pthread_once-source.c: New file.
15228         * benchtests/README: Update documentation.
15230 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
15231             H.J. Lu  <hongjiu.lu@intel.com>
15233         [BZ #16275]
15234         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
15235         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
15236         * sysdeps/x86_64/configure: Regenerated.
15237         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
15238         macro.
15239         (REGISTER_SAVE_RAX): Likewise.
15240         (REGISTER_SAVE_RCX): Likewise.
15241         (REGISTER_SAVE_RDX): Likewise.
15242         (REGISTER_SAVE_RSI): Likewise.
15243         (REGISTER_SAVE_RDI): Likewise.
15244         (REGISTER_SAVE_R8): Likewise.
15245         (REGISTER_SAVE_R9): Likewise.
15246         (REGISTER_SAVE_BND0): Likewise.
15247         (REGISTER_SAVE_BND1): Likewise.
15248         (REGISTER_SAVE_BND2): Likewise.
15249         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
15250         bound registers when calling _dl_fixup.
15252 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15254         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
15255         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
15256         of its definition.
15257         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
15258         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
15259         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
15260         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
15261         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
15262         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
15263         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
15265 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
15267         [BZ #15514]
15268         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
15269         pathconf(_PC_NAME_MAX).
15271 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15273         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
15274         Remove macro usage.
15275         (__PTHREAD_SPINS): Move definition to ...
15276         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15277         (__PTHREAD_SPINS): ... here.
15278         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15279         (__PTHREAD_SPIN): Likewise.
15280         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
15281         (__PTHREAD_SPIN): Likewise.
15282         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
15283         (__PTHREAD_SPIN): Likewise.
15284         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
15285         (__PTHREAD_SPIN): Likewise.
15286         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
15287         (__PTHREAD_SPIN): Likewise.
15288         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
15289         (__PTHREAD_SPIN): Likewise.
15290         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
15291         (__PTHREAD_SPIN): Likewise.
15292         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
15293         (__PTHREAD_SPIN): Likewise.
15294         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
15295         (__PTHREAD_SPIN): Likewise.
15296         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
15297         (__PTHREAD_SPIN): Likewise.
15298         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
15299         (__PTHREAD_SPIN): Likewise.
15300         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
15301         (__PTHREAD_SPIN): Likewise.
15303         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
15304         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
15305         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
15306         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
15307         imply folder.
15308         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
15309         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
15310         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
15311         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
15312         correct imply path.
15313         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
15314         strlen symbol for non multi-arch builds.
15315         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
15316         missing hidden_def and weak_alias.
15318 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
15320         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
15322 2014-04-07  Will Newton  <will.newton@linaro.org>
15324         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
15325         and contents.  [!_LIBC] Remove #ifndef and contents.
15326         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
15327         * string/memccpy.c (__memccpy): Use ANSI prototype.
15328         * string/memfrob.c (memfrob): Likewise.
15329         * string/strcoll.c (STRCOLL): Likewise.
15330         * string/strlen.c (strlen): Likewise.
15331         * string/strtok.c (STRTOK): Likewise.
15332         * string/strcat.c: Remove unused #include of memcopy.h.
15333         (strcat): Use ANSI prototype.
15334         * string/strchr.c: Remove unused #include of memcopy.h.
15335         (strchr): Use ANSI prototype.
15336         * string/strcmp.c: Remove unused #include of memcopy.h.
15337         (strcmp): Use ANSI prototype.
15338         * string/strcpy.c: Remove unused #include of memcopy.h.
15339         (strcpy): Use ANSI prototype.
15341 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15343         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
15344         * config.make.in (config-extra-cppflags): Set it from
15345         libc_extra_cppflags.
15346         * configure.ac (libc_extra_cflags): Make it accumulate over
15347         configure fragments.
15348         (libc_extra_cppflags): New flag.
15349         * configure. Regenerate.
15350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
15351         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
15352         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
15353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
15355         [BZ #16815]
15356         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
15357         result for FE_DOWNWARD rounding mode.
15358         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
15359         Likewise.
15360         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15362 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
15364         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
15365         in function argument name.
15367 2014-04-03  David Svoboda  <svoboda@cert.org>
15369         [BZ #5666]
15370         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
15371         explicitly.
15373 2014-04-03  Roland McGrath  <roland@hack.frob.com>
15375         * elf/dl-unmap-segments.h: New file.
15376         * sysdeps/generic/ldsodefs.h
15377         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
15378         * elf/dl-close.c: Include <dl-unmap-segments.h>.
15379         * elf/dl-fptr.c: Likewise.
15380         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
15381         * sysdeps/aarch64/tlsdesc.c: Likewise.
15382         * sysdeps/arm/tlsdesc.c: Likewise.
15383         * sysdeps/i386/tlsdesc.c: Likewise.
15384         * sysdeps/tile/dl-runtime.c: Likewise.
15385         * sysdeps/x86_64/tlsdesc.c: Likewise.
15386         * elf/dl-load.h: New file.
15387         * elf/dl-load.c: Include it.
15388         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
15389         Macros moved to dl-load.h.
15390         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
15391         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
15392         Use _dl_unmap_segments in place of __munmap.
15393         Break out segment-mapping loop into ...
15394         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
15396 2014-04-03  Will Newton  <will.newton@linaro.org>
15398         * elf/dl-lookup.c (do_lookup_x): Remove comment
15399         referring to nested function and move variable
15400         declarations down to before first use.
15402 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
15404         [BZ #16799]
15405         [BZ #16800]
15406         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
15407         with 0 numerator.
15408         * math/s_catanf.c (__catanf): Likewise.
15409         * math/s_catanh.c (__catanh): Likewise.
15410         * math/s_catanhf.c (__catanhf): Likewise.
15411         * math/s_catanhl.c (__catanhl): Likewise.
15412         * math/s_catanl.c (__catanl): Likewise.
15413         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
15414         by positive zero when computing -Inf result.
15415         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
15416         (catanh_test): Likewise.
15417         * sysdeps/i386/fpu/libm-test-ulps: Update.
15418         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15420         [BZ #16789]
15421         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
15422         instead of using underflowing value in computing result.
15423         * math/s_clog10.c (__clog10): Likewise.
15424         * math/s_clog10f.c (__clog10f): Likewise.
15425         * math/s_clog10l.c (__clog10l): Likewise.
15426         * math/s_clogf.c (__clogf): Likewise.
15427         * math/s_clogl.c (__clogl): Likewise.
15428         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
15429         (clog10_test): Likewise.
15430         * sysdeps/i386/fpu/libm-test-ulps: Update.
15431         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15433 2014-04-02  Alan Modra  <amodra@gmail.com>
15435         [BZ #16739]
15436         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
15437         output when value is near a power of two.  Use int64_t for lx and
15438         remove casts.  Use decimal rather than hex exponent constants.
15439         Don't use long double multiplication when double will suffice.
15440         * math/libm-test.inc (nextafter_test_data): Add tests.
15441         * NEWS: Add 16739 and 16786 to bug list.
15443         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
15445         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
15447 2014-04-01  Will Newton  <will.newton@linaro.org>
15449         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
15450         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
15452 2014-04-01  Florian Weimer  <fweimer@redhat.com>
15454         [BZ #13347]
15455         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
15456         * nptl/tst-setuid2.c: New file.
15457         * nptl/Makefile (xtests): Add tst-setuid2.
15459 2014-04-01  Alan Modra  <amodra@gmail.com>
15461         [BZ #16786]
15462         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
15464 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
15466         [BZ #6803]
15467         [BZ #6804]
15468         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
15469         set errno as appropriate.
15470         * math/w_scalbf.c (__scalbf): Likewise.
15471         * math/w_scalbl.c (__scalbl): Likewise.
15472         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
15473         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
15474         * math/libm-test.inc (scalb_test_data): Add errno expectations.
15475         Add more NaN tests.
15477         [BZ #16349]
15478         * math/w_atan2.c: Include <errno.h>.
15479         (__atan2): Set errno for result underflowing to zero.
15480         * math/w_atan2f.c: Include <errno.h>.
15481         (__atan2f): Set errno for result underflowing to zero.
15482         * math/w_atan2l.c: Include <errno.h>.
15483         (__atan2l): Set errno for result underflowing to zero.
15484         * math/auto-libm-test-in: Don't allow missing errno for some atan2
15485         tests.
15486         * math/auto-libm-test-out: Regenerated.
15488 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15490         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
15491         Encode instruction correctly in little endian.
15492         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
15493         Likewise.
15494         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
15495         Likewise.
15496         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
15497         Likewise.
15498         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
15499         Likewise.
15501 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
15503         [BZ #9894]
15504         * sysdeps/unix/sysv/linux/kernel-features.h
15505         [__sparc__ && !__arch64__ && !__sparc_v9__]
15506         (__ASSUME_SET_ROBUST_LIST): Do not define.
15507         [__sparc__ && !__arch64__ && !__sparc_v9__]
15508         (__ASSUME_FUTEX_LOCK_PI): Likewise.
15509         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
15510         Likewise.
15511         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15512         (__ASSUME_FUTEX_LOCK_PI): Undefine.
15513         (__ASSUME_REQUEUE_PI): Likewise.
15514         (__ASSUME_SET_ROBUST_LIST): Likewise.
15515         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15516         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
15517         Undefine.
15518         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15519         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
15520         Likewise.
15521         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
15522         Likewise.
15523         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
15524         Likewise.
15525         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15526         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
15527         Undefine.
15528         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
15529         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
15530         Likewise.
15532         [BZ #16648]
15533         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15534         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
15535         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
15537 2014-03-31  Will Newton  <will.newton@linaro.org>
15539         * benchtests/Makefile (bench): Add ffs and ffsll to list
15540         of tests.
15541         * benchtests/ffs-inputs: New file.
15542         * benchtests/ffsll-inputs: Likewise.
15544 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
15546         [BZ #16770]
15547         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
15548         too large before casting to int.
15549         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
15550         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
15551         * math/libm-test.inc (scalb_test_data): Add more tests.
15553 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
15555         * benchtests/Makefile (DETAILED_OPT): New make option.
15556         (bench-func): Run benchmark program with -d if DETAILED_OPT is
15557         set.
15558         * benchtests/bench-skeleton.c: Include stdbool.h.
15559         (main): Store and print timings per input.
15560         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
15561         member to each argument value.
15562         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
15563         (_print_arg_data): Initialize per-input timing to 0.
15565         * benchtests/Makefile (timing-type): New binary.
15566         (bench-clean): Also remove bench-timing-type.
15567         (bench): New target for timing-type.
15568         (bench-func): Print output in JSON format.
15569         * benchtests/bench-skeleton.c (main): Print output in JSON
15570         format.
15571         * benchtests/bench-timing-type.c: New file.
15572         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
15573         (TIMING_PRINT_STATS): Remove.
15574         * benchtests/scripts/bench.py (_print_arg_data): Store variant
15575         name separately.
15577         * benchtests/bench-modf.c: Remove.
15578         * benchtests/modf-inputs: New inputs file.
15580 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
15582         [BZ #16362]
15583         * math/s_clog10.c (M_PI_LOG10E): New macro.
15584         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
15585         imaginary parts are 0.
15586         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
15587         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
15588         imaginary parts are 0.
15589         * math/s_clog10l.c (M_PI_LOG10El): New macro.
15590         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
15591         imaginary parts are 0.
15592         * math/libm-test.inc (clog10_test_data): Update expected results
15593         for when real and imaginary parts are 0.
15595 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
15597         * elf/dl-load.c: Finish conversion of __builtin_expect into
15598         __glibc_{un}likely.
15600 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
15602         [BZ #16348]
15603         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
15604         1+x for argument with exponent below -67.
15605         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
15606         Likewise.
15607         * math/auto-libm-test-in: Add more tests of exp.
15608         * math/auto-libm-test-out: Regenerated.
15610 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15612         [BZ #16759]
15613         * inet/getnetgrent_r.c (get_nonempty_val): New function.
15614         (nscd_getnetgrent): Use it.
15616         [BZ #16760]
15617         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
15618         of stpcpy.
15620 2014-03-27  Andi Kleen  <ak@linux.intel.com>
15622         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
15623         (lll_robust_lock, lll_cond_lock, lll_timedlock)
15624         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15625         (lll_robust_unlock): Remove out of line section. Use cfi
15626         intrinsics.
15627         (LLL_STUB_UNWIND_INFO*): Remove.
15628         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
15629         (lll_robust_lock, lll_cond_lock, lll_timedlock)
15630         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15631         (lll_robust_unlock): Remove out of line section. Use cfi
15632         intrinsics.
15633         (LLL_STUB_UNWIND_INFO*): Remove.
15635 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15637         [BZ #16758]
15638         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
15639         blank values.
15641 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
15643         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
15645 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
15647         [BZ #16198]
15648         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
15649         fnstenv.
15650         * math/test-fenv-preserve.c: New file.
15651         * math/Makefile (tests): Add test-fenv-preserve.
15653 2014-03-26  Will Newton <will.newton@linaro.org>
15655         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
15657 2014-03-25  Roland McGrath  <roland@hack.frob.com>
15659         * scripts/versionlist.awk: Partition the version sets and emit all
15660         GLIBC_* (sorted) before all others (sorted).
15662 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
15664         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
15665         GLIBC_2.2.5 version.
15667 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15669         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
15670         calls.
15672         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
15673         previous change.
15675         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15677 2014-03-25  Andreas Schwab  <schwab@suse.de>
15679         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
15680         label to be used after in6ailist is initialized.
15682 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15684         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15685         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15687 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
15689         [BZ #16357]
15690         [BZ #16599]
15691         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
15692         min_plus_half.
15693         (fp_formats): Update initializers.
15694         (init_fp_formats): Initialize new field.
15695         (output_for_one_input_case): Allow underflow for results up to
15696         min_plus_half.
15697         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
15698         * math/auto-libm-test-in: Don't mark some underflows from asin and
15699         atanh as spurious.
15700         * math/auto-libm-test-out: Regenerated.
15701         * sysdeps/i386/fpu/libm-test-ulps: Update.
15702         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15704 2014-03-25  Andreas Schwab  <schwab@suse.de>
15706         * libio/Makefile (tst-ftell-partial-wide-ENV)
15707         (tst-ftell-active-handler-ENV): Define.
15709 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
15711         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
15713 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
15715         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
15717 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
15719         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
15720         * sysdeps/x86_64/fpu/multiarch/e_exp.c
15721         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
15723 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
15725         [BZ #16634]
15726         * elf/dl-load.c (open_verify): Add mode parameter.
15727         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
15728         (open_path): Change from boolean 'secure' to complete flag 'mode'
15729         (_dl_map_object): Adjust.
15730         * elf/Makefile (tests): Add tst-dlopen-aout.
15731         * elf/tst-dlopen-aout.c: New test.
15733 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
15735         [BZ #16714]
15736         * sysdeps/unix/sysv/linux/s390/bits/stat.h
15737         (struct stat): Rename member pad0 to __glibc_reserved0.
15739         [BZ #16712]
15740         * sysdeps/s390/s390-32/bits/wordsize.h
15741         (__WORDSIZE32_SIZE_ULONG): New define.
15742         * sysdeps/s390/s390-64/bits/wordsize.h
15743         (__WORDSIZE32_SIZE_ULONG): Likewise.
15744         * sysdeps/generic/stdint.h (SIZE_MAX):
15745         Define as UL if __WORDSIZE32_SIZE_ULONG.
15747         [BZ #16713]
15748         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
15749         (__glibc_reserved0): New variable.
15750         (sa_flags): Change type to int.
15752         * posix/Makefile (before-compile): Use += before-compile instead
15753         of a :=.
15755         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15756         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15758 2014-03-20  Andreas Schwab  <schwab@suse.de>
15760         [BZ #16743]
15761         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
15762         non-matching result from nscd.
15764 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15766         * scripts/bench.py: Moved to ...
15767         * benchtests/scripts/bench.py: ... here.
15768         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
15770 2014-03-24  Andreas Schwab  <schwab@suse.de>
15772         [BZ #16002]
15773         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
15774         alloca_account and account alloca use for struct in6ailist.
15776 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
15778         [BZ #16284]
15779         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
15780         rounding mode to recompute results that overflow to infinity or
15781         underflow to zero.
15782         * math/auto-libm-test-in: Don't mark tests as expected to fail for
15783         bug 16284.
15784         * math/auto-libm-test-out: Regenerated.
15785         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
15786         (ccosh_test): Likewise.
15787         (csin_test_data): Use plus_oflow.
15788         (csin_test): Use ALL_RM_TEST.
15789         (csinh_test_data): Use plus_oflow.
15790         (csinh_test): Use ALL_RM_TEST.
15791         * sysdeps/i386/fpu/libm-test-ulps: Update.
15792         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15794 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
15796         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
15797         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
15798         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
15800         [BZ #16731]
15801         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
15802         when x - 1 is zero.
15803         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
15804         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
15805         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
15806         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
15807         argument is 1.
15808         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
15809         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
15810         zero.
15811         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
15812         * sysdeps/i386/fpu/libm-test-ulps: Update.
15813         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15815 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
15817         * scripts/bench.pl: Remove file.
15818         * scripts/bench.py: New benchmark script.
15819         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
15820         * benchtests/README: Mention python dependency.
15821         * scripts/pylintrc: New file.
15822         * scripts/pylint: New file.
15824         * bits/mathdef.h: Use #ifdef instead of #if.
15825         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
15826         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15827         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
15828         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15829         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
15830         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15832 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15833             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15835         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
15836         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
15837         and strpbrk-ppc64 objects.
15838         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15839         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
15840         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
15841         multiarch strpbrk for POWER7.
15842         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
15843         multiarch strpbrk for PPC64.
15844         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
15845         ifunc selector.
15846         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
15847         strpbrk for POWER7.
15849 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
15851         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
15852         (atan_test): Likewise.
15853         (atanh_test_data): Use NO_TEST_INLINE for two tests.
15854         (atanh_test): Use ALL_RM_TEST.
15855         (atan2_test_data): Likewise.
15856         (cabs_test): Likewise.
15857         (cacosh_test): Likewise.
15858         (carg_test): Likewise.
15859         (casin_test): Likewise.
15860         (casinh_test): Likewise.
15861         (cbrt_test): Likewise.
15862         (csqrt_test): Likewise.
15863         (erf_test): Likewise.
15864         (erfc_test): Likewise.
15865         (pow10_test): Likewise.
15866         (exp2_test): Likewise.
15867         (hypot_test): Likewise.
15868         (j0_test): Likewise.
15869         (j1_test): Likewise.
15870         (lgamma_test): Likewise.
15871         (gamma_test): Likewise.
15872         (sincos_test): Likewise.
15873         (tanh_test): Likewise.
15874         (y0_test): Likewise.
15875         (y1_test): Likewise.
15876         * sysdeps/i386/fpu/libm-test-ulps: Update.
15877         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15879 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15881         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
15882         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
15883         and strcspn-ppc64 objects.
15884         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15885         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
15886         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
15887         multiarch strcspn for POWER7.
15888         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
15889         multiarch strcspn for PPC64.
15890         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
15891         ifunc selector.
15892         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
15893         strcspn for POWER7.
15895 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
15897         * math/gen-libm-test.pl (generate_testfile): Expect only function
15898         name as argument to AUTO_TESTS_* and pass results for all rounding
15899         modes to parse_args.
15900         (parse_auto_input): Separate inputs of automatic tests from
15901         outputs before storing in %auto_tests.
15902         * math/libm-test.inc (acos_test_data): Update call to
15903         AUTO_TESTS_f_f.
15904         (acos_test): Use ALL_RM_TEST.
15905         (acos_tonearest_test_data): Remove.
15906         (acos_test_tonearest): Likewise.
15907         (acos_towardzero_test_data): Likewise.
15908         (acos_test_towardzero): Likewise.
15909         (acos_downward_test_data): Likewise.
15910         (acos_test_downward): Likewise.
15911         (acos_upward_test_data): Likewise.
15912         (acos_test_upward): Likewise.
15913         (acosh_test_data): Update call to AUTO_TESTS_f_f.
15914         (asin_test_data): Likewise.
15915         (asin_test): Use ALL_RM_TEST.
15916         (asin_tonearest_test_data): Remove.
15917         (asin_test_tonearest): Likewise.
15918         (asin_towardzero_test_data): Likewise.
15919         (asin_test_towardzero): Likewise.
15920         (asin_downward_test_data): Likewise.
15921         (asin_test_downward): Likewise.
15922         (asin_upward_test_data): Likewise.
15923         (asin_test_upward): Likewise.
15924         (asinh_test_data): Update call to AUTO_TESTS_f_f.
15925         (atan_test_data): Likewise.
15926         (atanh_test_data): Likewise.
15927         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
15928         (cabs_test_data): Update call to AUTO_TESTS_c_f.
15929         (carg_test_data): Likewise.
15930         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
15931         (ccos_test_data): Update call to AUTO_TESTS_c_c.
15932         (ccosh_test_data): Likewise.
15933         (cexp_test_data): Likewise.
15934         (clog_test_data): Likewise.
15935         (clog10_test_data): Likewise.
15936         (cos_test_data): Update call to AUTO_TESTS_f_f.
15937         (cos_test): Use ALL_RM_TEST.
15938         (cos_tonearest_test_data): Remove.
15939         (cos_test_tonearest): Likewise.
15940         (cos_towardzero_test_data): Likewise.
15941         (cos_test_towardzero): Likewise.
15942         (cos_downward_test_data): Likewise.
15943         (cos_test_downward): Likewise.
15944         (cos_upward_test_data): Likewise.
15945         (cos_test_upward): Likewise.
15946         (cosh_test_data): Update call to AUTO_TESTS_f_f.
15947         (cosh_test): Use ALL_RM_TEST.
15948         (cosh_tonearest_test_data): Remove.
15949         (cosh_test_tonearest): Likewise.
15950         (cosh_towardzero_test_data): Likewise.
15951         (cosh_test_towardzero): Likewise.
15952         (cosh_downward_test_data): Likewise.
15953         (cosh_test_downward): Likewise.
15954         (cosh_upward_test_data): Likewise.
15955         (cosh_test_upward): Likewise.
15956         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
15957         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
15958         (ctan_test_data): Likewise.
15959         (ctan_test): Use ALL_RM_TEST.
15960         (ctan_tonearest_test_data): Remove.
15961         (ctan_test_tonearest): Likewise.
15962         (ctan_towardzero_test_data): Likewise.
15963         (ctan_test_towardzero): Likewise.
15964         (ctan_downward_test_data): Likewise.
15965         (ctan_test_downward): Likewise.
15966         (ctan_upward_test_data): Likewise.
15967         (ctan_test_upward): Likewise.
15968         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
15969         (ctanh_test): Use ALL_RM_TEST.
15970         (ctanh_tonearest_test_data): Remove.
15971         (ctanh_test_tonearest): Likewise.
15972         (ctanh_towardzero_test_data): Likewise.
15973         (ctanh_test_towardzero): Likewise.
15974         (ctanh_downward_test_data): Likewise.
15975         (ctanh_test_downward): Likewise.
15976         (ctanh_upward_test_data): Likewise.
15977         (ctanh_test_upward): Likewise.
15978         (erf_test_data): Update call to AUTO_TESTS_f_f.
15979         (erfc_test_data): Likewise.
15980         (exp_test_data): Likewise.
15981         (exp_test): Use ALL_RM_TEST.
15982         (exp_tonearest_test_data): Remove.
15983         (exp_test_tonearest): Likewise.
15984         (exp_towardzero_test_data): Likewise.
15985         (exp_test_towardzero): Likewise.
15986         (exp_downward_test_data): Likewise.
15987         (exp_test_downward): Likewise.
15988         (exp_upward_test_data): Likewise.
15989         (exp_test_upward): Likewise.
15990         (exp10_test_data): Update call to AUTO_TESTS_f_f.
15991         (exp10_test): Use ALL_RM_TEST.
15992         (exp10_tonearest_test_data): Remove.
15993         (exp10_test_tonearest): Likewise.
15994         (exp10_towardzero_test_data): Likewise.
15995         (exp10_test_towardzero): Likewise.
15996         (exp10_downward_test_data): Likewise.
15997         (exp10_test_downward): Likewise.
15998         (exp10_upward_test_data): Likewise.
15999         (exp10_test_upward): Likewise.
16000         (exp2_test_data): Update call to AUTO_TESTS_f_f.
16001         (expm1_test_data): Likewise.
16002         (expm1_test): Use ALL_RM_TEST.
16003         (expm1_tonearest_test_data): Remove.
16004         (expm1_test_tonearest): Likewise.
16005         (expm1_towardzero_test_data): Likewise.
16006         (expm1_test_towardzero): Likewise.
16007         (expm1_downward_test_data): Likewise.
16008         (expm1_test_downward): Likewise.
16009         (expm1_upward_test_data): Likewise.
16010         (expm1_test_upward): Likewise.
16011         (fma_test_data): Update call to AUTO_TESTS_fff_f.
16012         (fma_test): Use ALL_RM_TEST.
16013         (fma_towardzero_test_data): Remove.
16014         (fma_test_towardzero): Likewise.
16015         (fma_downward_test_data): Likewise.
16016         (fma_test_downward): Likewise.
16017         (fma_upward_test_data): Likewise.
16018         (fma_test_upward): Likewise.
16019         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
16020         (j0_test_data): Update call to AUTO_TESTS_f_f.
16021         (j1_test_data): Likewise.
16022         (jn_test_data): Update call to AUTO_TESTS_if_f.
16023         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
16024         (log_test_data): Update call to AUTO_TESTS_f_f.
16025         (log10_test_data): Likewise.
16026         (log1p_test_data): Likewise.
16027         (log2_test_data): Likewise.
16028         (pow_test_data): Update call to AUTO_TESTS_ff_f.
16029         (pow_tonearest_test_data): Likewise.
16030         (sin_test_data): Update call to AUTO_TESTS_f_f.
16031         (sin_test): Use ALL_RM_TEST.
16032         (sin_tonearest_test_data): Remove.
16033         (sin_test_tonearest): Likewise.
16034         (sin_towardzero_test_data): Likewise.
16035         (sin_test_towardzero): Likewise.
16036         (sin_downward_test_data): Likewise.
16037         (sin_test_downward): Likewise.
16038         (sin_upward_test_data): Likewise.
16039         (sin_test_upward): Likewise.
16040         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
16041         (sinh_test_data): Update call to AUTO_TESTS_f_f.
16042         (sinh_test): Use ALL_RM_TEST.
16043         (sinh_tonearest_test_data): Remove.
16044         (sinh_test_tonearest): Likewise.
16045         (sinh_towardzero_test_data): Likewise.
16046         (sinh_test_towardzero): Likewise.
16047         (sinh_downward_test_data): Likewise.
16048         (sinh_test_downward): Likewise.
16049         (sinh_upward_test_data): Likewise.
16050         (sinh_test_upward): Likewise.
16051         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
16052         (sqrt_test): Use ALL_RM_TEST.
16053         (sqrt_tonearest_test_data): Remove.
16054         (sqrt_test_tonearest): Likewise.
16055         (sqrt_towardzero_test_data): Likewise.
16056         (sqrt_test_towardzero): Likewise.
16057         (sqrt_downward_test_data): Likewise.
16058         (sqrt_test_downward): Likewise.
16059         (sqrt_upward_test_data): Likewise.
16060         (sqrt_test_upward): Likewise.
16061         (tan_test_data): Update call to AUTO_TESTS_f_f.
16062         (tan_test): Use ALL_RM_TEST.
16063         (tan_tonearest_test_data): Remove.
16064         (tan_test_tonearest): Likewise.
16065         (tan_towardzero_test_data): Likewise.
16066         (tan_test_towardzero): Likewise.
16067         (tan_downward_test_data): Likewise.
16068         (tan_test_downward): Likewise.
16069         (tan_upward_test_data): Likewise.
16070         (tan_test_upward): Likewise.
16071         (tanh_test_data): Update call to AUTO_TESTS_f_f.
16072         (tgamma_test_data): Likewise.
16073         (y0_test_data): Likewise.
16074         (y1_test_data): Likewise.
16075         (yn_test_data): Update call to AUTO_TESTS_if_f.
16076         (main): Do not call removed functions.
16078 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16080         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
16081         (ldexp_test_data): Remove.
16082         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
16083         scalbn_test_data.
16084         (scalb_test): Use ALL_RM_TEST.
16086 2014-03-19  Andreas Schwab  <schwab@suse.de>
16088         * nscd/nscd.service: Also invalidate netgroup cache on reload.
16090 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16092         [BZ #16649]
16093         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16094         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
16095         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
16096         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16097         (__ASSUME_PREADV): Undefine.
16098         (__ASSUME_PWRITEV): Likewise.
16100 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16102         * bits/mman-linux.h: Add comment about non-Linux use.
16103         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
16104         bits/mman-linux.h resting place.
16106         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
16107         * bits/mman-linux.h: ... here.
16109 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16111         * conform/conformtest.pl: Add standard definition when calling C
16112         preprocessor on data files.
16113         (checknamespace): Remove unused variable.
16115 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16117         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
16118         minus_oflow, plus_uflow and minus_uflow in expected results.
16119         * math/libm-test.inc (scalbn_test_data): Add more tests of
16120         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
16121         minus_uflow.
16122         (scalbn_test): Use ALL_RM_TEST.
16123         (scalbln_test_data): Add more tests of negative arguments.  Use
16124         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
16125         (scalbln_test): Use ALL_RM_TEST.
16127 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16129         * scripts/abilist.awk: Ignore symbols marked with .hidden.
16131 2014-03-18  Will Newton  <will.newton@linaro.org>
16133         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
16134         inaccurate comment.
16136 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16138         * Makerules [!subdir] (check-abi): Exit with error status if a
16139         test failed.
16141 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16143         * math/libm-test.inc (nearbyint_test_data): Include all tests used
16144         for rint.  Include results for all rounding modes.
16145         (nearbyint_test): Use ALL_RM_TEST.
16146         (rint_test_data): Include all tests used for nearbyint.
16148 2014-03-17  Will Newton  <will.newton@linaro.org>
16150         * nptl/sysdeps/pthread/pthread.h: Revert previous
16151         change.
16153         * sysdeps/generic/ldsodefs.h: Revert previous
16154         change.
16156         * libio/genops.c: Revert previous change.
16157         * libio/libioP.h: Likewise.
16158         * stdio-common/vfprintf.c: Likewise.
16160         * sysdeps/generic/math_private.h: Revert previous
16161         change.
16163         * sysdeps/generic/math_private.h: Check whether
16164         HAVE_RM_CTX is defined with #ifdef rather
16165         than #if.
16167         * argp/argp-fmtstream.h: Check whether
16168         __STRICT_ANSI__ is defined with #ifdef rather
16169         than #if.
16170         * argp/argp.h: Likewise.
16172         * libio/genops.c: Check whether
16173         _IO_JUMPS_OFFSET is defined with #ifdef rather
16174         than #if.
16175         * libio/libioP.h: Likewise.
16176         * stdio-common/vfprintf.c: Likewise.
16178         * sysdeps/generic/ldsodefs.h: Check whether
16179         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
16180         than #if.
16182         * nptl/sysdeps/pthread/pthread.h: Check
16183         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
16184         its value.
16186 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
16188         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
16189         setting O_APPEND.
16190         * libio/tst-ftell-active-handler.c (do_append_test): Add a
16191         test case.
16193         [BZ #16680]
16194         * libio/fileops.c (_IO_file_open): Seek to end of file but
16195         don't cache the offset.
16196         (get_file_offset): Remove function.
16197         (do_ftell): Use cached offset when available.
16198         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
16199         don't cache the offset.
16200         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
16201         case.
16202         (do_one_test): Call it.
16203         (do_ftell_test): Fix up expected old offset for a+ mode.
16204         * libio/wfileops.c (do_ftell_wide): Used cached offset when
16205         available.
16207         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
16208         up test status with function return status.
16209         (do_write_test): Likewise.
16210         (do_append_test): Likewise.
16212         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
16213         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
16214         Remove.
16216 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16218         * math/gen-libm-test.pl (parse_args): Handle results specified for
16219         each rounding mode separately.
16220         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
16221         tests and results from lrint_tonearest_test_data,
16222         lrint_towardzero_test_data, lrint_downward_test_data and
16223         lrint_upward_test_data.
16224         (lrint_test): Use ALL_RM_TEST.
16225         (lrint_tonearest_test_data): Remove.
16226         (lrint_test_tonearest): Likewise.
16227         (lrint_towardzero_test_data): Likewise.
16228         (lrint_test_towardzero): Likewise.
16229         (lrint_downward_test_data): Likewise.
16230         (lrint_test_downward): Likewise.
16231         (lrint_upward_test_data): Likewise.
16232         (lrint_test_upward): Likewise.
16233         (llrint_test_data): Merge in per-rounding-mode tests and results
16234         from llrint_tonearest_test_data, llrint_towardzero_test_data,
16235         llrint_downward_test_data and llrint_upward_test_data.
16236         (llrint_test): Use ALL_RM_TEST.
16237         (llrint_tonearest_test_data): Remove.
16238         (llrint_test_tonearest): Likewise.
16239         (llrint_towardzero_test_data): Likewise.
16240         (llrint_test_towardzero): Likewise.
16241         (llrint_downward_test_data): Likewise.
16242         (llrint_test_downward): Likewise.
16243         (llrint_upward_test_data): Likewise.
16244         (llrint_test_upward): Likewise.
16245         (rint_test_data): Merge in per-rounding-mode tests and results
16246         from rint_tonearest_test_data, rint_towardzero_test_data,
16247         rint_downward_test_data and rint_upward_test_data.  Add
16248         per-rounding-mode results for tests not in those arrays.
16249         (rint_test): Use ALL_RM_TEST.
16250         (rint_tonearest_test_data): Remove.
16251         (rint_test_tonearest): Likewise.
16252         (rint_towardzero_test_data): Likewise.
16253         (rint_test_towardzero): Likewise.
16254         (rint_downward_test_data): Likewise.
16255         (rint_test_downward): Likewise.
16256         (rint_upward_test_data): Likewise.
16257         (rint_test_upward): Likewise.
16258         (main): Don't call removed functions.
16260 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16262         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
16263         "Compiled on ..." crapola.  It is anti-useful.
16265 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
16267         * scripts/evaluate-test.sh: Handle fourth argument to determine
16268         whether test run should stop on failure.
16269         * Makeconfig (stop-on-test-failure): New variable.
16270         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
16271         $(stop-on-test-failure).
16272         * Makefile (tests): Give a summary of results from testing and
16273         exit with failure status if they include an ERROR or FAIL.
16274         (xtests): Likewise.
16275         * manual/install.texi (Configuring and compiling): Mention
16276         stop-on-test-failure=y.
16277         * INSTALL: Regenerated.
16279 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16281         * scripts/versionlist.awk: New file.
16282         * Makerules [$(build-shared) = yes]
16283         (postclean-generated): Add Versions.def, not Versions.def.v and
16284         Versions.def.v.i.
16285         ($(common-objpfx)Versions.def.v.i): Target removed.
16286         ($(common-objpfx)Versions.def): New target.
16287         ($(common-objpfx)Versions.all): Depend on that rather that
16288         $(common-objpfx)Versions.def.v.
16289         * Versions.def: File removed.
16291         * Makeconfig (+gccwarn): Add -Wundef.
16292         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
16293         a dl-sysdep.h breaking its contract.
16294         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
16295         * include/stackinfo.h: New file.
16296         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
16297         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
16298         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
16299         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
16300         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
16301         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
16302         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16303         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16304         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16305         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16306         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16307         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
16308         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16309         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16310         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16312 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16314         [BZ #16707]
16315         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
16316         implementation.
16317         * math/libm-test.inc (round_test_data): Add more tests.
16319         [BZ #16706]
16320         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
16321         implementation.
16322         * math/libm-test.inc (nearbyint_test_data): Add more tests.
16324         [BZ #16701]
16325         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
16326         implementation.
16327         * math/libm-test.inc (ceil_test_data): Add more tests.
16329         * math/libm-test.inc (trunc_test_data): Add more tests related to
16330         BZ#16414.
16332 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16334         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
16335         with #if rather than #ifdef.
16336         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
16338 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
16340         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
16341         first.  Disable AVX-512 GCC support if assembler doesn't support
16342         it.
16343         * sysdeps/x86_64/configure: Regenerated.
16345 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
16347         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
16348         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
16349         (__old_pthread_attr_setstack): Likewise.
16350         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
16351         [!_STACK_GROWS_DOWN]: Likewise.
16353 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
16355         * config.make.in (have-bash2): Delete.
16356         * configure.ac (libc_cv_have_bash2): Delete.
16357         * configure: Regenerate.
16358         * elf/Makefile (common-ldd-rewrite): Rename to ...
16359         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
16360         (sh-ldd-rewrite): Delete.
16361         (bash-ldd-rewrite): Delete.
16362         (have-bash2): Delete checks.
16363         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
16364         ldd-rewrite.
16366         * config.make.in (have-ksh): Delete.
16367         (KSH): Delete.
16368         * configure.ac (libc_cv_have_ksh): Delete.
16369         * configure: Regenerate.
16371         * elf/Makefile: Delete $(have-ksh) check.
16372         ($(objpfx)sotruss): Change KSH to BASH.
16373         * elf/sotruss.ksh: Rename to ...
16374         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
16375         function style to match POSIX.  Drop ksh vim mode setting.
16377         * manual/time.texi (Specifying the Time Zone with TZ): Change
16378         Tuesday to Thursday.
16380         * debug/tst-longjmp_chk2.c: Update header comment.
16381         (stackoverflow_handler): Add comment.  Call assert on pass value.
16383 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
16385         [BZ #16194]
16386         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
16387         (HAVE_AVX512_ASM_SUPPORT): Likewise.
16388         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
16389         (La_x86_64_vector): Add zmm.
16390         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
16391         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
16392         ($(objpfx)tst-audit10): New target.
16393         ($(objpfx)tst-audit10.out): Likewise.
16394         (tst-audit10-ENV): New.
16395         (AVX512-CFLAGS): Likewise.
16396         (CFLAGS-tst-audit10.c): Likewise.
16397         (CFLAGS-tst-auditmod10a.c): Likewise.
16398         (CFLAGS-tst-auditmod10b.c): Likewise.
16399         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
16400         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
16401         * sysdeps/x86_64/configure: Regenerated.
16402         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
16403         AVX-512 zmm register support.
16404         (_dl_x86_64_save_sse): Likewise.
16405         (_dl_x86_64_restore_sse): Likewise.
16406         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
16407         size vector registers.
16408         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
16409         (ZMM_SIZE): Likewise.
16410         * sysdeps/x86_64/tst-audit10.c: New file.
16411         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
16412         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
16414 2014-03-13  Roland McGrath  <roland@hack.frob.com>
16416         * configure.ac (HAVE_EHDR_START): New check.
16417         * configure: Regenerated.
16418         * config.h.in (HAVE_EHDR_START): New #undef.
16419         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
16420         assuming the lowest-addressed segment maps the start of the file.
16422 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
16424         * INSTALL: Regenerated.
16426 2014-03-13  Will Newton  <will.newton@linaro.org>
16428         * manual/setjmp.texi (System V contexts): Improve
16429         clarity and grammar of documentation.
16431 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
16433         [BZ #16381]
16434         * elf/Makefile (tests): Add tst-pie2.
16435         (tests-pie): Add tst-pie2.
16436         * elf/tst-pie2.c: New file.
16437         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
16438         for ET_EXEC.
16439         * elf/rtld.c (map_doit): Load executable as lt_executable.
16440         (dl_main): Likewise.
16442 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
16444         [BZ #16642]
16445         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16446         (__ASSUME_PSELECT): Undefine.
16448 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16450         [BZ #16689]
16451         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
16452         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
16453         static build.
16454         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
16455         selector for static builds.
16457 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
16459         [BZ #16695]
16460         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
16461         key in the buffer.
16463 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16465         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
16466         IFUNC selector for static builds.
16468 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
16470         * sysdeps/mips/math_private.h [__mips_hard_float]
16471         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
16472         libc_feresetround_mips_ctx.
16473         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
16474         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
16475         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
16477         [BZ #16677]
16478         * math/s_nextafter.c (__nextafter): Do not return value from
16479         overflowing computation.
16480         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
16481         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
16482         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
16483         Likewise.
16484         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
16485         Likewise.
16486         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
16487         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
16489 2014-03-11  Roland McGrath  <roland@hack.frob.com>
16491         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
16492         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
16493         Move sfi_sp use from the load-multiple (that no longer sets sp) to
16494         the new mov targetting sp.
16496 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16498         [BZ #16683]
16499         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
16500         Define it for static builds as well.
16501         (NO_BZERO_IMPL): Likewise.
16503 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16505         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
16506         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
16507         multiarch strspn for PPC64.
16508         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
16509         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
16510         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16511         (__libc_ifunc_impl_list): Likewise.
16512         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
16513         multiarch optimizations
16514         * string/strspn.c (strspn): Using macro to redefine symbol name.
16516 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16517             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16519         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
16520         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
16521         multiarch strncat for PPC64.
16522         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
16523         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
16524         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16525         (__libc_ifunc_impl_list): Likewise.
16526         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
16527         multiarch optimizations
16529 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16531         [BZ #16639]
16532         * nscd/nscd.service: Make service type forking.
16534 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16536         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
16537         sign in non default rounding modes.
16538         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
16540 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
16542         * math/libm-test.inc (ALL_RM_TEST): New macro.
16543         (ceil_test): Use ALL_RM_TEST.
16544         (cimag_test): Likewise.
16545         (conj_test): Likewise.
16546         (copysign_test): Likewise.
16547         (cproj_test): Likewise.
16548         (creal_test): Likewise.
16549         (fabs_test): Likewise.
16550         (floor_test): Likewise.
16551         (fmax_test): Likewise.
16552         (fmin_test): Likewise.
16553         (fmod_test): Likewise.
16554         (fpclassify_test): Likewise.
16555         (frexp_test): Likewise.
16556         (ilogb_test): Likewise.
16557         (isfinite_test): Likewise.
16558         (finite_test): Likewise.
16559         (isgreater_test): Likewise.
16560         (isgreaterequal_test): Likewise.
16561         (isinf_test): Likewise.
16562         (isless_test): Likewise.
16563         (islessequal_test): Likewise.
16564         (islessgreater_test): Likewise.
16565         (isnan_test): Likewise.
16566         (isnormal_test): Likewise.
16567         (issignaling_test): Likewise.
16568         (isunordered_test): Likewise.
16569         (logb_test): Likewise.
16570         (logb_downward_test_data): Remove.
16571         (logb_test_downward): Likewise.
16572         (lround_test): Use ALL_RM_TEST.
16573         (llround_test): Likewise.
16574         (modf_test): Likewise.
16575         (nexttoward_test): Likewise.
16576         (remainder_test): Likewise.
16577         (drem_test): Likewise.
16578         (remainder_tonearest_test_data): Likewise.
16579         (remainder_test_tonearest): Likewise.
16580         (drem_test_tonearest): Likewise.
16581         (remainder_towardzero_test_data): Likewise.
16582         (remainder_test_towardzero): Likewise.
16583         (drem_test_towardzero): Likewise.
16584         (remainder_downward_test_data): Likewise.
16585         (remainder_test_downward): Likewise.
16586         (drem_test_downward): Likewise.
16587         (remainder_upward_test_data): Likewise.
16588         (remainder_test_upward): Likewise.
16589         (drem_test_upward): Likewise.
16590         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
16591         (round_test): Use ALL_RM_TEST.
16592         (signbit_test): Likewise.
16593         (trunc_test): Likewise.
16594         (significand_test): Likewise.
16595         (main): Don't call removed functions.
16597 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
16599         [BZ #16674]
16600         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
16601         || __USE_XOPEN2K8].
16602         (ILL_ILLOPN): Likewise.
16603         (ILL_ILLADR): Likewise.
16604         (ILL_ILLTRP): Likewise.
16605         (ILL_PRVOPC): Likewise.
16606         (ILL_PRVREG): Likewise.
16607         (ILL_COPROC): Likewise.
16608         (ILL_BADSTK): Likewise.
16609         (FPE_INTDIV): Likewise.
16610         (FPE_INTOVF): Likewise.
16611         (FPE_FLTDIV): Likewise.
16612         (FPE_FLTOVF): Likewise.
16613         (FPE_FLTUND): Likewise.
16614         (FPE_FLTRES): Likewise.
16615         (FPE_FLTINV): Likewise.
16616         (FPE_FLTSUB): Likewise.
16617         (SEGV_MAPERR): Likewise.
16618         (SEGV_ACCERR): Likewise.
16619         (BUS_ADRALN): Likewise.
16620         (BUS_ADRERR): Likewise.
16621         (BUS_OBJERR): Likewise.
16622         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16623         (TRAP_TRACE): Likewise.
16624         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16625         __USE_XOPEN2K8].
16626         (CLD_KILLED): Likewise.
16627         (CLD_DUMPED): Likewise.
16628         (CLD_TRAPPED): Likewise.
16629         (CLD_STOPPED): Likewise.
16630         (CLD_CONTINUED): Likewise.
16631         (POLL_IN): Likewise.
16632         (POLL_OUT): Likewise.
16633         (POLL_MSG): Likewise.
16634         (POLL_ERR): Likewise.
16635         (POLL_PRI): Likewise.
16636         (POLL_HUP): Likewise.
16637         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
16638         Likewise.
16639         (ILL_ILLOPN): Likewise.
16640         (ILL_ILLADR): Likewise.
16641         (ILL_ILLTRP): Likewise.
16642         (ILL_PRVOPC): Likewise.
16643         (ILL_PRVREG): Likewise.
16644         (ILL_COPROC): Likewise.
16645         (ILL_BADSTK): Likewise.
16646         (FPE_INTDIV): Likewise.
16647         (FPE_INTOVF): Likewise.
16648         (FPE_FLTDIV): Likewise.
16649         (FPE_FLTOVF): Likewise.
16650         (FPE_FLTUND): Likewise.
16651         (FPE_FLTRES): Likewise.
16652         (FPE_FLTINV): Likewise.
16653         (FPE_FLTSUB): Likewise.
16654         (SEGV_MAPERR): Likewise.
16655         (SEGV_ACCERR): Likewise.
16656         (BUS_ADRALN): Likewise.
16657         (BUS_ADRERR): Likewise.
16658         (BUS_OBJERR): Likewise.
16659         (BUS_MCEERR_AR): Likewise.
16660         (BUS_MCEERR_AO): Likewise.
16661         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16662         (TRAP_TRACE): Likewise.
16663         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16664         __USE_XOPEN2K8].
16665         (CLD_KILLED): Likewise.
16666         (CLD_DUMPED): Likewise.
16667         (CLD_TRAPPED): Likewise.
16668         (CLD_STOPPED): Likewise.
16669         (CLD_CONTINUED): Likewise.
16670         (POLL_IN): Likewise.
16671         (POLL_OUT): Likewise.
16672         (POLL_MSG): Likewise.
16673         (POLL_ERR): Likewise.
16674         (POLL_PRI): Likewise.
16675         (POLL_HUP): Likewise.
16676         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
16677         (ILL_ILLOPN): Likewise.
16678         (ILL_ILLADR): Likewise.
16679         (ILL_ILLTRP): Likewise.
16680         (ILL_PRVOPC): Likewise.
16681         (ILL_PRVREG): Likewise.
16682         (ILL_COPROC): Likewise.
16683         (ILL_BADSTK): Likewise.
16684         (FPE_INTDIV): Likewise.
16685         (FPE_INTOVF): Likewise.
16686         (FPE_FLTDIV): Likewise.
16687         (FPE_FLTOVF): Likewise.
16688         (FPE_FLTUND): Likewise.
16689         (FPE_FLTRES): Likewise.
16690         (FPE_FLTINV): Likewise.
16691         (FPE_FLTSUB): Likewise.
16692         (SEGV_MAPERR): Likewise.
16693         (SEGV_ACCERR): Likewise.
16694         (BUS_ADRALN): Likewise.
16695         (BUS_ADRERR): Likewise.
16696         (BUS_OBJERR): Likewise.
16697         (BUS_MCEERR_AR): Likewise.
16698         (BUS_MCEERR_AO): Likewise.
16699         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16700         (TRAP_TRACE): Likewise.
16701         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16702         __USE_XOPEN2K8].
16703         (CLD_KILLED): Likewise.
16704         (CLD_DUMPED): Likewise.
16705         (CLD_TRAPPED): Likewise.
16706         (CLD_STOPPED): Likewise.
16707         (CLD_CONTINUED): Likewise.
16708         (POLL_IN): Likewise.
16709         (POLL_OUT): Likewise.
16710         (POLL_MSG): Likewise.
16711         (POLL_ERR): Likewise.
16712         (POLL_PRI): Likewise.
16713         (POLL_HUP): Likewise.
16714         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
16715         Likewise.
16716         (ILL_ILLOPN): Likewise.
16717         (ILL_ILLADR): Likewise.
16718         (ILL_ILLTRP): Likewise.
16719         (ILL_PRVOPC): Likewise.
16720         (ILL_PRVREG): Likewise.
16721         (ILL_COPROC): Likewise.
16722         (ILL_BADSTK): Likewise.
16723         (ILL_BADIADDR): Likewise.
16724         (ILL_BREAK): Likewise.
16725         (FPE_INTDIV): Likewise.
16726         (FPE_INTOVF): Likewise.
16727         (FPE_FLTDIV): Likewise.
16728         (FPE_FLTOVF): Likewise.
16729         (FPE_FLTUND): Likewise.
16730         (FPE_FLTRES): Likewise.
16731         (FPE_FLTINV): Likewise.
16732         (FPE_FLTSUB): Likewise.
16733         (FPE_DECOVF): Likewise.
16734         (FPE_DECDIV): Likewise.
16735         (FPE_DECERR): Likewise.
16736         (FPE_INVASC): Likewise.
16737         (FPE_INVDEC): Likewise.
16738         (SEGV_MAPERR): Likewise.
16739         (SEGV_ACCERR): Likewise.
16740         (SEGV_PSTKOVF): Likewise.
16741         (BUS_ADRALN): Likewise.
16742         (BUS_ADRERR): Likewise.
16743         (BUS_OBJERR): Likewise.
16744         (BUS_MCEERR_AR): Likewise.
16745         (BUS_MCEERR_AO): Likewise.
16746         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16747         (TRAP_TRACE): Likewise.
16748         (TRAP_BRANCH): Likewise.
16749         (TRAP_HWBKPT): Likewise.
16750         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16751         __USE_XOPEN2K8].
16752         (CLD_KILLED): Likewise.
16753         (CLD_DUMPED): Likewise.
16754         (CLD_TRAPPED): Likewise.
16755         (CLD_STOPPED): Likewise.
16756         (CLD_CONTINUED): Likewise.
16757         (POLL_IN): Likewise.
16758         (POLL_OUT): Likewise.
16759         (POLL_MSG): Likewise.
16760         (POLL_ERR): Likewise.
16761         (POLL_PRI): Likewise.
16762         (POLL_HUP): Likewise.
16763         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
16764         (ILL_ILLOPN): Likewise.
16765         (ILL_ILLADR): Likewise.
16766         (ILL_ILLTRP): Likewise.
16767         (ILL_PRVOPC): Likewise.
16768         (ILL_PRVREG): Likewise.
16769         (ILL_COPROC): Likewise.
16770         (ILL_BADSTK): Likewise.
16771         (FPE_INTDIV): Likewise.
16772         (FPE_INTOVF): Likewise.
16773         (FPE_FLTDIV): Likewise.
16774         (FPE_FLTOVF): Likewise.
16775         (FPE_FLTUND): Likewise.
16776         (FPE_FLTRES): Likewise.
16777         (FPE_FLTINV): Likewise.
16778         (FPE_FLTSUB): Likewise.
16779         (SEGV_MAPERR): Likewise.
16780         (SEGV_ACCERR): Likewise.
16781         (BUS_ADRALN): Likewise.
16782         (BUS_ADRERR): Likewise.
16783         (BUS_OBJERR): Likewise.
16784         (BUS_MCEERR_AR): Likewise.
16785         (BUS_MCEERR_AO): Likewise.
16786         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16787         (TRAP_TRACE): Likewise.
16788         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16789         __USE_XOPEN2K8].
16790         (CLD_KILLED): Likewise.
16791         (CLD_DUMPED): Likewise.
16792         (CLD_TRAPPED): Likewise.
16793         (CLD_STOPPED): Likewise.
16794         (CLD_CONTINUED): Likewise.
16795         (POLL_IN): Likewise.
16796         (POLL_OUT): Likewise.
16797         (POLL_MSG): Likewise.
16798         (POLL_ERR): Likewise.
16799         (POLL_PRI): Likewise.
16800         (POLL_HUP): Likewise.
16801         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
16802         (ILL_ILLOPN): Likewise.
16803         (ILL_ILLADR): Likewise.
16804         (ILL_ILLTRP): Likewise.
16805         (ILL_PRVOPC): Likewise.
16806         (ILL_PRVREG): Likewise.
16807         (ILL_COPROC): Likewise.
16808         (ILL_BADSTK): Likewise.
16809         (FPE_INTDIV): Likewise.
16810         (FPE_INTOVF): Likewise.
16811         (FPE_FLTDIV): Likewise.
16812         (FPE_FLTOVF): Likewise.
16813         (FPE_FLTUND): Likewise.
16814         (FPE_FLTRES): Likewise.
16815         (FPE_FLTINV): Likewise.
16816         (FPE_FLTSUB): Likewise.
16817         (SEGV_MAPERR): Likewise.
16818         (SEGV_ACCERR): Likewise.
16819         (BUS_ADRALN): Likewise.
16820         (BUS_ADRERR): Likewise.
16821         (BUS_OBJERR): Likewise.
16822         (BUS_MCEERR_AR): Likewise.
16823         (BUS_MCEERR_AO): Likewise.
16824         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16825         (TRAP_TRACE): Likewise.
16826         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16827         __USE_XOPEN2K8].
16828         (CLD_KILLED): Likewise.
16829         (CLD_DUMPED): Likewise.
16830         (CLD_TRAPPED): Likewise.
16831         (CLD_STOPPED): Likewise.
16832         (CLD_CONTINUED): Likewise.
16833         (POLL_IN): Likewise.
16834         (POLL_OUT): Likewise.
16835         (POLL_MSG): Likewise.
16836         (POLL_ERR): Likewise.
16837         (POLL_PRI): Likewise.
16838         (POLL_HUP): Likewise.
16839         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
16840         (ILL_ILLOPN): Likewise.
16841         (ILL_ILLADR): Likewise.
16842         (ILL_ILLTRP): Likewise.
16843         (ILL_PRVOPC): Likewise.
16844         (ILL_PRVREG): Likewise.
16845         (ILL_COPROC): Likewise.
16846         (ILL_BADSTK): Likewise.
16847         (FPE_INTDIV): Likewise.
16848         (FPE_INTOVF): Likewise.
16849         (FPE_FLTDIV): Likewise.
16850         (FPE_FLTOVF): Likewise.
16851         (FPE_FLTUND): Likewise.
16852         (FPE_FLTRES): Likewise.
16853         (FPE_FLTINV): Likewise.
16854         (FPE_FLTSUB): Likewise.
16855         (SEGV_MAPERR): Likewise.
16856         (SEGV_ACCERR): Likewise.
16857         (BUS_ADRALN): Likewise.
16858         (BUS_ADRERR): Likewise.
16859         (BUS_OBJERR): Likewise.
16860         (BUS_MCEERR_AR): Likewise.
16861         (BUS_MCEERR_AO): Likewise.
16862         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16863         (TRAP_TRACE): Likewise.
16864         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16865         __USE_XOPEN2K8].
16866         (CLD_KILLED): Likewise.
16867         (CLD_DUMPED): Likewise.
16868         (CLD_TRAPPED): Likewise.
16869         (CLD_STOPPED): Likewise.
16870         (CLD_CONTINUED): Likewise.
16871         (POLL_IN): Likewise.
16872         (POLL_OUT): Likewise.
16873         (POLL_MSG): Likewise.
16874         (POLL_ERR): Likewise.
16875         (POLL_PRI): Likewise.
16876         (POLL_HUP): Likewise.
16877         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
16878         (ILL_ILLOPN): Likewise.
16879         (ILL_ILLADR): Likewise.
16880         (ILL_ILLTRP): Likewise.
16881         (ILL_PRVOPC): Likewise.
16882         (ILL_PRVREG): Likewise.
16883         (ILL_COPROC): Likewise.
16884         (ILL_BADSTK): Likewise.
16885         (ILL_DBLFLT): Likewise.
16886         (ILL_HARDWALL): Likewise.
16887         (FPE_INTDIV): Likewise.
16888         (FPE_INTOVF): Likewise.
16889         (FPE_FLTDIV): Likewise.
16890         (FPE_FLTOVF): Likewise.
16891         (FPE_FLTUND): Likewise.
16892         (FPE_FLTRES): Likewise.
16893         (FPE_FLTINV): Likewise.
16894         (FPE_FLTSUB): Likewise.
16895         (SEGV_MAPERR): Likewise.
16896         (SEGV_ACCERR): Likewise.
16897         (BUS_ADRALN): Likewise.
16898         (BUS_ADRERR): Likewise.
16899         (BUS_OBJERR): Likewise.
16900         (BUS_MCEERR_AR): Likewise.
16901         (BUS_MCEERR_AO): Likewise.
16902         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16903         (TRAP_TRACE): Likewise.
16904         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16905         __USE_XOPEN2K8].
16906         (CLD_KILLED): Likewise.
16907         (CLD_DUMPED): Likewise.
16908         (CLD_TRAPPED): Likewise.
16909         (CLD_STOPPED): Likewise.
16910         (CLD_CONTINUED): Likewise.
16911         (POLL_IN): Likewise.
16912         (POLL_OUT): Likewise.
16913         (POLL_MSG): Likewise.
16914         (POLL_ERR): Likewise.
16915         (POLL_PRI): Likewise.
16916         (POLL_HUP): Likewise.
16917         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
16918         (ILL_ILLOPN): Likewise.
16919         (ILL_ILLADR): Likewise.
16920         (ILL_ILLTRP): Likewise.
16921         (ILL_PRVOPC): Likewise.
16922         (ILL_PRVREG): Likewise.
16923         (ILL_COPROC): Likewise.
16924         (ILL_BADSTK): Likewise.
16925         (FPE_INTDIV): Likewise.
16926         (FPE_INTOVF): Likewise.
16927         (FPE_FLTDIV): Likewise.
16928         (FPE_FLTOVF): Likewise.
16929         (FPE_FLTUND): Likewise.
16930         (FPE_FLTRES): Likewise.
16931         (FPE_FLTINV): Likewise.
16932         (FPE_FLTSUB): Likewise.
16933         (SEGV_MAPERR): Likewise.
16934         (SEGV_ACCERR): Likewise.
16935         (BUS_ADRALN): Likewise.
16936         (BUS_ADRERR): Likewise.
16937         (BUS_OBJERR): Likewise.
16938         (BUS_MCEERR_AR): Likewise.
16939         (BUS_MCEERR_AO): Likewise.
16940         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16941         (TRAP_TRACE): Likewise.
16942         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16943         __USE_XOPEN2K8].
16944         (CLD_KILLED): Likewise.
16945         (CLD_DUMPED): Likewise.
16946         (CLD_TRAPPED): Likewise.
16947         (CLD_STOPPED): Likewise.
16948         (CLD_CONTINUED): Likewise.
16949         (POLL_IN): Likewise.
16950         (POLL_OUT): Likewise.
16951         (POLL_MSG): Likewise.
16952         (POLL_ERR): Likewise.
16953         (POLL_PRI): Likewise.
16954         (POLL_HUP): Likewise.
16955         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
16956         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16958         [BZ #16670]
16959         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
16960         before #include of <time.h>.
16961         [!__USE_XOPEN2K] (__need_timespec): Likewise.
16962         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
16963         (test-xfail-UNIX98/sched.h/conform): Likewise.
16965 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16967         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
16968         error absence of trapping exception support.
16969         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
16971 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
16973         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
16974         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
16975         * timezone/Makefile (testdata): Move definition above include of
16976         Rules.
16977         (test-zones): New variable.
16978         (tests-special): Add zone files.
16979         (build-testdata): Use $(evaluate-test).
16981         * elf/Makefile (tests-special): Rename tests to end with .out.
16982         ($(objpfx)noload-mem): Likewise.
16983         ($(objpfx)tst-leaks1-mem): Likewise.
16984         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
16985         * iconv/Makefile (xtests-special): Change test-iconvconfig to
16986         $(objpfx)test-iconvconfig.out.
16987         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
16988         set -e inside subshell and redirect output to file.
16989         * iconvdata/Makefile (generated): Rename tests to end with .out.
16990         Correct type.
16991         (tests-special): Rename tests to end with .out.
16992         ($(objpfx)mtrace-tst-loading): Likewise.
16993         * intl/Makefile (generated): Likewise.
16994         (tests-special): Likewise.
16995         ($(objpfx)mtrace-tst-gettext): Likewise.
16996         * misc/Makefile (generated): Likewise.
16997         (tests-special): Likewise.
16998         ($(objpfx)tst-error1-mem): Likewise.
16999         * nptl/Makefile (tests-special): Likewise.
17000         ($(objpfx)tst-stack3-mem): Likewise.
17001         (generated): Likewise.
17002         * posix/Makefile (generated): Likewise.
17003         (tests-special): Likewise.
17004         (xtests-special): Likewise.
17005         ($(objpfx)tst-fnmatch-mem): Likewise.
17006         ($(objpfx)bug-regex2-mem): Likewise.
17007         ($(objpfx)bug-regex14-mem): Likewise.
17008         ($(objpfx)bug-regex21-mem): Likewise.
17009         ($(objpfx)bug-regex31-mem): Likewise.
17010         ($(objpfx)tst-vfork3-mem): Likewise.
17011         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17012         ($(objpfx)tst-pcre-mem): Likewise.
17013         ($(objpfx)tst-boost-mem): Likewise.
17014         ($(objpfx)bug-ga2-mem): Likewise.
17015         ($(objpfx)bug-glob2-mem): Likewise.
17016         * resolv/Makefile (generate): Likewise.
17017         (tests-special): Likewise.
17018         (xtests-special): Likewise.
17019         (generated): Likewise.
17020         ($(objpfx)mtrace-tst-leaks): Likewise.
17021         ($(objpfx)mtrace-tst-leaks2): Likewise.
17023         * scripts/merge-test-results.sh: New file.
17024         * Makefile (tests-special-notdir): New variable.
17025         (tests): Run merge-test-results.sh.
17026         (xtests): Likewise.
17027         * Rules (tests-special-notdir): New variable.
17028         (xtests-special-notdir): Likewise.
17029         (tests): Run merge-test-results.sh
17030         (xtests): Likewise.
17032         * Makeconfig (test-xfail-name): New variable.
17033         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
17034         compute variable name for expected failures.
17035         * conform/Makefile (conformtest-headers-data): New variable.
17036         (conformtest-standards): Likewise.
17037         (conformtest-headers-ISO): Likewise.
17038         (conformtest-headers-ISO99): Likewise.
17039         (conformtest-headers-ISO11): Likewise.
17040         (conformtest-headers-POSIX): Likewise.
17041         (conformtest-headers-XPG3): Likewise.
17042         (conformtest-headers-XPG4): Likewise.
17043         (conformtest-headers-UNIX98): Likewise.
17044         (conformtest-headers-XOPEN2K): Likewise.
17045         (conformtest-headers-POSIX2008): Likewise.
17046         (conformtest-headers-XOPEN2K8): Likewise.
17047         (conformtest-header-list-base): Likewise.
17048         (conformtest-header-list-tests): Likewise.
17049         (conformtest-header-base): Likewise.
17050         (conformtest-header-tests): Likewise.
17051         (tests-special): Add $(conformtest-header-list-tests).  If
17052         [$(fast-check) && !$(cross-compiling)], add
17053         $(conformtest-header-tests) instead of
17054         $(objpfx)run-conformtest.out.
17055         (generated): Add $(conformtest-header-list-base).  If
17056         [$(fast-check) && !$(cross-compiling)], add
17057         $(conformtest-header-base).  Remove previous setting.
17058         ($(conformtest-header-list-tests)): New target.
17059         (test-xfail-run-conformtest): Remove variable.
17060         ($(objpfx)run-conformtest.out): Remove target.
17061         (test-xfail-ISO11/complex.h/conform): New variable.
17062         (test-xfail-ISO11/stdalign.h/conform): Likewise.
17063         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
17064         (test-xfail-XPG3/varargs.h/conform): Likewise.
17065         (test-xfail-XPG4/varargs.h/conform): Likewise.
17066         (test-xfail-UNIX98/varargs.h/conform): Likewise.
17067         (test-xfail-XPG4/ndbm.h/conform): Likewise.
17068         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
17069         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
17070         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
17071         (test-xfail-XPG3/fcntl.h/conform): Likewise.
17072         (test-xfail-XPG3/ftw.h/conform): Likewise.
17073         (test-xfail-XPG3/grp.h/conform): Likewise.
17074         (test-xfail-XPG3/langinfo.h/conform): Likewise.
17075         (test-xfail-XPG3/limits.h/conform): Likewise.
17076         (test-xfail-XPG3/pwd.h/conform): Likewise.
17077         (test-xfail-XPG3/search.h/conform): Likewise.
17078         (test-xfail-XPG3/signal.h/conform): Likewise.
17079         (test-xfail-XPG3/stdio.h/conform): Likewise.
17080         (test-xfail-XPG3/stdlib.h/conform): Likewise.
17081         (test-xfail-XPG3/string.h/conform): Likewise.
17082         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
17083         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
17084         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
17085         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
17086         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
17087         (test-xfail-XPG3/sys/types.h/conform): Likewise.
17088         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
17089         (test-xfail-XPG3/termios.h/conform): Likewise.
17090         (test-xfail-XPG3/time.h/conform): Likewise.
17091         (test-xfail-XPG3/unistd.h/conform): Likewise.
17092         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
17093         (test-xfail-XPG4/fcntl.h/conform): Likewise.
17094         (test-xfail-XPG4/langinfo.h/conform): Likewise.
17095         (test-xfail-XPG4/netdb.h/conform): Likewise.
17096         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
17097         (test-xfail-XPG4/signal.h/conform): Likewise.
17098         (test-xfail-XPG4/stdio.h/conform): Likewise.
17099         (test-xfail-XPG4/stdlib.h/conform): Likewise.
17100         (test-xfail-XPG4/stropts.h/conform): Likewise.
17101         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
17102         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
17103         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
17104         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
17105         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
17106         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
17107         (test-xfail-XPG4/sys/time.h/conform): Likewise.
17108         (test-xfail-XPG4/sys/types.h/conform): Likewise.
17109         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
17110         (test-xfail-XPG4/termios.h/conform): Likewise.
17111         (test-xfail-XPG4/ucontext.h/conform): Likewise.
17112         (test-xfail-XPG4/unistd.h/conform): Likewise.
17113         (test-xfail-XPG4/utmpx.h/conform): Likewise.
17114         (test-xfail-POSIX/sched.h/conform): Likewise.
17115         (test-xfail-POSIX/signal.h/conform): Likewise.
17116         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17117         (test-xfail-POSIX/tar.h/conform): Likewise.
17118         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
17119         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
17120         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
17121         (test-xfail-UNIX98/netdb.h/conform): Likewise.
17122         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
17123         (test-xfail-UNIX98/sched.h/conform): Likewise.
17124         (test-xfail-UNIX98/signal.h/conform): Likewise.
17125         (test-xfail-UNIX98/stdio.h/conform): Likewise.
17126         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
17127         (test-xfail-UNIX98/stropts.h/conform): Likewise.
17128         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
17129         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
17130         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
17131         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
17132         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
17133         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
17134         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
17135         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
17136         (test-xfail-UNIX98/unistd.h/conform): Likewise.
17137         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
17138         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
17139         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
17140         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
17141         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
17142         (test-xfail-XOPEN2K/math.h/conform): Likewise.
17143         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
17144         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
17145         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
17146         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
17147         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
17148         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
17149         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
17150         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
17151         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
17152         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
17153         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
17154         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
17155         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
17156         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
17157         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
17158         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
17159         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
17160         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
17161         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
17162         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
17163         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
17164         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
17165         (test-xfail-POSIX2008/signal.h/conform): Likewise.
17166         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
17167         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
17168         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
17169         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
17170         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
17171         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
17172         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
17173         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
17174         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
17175         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
17176         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
17177         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
17178         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
17179         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
17180         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
17181         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
17182         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
17183         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
17184         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
17185         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
17186         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
17187         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
17188         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
17189         (conformtest-cc-flags): Likewise.
17190         ($(conformtest-header-tests): New target.
17191         * conform/check-header-lists.sh: New file.
17192         * conform/run-conformtest.sh: Remove.
17194         * conform/conformtest.pl: Allow ' and \ in values given for
17195         constants.
17196         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
17197         inclusion.
17198         [POSIX] (sys/types.h): Likewise.
17199         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
17200         inclusion.
17201         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
17202         inclusion.
17203         * conform/data/signal.h-data (SIGIO): Remove expectation.
17204         [XPG3] (SIGBUS): Do not expect.
17205         [POSIX || XPG3] (SIGPOLL): Likewise.
17206         [POSIX || XPG3] (SIGPROF): Likewise.
17207         [POSIX || XPG3] (SIGSYS): Likewise.
17208         [XPG3] (SIGTRAP): Likewise.
17209         [POSIX || XPG3] (SIGURG): Likewise.
17210         [POSIX || XPG3] (SIGVTALRM): Likewise.
17211         [POSIX || XPG3] (SIGXCPU): Likewise.
17212         [POSIX || XPG3] (SIGXFSZ): Likewise.
17213         [POSIX] (SA_SIGINFO): Expect.
17214         [XPG3] (siginfo_t): Do not expect type or contents.
17215         [POSIX] (si_pid): Do not expect element.
17216         [POSIX] (si_uid): Likewise.
17217         [POSIX] (si_addr): Likewise.
17218         [POSIX] (si_status): Likewise.
17219         [POSIX] (si_band): Likewise.
17220         [XPG4] (si_value): Likewise.
17221         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
17222         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
17223         [POSIX || XPG3] (ILL_ILLADR): Likewise.
17224         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
17225         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
17226         [POSIX || XPG3] (ILL_PRVREG): Likewise.
17227         [POSIX || XPG3] (ILL_COPROC): Likewise.
17228         [POSIX || XPG3] (ILL_BADSTK): Likewise.
17229         [POSIX || XPG3] (FPE_INTDIV): Likewise.
17230         [POSIX || XPG3] (FPE_INTOVF): Likewise.
17231         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
17232         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
17233         [POSIX || XPG3] (FPE_FLTUND): Likewise.
17234         [POSIX || XPG3] (FPE_FLTRES): Likewise.
17235         [POSIX || XPG3] (FPE_FLTINV): Likewise.
17236         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
17237         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
17238         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
17239         [POSIX || XPG3] (BUS_ADRALN): Likewise.
17240         [POSIX || XPG3] (BUS_ADRERR): Likewise.
17241         [POSIX || XPG3] (BUS_OBJERR): Likewise.
17242         [POSIX || XPG3] (CLD_EXITED): Likewise.
17243         [POSIX || XPG3] (CLD_KILLED): Likewise.
17244         [POSIX || XPG3] (CLD_DUMPED): Likewise.
17245         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
17246         [POSIX || XPG3] (CLD_STOPPED): Likewise.
17247         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
17248         [POSIX || XPG3] (POLL_IN): Likewise.
17249         [POSIX || XPG3] (POLL_OUT): Likewise.
17250         [POSIX || XPG3] (POLL_MSG): Likewise.
17251         [POSIX || XPG3] (POLL_ERR): Likewise.
17252         [POSIX || XPG3] (POLL_PRI): Likewise.
17253         [POSIX || XPG3] (POLL_HUP): Likewise.
17254         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
17255         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
17256         (SIG*): Do not allow.
17257         [XPG3] (si_*): Likewise.
17258         [XPG3] (SI_*): Likewise.
17259         [XPG3 || XPG4] (sigev_*): Likewise.
17260         [XPG3 || XPG4] (SIGEV_*): Likewise.
17261         [XPG3 || XPG4] (sival_*): Likewise.
17262         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
17263         [POSIX || XPG3] (BUS_*): Likewise.
17264         [POSIX || XPG3] (CLD_*): Likewise.
17265         [POSIX || XPG3] (FPE_*): Likewise.
17266         [POSIX || XPG3] (ILL_*): Likewise.
17267         [POSIX || XPG3] (POLL_*): Likewise.
17268         [POSIX || XPG3] (SEGV_*): Likewise.
17269         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
17270         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
17271         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
17272         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
17273         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
17274         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
17275         Specify type and value.
17276         (TVERSLEN): Likewise.
17277         (REGTYPE): Likewise.
17278         (AREGTYPE): Likewise.
17279         (LNKTYPE): Likewise.
17280         (SYMTYPE): Likewise.
17281         (CHRTYPE): Likewise.
17282         (BLKTYPE): Likewise.
17283         (DIRTYPE): Likewise.
17284         (FIFOTYPE): Likewise.
17285         (CONTTYPE): Likewise.
17286         (TSUID): Likewise.
17287         (TSGID): Likewise.
17288         (TSVTX): Likewise.
17289         (TUREAD): Likewise.
17290         (TUWRITE): Likewise.
17291         (TUEXEC): Likewise.
17292         (TGREAD): Likewise.
17293         (TGWRITE): Likewise.
17294         (TGEXEC): Likewise.
17295         (TOREAD): Likewise.
17296         (TOWRITE): Likewise.
17297         (TOEXEC): Likewise.
17298         [POSIX] (TSVTX): Expect constant.
17300 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
17302         * Makefile (tests): Change dependencies to ....
17303         (tests-special): ... additions to this variable.
17304         (tests): Depend on $(tests-special).
17305         * Makerules (check-abi-list): New variable.
17306         (check-abi): Depend on $(check-abi-list).
17307         [$(subdir) = elf] (tests-special): Add
17308         $(objpfx)check-abi-libc.out.
17309         [$(build-shared) = yes && subdir] (tests-special): Add
17310         $(check-abi-list).
17311         [$(build-shared) = yes && subdir] (tests): Do not depend on
17312         check-abi.
17313         * Rules (tests): Depend on $(tests-special).
17314         (xtests): Depend on $(xtests-special).
17315         * catgets/Makefile (tests): Change dependencies to ....
17316         (tests-special): ... additions to this variable.
17317         * conform/Makefile (tests): Change dependencies to ....
17318         (tests-special): ... additions to this variable.
17319         * elf/Makefile (tests): Change dependencies to ....
17320         (tests-special): ... additions to this variable.
17321         * grp/Makefile (tests): Change dependencies to ....
17322         (tests-special): ... additions to this variable.
17323         * iconv/Makefile (xtests): Change dependencies to ....
17324         (xtests-special): ... additions to this variable.
17325         * iconvdata/Makefile (tests): Change dependencies to ....
17326         (tests-special): ... additions to this variable.
17327         * intl/Makefile (tests): Change dependencies to ....
17328         (tests-special): ... additions to this variable.  Also add
17329         $(objpfx)tst-gettext.out.
17330         * io/Makefile (tests): Change dependencies to ....
17331         (tests-special): ... additions to this variable.
17332         * libio/Makefile (tests): Change dependencies to ....
17333         (tests-special): ... additions to this variable.
17334         * malloc/Makefile (tests): Change dependencies to ....
17335         (tests-special): ... additions to this variable.
17336         * misc/Makefile (tests): Change dependencies to ....
17337         (tests-special): ... additions to this variable.
17338         * nptl/Makefile (tests): Change dependencies to ....
17339         (tests-special): ... additions to this variable.
17340         * nptl_db/Makefile (tests): Change dependencies to ....
17341         (tests-special): ... additions to this variable.
17342         * posix/Makefile (tests): Change dependencies to ....
17343         (tests-special): ... additions to this variable.
17344         (xtests): Change dependencies to ....
17345         (xtests-special): ... additions to this variable.
17346         * resolv/Makefile (tests): Change dependencies to ....
17347         (tests-special): ... additions to this variable.
17348         (xtests): Change dependencies to ....
17349         (xtests-special): ... additions to this variable.
17350         * stdio-common/Makefile (tests): Change dependencies to ....
17351         (tests-special): ... additions to this variable.
17352         (do-tst-unbputc): Remove target.
17353         (do-tst-printf): Likewise.
17354         * stdlib/Makefile (tests): Change dependencies to ....
17355         (tests-special): ... additions to this variable.
17356         * string/Makefile (tests): Change dependencies to ....
17357         (tests-special): ... additions to this variable.
17358         * sysdeps/x86/Makefile (tests): Change dependencies to ....
17359         (tests-special): ... additions to this variable.
17361         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
17362         whole file.
17363         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
17364         whole file.
17365         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
17366         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
17368         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
17369         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
17370         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
17371         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
17372         * conform/data/libgen.h-data [XPG3]: Likewise.
17373         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
17374         * conform/data/ndbm.h-data [XPG3]: Likewise.
17375         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17376         * conform/data/netdb.h-data [XPG3]: Likewise.
17377         * conform/data/netinet/in.h-data [XPG3]: Likewise.
17378         * conform/data/poll.h-data [XPG3]: Likewise.
17379         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17380         * conform/data/strings.h-data [XPG3]: Likewise.
17381         * conform/data/stropts.h-data [XPG3]: Likewise.
17382         * conform/data/sys/mman.h-data [XPG3]: Likewise.
17383         * conform/data/sys/resource.h-data [XPG3]: Likewise.
17384         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
17385         Likewise.
17386         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
17387         * conform/data/sys/time.h-data [XPG3]: Likewise.
17388         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
17389         * conform/data/sys/uio.h-data [XPG3]: Likewise.
17390         * conform/data/sys/un.h-data [XPG3]: Likewise.
17391         * conform/data/syslog.h-data [XPG3]: Likewise.
17392         * conform/data/ucontext.h-data [XPG3]: Likewise.
17393         * conform/data/utmpx.h-data [XPG3]: Likewise.
17394         * conform/data/varargs.h-data [UNIX98]: Enable file.
17396         * manual/Makefile (INSTALL_INFO): Remove variable setting.
17398         * math/libm-test.inc (struct test_f_f_data): Move expected results
17399         into structure for each rounding mode.
17400         (struct test_ff_f_data): Likewise.
17401         (struct test_ff_f_data_nexttoward): Likewise.
17402         (struct test_fi_f_data): Likewise.
17403         (struct test_fl_f_data): Likewise.
17404         (struct test_if_f_data): Likewise.
17405         (struct test_fff_f_data): Likewise.
17406         (struct test_c_f_data): Likewise.
17407         (struct test_f_f1_data): Likewise.
17408         (struct test_fF_f1_data): Likewise.
17409         (struct test_ffI_f1_data): Likewise.
17410         (struct test_c_c_data): Likewise.
17411         (struct test_cc_c_data): Likewise.
17412         (struct test_f_i_data): Likewise.
17413         (struct test_ff_i_data): Likewise.
17414         (struct test_f_l_data): Likewise.
17415         (struct test_f_L_data): Likewise.
17416         (struct test_fFF_11_data): Likewise.
17417         (RM_): New macro.
17418         (RM_FE_DOWNWARD): Likewise.
17419         (RM_FE_TONEAREST): Likewise.
17420         (RM_FE_TOWARDZERO): Likewise.
17421         (RM_FE_UPWARD): Likewise.
17422         (RUN_TEST_LOOP_f_f): Update references to expected results.
17423         (RUN_TEST_LOOP_2_f): Likewise.
17424         (RUN_TEST_LOOP_fff_f): Likewise.
17425         (RUN_TEST_LOOP_c_f): Likewise.
17426         (RUN_TEST_LOOP_f_f1): Likewise.
17427         (RUN_TEST_LOOP_fF_f1): Likewise.
17428         (RUN_TEST_LOOP_fI_f1): Likewise.
17429         (RUN_TEST_LOOP_ffI_f1): Likewise.
17430         (RUN_TEST_LOOP_c_c): Likewise.
17431         (RUN_TEST_LOOP_cc_c): Likewise.
17432         (RUN_TEST_LOOP_f_i): Likewise.
17433         (RUN_TEST_LOOP_f_i_tg): Likewise.
17434         (RUN_TEST_LOOP_ff_i_tg): Likewise.
17435         (RUN_TEST_LOOP_f_b): Likewise.
17436         (RUN_TEST_LOOP_f_b_tg): Likewise.
17437         (RUN_TEST_LOOP_f_l): Likewise.
17438         (RUN_TEST_LOOP_f_L): Likewise.
17439         (RUN_TEST_LOOP_fFF_11): Likewise.
17440         * math/gen-libm-test.pl (parse_args): Output four copies of
17441         expected results for each test.
17443         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17444         (__ASSUME_UTIMES): Remove.
17445         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17446         (__ASSUME_UTIMES): Likewise.
17448         * math/gen-auto-libm-tests.c: Update comment on output format.
17449         (output_for_one_input_case): Generate before-rounding and
17450         after-rounding information as conditions on output flags not
17451         floating-point format.
17452         * math/auto-libm-test-out: Regenerated.
17453         * math/gen-libm-test.pl (cond_value): New function.
17454         (or_cond_value): Use cond_value.
17455         (generate_testfile): Handle conditional exceptions.
17457 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
17459         * math/libm-test.inc (max_valid_error): New variable.
17460         (init_max_error): Take new argument specifying whether function
17461         results are exactly determined.  Set max_valid_error and bound
17462         other variables for errors based on this argument.
17463         (set_max_error): Do not record results above max_valid_error.
17464         (check_float_internal): Only accept errors of up to 0.5ulps if
17465         also at most max_valid_error.
17466         (START): Take new argument EXACT and pass it to init_max_error.
17467         (acos_test): Update call to START.
17468         (acos_test_tonearest): Likewise.
17469         (acos_test_towardzero): Likewise.
17470         (acos_test_downward): Likewise.
17471         (acos_test_upward): Likewise.
17472         (acosh_test): Likewise.
17473         (asin_test): Likewise.
17474         (asin_test_tonearest): Likewise.
17475         (asin_test_towardzero): Likewise.
17476         (asin_test_downward): Likewise.
17477         (asin_test_upward): Likewise.
17478         (asinh_test): Likewise.
17479         (atan_test): Likewise.
17480         (atanh_test): Likewise.
17481         (atan2_test): Likewise.
17482         (cabs_test): Likewise.
17483         (cacos_test): Likewise.
17484         (cacosh_test): Likewise.
17485         (carg_test): Likewise.
17486         (casin_test): Likewise.
17487         (casinh_test): Likewise.
17488         (catan_test): Likewise.
17489         (catanh_test): Likewise.
17490         (cbrt_test): Likewise.
17491         (ccos_test): Likewise.
17492         (ccosh_test): Likewise.
17493         (ceil_test): Likewise.
17494         (cexp_test): Likewise.
17495         (cimag_test): Likewise.
17496         (clog_test): Likewise.
17497         (clog10_test): Likewise.
17498         (conj_test): Likewise.
17499         (copysign_test): Likewise.
17500         (cos_test): Likewise.
17501         (cos_test_tonearest): Likewise.
17502         (cos_test_towardzero): Likewise.
17503         (cos_test_downward): Likewise.
17504         (cos_test_upward): Likewise.
17505         (cosh_test): Likewise.
17506         (cosh_test_tonearest): Likewise.
17507         (cosh_test_towardzero): Likewise.
17508         (cosh_test_downward): Likewise.
17509         (cosh_test_upward): Likewise.
17510         (cpow_test): Likewise.
17511         (cproj_test): Likewise.
17512         (creal_test): Likewise.
17513         (csin_test): Likewise.
17514         (csinh_test): Likewise.
17515         (csqrt_test): Likewise.
17516         (ctan_test): Likewise.
17517         (ctan_test_tonearest): Likewise.
17518         (ctan_test_towardzero): Likewise.
17519         (ctan_test_downward): Likewise.
17520         (ctan_test_upward): Likewise.
17521         (ctanh_test): Likewise.
17522         (ctanh_test_tonearest): Likewise.
17523         (ctanh_test_towardzero): Likewise.
17524         (ctanh_test_downward): Likewise.
17525         (ctanh_test_upward): Likewise.
17526         (erf_test): Likewise.
17527         (erfc_test): Likewise.
17528         (exp_test): Likewise.
17529         (exp_test_tonearest): Likewise.
17530         (exp_test_towardzero): Likewise.
17531         (exp_test_downward): Likewise.
17532         (exp_test_upward): Likewise.
17533         (exp10_test): Likewise.
17534         (exp10_test_tonearest): Likewise.
17535         (exp10_test_towardzero): Likewise.
17536         (exp10_test_downward): Likewise.
17537         (exp10_test_upward): Likewise.
17538         (pow10_test): Likewise.
17539         (exp2_test): Likewise.
17540         (expm1_test): Likewise.
17541         (expm1_test_tonearest): Likewise.
17542         (expm1_test_towardzero): Likewise.
17543         (expm1_test_downward): Likewise.
17544         (expm1_test_upward): Likewise.
17545         (fabs_test): Likewise.
17546         (fdim_test): Likewise.
17547         (floor_test): Likewise.
17548         (fma_test): Likewise.
17549         (fma_test_towardzero): Likewise.
17550         (fma_test_downward): Likewise.
17551         (fma_test_upward): Likewise.
17552         (fmax_test): Likewise.
17553         (fmin_test): Likewise.
17554         (fmod_test): Likewise.
17555         (fpclassify_test): Likewise.
17556         (frexp_test): Likewise.
17557         (hypot_test): Likewise.
17558         (ilogb_test): Likewise.
17559         (isfinite_test): Likewise.
17560         (finite_test): Likewise.
17561         (isgreater_test): Likewise.
17562         (isgreaterequal_test): Likewise.
17563         (isinf_test): Likewise.
17564         (isless_test): Likewise.
17565         (islessequal_test): Likewise.
17566         (islessgreater_test): Likewise.
17567         (isnan_test): Likewise.
17568         (isnormal_test): Likewise.
17569         (issignaling_test): Likewise.
17570         (isunordered_test): Likewise.
17571         (j0_test): Likewise.
17572         (j1_test): Likewise.
17573         (jn_test): Likewise.
17574         (ldexp_test): Likewise.
17575         (lgamma_test): Likewise.
17576         (gamma_test): Likewise.
17577         (lrint_test): Likewise.
17578         (lrint_test_tonearest): Likewise.
17579         (lrint_test_towardzero): Likewise.
17580         (lrint_test_downward): Likewise.
17581         (lrint_test_upward): Likewise.
17582         (llrint_test): Likewise.
17583         (llrint_test_tonearest): Likewise.
17584         (llrint_test_towardzero): Likewise.
17585         (llrint_test_downward): Likewise.
17586         (llrint_test_upward): Likewise.
17587         (log_test): Likewise.
17588         (log10_test): Likewise.
17589         (log1p_test): Likewise.
17590         (log2_test): Likewise.
17591         (logb_test): Likewise.
17592         (logb_test_downward): Likewise.
17593         (lround_test): Likewise.
17594         (llround_test): Likewise.
17595         (modf_test): Likewise.
17596         (nearbyint_test): Likewise.
17597         (nextafter_test): Likewise.
17598         (nexttoward_test): Likewise.
17599         (pow_test): Likewise.
17600         (pow_test_tonearest): Likewise.
17601         (pow_test_towardzero): Likewise.
17602         (pow_test_downward): Likewise.
17603         (pow_test_upward): Likewise.
17604         (remainder_test): Likewise.
17605         (drem_test): Likewise.
17606         (remainder_test_tonearest): Likewise.
17607         (drem_test_tonearest): Likewise.
17608         (remainder_test_towardzero): Likewise.
17609         (drem_test_towardzero): Likewise.
17610         (remainder_test_downward): Likewise.
17611         (drem_test_downward): Likewise.
17612         (remainder_test_upward): Likewise.
17613         (drem_test_upward): Likewise.
17614         (remquo_test): Likewise.
17615         (rint_test): Likewise.
17616         (rint_test_tonearest): Likewise.
17617         (rint_test_towardzero): Likewise.
17618         (rint_test_downward): Likewise.
17619         (rint_test_upward): Likewise.
17620         (round_test): Likewise.
17621         (scalb_test): Likewise.
17622         (scalbn_test): Likewise.
17623         (scalbln_test): Likewise.
17624         (signbit_test): Likewise.
17625         (sin_test): Likewise.
17626         (sin_test_tonearest): Likewise.
17627         (sin_test_towardzero): Likewise.
17628         (sin_test_downward): Likewise.
17629         (sin_test_upward): Likewise.
17630         (sincos_test): Likewise.
17631         (sinh_test): Likewise.
17632         (sinh_test_tonearest): Likewise.
17633         (sinh_test_towardzero): Likewise.
17634         (sinh_test_downward): Likewise.
17635         (sinh_test_upward): Likewise.
17636         (sqrt_test): Likewise.
17637         (sqrt_test_tonearest): Likewise.
17638         (sqrt_test_towardzero): Likewise.
17639         (sqrt_test_downward): Likewise.
17640         (sqrt_test_upward): Likewise.
17641         (tan_test): Likewise.
17642         (tan_test_tonearest): Likewise.
17643         (tan_test_towardzero): Likewise.
17644         (tan_test_downward): Likewise.
17645         (tan_test_upward): Likewise.
17646         (tanh_test): Likewise.
17647         (tgamma_test): Likewise.
17648         (trunc_test): Likewise.
17649         (y0_test): Likewise.
17650         (y1_test): Likewise.
17651         (yn_test): Likewise.
17652         (significand_test): Likewise.
17654         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
17655         individual tests in comment.
17656         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
17657         (prev_max_error): New variable.
17658         (prev_real_max_error): Likewise.
17659         (prev_imag_max_error): Likewise.
17660         (compare_ulp_data): Don't refer to test names in comment.
17661         (find_test_ulps): Remove function.
17662         (find_function_ulps): Likewise.
17663         (find_complex_function_ulps): Likewise.
17664         (init_max_error): Take function name as argument.  Look up ulps
17665         for that function.
17666         (print_ulps): Remove function.
17667         (print_max_error): Use prev_max_error instead of calling
17668         find_function_ulps.
17669         (print_complex_max_error): Use prev_real_max_error and
17670         prev_imag_max_error instead of calling find_complex_function_ulps.
17671         (check_float_internal): Take max_ulp parameter instead of calling
17672         find_test_ulps.  Don't call print_ulps.
17673         (check_float): Update call to check_float_internal.
17674         (check_complex): Update calls to check_float_internal.
17675         (START): Pass argument to init_max_error.
17676         * math/gen-libm-test.pl (%results): Don't include "kind"
17677         information.
17678         (parse_ulps): Don't handle ulps of individual tests.
17679         (print_ulps_file): Likewise.
17680         (output_ulps): Likewise.
17681         * math/README.libm-test: Update.
17682         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
17683         individual tests.
17684         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
17685         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
17686         * sysdeps/arm/libm-test-ulps: Likewise.
17687         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
17688         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
17689         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
17690         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
17691         * sysdeps/microblaze/libm-test-ulps: Likewise.
17692         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
17693         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
17694         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
17695         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
17696         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
17697         * sysdeps/sh/libm-test-ulps: Likewise.
17698         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
17699         * sysdeps/tile/libm-test-ulps: Likewise.
17700         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17702 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
17704         * math/libm-test.inc (print_complex_max_error): Check separately
17705         whether real and imaginary errors are within allowed range and
17706         pass 0 to print_complex_function_ulps instead of value within
17707         allowed range.
17709 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17711         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
17712         formatting.
17713         (get_handles_fopen): Likewise.
17714         (do_write_test): Likewise.
17716         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
17718         * libio/fileops.c (do_ftell): Use cached offset when
17719         available.
17720         * libio/iofwide.c (do_ftell_wide): Likewise.
17721         * libio/iofdopen.c (_IO_new_fdopen): Don't use
17722         _IO_file_attach.
17723         * libio/wfileops.c (_IO_fwide): Don't cache offset.
17725         [BZ #16532]
17726         * libio/libioP.h (get_file_offset): New function.
17727         * libio/fileops.c (get_file_offset): Likewise.
17728         (do_ftell): Likewise.
17729         (_IO_new_file_seekoff): Split out ftell logic.
17730         * libio/wfileops.c (do_ftell_wide): Likewise.
17731         (_IO_wfile_seekoff): Split out ftell logic.
17732         * libio/tst-ftell-active-handler.c: New test case.
17733         * libio/Makefile (tests): Add it.
17735 2014-03-03  Roland McGrath  <roland@hack.frob.com>
17737         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
17738         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
17740 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
17742         [BZ #16639]
17743         * nscd/connections.c (nscd_init): Call do_exit.
17744         (start_threads): Call do_exit and notify_parent.
17745         (begin_drop_privileges): Call do_exit.
17746         (finish_drop_privileges): Likewise.
17747         * nscd/selinux.c (preserve_capabilities): Likewise.
17748         (install_real_capabilities): Likewise.
17749         (nscd_selinux_enabled): Likewise.
17750         (avc_create_thread): Likewise.
17751         (avc_alloc_lock): Likewise.
17752         (nscd_avc_init): Likewise.
17753         * nscd/nscd.c (parent_fd): New static variable.
17754         (main): Create a pipe between parent and child processes.
17755         Skip closing parent_fd.
17756         (monitor_child): New function.
17757         (do_exit): Likewise.
17758         (notify_parent): Likewise.
17759         * nscd/nscd.h (notify_parent): Likewise.
17760         (do_exit): Likewise.
17762 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
17764         * malloc/malloc.c (__libc_calloc): Revert last change.
17766 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17768         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17770 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
17772         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
17773         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
17774         implementation.
17775         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17776         (__libc_ifunc_impl_list): Likewise.
17777         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
17778         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
17779         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
17780         * string/strrchr.c: Define STRRCHR.
17782 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
17784         * benchtest/bench-strtok.c (simple_strtok): Delete.
17785         (strtok_string): Use as benchmark.
17786         * string/strtok (STRTOK): New macro.
17788 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
17790         * manual/threads.texi: Add header and standard comments to all
17791         functions.
17793         * elf/dl-lookup.c (check_match): New function.
17794         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
17795         (do_lookup_x): Remove nested function check_match. Use non-nested
17796         function check_match.
17798 2014-02-28  Roland McGrath  <roland@hack.frob.com>
17800         * csu/Makefile (generated, before-compile): Use += rather than =.
17801         * catgets/Makefile (generated, generated-dirs): Likewise.
17802         * debug/Makefile (generated): Likewise.
17803         * dlfcn/Makefile (generated): Likewise.
17804         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
17805         * iconvdata/Makefile (before-compile, generated): Likewise.
17806         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
17807         * libio/Makefile (generated): Likewise.
17808         * malloc/Makefile (generated): Likewise.
17809         * manual/Makefile (generated, generated-dirs): Likewise.
17810         * misc/Makefile (generated): Likewise.
17811         * posix/Makefile (generated): Likewise.
17812         * resolv/Makefile (generated): Likewise.
17813         * sunrpc/Makefile (generated, generated-dirs): Likewise.
17814         * timezone/Makefile (generated, generated-dirs): Likewise.
17816         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
17818 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17820         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17821         power8 implementation.
17822         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
17823         file: POWER8 llround ifunc implementation.
17824         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
17825         (__lllround): Add POWER8 implementation.
17826         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
17827         POWER8 llround implementation.
17829         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
17830         power8 implementation.
17831         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
17832         file: POWER8 llrint ifunc implementation.
17833         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
17834         Add POWER8 implementation.
17835         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
17836         POWER8 llrint implementation.
17838         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
17839         power8 implementation.
17840         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
17841         file: POWER8 finite ifunc implementation.
17842         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
17843         Add POWER8 implementation.
17844         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
17845         Likewise.
17846         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
17847         POWER8 finite implementation.
17848         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
17850         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
17851         power8 implementation.
17852         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
17853         file: POWER8 isinf ifunc implementation.
17854         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
17855         POWER8 implementation.
17856         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
17857         Likewise.
17858         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
17859         isinf implementation.
17860         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
17862         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
17863         (INIT_ARCH): Add hwcap2 initialization.
17864         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17865         power8 implementation.
17866         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
17867         file: POWER8 isnan ifunc implementation.
17868         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
17869         POWER8 implementation.
17870         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
17871         Likewise.
17872         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
17873         isnan implementation.
17874         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
17876 2014-02-27  Joey Ye  <joey.ye@arm.com>
17878         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
17879         (_FP_NANFRAC_Q): Set to zero.
17881 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
17883         [BZ #16623]
17884         * math/auto-libm-test-in: New test inputs.
17885         * math/auto-libm-test-out: Regenerate.
17886         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
17887         and DA.
17888         (__cos): Likewise.
17889         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
17891 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
17893         * scripts/evaluate-test.sh: Take new argument indicating whether
17894         failure is expected.
17895         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
17896         indicating whether failure is expected.
17897         * conform/Makefile (test-xfail-run-conformtest): New variable.
17898         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
17899         level.
17900         * posix/Makefile (test-xfail-annexc): New variable.
17901         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
17903 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
17905         * argp/Makefile: Include Makeconfig immediately after defining
17906         subdir.
17907         * assert/Makefile: Likewise.
17908         * benchtests/Makefile: Likewise.
17909         * catgets/Makefile: Likewise.
17910         * conform/Makefile: Likewise.
17911         * crypt/Makefile: Likewise.
17912         * csu/Makefile: Likewise.
17913         (all): Remove target.
17914         * ctype/Makefile: Include Makeconfig immediately after defining
17915         subdir.
17916         * debug/Makefile: Likewise.
17917         * dirent/Makefile: Likewise.
17918         * dlfcn/Makefile: Likewise.
17919         * gmon/Makefile: Likewise.
17920         * gnulib/Makefile: Likewise.
17921         * grp/Makefile: Likewise.
17922         * gshadow/Makefile: Likewise.
17923         * hesiod/Makefile: Likewise.
17924         * hurd/Makefile: Likewise.
17925         (all): Remove target.
17926         * iconvdata/Makefile: Include Makeconfig immediately after
17927         defining subdir.
17928         * inet/Makefile: Likewise.
17929         * intl/Makefile: Likewise.
17930         * io/Makefile: Likewise.
17931         * libio/Makefile: Likewise.
17932         (all): Remove target.
17933         * locale/Makefile: Include Makeconfig immediately after defining
17934         subdir.
17935         * login/Makefile: Likewise.
17936         * mach/Makefile: Likewise.
17937         (all): Remove target.
17938         * malloc/Makefile: Include Makeconfig immediately after defining
17939         subdir.
17940         (all): Remove target.
17941         * manual/Makefile: Include Makeconfig immediately after defining
17942         subdir.
17943         * math/Makefile: Likewise.
17944         * misc/Makefile: Likewise.
17945         * nis/Makefile: Likewise.
17946         * nss/Makefile: Likewise.
17947         * po/Makefile: Likewise.
17948         (all): Remove target.
17949         * posix/Makefile: Include Makeconfig immediately after defining
17950         subdir.
17951         * pwd/Makefile: Likewise.
17952         * resolv/Makefile: Likewise.
17953         * resource/Makefile: Likewise.
17954         * rt/Makefile: Likewise.
17955         * setjmp/Makefile: Likewise.
17956         * shadow/Makefile: Likewise.
17957         * signal/Makefile: Likewise.
17958         * socket/Makefile: Likewise.
17959         * soft-fp/Makefile: Likewise.
17960         * stdio-common/Makefile: Likewise.
17961         * stdlib/Makefile: Likewise.
17962         * streams/Makefile: Likewise.
17963         * string/Makefile: Likewise.
17964         * sunrpc/Makefile: Likewise.
17965         (all): Remove target.
17966         * sysvipc/Makefile: Include Makeconfig immediately after defining
17967         subdir.
17968         * termios/Makefile: Likewise.
17969         * time/Makefile: Likewise.
17970         * timezone/Makefile: Likewise.
17971         (all): Remove target.
17972         * wcsmbs/Makefile: Include Makeconfig immediately after defining
17973         subdir.
17974         * wctype/Makefile: Likewise.
17976 2014-02-26  Steve Ellcey  <sellcey@mips.com>
17978         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
17979         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
17980         (libc_feholdexcept_setround_mips): Ditto.
17981         (libc_feholdsetround): New.
17982         (libc_feholdsetroundf): New.
17983         (libc_feholdsetroundl): New.
17984         (libc_feupdateenv_test_mips): New.
17985         (libc_feupdateenv_test): New.
17986         (libc_feupdateenv_testf): New.
17987         (libc_feupdateenv_testl): New.
17988         (libc_feresetround): New.
17989         (libc_feresetroundf): New.
17990         (libc_feresetroundl): New.
17991         (libc_fetestexcept_mips): New.
17992         (libc_fetestexcept): New.
17993         (libc_fetestexceptf): New.
17994         (libc_fetestexceptl): New.
17995         (HAVE_RM_CTX): New.
17996         (libc_feholdexcept_setround_mips_ctx): New.
17997         (libc_feholdexcept_setround_ctx): New.
17998         (libc_feholdexcept_setroundf_ctx): New.
17999         (libc_feholdexcept_setroundl_ctx): New.
18000         (libc_fesetenv_mips_ctx): New.
18001         (libc_fesetenv_ctx): New.
18002         (libc_fesetenv_ctxf): New.
18003         (libc_fesetenv_ctxl): New.
18004         (libc_feupdateenv_mips_ctx): New.
18005         (libc_feupdateenv_ctx): New.
18006         (libc_feupdateenvf_ctx): New.
18007         (libc_feupdateenvl_ctx): New.
18008         (libc_feholdsetround_mips_ctx): New.
18009         (libc_feholdsetround_ctx): New.
18010         (libc_feholdsetroundf_ctx): New.
18011         (libc_feholdsetroundl_ctx): New.
18012         (libc_feresetround_mips_ctx): New.
18013         (libc_feresetround_ctx): New.
18014         (libc_feresetroundf_ctx): New.
18015         (libc_feresetroundl_ctx): New.
18017 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
18019         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
18021         * manual/ipc.texi: New file.
18022         * manual/Makefile (chapters): Add ipc.
18023         * manual/job.texi: Add "Inter-Process Communication" to next.
18024         * manual/process.texi: Add "Inter-Process Communication" to prev.
18026 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18028         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18030 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
18032         * malloc/malloc.c (__libc_calloc): Simplify implementation.
18034         * manual/arith.texi: Fix spaces after sentences.
18035         * manual/charset.texi: Likewise.
18036         * manual/errno.texi: Likewise.
18037         * manual/install.texi: Likewise.
18038         * manual/llio.texi: Likewise.
18039         * manual/locale.texi: Likewise.
18040         * manual/maint.texi: Likewise.
18041         * manual/math.texi: Likewise.
18042         * manual/memory.texi: Likewise.
18043         * manual/message.texi: Likewise.
18044         * manual/probes.texi: Likewise.
18045         * manual/resource.texi: Likewise.
18046         * manual/signal.texi: Likewise.
18047         * manual/socket.texi: Likewise.
18048         * manual/stdio.texi: Likewise.
18049         * manual/string.texi: Likewise.
18050         * manual/time.texi: Likewise.
18051         * manual/users.texi: Likewise.
18053 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
18055         [BZ #16632]
18056         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
18057         _DEFAULT_SOURCE is defined.
18059 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
18060             Carlos O'Donell  <carlos@redhat.com>
18062         [BZ #16613]
18063         * elf/dl-tls.c (_dl_count_modids): New function.
18064         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
18065         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
18066         audit library and increment generation counter.
18067         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
18068         * elf/tst-audit9.c: New file.
18069         * elf/tst-auditmod9a.c: New file.
18070         * elf/tst-auditmod9b.c: New file.
18071         * elf/Makefile: Add rules to build and run tst-audit9.
18073 2014-02-25  Florian Weimer  <fweimer@redhat.com>
18075         [BZ #15347]
18076         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
18078 2014-02-25  Will Newton  <will.newton@linaro.org>
18080         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
18081         (__longjmp): Restore sp and lr before restoring callee
18082         saved registers.  Add longjmp and longjmp_target
18083         SystemTap probe point.
18084         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
18085         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
18086         Define to zero to match jmpbuf layout.
18087         * sysdeps/arm/setjmp.S: Include stap-probe.h.
18088         (__sigsetjmp): Save sp and lr before saving callee
18089         saved registers.  Add setjmp SystemTap probe point.
18091 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
18093         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18095 2014-02-24  Andreas Schwab  <schwab@suse.de>
18097         [BZ #15804]
18098         * elf/pldd.c (wait_for_ptrace_stop): New function.
18099         (main): Call it after attaching.
18101 2014-02-22  Roland McGrath  <roland@hack.frob.com>
18103         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
18104         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
18105         Versions files is now verboten.
18106         * hurd/Versions (libc: GLIBC_2.0):
18107         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
18108         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
18109         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
18110         * mach/Versions: Likewise.
18112         * csu/Versions: Remove unused %include.
18113         * resolv/Versions: Likewise.
18115 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
18117         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
18118         ($(objpfx)check-local-headers.out): Likewise.
18119         ($(objpfx)begin-end-check.out): Likewise.
18120         * Makerules (check-abi-%.out): Likewise.
18121         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
18122         ($(objpfx)test2.cat): Likewise.
18123         ($(objpfx)de/libc.cat): Likewise.
18124         ($(objpfx)test-gencat.out): Likewise.
18125         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
18126         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
18127         ($(objpfx)noload-mem): Likewise.
18128         ($(objpfx)tst-pathopt.out): Likewise.
18129         ($(objpfx)tst-rtld-load-self.out): Likewise.
18130         ($(objpfx)tst-array1-cmp.out): Likewise.
18131         ($(objpfx)tst-array1-static-cmp.out): Likewise.
18132         ($(objpfx)tst-array2-cmp.out): Likewise.
18133         ($(objpfx)tst-array3-cmp.out): Likewise.
18134         ($(objpfx)tst-array4-cmp.out): Likewise.
18135         ($(objpfx)tst-array5-cmp.out): Likewise.
18136         ($(objpfx)tst-array5-static-cmp.out): Likewise.
18137         ($(objpfx)check-textrel.out): Likewise.
18138         ($(objpfx)check-execstack.out): Likewise.
18139         ($(objpfx)check-localplt.out): Likewise.
18140         ($(objpfx)order2-cmp.out): Likewise.
18141         ($(objpfx)tst-leaks1-mem): Likewise.
18142         ($(objpfx)tst-leaks1-static-mem): Likewise.
18143         ($(objpfx)tst-initorder-cmp.out): Likewise.
18144         ($(objpfx)tst-initorder2-cmp.out): Likewise.
18145         ($(objpfx)tst-unused-dep.out): Likewise.
18146         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
18147         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
18148         * iconv/Makefile (test-iconvconfig): Likewise.
18149         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
18150         ($(objpfx)iconv-test.out): Likewise.
18151         ($(objpfx)tst-tables.out): Likewise.
18152         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
18153         ($(objpfx)tst-gettext.out): Likewise.
18154         ($(objpfx)tst-translit.out): Likewise.
18155         ($(objpfx)tst-gettext2.out): Likewise.
18156         ($(objpfx)tst-gettext4.out): Likewise.
18157         ($(objpfx)tst-gettext6.out): Likewise.
18158         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
18159         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
18160         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
18161         ($(objpfx)tst-fopenloc-mem.out): Likewise.
18162         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
18163         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
18164         * posix/Makefile ($(objpfx)globtest.out): Likewise.
18165         ($(objpfx)wordexp-tst.out): Likewise.
18166         ($(objpfx)annexc.out): Likewise.
18167         ($(objpfx)tst-fnmatch-mem): Likewise.
18168         ($(objpfx)bug-regex2-mem): Likewise.
18169         ($(objpfx)bug-regex14-mem): Likewise.
18170         ($(objpfx)bug-regex21-mem): Likewise.
18171         ($(objpfx)bug-regex31-mem): Likewise.
18172         ($(objpfx)tst-vfork3-mem): Likewise.
18173         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
18174         ($(objpfx)tst-pcre-mem): Likewise.
18175         ($(objpfx)tst-boost-mem): Likewise.
18176         ($(objpfx)tst-getconf.out): Likewise.
18177         ($(objpfx)bug-ga2-mem): Likewise.
18178         ($(objpfx)bug-glob2-mem): Likewise.
18179         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
18180         ($(objpfx)mtrace-tst-leaks2): Likewise.
18181         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
18182         ($(objpfx)tst-printf.out): Likewise.
18183         ($(objpfx)tst-setvbuf1.out): Likewise.
18184         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
18185         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
18186         ($(objpfx)tst-fmtmsg.out): Likewise.
18187         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
18188         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
18190         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
18191         * bits/sigaction.h [__USE_MISC]: Likewise.
18192         * bits/waitstatus.h: Update #endif comments.
18193         * ctype/ctype.h: Likewise.
18194         * dirent/dirent.h: Likewise.
18195         [__USE_MISC]: Remove redundant conditionals.
18196         * grp/grp.h: Update #endif comments.
18197         [__USE_GNU]: Remove redundant conditionals.
18198         [__USE_MISC]: Likewise.
18199         * inet/netinet/in.h [__USE_GNU]: Likewise.
18200         * io/sys/stat.h [__USE_MISC]: Likewise.
18201         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
18202         * libio/bits/stdio.h: Update #endif comments.
18203         [__USE_MISC]: Remove redundant conditionals.
18204         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
18205         * libio/stdio.h: Update #endif comments.
18206         [__USE_MISC]: Remove redundant conditionals.
18207         * math/bits/math-finite.h [__USE_MISC]: Likewise.
18208         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
18209         * math/math.h: Update #else and #endif comments.
18210         [__USE_MISC]: Remove redundant conditionals.
18211         * misc/sys/uio.h: Update #endif comments.
18212         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
18213         * posix/glob.h [__USE_MISC]: Likewise.
18214         * posix/sys/types.h: Update #endif comments.
18215         [__USE_MISC]: Remove redundant conditionals.
18216         * posix/sys/wait.h: Update #endif comments.
18217         [__USE_MISC]: Remove redundant conditionals.
18218         * posix/unistd.h: Update #endif comments.
18219         [__USE_MISC]: Remove redundant conditionals.
18220         * pwd/pwd.h [__USE_GNU]: Likewise.
18221         [__USE_MISC]: Likewise.
18222         * resolv/netdb.h [__USE_GNU]: Likewise.
18223         * signal/signal.h: Update #endif comments.
18224         [__USE_MISC]: Remove redundant conditionals.
18225         * stdlib/stdlib.h: Update #else and #endif comments.
18226         [__USE_MISC]: Remove redundant conditionals.
18227         [__USE_GNU]: Likewise.
18228         * string/bits/string2.h [__USE_MISC]: Likewise.
18229         * string/string.h: Update #endif comments.
18230         [__USE_MISC]: Remove redundant conditionals.
18231         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
18232         Likewise.
18233         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
18234         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
18235         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
18236         Likewise.
18237         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
18238         Likewise.
18239         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
18240         comments.
18241         [__USE_MISC]: Remove redundant conditionals.
18242         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
18243         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
18244         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
18245         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
18246         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
18247         Likewise.
18248         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
18249         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
18250         Likewise.
18251         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
18252         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
18253         Likewise.
18254         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
18255         Likewise.
18256         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
18257         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
18258         Likewise.
18259         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
18260         Likewise.
18261         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
18262         * sysdeps/x86/bits/string.h: Update #endif comments.
18263         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
18264         conditionals.
18265         * time/sys/time.h: Update #endif comments.
18266         * time/time.h: Likewise.
18267         [__USE_MISC]: Remove redundant conditionals.
18269 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
18271         [BZ #16600]
18272         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
18274 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
18276         * Versions.def (librt): Add GLIBC_2.17.
18278 2014-02-21  Adam Conrad  <adconrad@0c3.net>
18280         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
18281         synonym for _SYS_AUXV_H to allow direct inclusion.
18282         * sysdeps/sparc/bits/hwcap.h: Likewise.
18283         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
18284         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
18285         * sysdeps/sparc/sysdep.h: Likewise.
18287 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18289         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
18291 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18293         * benchtests/bench-strrchr.c: Print length instead of position.
18295 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
18297         [BZ #16611]
18298         * sysdeps/unix/sysv/linux/kernel-features.h
18299         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
18300         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
18301         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
18302         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
18303         Likewise.
18304         [__i386__ || __powerpc__ || __sh__ || __sparc__]
18305         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18306         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
18307         (__ASSUME_SENDMMSG): Define instead of using previous
18308         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
18309         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18310         (__ASSUME_SENDMMSG_SYSCALL): Define.
18311         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18312         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
18313         Likewise.
18314         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18315         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18316         Likewise.
18317         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18318         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18319         Likewise.
18320         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
18321         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18322         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18323         [__ASSUME_SENDMMSG]: Change conditionals to
18324         [__ASSUME_SENDMMSG_SOCKETCALL].
18325         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18326         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
18327         Define.
18328         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18329         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
18330         Likewise.
18331         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
18332         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18333         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18334         [!__ASSUME_SENDMMSG]: Change conditional to
18335         [!__ASSUME_SENDMMSG_SOCKETCALL].
18336         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18337         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18338         Define.
18340         [BZ #16610]
18341         * sysdeps/unix/sysv/linux/kernel-features.h
18342         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
18343         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
18344         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
18345         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
18346         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18347         [__i386__ || __sparc__]
18348         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18349         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
18350         (__ASSUME_RECVMMSG): Define instead of using previous
18351         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
18352         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18353         (__ASSUME_RECVMMSG_SYSCALL): Define.
18354         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18355         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18356         Likewise.
18357         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18358         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18359         Likewise.
18360         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18361         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18362         Likewise.
18363         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
18364         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18365         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18366         [__ASSUME_RECVMMSG]: Change condition to
18367         [__ASSUME_RECVMMSG_SOCKETCALL].
18368         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18369         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18370         Define.
18371         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18372         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18373         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18374         Likewise.
18375         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
18376         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18377         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18378         [!__ASSUME_RECVMMSG]: Change condition to
18379         [!__ASSUME_RECVMMSG_SOCKETCALL].
18380         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18381         (__ASSUME_RECVMMSG_SYSCALL): Define.
18383         [BZ #16609]
18384         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
18385         __powerpc__ || __s390__ || __sh__ || __sparc__]
18386         (__ASSUME_SOCKETCALL): Define.
18387         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
18388         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
18389         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
18390         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
18391         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18392         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
18393         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
18394         (__ASSUME_ACCEPT4): Define instead of using previous
18395         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
18396         __powerpc__ || __sparc__ || __s390__)] condition.
18397         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18398         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18399         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
18400         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18401         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18402         [!__ASSUME_ACCEPT4]: Change condition to
18403         [!__ASSUME_ACCEPT4_SOCKETCALL].
18404         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18405         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
18406         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
18407         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18408         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
18409         __ASSUME_ACCEPT4_SYSCALL.
18410         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
18411         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
18412         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18413         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
18414         __ASSUME_ACCEPT4_SYSCALL.
18415         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
18416         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18417         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18418         [__ASSUME_ACCEPT4]: Change condition to
18419         [__ASSUME_ACCEPT4_SOCKETCALL].
18420         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
18421         (__ASSUME_SOCKETCALL): Define.
18422         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
18423         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18424         (__ASSUME_SOCKETCALL): Define.
18425         (__ASSUME_ACCEPT4): Remove.
18426         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
18427         Define.
18428         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18429         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
18430         Likewise.
18431         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18432         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18434         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
18435         macro.
18436         (HWCAP_ARM_LPAE): Likewise.
18437         (HWCAP_ARM_EVTSTRM): Likewise.
18438         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
18439         Add vpfd32, lpae and evtstrm.
18440         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
18441         Increase to 22.
18443 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
18445         * math/auto-libm-test-in: Add tests of clog10.
18446         * math/auto-libm-test-out: Regenerated.
18447         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
18448         * sysdeps/i386/fpu/libm-test-ulps: Update.
18449         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18451 2014-02-18  Andreas Schwab  <schwab@suse.de>
18453         [BZ #16574]
18454         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
18455         Store non-zero if the second buffer was newly allocated.
18456         (send_dg): Likewise.
18457         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
18458         to send_vc and send_dg.
18459         (res_nsend): Pass NULL for ansp2_malloced.
18460         * resolv/res_query.c (__libc_res_nquery): Add parameter
18461         answerp2_malloced and pass it down to __libc_res_nsend.
18462         (res_nquery): Pass additional NULL to __libc_res_nquery.
18463         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
18464         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
18465         second answer buffer if answerp2_malloced was set.
18466         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
18467         (__libc_res_nquerydomain): Add parameter
18468         answerp2_malloced and pass it down to __libc_res_nquery.
18469         (res_nquerydomain): Pass additional NULL to
18470         __libc_res_nquerydomain.
18471         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
18472         additional NULL to __libc_res_nsend and __libc_res_nquery.
18473         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
18474         additional NULL to __libc_res_nsearch.
18475         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
18476         parameter of __libc_res_nsearch to check for separately allocated
18477         second buffer.
18478         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
18479         __libc_res_nquery.
18480         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
18481         additional NULL to __libc_res_nquery.
18482         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
18483         __libc_res_nsearch.
18484         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
18485         * include/resolv.h: Update prototypes of __libc_res_nquery,
18486         __libc_res_nsearch, __libc_res_nsend.
18488 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
18490         * math/auto-libm-test-in: Add tests of fma.
18491         * math/auto-libm-test-out: Regenerated.
18492         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
18493         (fma_towardzero_test_data): Likewise.
18494         (fma_downward_test_data): Likewise.
18495         (fma_upward_test_data): Likewise.
18496         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
18497         mpc_mode.
18498         (rounding_modes): Add values for new field.
18499         (func_calc_method): Add value mpfr_fff_f.
18500         (func_calc_desc): Add mpfr_fff_f union field.
18501         (test_function): Add field exact_args.
18502         (FUNC): Add macro argument EXACT_ARGS.
18503         (FUNC_mpfr_f_f): Update call to FUNC.
18504         (FUNC_mpfr_f_f): Likewise.
18505         (FUNC_mpfr_ff_f): Likewise.
18506         (FUNC_mpfr_if_f): Likewise.
18507         (FUNC_mpc_c_f): Likewise.
18508         (FUNC_mpc_c_c): Likewise.
18509         (test_functions): Add fma.  Update calls to FUNC.
18510         (handle_input_arg): Add argument exact_args.
18511         (add_test): Update call to handle_input_arg.
18512         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
18513         (output_for_one_input_case): Update call to calc_generic_results.
18514         Recalculate exact zero results in each rounding mode.
18516         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
18517         non-negative before setting low bit.
18518         * math/auto-libm-test-in: Mark one asin test possibly having
18519         spurious underflow.
18520         * math/auto-libm-test-out: Regenerated.
18521         * sysdeps/i386/fpu/libm-test-ulps: Update.
18522         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18524 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
18526         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
18527         * sysdeps/unix/sysv/linux/microblaze: Move directory from
18528         ports/sysdeps/unix/sysv/linux/microblaze.
18529         * README: Add missing listing for microblaze*-*-linux-gnu.
18531 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
18533         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
18534         duplicate code
18536 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
18538         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
18539         * sysdeps/unix/sysv/linux/ia64: Move directory from
18540         ports/sysdeps/unix/sysv/linux/ia64.
18541         * README: Update listing for ia64-*-linux-gnu.
18543 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
18544             Joseph Myers  <joseph@codesourcery.com>
18546         * Makeconfig (test-name): New variable.
18547         (evaluate-test): Likewise.
18548         * Makerules (do-test-clean): Remove .test-result files.
18549         (common-mostlyclean): Likewise.
18550         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
18551         * scripts/evaluate-test.sh: New file.
18553 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
18555         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
18556         separate $(objpfx)tst-fopenloc-cmp.out and
18557         $(objpfx)tst-fopenloc-mem.out targets.
18558         (tests): Update dependencies.
18559         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
18560         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
18561         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
18562         (tst-rxspencer-no-utf8-ARGS): New variable.
18563         (tst-rxspencer-no-utf8-ENV): Likewise.
18564         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
18565         instead of $(objpfx)tst-rxspencer-mem.
18566         ($(objpfx)tst-rxspencer-mem): Change target to
18567         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
18568         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
18569         * posix/tst-rxspencer-no-utf8.c: New file.
18571         * elf/Makefile ($(objpfx)order.out): Remove rule.
18572         [$(run-built-tests) = yes] (tests): Depend on
18573         $(objpfx)order-cmp.out.
18574         ($(objpfx)order-cmp.out): New rule.
18575         [$(run-built-tests) = yes] (tests): Depend on
18576         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
18577         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
18578         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
18579         $(objpfx)tst-array5-static-cmp.out.
18580         ($(objpfx)tst-array1.out): Remove rule.
18581         ($(objpfx)tst-array1-cmp.out): New rule.
18582         ($(objpfx)tst-array1-static.out): Remove rule.
18583         ($(objpfx)tst-array1-static-cmp.out): New rule.
18584         ($(objpfx)tst-array2.out): Remove rule.
18585         ($(objpfx)tst-array2-cmp.out): New rule.
18586         ($(objpfx)tst-array3.out): Remove rule.
18587         ($(objpfx)tst-array3-cmp.out): New rule.
18588         ($(objpfx)tst-array4.out): Remove rule.
18589         ($(objpfx)tst-array4-cmp.out): New rule.
18590         ($(objpfx)tst-array5.out): Remove rule.
18591         ($(objpfx)tst-array5-cmp.out): New rule.
18592         ($(objpfx)tst-array5-static.out): Remove rule.
18593         ($(objpfx)tst-array5-static-cmp.out): New rule.
18594         [$(run-built-tests) = yes] (tests): Depend on
18595         $(objpfx)order2-cmp.out.
18596         ($(objpfx)order2.out): Remove rule.
18597         ($(objpfx)order2-cmp.out): New rule.
18598         ($(objpfx)tst-initorder.out): Remove rule.
18599         [$(run-built-tests) = yes] (tests): Depend on
18600         $(objpfx)tst-initorder-cmp.out.
18601         ($(objpfx)tst-initorder-cmp.out): New rule.
18602         ($(objpfx)tst-initorder2.out): Remove rule.
18603         [$(run-built-tests) = yes] (tests): Depend on
18604         $(objpfx)tst-initorder2-cmp.out.
18605         ($(objpfx)tst-initorder2-cmp.out): New rule.
18606         [$(run-built-tests) = yes] (tests): Depend on
18607         $(objpfx)tst-unused-dep-cmp.out.
18608         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
18609         ($(objpfx)tst-unused-dep-cmp.out): New rule.
18610         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
18611         on $(objpfx)tst-setvbuf1-cmp.out.
18612         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
18613         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
18614         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
18615         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
18616         ($(objpfx)tst-svc.out): Remove rule.
18617         ($(objpfx)tst-svc-cmp.out): New rule.
18619 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
18621         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
18622         * ctype/ctype.h [__USE_MISC]: Likewise.
18623         * dirent/dirent.h [__USE_MISC]: Likewise.
18624         * grp/grp.h [__USE_MISC]: Likewise.
18625         * io/fcntl.h [__USE_MISC]: Likewise.
18626         * io/sys/stat.h [__USE_MISC]: Likewise.
18627         * libio/stdio.h [__USE_MISC]: Likewise.
18628         * posix/unistd.h [__USE_MISC]: Likewise.
18629         * pwd/pwd.h [__USE_MISC]: Likewise.
18630         * stdlib.h [__USE_MISC]: Likewise.
18631         * string/bits/string2.h [__USE_MISC]: Likewise.
18632         * string/string.h [__USE_MISC]: Likewise.
18633         * time/time.h [__USE_MISC]: Likewise.
18635 2014-02-13  Andreas Schwab  <schwab@suse.de>
18637         [BZ #16574]
18638         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
18639         second answer buffer if it was separately allocated.
18641 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
18643         * sysdeps/mips/math-tests.h: Include <features.h>.
18644         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18645         (ROUNDING_TESTS_long_double): Do not define.
18646         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18647         (EXCEPTION_TESTS_long_double): Likewise.
18648         * sysdeps/mips/mips64/libm-test-ulps: Update.
18650         * include/features.h (__USE_BSD): Remove macro definitions.
18651         (__USE_SVID): Likewise.
18652         (_BSD_SOURCE): Likewise.
18653         (_SVID_SOURCE): Likewise.
18654         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
18655         from definition of _DEFAULT_SOURCE.
18656         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
18657         [_DEFAULT_SOURCE].
18658         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
18659         * bits/mman.h [__USE_BSD]: Likewise.
18660         * bits/termios.h [__USE_BSD]: Likewise.
18661         * bits/waitstatus.h [__USE_BSD]: Likewise.
18662         * ctype/ctype.h [__USE_SVID]: Likewise.
18663         * dirent/dirent.h [__USE_BSD]: Likewise.
18664         * grp/grp.h [__USE_SVID]: Likewise.
18665         [__USE_BSD]: Likewise.
18666         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
18667         * io/fcntl.h [__USE_BSD]: Likewise.
18668         * io/ftw.h [__USE_BSD]: Likewise.
18669         * io/sys/stat.h [__USE_BSD]: Likewise.
18670         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
18671         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
18672         * libio/stdio.h [__USE_SVID]: Likewise.
18673         [__USE_BSD]: Likewise.
18674         * math/math.h [__USE_SVID]: Likewise.
18675         [__USE_BSD]: Likewise.
18676         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
18677         * misc/bits/syslog.h [__USE_BSD]: Likewise.
18678         * misc/search.h [__USE_SVID]: Likewise.
18679         * misc/sys/mman.h [__USE_BSD]: Likewise.
18680         * misc/sys/syslog.h [__USE_BSD]: Likewise.
18681         * misc/sys/uio.h [__USE_BSD]: Likewise.
18682         * posix/bits/unistd.h [__USE_BSD]: Likewise.
18683         * posix/glob.h [__USE_BSD]: Likewise.
18684         * posix/regex.h [__USE_BSD]: Likewise.
18685         * posix/sys/types.h [__USE_BSD]: Likewise.
18686         [__USE_SVID]: Likewise.
18687         * posix/sys/utsname.h [__USE_SVID]: Likewise.
18688         * posix/sys/wait.h [__USE_BSD]: Likewise.
18689         [__USE_SVID]: Likewise.
18690         * posix/unistd.h [__USE_BSD]: Likewise.
18691         [__USE_SVID]: Likewise.
18692         * pwd/pwd.h [__USE_SVID]: Likewise.
18693         * resolv/netdb.h [__USE_BSD]: Likewise.
18694         * setjmp/setjmp.h [__USE_BSD]: Likewise.
18695         * signal/signal.h [__USE_BSD]: Likewise.
18696         [__USE_SVID]: Likewise.
18697         * socket/sys/socket.h [__USE_BSD]: Likewise.
18698         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
18699         * stdlib/stdlib.h [__USE_BSD]: Likewise.
18700         [__USE_SVID]: Likewise.
18701         * string/bits/string2.h [__USE_BSD]: Likewise.
18702         [__USE_SVID]: Likewise.
18703         * string/bits/string3.h [__USE_BSD]: Likewise.
18704         * string/endian.h [__USE_BSD]: Likewise.
18705         * string/string.h [__USE_SVID]: Likewise.
18706         [__USE_BSD]: Likewise.
18707         * string/strings.h [__USE_BSD]: Likewise.
18708         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
18709         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
18710         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
18711         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
18712         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
18713         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
18714         Likewise.
18715         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
18716         Likewise.
18717         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
18718         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
18719         Likewise.
18720         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
18721         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
18722         Likewise.
18723         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
18724         Likewise.
18725         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
18726         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
18727         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
18728         Likewise.
18729         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
18730         Likewise.
18731         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
18732         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
18733         * termios/termios.h [__USE_BSD]: Likewise.
18734         * time/sys/time.h [__USE_BSD]: Likewise.
18735         * time/time.h [__USE_BSD]: Likewise.
18736         [__USE_SVID]: Likewise.
18738         * Makefile (subdir_targets): Remove subdir_lint.out.
18740         * stdio-common/Makefile (do-tst-unbputc): Remove target.
18741         (do-tst-printf): Likewise.
18742         (tests): Depend directly on $(objpfx)tst-unbputc.out and
18743         $(objpfx)tst-printf.out.
18745         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
18747         * Makerules (check-abi-%): Change target to
18748         $(objpfx)check-abi-%.out.
18749         (check-abi target): Update dependencies.
18750         (check-abi-pattern variable): Redirect output of diff to $@.
18751         (check-abi variable): Likewise.
18752         * elf/Makefile (check-abi): Update dependencies.
18754         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
18755         unused.
18756         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
18757         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
18758         subnormal range.
18759         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
18760         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
18761         value has largest subnormal exponent.
18762         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
18763         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
18764         * sysdeps/aarch64/soft-fp/sfp-machine.h
18765         (_FP_TININESS_AFTER_ROUNDING): New macro.
18766         * sysdeps/alpha/soft-fp/sfp-machine.h
18767         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18768         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18769         Likewise.
18770         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
18771         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18772         * sysdeps/mips/soft-fp/sfp-machine.h
18773         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18774         * sysdeps/powerpc/soft-fp/sfp-machine.h
18775         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18776         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18777         Likewise.
18778         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
18779         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18780         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
18781         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18782         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18783         Likewise.
18785 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
18787         [BZ #16545]
18788         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
18789         model 1.
18791 2014-02-12  Richard Henderson  <rth@redhat.com>
18793         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
18794         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
18795         * sysdeps/unix/sysv/linux/alpha: Move directory from
18796         ports/sysdeps/unix/sysv/linux/alpha.
18797         * README: Update listing for alpha-*-linux-gnu.
18799 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
18801         * include/features.h: Update comment documenting feature test
18802         macros.
18803         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
18804         _DEFAULT_SOURCE.
18805         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
18806         (_SVID_SOURCE): Likewise.
18807         (_DEFAULT_SOURCE): Update description of default features.
18808         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
18809         with _GNU_SOURCE.
18810         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
18811         (S_ISVTX): Likewise.
18812         * manual/math.texi (Mathematical Constants): Likewise.
18813         * manual/signal.texi (Interrupted Primitives): Likewise.
18814         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
18815         * math/test-matherr.c (_SVID_SOURCE): Do not define.
18816         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
18817         Don't refer to _SVID_SOURCE in warning text.
18819         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18821         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
18822         already defined.
18823         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
18824         * sysdeps/mips/dl-lookup.c: Remove.
18825         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
18827 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
18829         [BZ #16447]
18830         * math/auto-libm-test-in: Add testcase for expl.
18831         * math/auto-libm-test-out: Regenerate.
18832         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
18833         calculation of unsafe.
18834         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
18836 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
18838         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
18839         * sysdeps/unix/sysv/linux/aarch64: Move directory from
18840         ports/sysdeps/unix/sysv/linux/aarch64.
18841         * README: Update listing for aarch64*-*-linux-gnu.
18843 2014-02-11  Will Newton  <will.newton@linaro.org>
18845         * manual/probes.texi (Mathematical Function Probes): Use
18846         "triggered" instead of "hit".
18848         * manual/probes.texi (Internal Probes): Add documentation
18849         of setjmp, longjmp and longjmp_target probes.
18851         * include/stap-probe.h: Add comment about probe argument
18852         format.
18854         * malloc/mtrace.c (attribute_hidden): Remove unused macro
18855         definition.  (tr_where, tr_freehook, tr_mallochook,
18856         tr_reallochook, tr_memalignhook): Use ANSI protoype.
18858 2014-02-11  David S. Miller  <davem@davemloft.net>
18860         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
18861         processing int_tests.
18863 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
18865         * sysdeps/mips: Move directory from ports/sysdeps/mips.
18866         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
18867         * sysdeps/unix/sysv/linux/mips: Move directory from
18868         ports/sysdeps/unix/sysv/linux/mips.
18869         * README: Update listing for mips-*-linux-gnu and
18870         mips64-*-linux-gnu.
18872 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
18874         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
18875         * sysdeps/unix/sysv/linux/m68k: Move directory from
18876         ports/sysdeps/unix/sysv/linux/m68k.
18877         * README: Update listing for m68k-*-linux-gnu.
18879 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
18881         * sysdeps/tile: Move directory from ports/sysdeps/tile.
18882         * sysdeps/unix/sysv/linux/generic: Move directory from
18883         ports/sysdeps/unix/sysv/linux/generic.
18884         * sysdeps/unix/sysv/linux/tile: Move directory from
18885         ports/sysdeps/unix/sysv/linux/tile.
18886         * README: Update listing for tile*-*-linux-gnu.
18888 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
18890         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
18891         __builtin_expect.
18892         * benchtests/bench-memmem.c (simple_memmem): Likewise.
18893         * catgets/open_catalog.c (__open_catalog): Likewise.
18894         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
18895         * debug/confstr_chk.c: Likewise.
18896         * debug/fread_chk.c (__fread_chk): Likewise.
18897         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
18898         * debug/getgroups_chk.c: Likewise.
18899         * debug/mbsnrtowcs_chk.c: Likewise.
18900         * debug/mbsrtowcs_chk.c: Likewise.
18901         * debug/mbstowcs_chk.c: Likewise.
18902         * debug/memcpy_chk.c: Likewise.
18903         * debug/memmove_chk.c: Likewise.
18904         * debug/mempcpy_chk.c: Likewise.
18905         * debug/memset_chk.c: Likewise.
18906         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
18907         * debug/strcat_chk.c (__strcat_chk): Likewise.
18908         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
18909         * debug/strncat_chk.c (__strncat_chk): Likewise.
18910         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
18911         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
18912         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
18913         * debug/wcpncpy_chk.c: Likewise.
18914         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
18915         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
18916         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
18917         * debug/wcsncpy_chk.c: Likewise.
18918         * debug/wcsnrtombs_chk.c: Likewise.
18919         * debug/wcsrtombs_chk.c: Likewise.
18920         * debug/wcstombs_chk.c: Likewise.
18921         * debug/wmemcpy_chk.c: Likewise.
18922         * debug/wmemmove_chk.c: Likewise.
18923         * debug/wmempcpy_chk.c: Likewise.
18924         * debug/wmemset_chk.c: Likewise.
18925         * dirent/scandirat.c (SCANDIRAT): Likewise.
18926         * dlfcn/dladdr1.c (dladdr1): Likewise.
18927         * dlfcn/dladdr.c (dladdr): Likewise.
18928         * dlfcn/dlclose.c (dlclose_doit): Likewise.
18929         * dlfcn/dlerror.c (__dlerror): Likewise.
18930         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
18931         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
18932         * dlfcn/dlopen.c (dlopen_doit): Likewise.
18933         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
18934         * dlfcn/dlsym.c (dlsym_doit): Likewise.
18935         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
18936         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
18937         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
18938         Likewise.
18939         * elf/dl-conflict.c: Likewise.
18940         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
18941         * elf/dl-dst.h: Likewise.
18942         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
18943         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
18944         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
18945         * elf/dl-init.c (call_init, _dl_init): Likewise.
18946         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
18947         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
18948         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
18949         Likewise.
18950         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
18951         Likewise.
18952         * elf/dl-minimal.c (__libc_memalign): Likewise.
18953         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
18954         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
18955         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
18956         * elf/dl-sym.c (do_sym): Likewise.
18957         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
18958         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
18959         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
18960         * elf/dl-writev.h (_dl_writev): Likewise.
18961         * elf/ldconfig.c (search_dir): Likewise.
18962         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
18963         (dl_main): Likewise.
18964         * elf/setup-vdso.h (setup_vdso): Likewise.
18965         * grp/compat-initgroups.c (compat_call): Likewise.
18966         * grp/fgetgrent.c (fgetgrent): Likewise.
18967         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
18968         * grp/putgrent.c (putgrent): Likewise.
18969         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
18970         Likewise.
18971         * hurd/hurdinit.c: Likewise.
18972         * iconvdata/8bit-gap.c (struct): Likewise.
18973         * iconvdata/ansi_x3.110.c : Likewise.
18974         * iconvdata/big5.c : Likewise.
18975         * iconvdata/big5hkscs.c : Likewise.
18976         * iconvdata/cp1255.c: Likewise.
18977         * iconvdata/cp1258.c : Likewise.
18978         * iconvdata/cp932.c : Likewise.
18979         * iconvdata/euc-cn.c: Likewise.
18980         * iconvdata/euc-jisx0213.c : Likewise.
18981         * iconvdata/euc-jp.c: Likewise.
18982         * iconvdata/euc-jp-ms.c : Likewise.
18983         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
18984         * iconvdata/gb18030.c : Likewise.
18985         * iconvdata/gbbig5.c (const): Likewise.
18986         * iconvdata/gbgbk.c: Likewise.
18987         * iconvdata/gbk.c : Likewise.
18988         * iconvdata/ibm1364.c : Likewise.
18989         * iconvdata/ibm930.c : Likewise.
18990         * iconvdata/ibm932.c: Likewise.
18991         * iconvdata/ibm933.c : Likewise.
18992         * iconvdata/ibm935.c : Likewise.
18993         * iconvdata/ibm937.c : Likewise.
18994         * iconvdata/ibm939.c : Likewise.
18995         * iconvdata/ibm943.c: Likewise.
18996         * iconvdata/iso_11548-1.c: Likewise.
18997         * iconvdata/iso-2022-cn.c : Likewise.
18998         * iconvdata/iso-2022-cn-ext.c : Likewise.
18999         * iconvdata/iso-2022-jp-3.c: Likewise.
19000         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
19001         * iconvdata/iso-2022-kr.c : Likewise.
19002         * iconvdata/iso646.c (gconv_end): Likewise.
19003         * iconvdata/iso_6937-2.c : Likewise.
19004         * iconvdata/iso_6937.c : Likewise.
19005         * iconvdata/iso8859-1.c: Likewise.
19006         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
19007         * iconvdata/shift_jisx0213.c : Likewise.
19008         * iconvdata/sjis.c : Likewise.
19009         * iconvdata/t.61.c : Likewise.
19010         * iconvdata/tcvn5712-1.c : Likewise.
19011         * iconvdata/tscii.c: Likewise.
19012         * iconvdata/uhc.c : Likewise.
19013         * iconvdata/unicode.c (gconv_end): Likewise.
19014         * iconvdata/utf-16.c (gconv_end): Likewise.
19015         * iconvdata/utf-32.c (gconv_end): Likewise.
19016         * iconvdata/utf-7.c (base64): Likewise.
19017         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
19018         * iconv/gconv_close.c (__gconv_close): Likewise.
19019         * iconv/gconv_open.c (__gconv_open): Likewise.
19020         * iconv/gconv_simple.c (internal_ucs4_loop_single)
19021         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
19022         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
19023         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
19024         (ucs4le_internal_loop_single): Likewise.
19025         * iconv/iconv.c (iconv): Likewise.
19026         * iconv/iconv_close.c: Likewise.
19027         * iconv/loop.c (SINGLE): Likewise.
19028         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
19029         * include/atomic.h: Likewise.
19030         * inet/inet6_option.c (option_alloc): Likewise.
19031         * intl/bindtextdom.c (set_binding_values): Likewise.
19032         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
19033         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
19034         * intl/localealias.c (read_alias_file): Likewise.
19035         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
19036         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
19037         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
19038         * libio/fmemopen.c (fmemopen): Likewise.
19039         * libio/iofgets.c (_IO_fgets): Likewise.
19040         * libio/iofgets_u.c (fgets_unlocked): Likewise.
19041         * libio/iofgetws.c (fgetws): Likewise.
19042         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
19043         * libio/iogetdelim.c (_IO_getdelim): Likewise.
19044         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
19045         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
19046         * locale/findlocale.c (_nl_find_locale): Likewise.
19047         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
19048         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
19049         Likewise.
19050         * locale/setlocale.c (setlocale): Likewise.
19051         * login/programs/pt_chown.c (main): Likewise.
19052         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
19053         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
19054         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
19055         (mmap, mmap64, mremap, munmap): Likewise.
19056         * math/e_exp2l.c: Likewise.
19057         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
19058         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
19059         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
19060         * math/s_catan.c (__catan): Likewise.
19061         * math/s_catanf.c (__catanf): Likewise.
19062         * math/s_catanh.c (__catanh): Likewise.
19063         * math/s_catanhf.c (__catanhf): Likewise.
19064         * math/s_catanhl.c (__catanhl): Likewise.
19065         * math/s_catanl.c (__catanl): Likewise.
19066         * math/s_ccosh.c (__ccosh): Likewise.
19067         * math/s_ccoshf.c (__ccoshf): Likewise.
19068         * math/s_ccoshl.c (__ccoshl): Likewise.
19069         * math/s_cexp.c (__cexp): Likewise.
19070         * math/s_cexpf.c (__cexpf): Likewise.
19071         * math/s_cexpl.c (__cexpl): Likewise.
19072         * math/s_clog10.c (__clog10): Likewise.
19073         * math/s_clog10f.c (__clog10f): Likewise.
19074         * math/s_clog10l.c (__clog10l): Likewise.
19075         * math/s_clog.c (__clog): Likewise.
19076         * math/s_clogf.c (__clogf): Likewise.
19077         * math/s_clogl.c (__clogl): Likewise.
19078         * math/s_csin.c (__csin): Likewise.
19079         * math/s_csinf.c (__csinf): Likewise.
19080         * math/s_csinh.c (__csinh): Likewise.
19081         * math/s_csinhf.c (__csinhf): Likewise.
19082         * math/s_csinhl.c (__csinhl): Likewise.
19083         * math/s_csinl.c (__csinl): Likewise.
19084         * math/s_csqrt.c (__csqrt): Likewise.
19085         * math/s_csqrtf.c (__csqrtf): Likewise.
19086         * math/s_csqrtl.c (__csqrtl): Likewise.
19087         * math/s_ctan.c (__ctan): Likewise.
19088         * math/s_ctanf.c (__ctanf): Likewise.
19089         * math/s_ctanh.c (__ctanh): Likewise.
19090         * math/s_ctanhf.c (__ctanhf): Likewise.
19091         * math/s_ctanhl.c (__ctanhl): Likewise.
19092         * math/s_ctanl.c (__ctanl): Likewise.
19093         * math/w_pow.c: Likewise.
19094         * math/w_powf.c: Likewise.
19095         * math/w_powl.c: Likewise.
19096         * math/w_scalb.c (sysv_scalb): Likewise.
19097         * math/w_scalbf.c (sysv_scalbf): Likewise.
19098         * math/w_scalbl.c (sysv_scalbl): Likewise.
19099         * misc/error.c (error_tail): Likewise.
19100         * misc/pselect.c (__pselect): Likewise.
19101         * nis/nis_callback.c (__nis_create_callback): Likewise.
19102         * nis/nis_call.c (__nisfind_server): Likewise.
19103         * nis/nis_creategroup.c (nis_creategroup): Likewise.
19104         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
19105         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
19106         * nis/nis_getservlist.c (nis_getservlist): Likewise.
19107         * nis/nis_lookup.c (nis_lookup): Likewise.
19108         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
19109         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
19110         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
19111         * nis/nis_xdr.c (xdr_endpoint): Likewise.
19112         * nis/nss_compat/compat-grp.c (getgrent_next_file)
19113         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
19114         * nis/nss_compat/compat-initgroups.c (add_group)
19115         (internal_getgrent_r): Likewise.
19116         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
19117         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
19118         * nis/nss_compat/compat-spwd.c (getspent_next_file)
19119         (internal_getspnam_r): Likewise.
19120         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
19121         (_nss_nis_getaliasbyname_r): Likewise.
19122         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
19123         (_nss_nis_getntohost_r): Likewise.
19124         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
19125         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
19126         (_nss_nis_getgrgid_r): Likewise.
19127         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
19128         (internal_nis_gethostent_r, internal_gethostbyname2_r)
19129         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
19130         (_nss_nis_gethostbyname4_r): Likewise.
19131         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
19132         (initgroups_netid): Likewise.
19133         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
19134         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
19135         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
19136         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
19137         (_nss_nis_getprotobynumber_r): Likewise.
19138         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
19139         (_nss_nis_getsecretkey): Likewise.
19140         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
19141         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
19142         (_nss_nis_getpwuid_r): Likewise.
19143         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
19144         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
19145         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
19146         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
19147         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
19148         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
19149         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
19150         Likewise.
19151         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
19152         (_nss_nisplus_getntohost_r): Likewise.
19153         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
19154         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
19155         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
19156         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
19157         Likewise.
19158         * nis/nss_nisplus/nisplus-initgroups.c
19159         (_nss_nisplus_initgroups_dyn): Likewise.
19160         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
19161         (_nss_nisplus_getnetbyaddr_r): Likewise.
19162         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
19163         (_nss_nisplus_getprotobynumber_r): Likewise.
19164         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
19165         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
19166         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
19167         Likewise.
19168         * nis/nss_nisplus/nisplus-service.c
19169         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
19170         (_nss_nisplus_getservbyport_r): Likewise.
19171         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
19172         (_nss_nisplus_getspnam_r): Likewise.
19173         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
19174         Likewise.
19175         * nscd/aicache.c (addhstaiX): Likewise.
19176         * nscd/cache.c (cache_search, prune_cache): Likewise.
19177         * nscd/connections.c (register_traced_file, send_ro_fd)
19178         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
19179         (main_loop_epoll): Likewise.
19180         * nscd/grpcache.c (addgrbyX): Likewise.
19181         * nscd/hstcache.c (addhstbyX): Likewise.
19182         * nscd/initgrcache.c (addinitgroupsX): Likewise.
19183         * nscd/mem.c (gc, mempool_alloc): Likewise.
19184         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
19185         (addinnetgrX): Likewise.
19186         * nscd/nscd-client.h (__nscd_acquire_maplock)
19187         (__nscd_drop_map_ref): Likewise.
19188         * nscd/nscd_getai.c (__nscd_getai): Likewise.
19189         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
19190         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
19191         Likewise.
19192         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
19193         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
19194         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
19195         (__nscd_get_map_ref): Likewise.
19196         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
19197         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
19198         Likewise.
19199         * nscd/pwdcache.c (addpwbyX): Likewise.
19200         * nscd/selinux.c (preserve_capabilities): Likewise.
19201         * nscd/servicescache.c (addservbyX): Likewise.
19202         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
19203         * posix/fnmatch.c (fnmatch): Likewise.
19204         * posix/getopt.c (_getopt_internal_r): Likewise.
19205         * posix/glob.c (glob, glob_in_dir): Likewise.
19206         * posix/wordexp.c (exec_comm_child): Likewise.
19207         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
19208         (getanswer_r, gaih_getanswer_slice): Likewise.
19209         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
19210         * resolv/res_init.c: Likewise.
19211         * resolv/res_mkquery.c (res_nmkquery): Likewise.
19212         * resolv/res_query.c (__libc_res_nquery): Likewise.
19213         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
19214         Likewise.
19215         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
19216         * stdio-common/perror.c (perror): Likewise.
19217         * stdio-common/printf_fp.c (___printf_fp): Likewise.
19218         * stdio-common/tmpnam.c (tmpnam): Likewise.
19219         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19220         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
19221         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
19222         Likewise.
19223         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
19224         * stdlib/putenv.c (putenv): Likewise.
19225         * stdlib/setenv.c (__add_to_environ): Likewise.
19226         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19227         * stdlib/strtol_l.c (INTERNAL): Likewise.
19228         * string/memmem.c (memmem): Likewise.
19229         * string/strerror.c (strerror): Likewise.
19230         * string/strnlen.c (__strnlen): Likewise.
19231         * string/test-memmem.c (simple_memmem): Likewise.
19232         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
19233         * sunrpc/pm_getport.c (__get_socket): Likewise.
19234         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
19235         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
19236         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
19237         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
19238         Likewise.
19239         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
19240         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
19241         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
19242         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
19243         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
19244         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
19245         Likewise.
19246         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
19247         Likewise.
19248         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
19249         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
19250         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
19251         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
19252         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
19253         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
19254         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
19255         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
19256         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
19257         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
19258         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
19259         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
19260         Likewise.
19261         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
19262         Likewise.
19263         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
19264         Likewise.
19265         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
19266         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
19267         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
19268         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
19269         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
19270         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
19271         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
19272         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
19273         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
19274         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
19275         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
19276         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19277         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19278         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
19279         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
19280         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
19281         Likewise.
19282         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
19283         Likewise.
19284         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
19285         Likewise.
19286         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
19287         Likewise.
19288         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
19289         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
19290         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
19291         Likewise.
19292         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
19293         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
19294         * sysdeps/posix/opendir.c (__opendirat): Likewise.
19295         * sysdeps/posix/sleep.c: Likewise.
19296         * sysdeps/posix/tempname.c: Likewise.
19297         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
19298         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19299         Likewise.
19300         * sysdeps/powerpc/powerpc32/dl-machine.h
19301         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
19302         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
19303         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19304         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
19305         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
19306         Likewise.
19307         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
19308         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
19309         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19310         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
19311         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19312         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
19313         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
19314         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
19315         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19316         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
19317         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
19318         (elf_machine_lazy_rel): Likewise.
19319         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
19320         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
19321         (elf_machine_lazy_rel): Likewise.
19322         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
19323         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
19324         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
19325         * sysdeps/unix/grantpt.c (grantpt): Likewise.
19326         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
19327         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
19328         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
19329         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
19330         Likewise.
19331         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
19332         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
19333         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
19334         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
19335         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
19336         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
19337         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
19338         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
19339         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
19340         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
19341         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
19342         Likewise.
19343         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
19344         (__posix_fallocate64_l64): Likewise.
19345         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
19346         (posix_fallocate): Likewise.
19347         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
19348         Likewise.
19349         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
19350         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
19351         (getifaddrs_internal): Likewise.
19352         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
19353         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
19354         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
19355         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
19356         * sysdeps/unix/sysv/linux/posix_fallocate64.c
19357         (__posix_fallocate64_l64): Likewise.
19358         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
19359         Likewise.
19360         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
19361         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
19362         (__get_clockfreq): Likewise.
19363         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
19364         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
19365         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
19366         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
19367         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
19368         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
19369         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
19370         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
19371         Likewise.
19372         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
19373         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
19374         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
19375         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
19376         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
19377         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
19378         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
19379         Likewise.
19380         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
19381         (posix_fallocate): Likewise.
19382         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
19383         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
19384         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
19385         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
19386         (elf_machine_rela, elf_machine_rela_relative)
19387         (elf_machine_lazy_rel): Likewise.
19388         * time/asctime.c (asctime_internal): Likewise.
19389         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
19390         * time/tzset.c (__tzset_parse_tz): Likewise.
19391         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
19392         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
19393         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
19394         * wcsmbs/wcsmbsload.h: Likewise.
19396         [BZ #15894]
19397         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
19399         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
19400         (arena_get2): Remove THREAD_STATS conditionals.
19401         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
19402         (__malloc_stats, int): Likewise.
19404 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
19406         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
19407         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
19409         * manual/setjmp.texi: Fix typos/grammar errors.
19411         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
19412         Only return early when n is <= 0.  Delete unused return statement.
19414         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
19415         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
19416         * debug/tst-longjmp_chk3.c: New file.
19418         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
19419         (test_main): Replace code with set_fortify_handler call.
19420         * debug/test-strcpy_chk.c: Likewise.
19421         * debug/tst-chk1.c: Likewise.
19422         * debug/tst-longjmp_chk.c: Likewise.
19423         * test-skeleton.c: Include fcntl.h & paths.h
19424         (set_fortify_handler): Define.
19426         * debug/tst-longjmp_chk.c: Add header comment and include
19427         ../test-skeleton.c.
19428         (do_test): Mark static.
19429         (TEST_FUNCTION): Define.
19431         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
19432         (IP_PMTUDISC_INTERFACE): Likewise.
19433         (IP_MULTICAST_IF): Likewise.
19434         (IP_MULTICAST_TTL): Likewise.
19435         (IP_MULTICAST_LOOP): Likewise.
19436         (IP_ADD_MEMBERSHIP): Likewise.
19437         (IP_DROP_MEMBERSHIP): Likewise.
19438         (IP_UNBLOCK_SOURCE): Likewise.
19439         (IP_BLOCK_SOURCE): Likewise.
19440         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
19441         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
19442         (IP_MSFILTER): Likewise.
19443         (MCAST_JOIN_GROUP): Likewise.
19444         (MCAST_BLOCK_SOURCE): Likewise.
19445         (MCAST_UNBLOCK_SOURCE): Likewise.
19446         (MCAST_LEAVE_GROUP): Likewise.
19447         (MCAST_JOIN_SOURCE_GROUP): Likewise.
19448         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
19449         (MCAST_MSFILTER): Likewise.
19450         (IP_MULTICAST_ALL): Likewise.
19451         (IP_UNICAST_IF): Likewise.
19453         * timezone/Makefile: Delete $(have-ksh) check.
19454         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
19455         * timezone/tzselect.ksh: Add +x mode bits.
19457         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
19458         (ANON_INODE_FS_MAGIC): Likewise.
19459         (BDEVFS_MAGIC): Likewise.
19460         (BINFMTFS_MAGIC): Likewise.
19461         (BTRFS_TEST_MAGIC): Likewise.
19462         (CRAMFS_MAGIC_WEND): Likewise.
19463         (DEBUGFS_MAGIC): Likewise.
19464         (ECRYPTFS_SUPER_MAGIC): Likewise.
19465         (EXT3_SUPER_MAGIC): Likewise.
19466         (EXT4_SUPER_MAGIC): Likewise.
19467         (FUTEXFS_SUPER_MAGIC): Likewise.
19468         (HOSTFS_SUPER_MAGIC): Likewise.
19469         (HUGETLBFS_MAGIC): Likewise.
19470         (MINIX3_SUPER_MAGIC): Likewise.
19471         (MTD_INODE_FS_MAGIC): Likewise.
19472         (NILFS_SUPER_MAGIC): Likewise.
19473         (OPENPROM_SUPER_MAGIC): Likewise.
19474         (PIPEFS_MAGIC): Likewise.
19475         (PSTOREFS_MAGIC): Likewise.
19476         (QNX6_SUPER_MAGIC): Likewise.
19477         (RAMFS_MAGIC): Likewise.
19478         (REISERFS_SUPER_MAGIC_STRING): Likewise.
19479         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
19480         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
19481         (SECURITYFS_MAGIC): Likewise.
19482         (SELINUX_MAGIC): Likewise.
19483         (SMACK_MAGIC): Likewise.
19484         (SOCKFS_MAGIC): Likewise.
19485         (SQUASHFS_MAGIC): Likewise.
19486         (STACK_END_MAGIC): Likewise.
19487         (TMPFS_MAGIC): Likewise.
19488         (USBDEVICE_SUPER_MAGIC): Likewise.
19489         (V9FS_MAGIC): Likewise.
19490         (XENFS_SUPER_MAGIC): Likewise.
19491         (CRAMFS_MAGIC): Fix typo in comment.
19492         (EXT2_SUPER_MAGIC): Update comment.
19493         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
19495 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
19497         * sysdeps/arm: Move directory from ports/sysdeps/arm.
19498         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
19499         * sysdeps/unix/sysv/linux/arm: Move directory from
19500         ports/sysdeps/unix/sysv/linux/arm.
19501         * README: Update listing for arm-*-linux-gnueabi.
19503         * README: Remove mention of am33.
19505 2014-02-07  Roland McGrath  <roland@hack.frob.com>
19507         * bits/sigset.h (__sigemptyset): Use a statement expression rather
19508         than the comma operator, to avoid "rhs of comma has no effect"
19509         compiler warnings.
19510         (__sigfillset, __sigandset, __sigorset): Likewise.
19511         * include/signal.h (__sigemptyset): Likewise.
19512         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
19514 2014-02-07  Allan McRae  <allan@archlinux.org>
19516         * version.h (RELEASE): Set to "development".
19517         (VERSION): Set to "2.19.90"
19518         * NEWS: Add 2.20 section.
19520 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
19522         [BZ #16529]
19523         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
19525 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
19527         * manual/contrib.texi: Update entry for Carlos O'Donell,
19528         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
19530 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
19532         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
19534         * sysdeps/unix/sysv/linux/kernel-features.h
19535         [__LINUX_KERNEL_VERSION >= 0x020621]
19536         (__ASSUME_PROC_PID_TASK_COMM): Define.
19538 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19540         [BZ #16398]
19541         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
19542         conversion when destination buffer does not have enough space.
19543         * libio/tst-ftell-partial-wide.c: New test case.
19544         * libio/Makefile (tests): Add tst-ftell-partial-wide.
19546         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
19547         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
19548         Leonard and Allan McRae.
19550 2014-02-04  David S. Miller  <davem@davemloft.net>
19552         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
19553         32-bit.
19555 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
19558         New file
19559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
19560         New file
19561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
19562         New file.
19563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
19564         New file.
19565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
19566         New file.
19567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
19568         New file.
19569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
19570         New file.
19571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
19572         New file.
19573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
19574         New file.
19575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
19576         New file.
19577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
19578         New file.
19579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
19580         New file.
19581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
19582         New file.
19584 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19586         * nptl/shlib-versions: Change powerpc*le start to 2.17.
19587         * shlib-versions: Likewise.
19589 2014-02-04  Roland McGrath  <roland@hack.frob.com>
19590             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19592         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
19593         (abilist-pattern): New variable, set to %-le.abilist.
19595         * Makerules (abilist-pattern): New variable.
19596         (vpath): Use $(abilist-pattern) in place of %.abilist.
19597         (check-abi-% pattern rule): Likewise.
19598         (check-abi, update-abi): Likewise.
19600 2014-02-04  Eric Wong  <normalperson@yhbt.net>
19602         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19604 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
19606         * manual/startup.texi: Add next, previous, and top entries for
19607         the `Program Arguments' and `Environment Variables' nodes.
19609 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
19611         * manual/macros.texi: Add comments before MTASC-safety macros.
19613         * manual/users.texi: Document MTASC-safety properties.
19615         * manual/threads.texi (pthread_key_create, pthread_key_delete)
19616         (pthread_getspecific, pthread_setspecific): Format with
19617         @deftypefun, and add @safety note.
19618         * manual/signal.texi: Move comments that analyze the above
19619         functions to their home place.
19621 2014-02-03  Allan McRae  <allan@archlinux.org>
19623         * po/sl.po: Update Slovenian translation from translation project.
19625 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
19627         * manual/time.texi (timegm): Add missing blank after @c.
19628         Reported by Joseph Myers <joseph@codesourcery.com>.
19630 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
19632         * manual/check-safety.sh: New.
19633         * manual/Makefile ($(objpfx)stamp-summary): Run it.
19635         * manual/terminal.texi: Document MTASC-safety properties.
19637         * manual/filesys.texi: Document MTASC-safety properties.
19639         * manual/errno.texi: Document MTASC-safety properties.
19641         * manual/intro.texi: Document safety identifiers and
19642         conditionals.
19644         * manual/string.texi (wcstok): Fix prototype.
19645         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
19647         * manual/time.texi: Document MTASC-safety properties.
19649         * manual/string.texi: Document MTASC-safety properties.
19651         * manual/threads.texi: Document MTASC-safety properties.
19653         * manual/stdio.texi: Document MTASC-safety properties.
19655         * manual/syslog.texi: Document MTASC-safety properties.
19657         * manual/sysinfo.texi: Document MTASC-safety properties.
19659         * manual/startup.texi: Document MTASC-safety properties.
19661         * manual/socket.texi: Document MTASC-safety properties.
19663         * manual/signal.texi: Document MTASC-safety properties.
19665 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
19667         * manual/setjmp.texi: Document MTASC-safety properties.
19669         * manual/search.texi: Document MTASC-safety properties.
19671         * manual/resource.texi: Document MTASC-safety properties.
19673         * manual/process.texi: Document MTASC-safety properties.
19675         * manual/platform.texi: Document MTASC-safety properties.
19677         * manual/pipe.texi: Document MTASC-safety properties.
19679         * manual/pattern.texi: Document MTASC-safety properties.
19681         * manual/message.texi: Document MTASC-safety properties.
19683         [BZ #12751]
19684         * manual/memory.texi: Document MTASC-safety properties.
19686         * manual/math.texi: Document MTASC-safety properties.
19688         * manual/locale.texi: Document MTASC-safety properties.
19690         * manual/llio.texi: Document MTASC-safety properties.
19692         * manual/libdl.texi: New.
19694         * manual/lang.texi: Document MTASC-safety properties.
19696         * manual/job.texi: Document MTASC-safety properties.
19698         * manual/getopt.texi: Document MTASC-safety properties.
19700         * manual/ctype.texi: Document MTASC-safety properties.
19702 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
19704         [BZ #16046]
19705         * csu/libc-tls.c (static_map): Remove variable.
19706         (__libc_setup_tls): Use main executable's link map for TLS data.
19707         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
19708         casing for LM_ID_BASE and GL(dl_nns).
19709         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
19710         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
19711         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
19712         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
19713         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
19714         member.
19715         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
19716         l_phnum members.
19718 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
19720         * manual/debug.texi: Document MTASC-safety properties.
19722 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
19724         [BZ #16510]
19725         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
19726         of __x86_64__ when disabling x87 inline functions.
19728 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
19730         * manual/charset.texi: Document MTASC-safety properties.
19732         * manual/crypt.texi: Document MTASC-safety properties.
19734         * manual/conf.texi: Document MTASC-safety properties.
19736         * manual/arith.texi: Document MTASC-safety properties.
19738         * manual/argp.texi: Document MTASC-safety properties.
19740         * manual/macros.texi: Introduce macros to document multi
19741         thread, asynchronous signal and asynchronous cancellation
19742         safety properties.
19743         * manual/intro.texi: Introduce the properties themselves.
19745 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19747         * sysdeps/sh/sh4/Makefile: New file.
19749 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
19751         * math/gen-libm-test.pl ($srcdir): New variable.
19752         ($auto_input): Use it.
19754 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
19756         [BZ #16506]
19757         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
19758         access beyond array bounds when parsing netgroups file.
19760         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
19761         the old buffer before realloc.
19763 2014-01-27  Allan McRae  <allan@archlinux.org>
19765         * po/fr.po: Update French translation from translation project.
19767 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19769         * sysdeps/sh/libm-test-ulps: Regenerate.
19771 2014-01-24  David S. Miller  <davem@davemloft.net>
19773         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
19775 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19777         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
19778         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
19780 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
19782         [BZ #16474]
19783         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
19784         string pointers after reallocation.
19786 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19788         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
19789         __SH4A__ instead of __SH_FPU_ANY__.
19791 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19793         * sysdeps/sh/fpu_control.h: New file.
19794         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
19795         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
19796         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
19797         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
19798         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
19799         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
19800         * sysdeps/sh/sys/ucontext.h: Remove.
19801         * sysdeps/sh/sys: Remove directory.
19803 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19805         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
19806         s390/sys/ucontext.h.
19807         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
19808         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
19810 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
19812         [BZ #15605]
19813         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
19815 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19817         [BZ#16431]
19818         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
19819         Adjust the vDSO correctly for internal calls.
19820         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
19822 2014-01-20  Allan McRae  <allan@archlinux.org>
19824         * po/ca.po: Update Catalan translation from translation project.
19826 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
19828         * sysdeps/s390/sotruss-lib.c: New file.
19830 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19832         [BZ#16430]
19833         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
19834         (__GI___gettimeofday): Alias for a different internal symbol to avoid
19835         local calls issues by not having a PLT stub required for IFUNC calls.
19836         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
19838 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
19840         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
19841         * math/test-fpucw-static.c: Likewise.
19843 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19845         [BZ #16453]
19846         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
19848 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19850         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
19851         implementation for powerpc.
19853 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
19855         [BZ #14782]
19856         * sysdeps/posix/system.c (__libc_system): Do not enable
19857         asynchronous cancellation.
19859 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19861         [BZ #16427]
19862         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
19863         handling only for numbers special also in the IEEE case.
19865 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19867         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
19869 2014-01-11  Allan McRae  <allan@archlinux.org>
19871         * po/bg.po: Update Bulgarian translation from translation project.
19873         * po/de.po: Update German translation from translation project.
19875 2014-01-10  Roland McGrath  <roland@hack.frob.com>
19877         * sysdeps/generic/gcc-compat.h: New file.
19879 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19881         * benchtests/asin-inputs: Correct slow inputs.
19882         * benchtests/acos-inputs: Likewise.
19884 2014-01-10  Allan McRae  <allan@archlinux.org>
19886         * po:sv.po: Update Swedish translation from translation project.
19888         * po/vi.po: Update Vietnamese translation from translation project.
19890         * po/eo.po: Update Esperanto translation from translation project.
19892         * po/cs.po: Update Czech translation from translation project.
19894         * po/nl.po: Update Dutch translation from translation project.
19896         * po/pl.po: Update Polish translation from translation project.
19898         * po/ru.po: Update Russian translation from translation project.
19900         * po/uk.po: Update Ukrainian translation from translation project.
19902 2014-01-08  Brooks Moses  <bmoses@google.com>
19904         * elf/dl-load.c: Fix comment typo.
19906 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
19908         * po/header.pot: Rename to...
19909         * po/pot.header: ... this.
19910         * po/Makefile: Use pot.header.
19912 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
19913             Maxim Kuvyrkov  <maxim@kugelworks.com>
19915         [BZ #16394]
19916         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
19917         SRC and DEST against LEN.
19919 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19921         [BZ #16414]
19922         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
19923         implementation.
19924         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
19926 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19928         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19930 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
19932         [BZ #16408]
19933         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
19934         for large positive arguments.
19936 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
19938         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19940         * math/auto-libm-test-in: Mark various tests with
19941         xfail-rounding:ldbl-128ibm.
19942         * math/auto-libm-test-out: Regenerated.
19944         [BZ #16407]
19945         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
19946         Increase overflow threshold.
19948 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
19950         [BZ #14286]
19951         * stdio-common/vfprintf.c: Check for integer overflow.
19953 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19955         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
19956         the first argument and return value of __tls_get_addr_internal.
19958 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19960         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
19961         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
19963 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19965         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
19966         * sysdeps/s390/rtld-global-offsets.sym: New file.
19967         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
19968         GLIBC_2.19 symbol.
19969         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
19970         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
19971         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
19972         ... this.
19973         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
19974         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
19975         ... this.
19976         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19977         Regenerate.
19978         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19979         Regenerate.
19980         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
19981         halfs of GPRs for high_gprs contexts.
19982         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
19983         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
19984         field.
19985         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
19986         uc_flags field.
19987         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
19988         64 bit versions:
19989         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
19990         for high GPRs (uc_high_gprs) and for future extensions
19991         (__reserved).
19992         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
19993         for future extensions (__reserved).
19994         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
19995         64 bit versions:
19996         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
19997         SC_HIGHGPRS offset definition.
19998         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
19999         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
20001         * Versions.def: Add GLIBC_2.19 for libpthread.
20002         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
20003         siglongjmp for libpthread with GLIBC_2.19 symver.
20004         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
20005         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
20006         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
20007         * sysdeps/s390/__longjmp.c: New file.
20008         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
20009         * sysdeps/s390/longjmp.c: New file.
20010         * sysdeps/s390/setjmp.S: New file.
20011         * sysdeps/s390/sigjmp.S: New file.
20012         * sysdeps/s390/v1-longjmp.c: New file.
20013         * sysdeps/s390/v1-setjmp.h: New file.
20014         * sysdeps/s390/v1-sigjmp.c: New file.
20015         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
20016         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
20017         GLIBC_2.19 version.
20018         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
20019         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
20020         versioned symbols for ____longjmp_chk.
20021         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
20022         Likewise.
20023         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20024         Regenerate.
20025         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
20026         Regenerate.
20027         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20028         Regenerate.
20029         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
20030         Regenerate.
20031         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
20032         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
20033         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
20034         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
20035         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
20036         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
20037         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
20038         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
20039         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
20040         * sysdeps/s390/rtld-__longjmp.c: New file.
20041         * sysdeps/s390/rtld-setjmp.S: New file.
20043 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
20045         [BZ #16400]
20046         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20047         Return -__logl (x) for small positive arguments without evaluating
20048         a polynomial.
20050 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
20052         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
20053         Rename to ...
20054         (__ptrace_peeksiginfo_args): ... this.
20055         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
20056         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
20057         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
20059 2014-01-06  Allan McRae  <allan@archlinux.org>
20061         * inet/netinet/in.h: Fix typo in comment.
20063 2014-01-05  Andreas Jaeger  <aj@suse.de>
20065         * sysdeps/i386/fpu/libm-test-ulps: Update.
20067 2014-01-05  Allan McRae  <allan@archlinux.org>
20069         * po/libc.pot: Regenerated.
20071         * malloc/memusagestat.c: Fix gettext call formatting.
20073 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
20075         * nscd/nscd.c: Improve usage() output.
20077 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
20079         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
20080         * sysdeps/unix/sysv/linux/configure: Regenerated.
20081         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
20082         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
20084 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20086         [BZ #16390]
20087         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20088         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
20090 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20092         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
20093         extra tokens at end of #undef directive.
20094         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
20095         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
20096         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
20098 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20100         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20102         * math/auto-libm-test-in: Mark various tests with
20103         xfail-rounding:ldbl-128ibm.
20104         * math/auto-libm-test-out: Regenerated.
20106 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
20108         [BZ #16386]
20109         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
20110         numbers with subnormal high part when calculating exponent.
20112         [BZ #16385]
20113         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
20114         fabs.
20116         [BZ #16384]
20117         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
20118         M_LN2l.
20119         (__ieee754_acoshl): Use __log1pl not __log1p.
20121 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
20123         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
20124         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
20125         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
20126         (grow_heap, heap_trim, _int_new_arena, get_free_list)
20127         (reused_arena, arena_get2): Convert to GNU style.
20128         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
20129         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
20130         (memalign_check, __malloc_set_state): Likewise.
20131         * malloc/mallocbug.c (main): Likewise.
20132         * malloc/malloc.c (__malloc_assert, malloc_init_state)
20133         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
20134         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
20135         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
20136         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
20137         (__posix_memalign, malloc_info): Likewise.
20138         * malloc/malloc.h: Likewise.
20139         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
20140         (mallochook, memalignhook, reallochook, mabort): Likewise.
20141         * malloc/mcheck.h: Likewise.
20142         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
20143         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
20144         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
20145         * malloc/morecore.c (__default_morecore): Likewise.
20146         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
20147         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
20148         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
20149         (print_and_abort): Likewise.
20150         * malloc/obstack.h: Likewise.
20151         * malloc/set-freeres.c (__libc_freeres): Likewise.
20152         * malloc/tst-mallocstate.c (main): Likewise.
20153         * malloc/tst-mtrace.c (main): Likewise.
20154         * malloc/tst-realloc.c (do_test): Likewise.
20156 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20158         [BZ #16366]
20159         * nscd/netgroupcache.c (do_notfound): New function.
20160         (addgetnetgrentX): Use it.
20162         [BZ # 16365]
20163         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
20164         NSS_STATUS_NOTFOUND.
20166 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
20168         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
20169         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20171 2014-01-01  Allan McRae  <allan@archlinux.org>
20173         * scripts/update-copyrights: Update configure input file suffix.
20175         * NEWS: Update copyright year.
20176         * catgets/gencat.c: Likewise.
20177         * csu/version.c: Likewise.
20178         * debug/catchsegv.sh: Likewise.
20179         * debug/pcprofiledump.c: Likewise.
20180         * debug/xtrace.sh: Likewise.
20181         * elf/ldconfig.c: Likewise.
20182         * elf/ldd.bash.in: Likewise.
20183         * elf/pldd.c: Likewise.
20184         * elf/sotruss.ksh: Likewise.
20185         * elf/sprof.c: Likewise.
20186         * iconv/iconv_prog.c: Likewise.
20187         * iconv/iconvconfig.c: Likewise.
20188         * locale/programs/locale.c: Likewise.
20189         * locale/programs/localedef.c: Likewise.
20190         * login/programs/pt_chown.c: Likewise.
20191         * malloc/memusage.sh: Likewise.
20192         * malloc/memusagestat.c: Likewise.
20193         * malloc/mtrace.pl: Likewise.
20194         * manual/libc.texinfo: Likewise.
20195         * nscd/nscd.c: Likewise.
20196         * nss/getent.c: Likewise.
20197         * nss/makedb.c: Likewise.
20198         * posix/getconf.c: Likewise.
20199         * scripts/test-installation.pl: Likewise.
20201         * All files with FSF copyright notices: Update copyright dates
20202         using scripts/update-copyrights.
20203         * intl/plural.c: Regenerated.
20204         * locale/programs/charmap-kw.h: Likewise.
20205         * locale/programs/locfile-kw.h: Likewise.
20207 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
20209         * sysdeps/unix/sysv/linux/configure: Regenerated.
20210         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
20211         the linux/fanotify.h header.
20212         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
20213         HAVE_LINUX_FANOTIFY_H is defined.
20215 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
20217         * benchtests/cos-inputs: New inputs.
20218         * benchtests/sin-inputs: Likewise.
20220         * benchtests/atan-inputs: New inputs. Fix name of multiple
20221         precision fallback inputs.
20223         * benchtests/atanh-inputs: New inputs.
20224         * benchtests/tanh-inputs: Likewise.
20226         * benchtests/acosh-inputs: New inputs.
20227         * benchtests/asinh-inputs: Likewise.
20229         * benchtests/cosh-inputs: New inputs.
20230         * benchtests/sinh-inputs: Likewise.
20232         * benchtests/acos-inputs: Add more inputs.
20233         * benchtests/asin-inputs: Likewise.
20235 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
20237         [BZ #16375]
20238         * manual/arith.texi: Fix spelling.
20239         * manual/charset.texi: Likewise.
20240         * manual/errno.texi: Likewise.
20241         * manual/filesys.texi: Likewise.
20242         * manual/lang.texi: Likewise.
20243         * manual/llio.texi: Likewise.
20244         * manual/locale.texi: Likewise.
20245         * manual/message.texi: Likewise.
20246         * manual/resource.texi: Likewise.
20247         * manual/search.texi: Likewise.
20248         * manual/setjmp.texi: Likewise.
20249         * manual/stdio.texi: Likewise.
20250         * manual/string.texi: Likewise.
20251         * manual/sysinfo.texi: Likewise.
20252         * manual/time.texi: Likewise.
20254 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
20256         * po/sl.po: New file.
20258 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
20260         * .gitignore: Add core/.gdbinit/.gdb_history.
20262 2013-12-27  Allan McRae  <allan@archlinux.org>
20264         [BZ #16369]
20265         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
20266         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
20268 2013-12-24  Brooks Moses  <bmoses@google.com>
20270         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
20271         all compilers that claim C++98 compliance, not just GCC.
20272         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
20273         Likewise.
20275 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20277         * NEWS: Restore accidentally deleted bug-fix entries.
20279 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20280             Ondřej Bílka  <neleai@seznam.cz>
20282         [BZ #15073]
20283         * malloc/malloc.c (_int_free): Perform sanity check only if we
20284         have_lock.
20286 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
20288         [BZ #12986]
20289         * manual/stdio.texi (String Input Conversions): Clarify that character
20290         classes are not supported.
20292 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20294         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20296 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
20298         [BZ #16337]
20299         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20300         Calculate results for small negative arguments directly rather
20301         than using reflection formula with special underflow handling.
20303         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
20304         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
20305         sysdeps/unix/bsd/bsd4.4/syscalls.list.
20306         (fchflags): Likewise.
20307         (revoke): Likewise.
20308         (setlogin): Likewise.
20309         (sigaltstack): Likewise.
20310         (wait4): Likewise.
20311         (sigblock): Remove.
20312         (sigsetmask): Likewise.
20313         (wait3): Likewise.
20314         (waitpid): Likewise.
20315         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
20316         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
20317         file.
20318         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
20319         * sysdeps/unix/bsd/Makefile: ... here.
20320         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
20321         * sysdeps/unix/bsd/Versions: ... here.
20322         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
20323         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
20324         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
20325         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
20326         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
20327         * sysdeps/unix/bsd/sigblock.c: ... here.
20328         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
20329         * sysdeps/unix/bsd/sigsetmask.c: ... here.
20330         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
20331         * sysdeps/unix/bsd/sigvec.c: ... here.
20332         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
20333         * sysdeps/unix/bsd/tcdrain.c: ... here.
20334         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
20335         * sysdeps/unix/bsd/tcgetattr.c: ... here.
20336         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
20337         * sysdeps/unix/bsd/tcsetattr.c: ... here.
20338         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
20339         * sysdeps/unix/bsd/wait.c: ... here.
20340         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
20341         * sysdeps/unix/bsd/wait3.c: ... here.
20342         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
20343         * sysdeps/unix/bsd/waitpid.c: ... here.
20345 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
20347         [BZ #16356]
20348         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
20349         round-to-nearest for [!USE_AS_EXPM1L].
20350         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
20351         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
20352         more tests of exp and exp10.  Expect some exp10 tests to miss
20353         exceptions or fail in directed rounding modes.
20354         * math/auto-libm-test-out: Regenerated.
20355         * math/libm-test.inc (exp10_tonearest_test_data): New array.
20356         (exp10_test_tonearest): New function.
20357         (exp10_towardzero_test_data): New array.
20358         (exp10_test_towardzero): New function.
20359         (exp10_downward_test_data): New array.
20360         (exp10_test_downward): New function.
20361         (exp10_upward_test_data): New array.
20362         (exp10_test_upward): New function.
20363         (main): Call the new functions.
20364         * sysdeps/i386/fpu/libm-test-ulps: Update.
20365         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20367 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
20369         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
20370         asinh, atan, atan2, atanh, cbrt, cos and cosh.
20371         * math/auto-libm-test-out: Regenerated.
20372         * math/libm-test.inc (acosh_test_data): Add more tests.
20373         (atanh_test_data): Likewise.
20374         (ceil_test_data): Likewise.
20375         (copysign_test_data): Likewise.
20376         * sysdeps/i386/fpu/libm-test-ulps: Update.
20377         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20379         * timezone/checktab.awk: Update from tzcode 2013i.
20380         * timezone/private.h: Likewise.
20381         * timezone/scheck.c: Likewise.
20382         * timezone/tzfile.h: Likewise.
20383         * timezone/tzselect.ksh: Likewise.
20384         * timezone/zdump.c: Likewise.
20385         * timezone/zic.c: Likewise.
20387         * math/auto-libm-test-in: Add tests of cpow.
20388         * math/auto-libm-test-out: Regenerated.
20389         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
20390         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20391         mpc_cc_c.
20392         (func_calc_desc): Add mpc_cc_c union field.
20393         (test_functions): Add cpow.
20394         (special_fill_2pi): New function.
20395         (special_real_inputs): Add 2pi.
20396         (calc_generic_results): Handle mpc_cc_c.
20397         * sysdeps/i386/fpu/libm-test-ulps: Update.
20398         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20400         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
20401         csqrt, ctan and ctanh.
20402         * math/auto-libm-test-out: Regenerated.
20403         * math/libm-test.inc (TEST_COND_x86_64): New macro.
20404         (TEST_COND_x86): Likewise.
20405         (ccos_test_data): Use AUTO_TESTS_c_c.
20406         (ccosh_test_data): Likewise.
20407         (cexp_test_data): Likewise.
20408         (clog_test_data): Likewise.
20409         (csqrt_test_data): Likewise.
20410         (ctan_test_data): Likewise.
20411         (ctan_tonearest_test_data): Likewise.
20412         (ctan_towardzero_test_data): Likewise.
20413         (ctan_downward_test_data): Likewise.
20414         (ctan_upward_test_data): Likewise.
20415         (ctanh_test_data): Likewise.
20416         (ctanh_tonearest_test_data): Likewise.
20417         (ctanh_towardzero_test_data): Likewise.
20418         (ctanh_downward_test_data): Likewise.
20419         (ctanh_upward_test_data): Likewise.
20420         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20421         mpc_c_c.
20422         (func_calc_desc): Add mpc_c_c union field.
20423         (FUNC_mpc_c_c): New macro.
20424         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
20425         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
20426         ctanh.
20427         (special_fill_min_subnorm_p120): New function.
20428         (special_real_inputs): Add min_subnorm_p120.
20429         (calc_generic_results): Handle mpc_c_c.
20430         * sysdeps/i386/fpu/libm-test-ulps: Update.
20431         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20433 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
20435         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
20436         (do_sin_slow): New functions.
20437         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
20438         (cslow2, csloww1, csloww2): Use the new functions.
20440         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
20441         Use M to change sign of result instead of X.  Assume X is
20442         positive.
20443         (csloww1): Likewise.
20444         (__sin): Adjust.
20445         (__cos): Adjust.
20447         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
20448         arguments A and DA.
20449         (__sin): Adjust.
20450         (__cos): Likewise.
20452         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
20453         (__cos): Likewise.
20454         (sloww1): Don't adjust sign of DX.
20455         (csloww1): Likewise.
20456         (sloww2): Use X directly and don't adjust sign of DX.
20457         (csloww2): Likewise.
20459 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20461         * math/auto-libm-test-in: Add tests of cabs and carg.
20462         * math/auto-libm-test-out: Regenerated.
20463         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
20464         (carg_test_data): Likewise.
20465         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20466         mpc_c_f.
20467         (func_calc_desc): Add mpc_c_f union field.
20468         (test_functions): Add cabs and carg.
20469         (calc_generic_results): Handle mpc_c_f.
20471         * sysdeps/powerpc/powerpc32/libgcc-compat.S
20472         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
20473         as a macro and a compat symbol.
20474         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
20475         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
20476         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
20477         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
20478         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
20479         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
20480         not use .hidden.
20481         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
20482         Likewise.
20483         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
20484         Likewise.
20485         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
20486         Likewise.
20487         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
20488         Likewise.
20489         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
20490         Likewise.
20491         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
20492         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
20493         from GLIBC_2.3.2.
20495 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20497         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20499 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20501         * manual/texinfo.tex: Update to version 2013-11-26.10 with
20502         trailing whitespace removed.
20503         * scripts/config.guess: Update to version 2013-11-29.
20504         * scripts/config.sub: Update to version 2013-10-01.
20506         * math/auto-libm-test-in: Add tests of sincos.
20507         * math/auto-libm-test-out: Regenerated.
20508         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
20509         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20510         mpfr_f_11.
20511         (func_calc_desc): Add mpfr_f_11 union field.
20512         (test_functions): Add sincos.
20513         (calc_generic_results): Handle mpfr_f_11.
20514         * sysdeps/i386/fpu/libm-test-ulps: Update.
20515         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20517 2013-12-19  Andreas Schwab  <schwab@suse.de>
20519         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
20520         CALL_MCOUNT.
20521         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
20522         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
20523         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
20525 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20527         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
20528         * sysdeps/i386/fpu/libm-test-ulps: Update.
20529         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20531         [BZ #16293]
20532         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
20533         round-to-nearest mode when using frndint.
20534         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
20535         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
20536         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
20537         Likewise.
20538         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
20539         sinh test to fail.
20540         * math/auto-libm-test-out: Regenerated.
20541         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
20542         (TEST_COND_x86): Likewise.
20543         (expm1_tonearest_test_data): New array.
20544         (expm1_test_tonearest): New function.
20545         (expm1_towardzero_test_data): New array.
20546         (expm1_test_towardzero): New function.
20547         (expm1_downward_test_data): New array.
20548         (expm1_test_downward): New function.
20549         (expm1_upward_test_data): New array.
20550         (expm1_test_upward): New function.
20551         (main): Run the new test functions.
20552         * sysdeps/i386/fpu/libm-test-ulps: Update.
20553         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20555         * include/features.h: Update comment documenting feature test
20556         macros.  Mention _DEFAULT_SOURCE in comment.
20557         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
20558         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
20559         _BSD_SOURCE and _SVID_SOURCE.
20560         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
20561         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
20562         !_SVID_SOURCE]: Likewise.
20563         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20564         (__USE_POSIX_IMPLICITLY): Define.
20565         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20566         (_POSIX_SOURCE): Undefine and redefine.
20567         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20568         (_POSIX_C_SOURCE): Likewise.
20569         * manual/creature.texi (_DEFAULT_SOURCE): Document.
20570         (Feature Test Macros): Update documentation of default features.
20572 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
20574         * benchtests/Makefile: Add bench-strtok.
20575         * benchtests/bench-strtok.c: New file: strtok benchtest.
20577 2013-12-19  Allan McRae  <allan@archlinux.org>
20579         * manual/install.texi: Suppress menu for plain text output.
20580         * INSTALL: Regenerated.
20582 2013-12-18  Brooks Moses  <bmoses@google.com>
20584         [BZ #15846]
20585         * misc/getauxval.c: Include errno.h.
20586         (__getauxval): Set errno to ENOENT if the requested type is not
20587         found.
20588         * misc/sys/auxv.h (getauxval): Document that it may set errno;
20589         don't declare with __attribute_const__.
20590         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
20591         * manual/startup.texi: Document that getauxval sets errno.
20593 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
20595         * math/auto-libm-test-in: Add tests of jn and yn.
20596         * math/auto-libm-test-out: Regenerated.
20597         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
20598         (yn_test_data): Likewise.
20599         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20600         mpfr_if_f.
20601         (func_calc_desc): Add mpfr_if_f union field.
20602         (FUNC_mpfr_if_f): New macro.
20603         (test_functions): Add jn and yn.
20604         (calc_generic_results): Assert type of second input for
20605         mpfr_ff_f.  Handle mpfr_if_f.
20606         (output_for_one_input_case): Disable all checking for arguments
20607         fitting floating-point types in case of an integer argument.
20608         * sysdeps/i386/fpu/libm-test-ulps: Update.
20609         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20611         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
20612         Don't expect fegetround reference in libm.so.
20614 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
20616         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
20617         $(config-cflags-nofma).
20619 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
20621         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
20622         * math/auto-libm-test-out: Regenerated.
20624         [BZ #16338]
20625         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
20626         to determine exponent and adjust argument to have exponent of -1.
20627         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
20628         log2.
20629         * math/auto-libm-test-out: Regenerated.
20630         * sysdeps/i386/fpu/libm-test-ulps: Update.
20631         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20633 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
20635         * manual/probes.texi: Remove cases when per-thread arenas are
20636         disabled.
20638 2013-12-18  Andreas Schwab  <schwab@suse.de>
20640         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
20641         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
20642         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
20643         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
20644         * sysdeps/i386/i686/multiarch/Makefile: Update.
20645         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
20647 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20649         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
20650         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
20652 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
20654         [BZ #15968]
20655         Support TZ transition times < 00:00:00.
20656         This is needed for version-3 tz-format files; it supports time
20657         stamps past 2037 for America/Godthab (the only entry in the tz
20658         database for which this change is relevant).
20659         * manual/time.texi (TZ Variable): Document transition times
20660         from -167:59:59 through -00:00:01.
20661         * time/tzset.c (tz_rule): Time of day is now signed.
20662         (__tzset_parse_tz): Parse negative time of day.
20664         Document TZ transition times >= 25:00:00.
20665         * manual/time.texi (TZ Variable): Document transition times from
20666         25:00:00 through 167:59:59.  These are already supported, and this
20667         support will help with version-3 tz-format files.
20669         * manual/time.texi (TZ Variable): Modernize North America example
20670         to reflect current (i.e., 2007-and-later) daylight saving rules.
20672         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
20674 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20676         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
20677         * sysdeps/unix/bsd/bits/stat.h: Likewise.
20678         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
20679         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
20680         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
20681         * sysdeps/unix/bsd/bsdstat.h: Likewise.
20682         * sysdeps/unix/bsd/clock.c: Likewise.
20683         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
20684         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
20685         * sysdeps/unix/bsd/init-posix.c: Likewise.
20686         * sysdeps/unix/bsd/poll.c: Likewise.
20687         * sysdeps/unix/bsd/ptsname.c: Likewise.
20688         * sysdeps/unix/bsd/seekdir.c: Likewise.
20689         * sysdeps/unix/bsd/setegid.c: Likewise.
20690         * sysdeps/unix/bsd/seteuid.c: Likewise.
20691         * sysdeps/unix/bsd/setgid.c: Likewise.
20692         * sysdeps/unix/bsd/setrgid.c: Likewise.
20693         * sysdeps/unix/bsd/setruid.c: Likewise.
20694         * sysdeps/unix/bsd/setsid.c: Likewise.
20695         * sysdeps/unix/bsd/setuid.c: Likewise.
20696         * sysdeps/unix/bsd/sigaction.c: Likewise.
20697         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
20698         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
20699         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
20700         * sysdeps/unix/bsd/telldir.c: Likewise.
20701         * sysdeps/unix/bsd/times.c: Likewise.
20702         * sysdeps/unix/bsd/usleep.c: Likewise.
20704         * misc/Makefile (install-lib): Remove libbsd-compat.a.
20705         ($(objpfx)libbsd-compat.a): Remove rule.
20707         * include/features.h (__FAVOR_BSD): Do not define.
20708         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
20709         features conflicting with POSIX.
20710         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
20711         (_BSD_SOURCE): Remove description of not being a subset of other
20712         feature test macros.
20713         * manual/job.texi (getpgrp): Do not document BSD version.
20714         (getpgid): Do not document by reference to BSD getpgrp.
20715         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
20716         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
20717         * signal/signal.h [__FAVOR_BSD]: Likewise.
20718         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
20719         instead of making contents conditional on [__FAVOR_BSD].
20720         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
20722 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20724         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20726 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20728         [BZ #16314]
20729         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
20730         values below 2**-450, not 2**-500.
20731         * math/auto-libm-test-in: Don't allow spurious underflow from
20732         hypot.
20733         * math/auto-libm-test-out: Regenerated.
20735         [BZ #16316]
20736         [BZ #16330]
20737         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
20738         values of ha and hb and sort them after adjusting subnormal
20739         arguments.
20740         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
20741         Likewise.
20742         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
20743         values of ea and eb and sort them after adjusting subnormal
20744         arguments.
20745         * math/auto-libm-test-in: Do not expect some hypot tests of
20746         subnormals to fail.  Add more hypot tests.
20747         * math/auto-libm-test-out: Regenerated.
20749 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20751         [BZ #13304]
20752         * sysdeps/sh/s_fma.c: New file.
20753         * sysdeps/sh/s_fmaf.c: New file.
20754         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
20755         version.
20756         * sysdeps/sh/Implies: Add sh/soft-fp.
20758 2013-12-16  Roland McGrath  <roland@hack.frob.com>
20760         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
20761         level of indirection to members `objname', `errstring', `malloced'.
20762         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
20763         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
20764         it as the __longjmp argument (just pass 1 instead).
20765         (_dl_catch_error): Initialize C with argument pointers and address of
20766         volatile local ERRCODE rather than copying values out of C at return.
20768 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
20770         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
20771         * math/auto-libm-test-out: Regenerated.
20772         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
20773         (hypot_test_data): Likewise.
20774         (pow_test_data): Likewise.
20775         (pow_tonearest_test_data): Likewise.
20776         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20777         mpfr_ff_f.
20778         (func_calc_desc): Add mpfr_ff_f union field.
20779         (FUNC_mpfr_ff_f): New macro.
20780         (test_functions): Add atan2, hypot and pow.
20781         (special_fill_min): New function.
20782         (special_fill_minus_min): Likewise.
20783         (special_fill_min_subnorm): Likewise.
20784         (special_fill_minus_min_subnorm): Likewise.
20785         (special_real_inputs): Add min, -min, min_subnorm and
20786         -min_subnorm.
20787         (calc_generic_results): Handle mpfr_ff_f.
20788         * sysdeps/i386/fpu/libm-test-ulps: Update.
20789         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20791 2013-12-16  Will Newton  <will.newton@linaro.org>
20793         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
20794         (Aligned Memory Blocks): Add documentation for aligned_alloc
20795         and suggest it as an alternative to posix_memalign.
20796         (Hooks for Malloc): Document __memalign_hook is also called
20797         for aligned_alloc.  (Summary of Malloc): Add summary for
20798         aligned alloc.  Document __memalign_hook is also called
20799         for aligned_alloc.
20801 2013-12-16  Will Newton  <will.newton@linaro.org>
20803         * manual/memory.texi (Malloc Examples): Clarify default
20804         alignment documentation.  Suggest posix_memalign rather
20805         than memalign or valloc.
20806         (Aligned Memory Blocks): Remove suggestion to use memalign
20807         or valloc.  Remove obsolete comment about BSD.
20808         Document memalign errno values and mark the function obsolete.
20809         Document posix_memalign returned error codes.  Mark valloc
20810         as obsolete.  (Hooks for Malloc): __memalign_hook is also
20811         called for posix_memalign and valloc.
20812         (Summary of Malloc): Add posix_memalign to function summary.
20813         __memalign_hook is also called for posix_memalign and valloc.
20815 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
20817         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
20818         TAYLOR_SIN.
20819         (__sin): Adjust.
20820         (__cos): Likewise.
20821         (sloww): Use mynumber union.  Expand ternary operator into
20822         if-else statements.
20823         (cslow): use mynumber union.
20825 2013-12-16  Allan McRae  <allan@archlinux.org>
20827         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
20828         * configure: Regenerated.
20830         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
20832         [BZ #14120]
20833         * configure.ac: Added --enable-maintainer-mode. Check for
20834         autoconf when enabled.
20835         * configure: Regenerated.
20837         * nscd/nscd.service: New file.
20838         * nscd/nscd.tmpfiles: New file.
20840 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
20842         [BZ #12100]
20843         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
20844         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
20845         * sysdeps/x86_64/multiarch/strstr.c: ... here.
20846         (strstr): Add __strstr_sse2_unaligned ifunc.
20847         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
20848         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
20849         (strcasestr): Remove __strcasestr_sse42 ifunc.
20850         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
20851         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
20852         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20854 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20856         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
20857         * sysdeps/sh/bits/fenv.h: ... here.
20858         * sysdeps/sh/sh4/fpu/bits: Remove directory.
20860 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20862         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
20864         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
20865         hypotf multiarch implementations.
20866         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
20867         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
20868         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
20869         multiarch hypot for PPC64.
20870         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
20871         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
20872         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
20873         multiarch hypotf for PPC64.
20875         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
20876         modff multiarch implementations.
20877         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
20878         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
20879         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
20880         multiarch modf for PPC64.
20881         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
20882         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
20883         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
20884         multiarch modff for PPC64.
20886         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
20887         and logl multiarch implementations.
20888         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
20889         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
20890         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
20891         multiarch logb for PPC64.
20892         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
20893         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
20894         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
20895         multiarch logb for PPC64.
20896         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
20897         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
20898         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
20899         multiarch logb for PPC64.
20901         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
20902         isinff multiarch implementation.
20903         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
20904         file.
20905         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
20906         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
20907         multiarch isinf for PPC64.
20908         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
20909         file.
20910         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
20911         multiarch isinff for PPC64.
20913         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
20914         finitef multiarch implementation.
20915         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
20916         file.
20917         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
20918         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
20919         multiarch finite for PPC64.
20920         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
20921         file.
20922         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
20923         multiarch finitef for PPC64.
20925         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
20926         lrint multiarch implementation.
20927         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
20928         file.
20929         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
20930         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
20931         multiarch llrint for PPC64.
20932         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
20933         multiarch lrint for PPC64.
20935         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
20936         copysignf multiarch implementation.
20937         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
20938         file.
20939         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
20940         file.
20941         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
20942         multiarch copysign for PPC64.
20943         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
20944         multiarch copysignf for PPC64.
20946         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
20947         multiarch implementation.
20948         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
20949         file.
20950         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
20951         file.
20952         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
20953         file.
20954         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
20955         file.
20956         multiarch llround for PPC64.
20957         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
20958         multiarch trunc for PPC64.
20959         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
20960         multiarch truncf for PPC64.
20962         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
20963         multiarch implementation.
20964         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
20965         file.
20966         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
20967         file.
20968         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
20969         file.
20970         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
20971         file.
20972         multiarch llround for PPC64.
20973         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
20974         multiarch round for PPC64.
20975         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
20976         multiarch roundf for PPC64.
20978         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
20979         multiarch implementation.
20980         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
20981         file.
20982         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
20983         file.
20984         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
20985         file.
20986         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
20987         file.
20988         multiarch llround for PPC64.
20989         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
20990         multiarch floor for PPC64.
20991         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
20992         multiarch floorf for PPC64.
20994         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
20995         multiarch implementation.
20996         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
20997         file.
20998         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
20999         file.
21000         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
21001         file.
21002         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
21003         file.
21004         multiarch llround for PPC64.
21005         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
21006         multiarch ceil for PPC64.
21007         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
21008         multiarch ceilf for PPC64.
21010         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
21011         multiarch implementation.
21012         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
21013         file.
21014         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
21015         file.
21016         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
21017         file.
21018         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
21019         multiarch llround for PPC64.
21020         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
21021         multiarch lround for PPC64.
21023         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
21024         multiarch implementation.
21025         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
21026         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
21027         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
21028         file.
21029         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
21030         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
21031         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
21032         multiarch isnan for PPC64.
21033         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
21034         multiarch isnanf for PPC64.
21036         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
21037         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
21038         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
21039         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
21040         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
21041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
21043         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
21044         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
21045         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
21046         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
21048         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
21049         multiarch implementations.
21050         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21051         (__libc_ifunc_impl_list): Likewise.
21052         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
21053         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
21054         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
21055         multiarch stpcpy for PPC64.
21057         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
21058         multiarch implementations.
21059         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21060         (__libc_ifunc_impl_list): Likewise.
21061         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
21062         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
21063         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
21064         multiarch strcpy for PPC64.
21066         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
21067         redefine function name.
21068         (_wordcopy_fwd_dest_aligned): Likewise.
21069         (_wordcopy_bwd_aligned): Likewise.
21070         (_wordcopy_bwd_dest_aligned): Likewise.
21071         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
21072         multiarch implementations.
21073         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21074         (__libc_ifunc_impl_list): Likewise.
21075         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
21076         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
21077         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
21078         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
21079         multiarch wcscpy for PPC64.
21081         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
21082         multiarch implementations.
21083         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21084         (__libc_ifunc_impl_list): Likewise.
21085         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
21086         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
21087         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
21088         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
21089         multiarch wcscpy for PPC64.
21091         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
21092         multiarch implementations.
21093         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21094         (__libc_ifunc_impl_list): Likewise.
21095         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
21096         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
21097         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
21098         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
21099         multiarch wcsrchr for PPC64.
21101         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
21102         multiarch implementations.
21103         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21104         (__libc_ifunc_impl_list): Likewise.
21105         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
21106         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
21107         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
21108         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
21109         multiarch wcschr for PPC64.
21111         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
21112         multiarch implementations.
21113         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21114         (__libc_ifunc_impl_list): Likewise.
21115         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
21116         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
21117         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
21118         multiarch strchrnul for PPC64.
21120         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
21121         implementations.
21122         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21123         (__libc_ifunc_impl_list): Likewise.
21124         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
21125         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
21126         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
21127         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
21128         strchr for PPC64.
21130         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
21131         implementations.
21132         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21133         (__libc_ifunc_impl_list): Likewise.
21134         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
21135         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
21136         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
21137         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
21138         strncmp for PPC64.
21140         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
21141         multiarch implementations.
21142         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21143         (__libc_ifunc_impl_list): Likewise.
21144         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
21145         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
21146         strncasecmp for PPC64.
21147         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
21148         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
21149         multiarch strncasecmp_l for PPC64.
21151         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
21152         multiarch implementations.
21153         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
21154         (__libc_ifunc_impl_list): Likewise.
21155         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
21156         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
21157         multiarch strcasecmp for PPC64.
21158         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
21159         file.
21160         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
21161         multiarch strcasecmp_l for PPC64.
21163         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
21164         implementations.
21165         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21166         (__libc_ifunc_impl_list): Likewise.
21167         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
21168         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
21169         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
21170         strnlen for PPC64.
21172         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
21173         implementations.
21174         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21175         (__libc_ifunc_impl_list): Likewise.
21176         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
21177         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
21178         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
21179         strlen for PPC64.
21181         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
21182         implementations.
21183         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21184         (__libc_ifunc_impl_list): Likewise.
21185         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
21186         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
21187         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
21188         rawmemrchr for PPC64.
21190         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
21191         implementation.
21192         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21193         (__libc_ifunc_impl_list): Likewise.
21194         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
21195         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
21196         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
21197         memrchr for PPC64.
21199         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
21200         implementation.
21201         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21202         (__libc_ifunc_impl_list): Likewise.
21203         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
21204         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
21205         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
21206         memchr for PPC64.
21208         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
21209         implementation.
21210         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21211         (__libc_ifunc_impl_list): Likewise.
21212         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
21213         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
21214         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
21215         mempcpy for PPC64.
21217         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
21218         avoid cretion of __bzero symbol.
21219         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
21220         Likewise.
21221         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
21222         Likewise.
21223         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
21224         Likewise.
21225         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
21226         multiarch implementations.
21227         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21228         (__libc_ifunc_impl_list): Likewise.
21229         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
21230         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
21231         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
21232         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
21233         bzero for PPC32.
21234         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
21235         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
21236         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
21237         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
21238         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
21239         memset for PPC64.
21240         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
21242         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
21243         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
21244         implementations.
21245         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21246         (__libc_ifunc_impl_list): Likewise.
21247         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
21248         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
21249         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
21250         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
21251         memcmp for PPC64.
21253         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
21254         multiarch for POWER/PPC64.
21255         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
21256         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
21257         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
21258         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
21259         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
21260         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
21261         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
21262         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
21263         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
21264         memcpy for PPC64.
21266         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
21267         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
21268         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
21269         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
21270         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
21271         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
21272         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
21273         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
21274         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
21275         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
21276         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
21277         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
21278         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
21279         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
21280         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
21281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
21282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
21283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
21284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
21285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
21286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
21287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
21289 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21291         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
21293 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21295         * benchtests/Makefile (bench): Add exp2 and log2.
21296         (LDLIBS-bench-exp2): Add -lm.
21297         (LDLIBS-bench-log2): Likewise.
21298         * benchtests/exp2-inputs: New inputs file.
21299         * benchtests/log2-inputs: New inputs file.
21300         * benchtests/log-inputs: Add new inputs.
21301         * benchtests/tan-inputs: Likewise.
21303 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21305         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
21306         definition...
21307         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
21308         (csloww2): ... from here.
21310         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
21311         instead of structures.
21312         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
21313         (POLYNOMIAL): Likewise.
21314         (TAYLOR_SLOW): Likewise.
21315         (__sin): Likewise.
21316         (__cos): Likewise.
21317         (slow1): Likewise.
21318         (slow2): Likewise.
21319         (sloww): Likewise.
21320         (sloww1); Likewise.
21321         (sloww2): Likewise.
21322         (bsloww1): Likewise.
21323         (bsloww2): Likewise.
21324         (cslow2): Likewise.
21325         (csloww): Likewise.
21326         (csloww1): Likewise.
21327         (csloww2): Likewise.
21329 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
21331         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
21332         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
21333         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
21334         * malloc/hooks.c (realloc_check): Likewise.
21336         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
21337         * malloc/arena.c: Remove PER_THREAD conditional.
21338         [!PER_THREAD]: Remove code.
21339         (ptmalloc_unlock_all2): Likewise.
21340         (ptmalloc_init): Likewise.
21341         (_int_new_arena): Likewise.
21342         (arena_get2): Likewise.
21343         * malloc/hooks.c (__malloc_get_state): Likewise.
21344         (__malloc_set_state): Likewise.
21345         * malloc/malloc.c: Likewise.
21346         (struct malloc_state): Likewise.
21347         (struct malloc_par): Likewise.
21348         (__libc_realloc): Likewise.
21349         (__libc_mallopt): Likewise.
21351 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21353         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
21355 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
21357         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
21358         macro to a function.  Check for zero perturb_byte.
21359         (_int_malloc, _int_free): Remove zero perturb_byte checks.
21361         * malloc/malloc.c: (force_reg): Remove.
21362         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
21363         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
21364         force_reg by atomic_forced_read.
21365         * malloc/arena.c (ptmalloc_init): Likewise.
21366         * malloc/hooks.c (top_check): Likewise.
21368 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21370         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21372 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
21374         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21376 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
21378         * math/auto-libm-test-in: Add tests of lgamma.
21379         * math/auto-libm-test-out: Regenerated.
21380         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
21381         (M_LOG_2_SQRT_PIl): Likewise.
21382         (lgamma_test_data): Use AUTO_TESTS_f_f1.
21383         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21384         mpfr_f_f1.
21385         (func_calc_desc): Add mpfr_f_f1 union field.
21386         (ARGS1): New macro.
21387         (ARGS2): Likewise.
21388         (ARGS3): Likewise.
21389         (ARGS4): Likewise.
21390         (RET1): Likewise.
21391         (RET2): Likewise.
21392         (CALC): Likewise.
21393         (FUNC): Likewise.
21394         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
21395         (test_functions): Add lgamma.
21396         (calc_generic_results): Handle mpfr_f_f1.
21397         * sysdeps/i386/fpu/libm-test-ulps: Update.
21398         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21400 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21402         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
21403         __mpn_add_n for PowerPC64/POWER7.
21404         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
21405         __mpn_sub_n for PowerPC64/POWER7.
21407         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
21408         __mpn_addmul_1 for PowerPC64.
21409         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
21410         __mpn_submul_1 for PowerPC64.
21411         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
21412         for PowerPC64.
21413         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
21414         for PowerPC64.
21416 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
21418         [BZ #15089]
21419         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
21421 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21423         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
21425         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
21426         add multiarch folders.
21427         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
21428         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
21429         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
21430         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
21431         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
21432         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
21433         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
21434         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
21435         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
21436         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
21437         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
21438         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
21439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
21440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
21441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
21442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
21443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
21445         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21446         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
21447         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
21448         New file.
21449         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
21450         New file.
21451         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
21452         multiarch __ieee754_hypot for PowerPC32.
21453         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
21454         New file.
21455         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
21456         New file.
21457         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
21458         multiarch __ieee754_hypotf for PowerPC32.
21460         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
21461         long_double_symbol only if __logbl is defined.
21462         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
21463         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
21464         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
21465         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
21466         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
21467         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
21468         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
21469         path for implementation.
21470         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
21471         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
21472         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
21473         logb, and logbl multiarch implementations for PowerPC32.
21474         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
21475         file.
21476         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
21477         file.
21478         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
21479         multiarch logb for PowerPC32.
21480         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
21481         file.
21482         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
21483         file.
21484         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
21485         multiarch logbf for PowerPC32.
21486         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
21487         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
21488         file.
21489         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
21490         multiarch logbl implementation for PowerPC32.
21492         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
21493         and modff multiarch implementations.
21494         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
21495         New file.
21496         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
21497         New file.
21498         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
21499         multiarch modf for PowerPC32.
21500         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
21501         New file.
21502         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
21503         New file.
21504         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
21505         multiarch modff for PowerPC32.
21507         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
21508         and lrintf multiarch implementations.
21509         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
21510         New file.
21511         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
21512         New file.
21513         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
21514         multiarch lrint for PowerPC32.
21515         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
21516         file: multiarch lrintf for PowerPC32.
21518         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
21519         and lroundf multiarch implementations.
21520         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
21521         New file.
21522         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
21523         New file.
21524         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
21525         New file.
21526         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
21527         multiarch lround for PowerPC32.
21528         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
21529         file: multiarch lroundf for PowerPC32.
21531         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21532         copysign and copysignf multiarch implementations.
21533         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
21534         New file.
21535         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
21536         New file.
21537         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
21538         file: multiarch copysign for PowerPC32.
21539         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
21540         file: multiarch copysignf for PowerPC32.
21542         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
21543         and truncf multiarch implementations.
21544         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
21545         New file.
21546         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
21547         file.
21548         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
21549         multiarch trunc for PowerPC32.
21550         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
21551         New file.
21552         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
21553         New file.
21554         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
21555         multiarch truncf for PowerPC32.
21557         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
21558         and roundf multiarch implementations.
21559         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
21560         New file.
21561         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
21562         file.
21563         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
21564         multiarch round for PowerPC32.
21565         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
21566         New file.
21567         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
21568         New file.
21569         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
21570         multiarch roundf for PowerPC32.
21572         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
21573         and floorf multiarch implementations.
21574         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
21575         New file.
21576         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
21577         file.
21578         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
21579         multiarch floor for PowerPC32.
21580         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
21581         New file.
21582         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
21583         New file.
21584         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
21585         multiarch floorf for PowerPC32.
21587         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
21588         and ceilf multiarch implementations.
21589         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
21590         New file.
21591         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
21592         file.
21593         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
21594         multiarch ceil for PowerPC32.
21595         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
21596         New file.
21597         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
21598         file.
21599         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
21600         multiarch ceilf for PowerPC32.
21602         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
21603         is defined.
21604         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
21605         FINITEF is defined.
21606         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
21607         and finitef multiarch implementations.
21608         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
21609         New file.
21610         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
21611         file.
21612         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
21613         multiarch finite for PowerPC32.
21614         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
21615         New file.
21616         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
21617         file: multiarch finitef for PowerPC32.
21619         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
21620         and isinff multiarch implementations.
21621         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
21622         file.
21623         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
21624         file.
21625         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
21626         multiarch isinf for PowerPC32.
21627         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
21628         New file.
21629         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
21630         multiarch isinff for PowerPC32.
21632         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
21633         alias when __isnan is defined.
21634         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
21635         and isnanf multiarch implementations.
21636         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
21637         file.
21638         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
21639         file.
21640         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
21641         file.
21642         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
21643         file.
21644         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
21645         multiarch isnan for PowerPC32.
21646         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
21647         New file.
21648         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
21649         New file.
21650         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
21651         multiarch isnanf for PowerPC32.
21653         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
21654         and sqrtf multiarch implementations.
21655         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
21656         file.
21657         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
21658         file.
21659         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
21660         multiarch sqrt for PowerPC32.
21661         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
21662         file.
21663         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
21664         file.
21665         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
21666         multiarch sqrtf for PowerPC32.
21668         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
21669         and llroundf multiarch implementations.
21670         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
21671         New file.
21672         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
21673         New file.
21674         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
21675         New file.
21676         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
21677         file: multiarch llround for PowerPC32.
21678         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
21679         file: multiarch llroundf for PowerPC32.
21681         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
21682         multiarch PowerPC32 fpu implementations.
21683         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
21684         New file.
21685         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
21686         New file.
21687         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
21688         multiarch llrint for PowerPC32.
21689         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
21690         New file.
21691         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
21692         New file.
21693         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
21694         file.
21696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
21698         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
21699         file.
21700         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
21701         file.
21702         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
21703         file.
21704         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
21705         multiarch wordcopy for PPC32.
21706         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21707         wordcopy objects.
21708         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21709         (__libc_ifunc_impl_list): Likewise.
21710         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
21711         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
21712         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
21713         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
21714         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
21715         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
21717         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
21718         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
21719         file.
21720         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
21721         file.
21722         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
21723         file.
21724         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
21725         multiarch wcscpy for PPC32.
21726         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21727         multiarch objects.
21728         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21729         (__libc_ifunc_impl_list): Likewise.
21730         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21731         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21732         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
21733         sysdeps/powerpc/power6/wcscpy.c.
21735         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
21736         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
21737         file.
21738         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
21739         file.
21740         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
21741         file.
21742         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
21743         multiarch wcsrchr for PPC32.
21744         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21745         multiarch objects.
21746         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21747         (__libc_ifunc_impl_list): Likewise.
21748         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21749         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21750         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
21751         sysdeps/powerpc/power6/wcsrchr.c.
21753         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
21754         file.
21755         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
21756         file.
21757         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
21758         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
21759         multiarch wcschr for PPc32.
21760         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21761         multiarch objects.
21762         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21763         (__libc_ifunc_impl_list): Likewise.
21764         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
21765         * sysdeps/powerpc/power6/wcschr.c: ... to here.
21766         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
21767         sysdeps/powerpc/power6/wcschr.c.
21769         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
21770         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
21771         file.
21772         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
21773         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
21774         file: multiarch strchr for PPC32.
21775         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
21776         multiarch objects.
21777         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21778         (__libc_ifunc_impl_list): Likewise.
21780         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
21781         name.
21782         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
21783         file.
21784         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
21785         file.
21786         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
21787         multiarch strchrnul for PPC32.
21788         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
21789         multiarch objects.
21790         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21791         (__libc_ifunc_impl_list): Likewise.
21793         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
21794         file.
21795         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
21796         multiarch strncasecmp for PPC32.
21797         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
21798         file.
21799         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
21800         multiarch strncasecmp_l for PPC32.
21801         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
21802         strncasecmp multiarch objects.
21803         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21804         (__libc_ifunc_impl_list): Likewise.
21806         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
21807         file.
21808         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
21809         multiarch strncasecmp for PPC32.
21810         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
21811         New file.
21812         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
21813         multiarch strcasecmp_l for PPC32.
21814         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
21815         multiarch objects.
21816         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21817         (__libc_ifunc_impl_list): Likewise.
21819         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
21820         file.
21821         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
21822         file.
21823         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
21824         multiarch strncmp for PPC32.
21825         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
21826         multiarch objects.
21827         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21828         (__libc_ifunc_impl_list): Likewise.
21830         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
21831         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
21832         file.
21833         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
21834         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
21835         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
21836         multiarch objects.
21837         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21838         (__libc_ifunc_impl_list): Likewise.
21840         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
21841         file.
21842         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
21843         file.
21844         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
21845         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
21846         multiarch objects.
21847         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21848         (__libc_ifunc_impl_list): Likewise.
21850         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
21851         file.
21852         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
21853         file.
21854         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
21855         multiarch rawmemchr for PPC32.
21856         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
21857         multiarch objects.
21858         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21859         (__libc_ifunc_impl_list): Likewise.
21861         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
21862         file.
21863         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
21864         file.
21865         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
21866         file: memrchr multiarch for PPC32.
21867         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
21868         multiarch objects.
21869         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21870         (__libc_ifunc_impl_list): Likewise.
21872         * string/memchr.c (__memchr): Using macro to redefine symbol name.
21873         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
21874         file.
21875         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
21876         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
21877         multiarch memchr for PPC32.
21878         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
21879         multiarch objects.
21880         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21881         (__libc_ifunc_impl_list): Likewise.
21883         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
21884         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
21885         file.
21886         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
21887         file.
21888         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
21889         file: multiarch mempcpy for PPC32.
21890         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
21891         multiarch objects.
21892         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21893         (__libc_ifunc_impl_list): Likewise.
21895         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
21896         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
21897         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
21898         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
21899         multiarch bzero for PPC32.
21900         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
21901         file.
21902         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
21903         file.
21904         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
21905         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
21906         file: multiarch memset for PPC32.
21907         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
21908         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
21909         memset multiarch objects.
21910         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21911         (__libc_ifunc_impl_list): Likewise.
21913         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
21914         file.
21915         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
21916         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
21917         memcmp for PPC32.
21918         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
21919         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
21920         multiarch objects.
21921         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21922         (__libc_ifunc_impl_list): Likewise.
21924         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
21925         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
21926         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
21927         file.
21928         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
21929         file.
21930         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
21931         file.
21932         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
21933         multiarch memcpy for PPC32.
21934         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
21935         multiarch objects.
21936         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21937         (__libc_ifunc_impl_list): Likewise.
21939         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
21940         support multiarch for POWER/PPC32.
21941         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
21942         Likewise.
21943         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
21944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
21945         Implies file to make multiarch folder appers before the fpu and
21946         default folder for power4 configuration.
21948 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
21950         * scripts/bench.pl: Append volatile keyword to type.
21952 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21954         * sysdeps/sh/sotruss-lib.c: New file.
21955         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
21957 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21959         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21961 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
21963         [BZ #6810]
21964         * math/w_tgamma.c: Include <errno.h>.
21965         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
21966         * math/w_tgammaf.c: Include <errno.h>.
21967         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
21968         * math/w_tgammal.c: Include <errno.h>.
21969         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
21970         * math/auto-libm-test-in: Do not allow missing errno on tgamma
21971         underflow.  Add more tgamma tests.
21972         * math/auto-libm-test-out: Regenerated.
21973         * sysdeps/i386/fpu/libm-test-ulps: Update.
21974         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21976         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
21977         sin, sinh, tan, tanh, tgamma, y0 and y1.
21978         * math/auto-libm-test-out: Regenerated.
21979         * math/libm-test.inc (TEST_COND_x86_64): New macro.
21980         (TEST_COND_x86): Likewise.
21981         (M_E2l): Remove macro.
21982         (M_E3l): Likewise.
21983         (M_2_SQRT_PIl): Likewise.
21984         (M_SQRT_PIl): Likewise.
21985         (M_1_DIV_El): Likewise.
21986         (log_test_data): Use AUTO_TESTS_f_f.
21987         (log10_test_data): Likewise.
21988         (log1p_test_data): Likewise.
21989         (log2_test_data): Likewise.
21990         (sin_test_data): Likewise.
21991         (sin_tonearest_test_data): Likewise.
21992         (sin_towardzero_test_data): Likewise.
21993         (sin_downward_test_data): Likewise.
21994         (sin_upward_test_data): Likewise.
21995         (sinh_test_data): Likewise.
21996         (sinh_tonearest_test_data): Likewise.
21997         (sinh_towardzero_test_data): Likewise.
21998         (sinh_downward_test_data): Likewise.
21999         (sinh_upward_test_data): Likewise.
22000         (tan_test_data): Likewise.
22001         (tan_tonearest_test_data): Likewise.
22002         (tan_towardzero_test_data): Likewise.
22003         (tan_downward_test_data): Likewise.
22004         (tan_upward_test_data): Likewise.
22005         (tanh_test_data): Likewise.
22006         (tgamma_test_data): Likewise.
22007         (y0_test_data): Likewise.
22008         (y1_test_data): Likewise.
22009         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
22010         (special_real_inputs): Add pi/4.
22011         * sysdeps/i386/fpu/libm-test-ulps: Update.
22012         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22014 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22016         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
22017         "longjmp_target" static probes.
22018         (__longjmp): Rename to __longjmp_symbol.
22019         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
22020         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
22021         on which longjmp to generate.
22022         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22023         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
22024         probe.
22025         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22026         (__sigjmp_save): Rename to __sigjmp_save_symbol.
22027         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
22028         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
22029         and __sigjmp_save_symbol based on which sigsetjmp to generated.
22030         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
22031         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
22032         __longjmp_symbol based on which __longjmp to generate.
22033         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
22034         probe.
22035         (setjmp): Rename to setjmp_symbol.
22036         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22037         (_setjmp): Rename to _setjmp_symbol.
22038         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22039         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
22040         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
22041         which setjmp to generate.
22042         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
22043         "longjmp_target" static probes.
22045 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
22047         * benchtests/README: Add note about output arguments.
22048         * benchtests/bench-sincos.c: Remove file.
22049         * benchtests/sincos-inputs: New file.
22050         * scripts/bench.pl: Identify output arguments and define
22051         static variables for them.
22053         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
22055         [BZ #15941]
22056         * Makefile (INSTALL): Add install-plain.texi as the primary
22057         dependency.
22058         * manual/install-plain.texi: New file.
22059         * manual/install.texi: Include node directive only for
22060         non-plaintext output.
22062 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
22064         * stdlib/longlong.h: Update from GCC.
22066         [BZ #6807]
22067         [BZ #15901]
22068         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
22069         * math/w_j0f.c (y0f): Likewise.
22070         * math/w_j0l.c (__y0l): Likewise.
22071         * math/w_j1.c (y1): Likewise.
22072         * math/w_j1f.c (y1f): Likewise.
22073         * math/w_j1l.c (__y1l): Likewise
22074         * math/w_jn.c (yn): Likewise.
22075         * math/w_jnf.c (ynf): Likewise.
22076         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
22077         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
22078         value for Bessel function domain errors outside _SVID_ mode.
22079         Adjust sign of return value for yn (negative integer, 0).
22080         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
22081         by zero in return for negative x and set sign appropriately for
22082         negative n.
22083         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
22084         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
22085         * math/libm-test.inc (y0_test_data): Add more tests and adjust
22086         expectations in error cases.
22087         (y1_test_data): Likewise.
22088         (yn_test_data): Likewise.
22089         * sysdeps/i386/fpu/libm-test-ulps: Update.
22090         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22092 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22094         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
22095         "64" to "64-v1".  Add "64-v2".
22096         (abi-64-options): Rename to ...
22097         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
22098         (abi-64-condition): Rename to ...
22099         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
22100         (abi-64-ld-soname): Rename to ...
22101         (abi-64-v1-ld-soname): ... this.
22102         (abi-64-v2-options): Define.
22103         (abi-64-v2-condition): Likewise.
22104         (abi-64-v2-ld-soname): Likewise.
22105         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
22106         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
22107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
22108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
22109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
22111 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22112             Alan Modra  <amodra@gmail.com>
22114         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
22115         New versions for use with the ELFv2 ABI.
22116         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
22117         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
22118         declaration.
22119         (struct La_ppc64v2_retval): Likewise.
22120         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
22121         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
22122         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
22123         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
22124         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
22125         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
22126         Do not save or restore CR.
22127         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
22128         (_dl_profile_resolve): Do no save or restore CR.  Support extended
22129         return values for ELFv2 ABI.  Fix location of FPR return registers.
22130         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
22131         updated values for _CALL_ELF == 2.
22132         (La_regs, La_retval, int_retval): Likewise.
22134 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22136         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
22137         (FRAME_MIN_SIZE_PARM): Likewise.
22138         (FRAME_BACKCHAIN): Likewise.
22139         (FRAME_CR_SAVE): Likewise.
22140         (FRAME_LR_SAVE): Likewise.
22141         (FRAME_TOC_SAVE): Likewise.
22142         (FRAME_PARM_SAVE): Likewise.
22143         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
22144         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
22145         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22146         (call_mcount_parm_offset): New macro.
22147         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
22148         (PROF): Use symbolic stack frame offsets.
22149         (TAIL_CALL_SYSCALL_ERROR): Likewise.
22150         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
22151         Redefine in terms of FRAME_MIN_SIZE.
22152         (_dl_runtime_resolve): Use symbolic stack frame offsets.
22153         (_dl_profile_resolve): Likewise.  Update comment.
22154         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
22155         symbols stack frame offsets.
22156         (__sigsetjmp): Likewise.
22157         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
22158         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
22159         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
22160         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
22162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
22163         (FRAME_BACKCHAIN): Remove.
22164         (FRAME_CR_SAVE): Likewise.
22165         (FRAME_LR_SAVE): Likewise.
22166         (FRAME_COMPILER_DW): Likewise.
22167         (FRAME_LINKER_DW): Likewise.
22168         (FRAME_TOC_SAVE): Likewise.
22169         (FRAME_PARM_SAVE): Likewise.
22170         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
22171         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
22172         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
22174         (CHECK_SP): Use symbolic stack frame offsets.
22175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
22176         zone" instead of caller's parameter save area for temp storage.
22177         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
22178         Likewise.  Also, use symbolic stack frame offsets.
22179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
22180         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
22181         our own stack frame instead of the caller's.
22182         (__socket): Use symbolic stack frame offsets.
22184 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22185             Alan Modra  <amodra@gmail.com>
22187         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
22188         Define.
22189         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
22190         (PPC64_LOCAL_ENTRY_OFFSET): Define.
22191         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
22192         New function.
22193         (elf_machine_fixup_plt): Call it.
22194         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
22195         reloc arguments.
22196         (elf_machine_rela): Update call to elf_machine_plt_conflict.
22197         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22198         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
22199         r2 before calling target.
22201 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22202             Alan Modra  <amodra@gmail.com>
22204         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
22205         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
22206         versions of macros to support ELFv2 ABI.
22207         (LOCALENTRY): New macro.
22208         (ENTRY, EALIGN): Use it.
22209         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
22210         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
22211         fall through into ENTRY entry point.
22212         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
22213         Only define if _CALL_ELF != 2.
22215         (elf_machine_matches_host): Verify ABI version matches.
22216         (RTLD_START): Use LOCALENTRY.
22217         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
22218         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
22219         (PLT_ENTRY_WORDS): New macro.
22220         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
22221         (elf_machine_runtime_setup): Support ELFv2 ABI.
22222         (elf_machine_fixup_plt): Likewise.
22223         (elf_machine_plt_conflict): Likewise.
22224         (resolve_ifunc): Likewise.
22225         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
22226         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22227         Likewise.
22228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
22229         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
22230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22231         (makecontext): Support ELFv2 ABI.
22232         * elf/elf.h (EF_PPC64_ABI): Define.
22234 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22236         * sysdeps/powerpc/powerpc64/sysdep.h
22237         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
22238         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
22239         (ENTRY) [ASSEMBLER]: ... but instead here ...
22240         (EALIGN) [ASSEMBLER]: ... and here.
22241         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
22242         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
22243         (ENTRY_2) [!ASSEMBLER]: Use it.
22244         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
22245         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
22246         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22247         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
22248         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
22249         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
22250         Use PPC64_LOAD_FUNCPTR.
22252         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
22254 2013-12-04  Alan Modra  <amodra@gmail.com>
22256         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
22257         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
22258         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
22259         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
22261         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
22262         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
22263         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
22264         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
22265         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
22266         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
22268 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22271         (__makecontext): Fix incorrect CFI when backtracing out of
22272         context created via makecontext.
22273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
22274         (__setcontext): Fix incorrect CFI during switch to new context.
22275         (__novec_setcontext): Likewise.
22277 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22279         [BZ #4772]
22280         * time/strptime_l.c (__strptime_internal): Allow modifiers
22281         in strptime.
22282         * time/tst-strptime.c (day_tests): Add testcase.
22284 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22286         * scripts/bench.pl: Skip over blank lines.
22288 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
22290         [BZ #926]
22291         * manual/time.texi (Calendar Time): Clarify what timezone functions
22292         use.
22294 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22296         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22298 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22300         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
22301         implementation.
22302         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
22303         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
22304         * debug/memset_chk.c (__memset_chk): Likewise.
22305         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
22306         * debug/strncpy_chk.c: Likewise.
22308 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22310         [BZ #15268]
22311         [BZ #15425]
22312         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
22313         (__ieee754_exp): For possibly underflowing results, check size of
22314         result and force underflow exception if required.
22315         * math/auto-libm-test-in: Add more tests of exp.
22316         * math/auto-libm-test-out: Regenerated.
22317         * sysdeps/i386/fpu/libm-test-ulps: Update.
22318         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22320         [BZ #16283]
22321         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
22322         * math/w_exp2f.c (__exp2f): Likewise.
22323         * math/w_exp2l.c (__exp2l): Likewise.
22324         * math/auto-libm-test-in: Do not allow missing errno on exp2
22325         underflow.
22326         * math/auto-libm-test-out: Regenerated.
22328 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
22330         [BZ #16274]
22331         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
22332         handle filename validation.
22333         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
22334         (do_open): Delete.
22336 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22338         [BZ #6786]
22339         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
22340         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
22341         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
22342         <float.h>.
22343         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
22344         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
22345         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22346         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
22347         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22348         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
22349         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22350         * math/auto-libm-test-in: Don't allow missing errno from erfc.
22351         Add more erfc tests.
22352         * math/auto-libm-test-out: Regenerated.
22353         * sysdeps/i386/fpu/libm-test-ulps: Update.
22354         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22356         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
22357         exp2, expm1, j0 and j1.
22358         * math/auto-libm-test-out: Regenerated.
22359         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
22360         (erfc_test_data): Likewise.
22361         (exp_test_data): Likewise.
22362         (exp_tonearest_test_data): Likewise.
22363         (exp_towardzero_test_data): Likewise.
22364         (exp_downward_test_data): Likewise.
22365         (exp_upward_test_data): Likewise.
22366         (exp10_test_data): Likewise.
22367         (exp2_test_data): Likewise.
22368         (expm1_test_data): Likewise.
22369         (j0_test_data): Likewise.
22370         (j1_test_data): Likewise.
22371         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
22372         (input_flag_type): Add flag_xfail_rounding.
22373         (input_flags): Add xfail-rounding.
22374         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
22375         (output_for_one_input_case): Handle flag_xfail_rounding.
22376         * sysdeps/i386/fpu/libm-test-ulps: Update.
22377         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22379 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
22381         [BZ #16289]
22382         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
22383         division by 0.
22385 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22387         [BZ #16195]
22388         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
22389         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
22390         (STAP_PROBE0): New macro.
22391         (STAP_PROBE1): Likewise.
22392         (STAP_PROBE2): Likewise.
22393         (STAP_PROBE3): Likewise.
22394         (STAP_PROBE4): Likewise.
22396 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
22398         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
22400 2013-12-02  Steve Ellcey  <sellcey@mips.com>
22402         * benchtests/Makefile (bench): Add sqrt.
22403         (LDLIBS-bench-sqrt): New.
22404         * benchtests/sqrt-input: New.
22406 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
22408         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
22409         (GAIH_EAI): Likewise.
22410         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
22411         (gaih_inet): Likewise.
22412         (getaddrinfo): Don't use GAIH_EAI.
22414         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
22415         (struct gaih): Remove definition.
22417 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
22419         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
22420         Use HERRNOP directly.
22422 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22424         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22426 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
22428         * math/gen-auto-libm-tests.c (test_functions): Add more
22429         single-argument functions.
22430         (special_fill_pi_2): New function.
22431         (special_fill_minus_pi_2): Likewise.
22432         (special_fill_pi_6): Likewise.
22433         (special_fill_minus_pi_6): Likewise.
22434         (special_fill_pi_3): Likewise.
22435         (special_fill_2pi_3): Likewise.
22436         (special_fill_e): Likewise.
22437         (special_fill_1_e): Likewise.
22438         (special_fill_e_minus_1): Likewise.
22439         (special_real_inputs): Add more special inputs.
22440         (output_for_one_input_case): Do not require ERANGE on underflow to
22441         zero if round-to-nearest result does not underflow to zero, unless
22442         exact results required.
22443         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
22444         atan, atanh, cbrt, cos and cosh.
22445         * math/auto-libm-test-out: Regenerated.
22446         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
22447         (acos_tonearest_test_data): Likewise.
22448         (acos_towardzero_test_data): Likewise.
22449         (acos_downward_test_data): Likewise.
22450         (acos_upward_test_data): Likewise.
22451         (acosh_test_data): Likewise.
22452         (asin_test_data): Likewise.
22453         (asin_tonearest_test_data): Likewise.
22454         (asin_towardzero_test_data): Likewise.
22455         (asin_upward_test_data): Likewise.
22456         (asinh_test_data): Likewise.
22457         (atan_test_data): Likewise.
22458         (atanh_test_data): Likewise.
22459         (cbrt_test_data): Likewise.
22460         (cos_test_data): Likewise.
22461         (cos_tonearest_test_data): Likewise.
22462         (cos_towardzero_test_data): Likewise.
22463         (cos_downward_test_data): Likewise.
22464         (cos_upward_test_data): Likewise.
22465         (cosh_test_data): Likewise.
22466         (cosh_tonearest_test_data): Likewise.
22467         (cosh_towardzero_test_data): Likewise.
22468         (cosh_downward_test_data): Likewise.
22469         (cosh_upward_test_data): Likewise.
22470         * sysdeps/i386/fpu/libm-test-ulps: Update.
22471         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22473 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
22475         [BZ #6787]
22476         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
22477         * math/w_exp10f.c (__exp10f): Likewise.
22478         * math/w_exp10l.c (__exp10l): Likewise.
22479         * math/libm-test.inc (exp10_test_data): Add more tests and expect
22480         errno settings in existing tests.
22482         [BZ #14032]
22483         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
22484         precision control set to double precision.
22485         * sysdeps/i386/fpu/w_sqrt.c: New file.
22486         * math/auto-libm-test-in: Add more tests.
22487         * math/auto-libm-test-out: Update.
22489         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
22490         (sqrt_test_tonearest): New function.
22491         (sqrt_towardzero_test_data): New variable.
22492         (sqrt_test_towardzero): New function.
22493         (sqrt_downward_test_data): New variable.
22494         (sqrt_test_downward): New function.
22495         (sqrt_upward_test_data): New variable.
22496         (sqrt_test_upward): New function.
22497         (main): Call the new functions.
22499         * math/gen-auto-libm-tests.c: New file.
22500         * math/auto-libm-test-in: Likewise.
22501         * math/auto-libm-test-out: New generated file.
22502         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
22503         variables.
22504         (%beautify): Add generated representations of zero.
22505         (top level): Set $auto_input and call parse_auto_input.
22506         (beautify): Remove trailing "f" from hex float constants.
22507         (parse_args): Handle XFAIL_TEST.
22508         (convert_condition): New function.
22509         (or_value): Likewise.
22510         (or_cond_value): Likewise.
22511         (generate_testfile): Handle AUTO_TESTS_* lines.
22512         (parse_auto_input): New function.
22513         * math/libm-test.inc (XFAIL_TEST): New macro.
22514         (ERRNO_UNCHANGED): Update value.
22515         (ERRNO_EDOM): Likewise.
22516         (ERRNO_ERANGE): Likewise.
22517         (IGNORE_RESULT): Likewise.
22518         (TEST_COND_flt_32): New macro.
22519         (TEST_COND_dbl_64): Likewise.
22520         (TEST_COND_ldbl_96_intel): Likewise.
22521         (TEST_COND_ldbl_96_m68k): Likewise.
22522         (TEST_COND_ldbl_128): Likewise.
22523         (TEST_COND_ldbl_128ibm): Likewise.
22524         (TEST_COND_long32): Likewise.
22525         (TEST_COND_long64): Likewise.
22526         (TEST_COND_before_rounding): Likewise.
22527         (TEST_COND_after_rounding): Likewise.
22528         (enable_test): Handle XFAIL_TEST flag.
22529         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
22530         with finite results.
22531         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
22532         auto-libm-test-out.
22534 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
22535             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22537         [BZ #16214]
22538         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
22539         __tls_get_addr_internal instead of __tls_get_offset in order to
22540         avoid GOT pointer dependency.  Make rtld export
22541         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
22542         __tls_get_addr since we are a __tls_get_offset platform.
22543         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
22544         GOT pointer being set up before.
22545         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
22547 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
22549         * manual/math.texi (Errors in Math Functions): Document accuracy
22550         goals.
22552         [BZ #15004]
22553         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
22554         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
22555         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
22556         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
22557         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
22558         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
22559         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
22560         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
22561         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
22562         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
22563         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
22564         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
22565         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
22566         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
22567         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
22568         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
22570         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
22571         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
22572         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
22573         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
22574         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
22575         Likewise.
22576         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
22577         Likewise.
22578         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
22579         Likewise.
22580         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
22581         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
22582         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
22583         atomic-feupdateenv and flt-rounds.
22584         * sysdeps/powerpc/nofpu/Versions (libc): Add
22585         __atomic_feholdexcept, __atomic_feclearexcept,
22586         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
22587         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
22588         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
22589         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
22590         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
22591         here.
22592         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
22593         Update.
22595         * manual/arith.texi (FP Exceptions): Document that exceptions may
22596         not be raised when matherr is used.
22597         (Math Error Reporting): Document overflow in directed rounding
22598         modes.  Document that errno may not be set when finite values are
22599         returned on overflow.  Document intent to set errno on underflow
22600         only for underflow to zero.
22602         [BZ #16271]
22603         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
22604         round-to-nearest then adjust result for other rounding modes.
22605         * include/fenv.h (fegetround): Use libm_hidden_proto.
22606         * math/fegetround.c (fegetround): Use libm_hidden_def.
22607         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
22608         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
22609         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22610         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
22611         Likewise.
22612         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
22613         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
22614         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
22615         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
22617 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22619         [BZ #16077]
22620         * nss/Versions (libnss_files): Add
22621         _nss_files_gethostbyname3_r.
22622         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
22623         New function.
22624         (HOST_DB_LOOKUP): Remove macro.
22625         (_nss_files_gethostbyname_r): Implement function without the
22626         HOST_DB_LOOKUP macro.
22627         (_nss_files_gethostbyname2_r): Likewise.
22629 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
22631         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
22633 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
22635         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
22636         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
22637         warning.
22639 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22641         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
22642         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
22643         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
22644         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
22645         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
22646         __fe_nomask_env_priv and attribute_hidden.
22647         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
22648         (libc_feupdateenv_test_ppc): Likewise.
22649         (libc_feresetround_ppc): Likewise.
22650         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22651         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
22652         compat_symbol macro.
22653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22654         (__fe_nomask_env): Likewise.
22655         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
22657 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22659         * string/Makefile: Remove ifunc tests.
22660         * string/test-string.h: Define TEST_IFUNC.
22661         * string/test-bcopy-ifunc.c: Remove.
22662         * string/test-bzero-ifunc.c: Likewise.
22663         * string/test-memccpy-ifunc.c: Likewise.
22664         * string/test-memchr-ifunc.c: Likewise.
22665         * string/test-memcmp-ifunc.c: Likewise.
22666         * string/test-memcpy-ifunc.c: Likewise.
22667         * string/test-memmem-ifunc.c: Likewise.
22668         * string/test-memmove-ifunc.c: Likewise.
22669         * string/test-mempcpy-ifunc.c: Likewise.
22670         * string/test-memrchr-ifunc.c: Likewise.
22671         * string/test-memset-ifunc.c: Likewise.
22672         * string/test-rawmemchr-ifunc.c: Likewise.
22673         * string/test-stpcpy-ifunc.c: Likewise.
22674         * string/test-stpncpy-ifunc.c: Likewise.
22675         * string/test-strcasecmp-ifunc.c: Likewise.
22676         * string/test-strcasestr-ifunc.c: Likewise.
22677         * string/test-strcat-ifunc.c: Likewise.
22678         * string/test-strchr-ifunc.c: Likewise.
22679         * string/test-strchrnul-ifunc.c: Likewise.
22680         * string/test-strcmp-ifunc.c: Likewise.
22681         * string/test-strcpy-ifunc.c: Likewise.
22682         * string/test-strcspn-ifunc.c: Likewise.
22683         * string/test-strlen-ifunc.c: Likewise.
22684         * string/test-strncasecmp-ifunc.c: Likewise.
22685         * string/test-strncat-ifunc.c: Likewise.
22686         * string/test-strncmp-ifunc.c: Likewise.
22687         * string/test-strncpy-ifunc.c: Likewise.
22688         * string/test-strnlen-ifunc.c: Likewise.
22689         * string/test-strpbrk-ifunc.c: Likewise.
22690         * string/test-strrchr-ifunc.c: Likewise.
22691         * string/test-strspn-ifunc.c: Likewise.
22692         * string/test-strstr-ifunc.c: Likewise.
22694 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22696         * benchtests/Makefile: Remove ifunc tests.
22697         * benchtests/bench-string.h: Define TEST_IFUNC.
22698         * benchtests/bench-bcopy-ifunc.c: Remove.
22699         * benchtests/bench-bzero-ifunc.c: Likewise.
22700         * benchtests/bench-memccpy-ifunc.c: Likewise.
22701         * benchtests/bench-memchr-ifunc.c: Likewise.
22702         * benchtests/bench-memcmp-ifunc.c: Likewise.
22703         * benchtests/bench-memcpy-ifunc.c: Likewise.
22704         * benchtests/bench-memmem-ifunc.c: Likewise.
22705         * benchtests/bench-memmove-ifunc.c: Likewise.
22706         * benchtests/bench-mempcpy-ifunc.c: Likewise.
22707         * benchtests/bench-memrchr-ifunc.c: Likewise.
22708         * benchtests/bench-memset-ifunc.c: Likewise.
22709         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
22710         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
22711         * benchtests/bench-stpcpy-ifunc.c: Likewise.
22712         * benchtests/bench-stpncpy-ifunc.c: Likewise.
22713         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
22714         * benchtests/bench-strcasestr-ifunc.c: Likewise.
22715         * benchtests/bench-strcat-ifunc.c: Likewise.
22716         * benchtests/bench-strchr-ifunc.c: Likewise.
22717         * benchtests/bench-strchrnul-ifunc.c: Likewise.
22718         * benchtests/bench-strcmp-ifunc.c: Likewise.
22719         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
22720         * benchtests/bench-strcpy-ifunc.c: Likewise.
22721         * benchtests/bench-strcspn-ifunc.c: Likewise.
22722         * benchtests/bench-strlen-ifunc.c: Likewise.
22723         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
22724         * benchtests/bench-strncat-ifunc.c: Likewise.
22725         * benchtests/bench-strncmp-ifunc.c: Likewise.
22726         * benchtests/bench-strncpy-ifunc.c: Likewise.
22727         * benchtests/bench-strnlen-ifunc.c: Likewise.
22728         * benchtests/bench-strpbrk-ifunc.c: Likewise.
22729         * benchtests/bench-strrchr-ifunc.c: Likewise.
22730         * benchtests/bench-strsep-ifunc.c: Likewise.
22731         * benchtests/bench-strspn-ifunc.c: Likewise.
22732         * benchtests/bench-strstr-ifunc.c: Likewise.
22734 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22736         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
22738 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22740         * resolv/netdb.h: Use __glibc_reserved instead __unused.
22741         * rt/aio.h: Likewise.
22742         * sysdeps/gnu/bits/utmp.h: Likewise.
22743         * sysdeps/gnu/bits/utmpx.h: Likewise.
22744         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
22745         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
22746         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
22747         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
22748         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
22749         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
22750         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
22751         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
22752         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
22753         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
22754         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
22755         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
22756         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
22757         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
22758         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
22759         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
22760         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
22761         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
22762         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
22763         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
22764         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
22765         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
22766         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
22767         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
22768         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
22769         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
22770         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
22771         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
22772         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
22773         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
22774         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
22775         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
22776         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
22777         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
22778         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
22779         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
22780         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
22781         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
22782         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
22783         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
22784         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
22785         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22787 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
22789         [BZ #16245]
22790         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
22791         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
22793 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
22795         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
22796         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
22797         Likewise.
22799 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22801         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
22802         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
22803         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
22804         (__fesetround): Remove define.
22805         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
22806         rounding and exceptions handling.
22807         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
22808         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
22809         (__fe_nomask_env): Likewise.
22810         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
22811         __fegetround instead of fegetround.
22812         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
22813         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
22815 2013-11-21  Roland McGrath  <roland@hack.frob.com>
22817         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
22818         it's there.
22820         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
22822 2013-11-21  Meador Inge  <meadori@codesourcery.com>
22824         [BZ #11157]
22825         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
22826         (encrypt_r): Likewise.
22827         * malloc/obstack.h (obstack_free): Likewise.
22828         * posix/unistd.h (encrypt): Likewise.
22830 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
22832         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
22833         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
22834         DL_CALL_DT_FINI() that call the functions directly.
22835         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
22836         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
22837         * elf/dl-fini.c: Likewise.
22839 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
22841         * malloc/hooks.c (memalign_check): Add alignment rounding.
22842         * malloc/malloc.c (_mid_memalign): New function.
22843         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
22844         Implement by calling _mid_memalign.
22845         * manual/probes.texi (Memory Allocation Probes): Remove
22846         memory_valloc_retry and memory_pvalloc_retry.
22848 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22850         * locale/programs/locarchive.c (open_archive): Add const
22851         qualifier to ARCHIVEFNAME and copy default fname to
22852         DEFAULT_FNAME.
22854         [BZ #15601]
22855         * libio/tst-widetext.input: Rename Oriya to Odia.
22856         * locale/iso-639.def: Likewise.
22858         * manual/probes.texi (Mathematical Function Probes): Add
22859         documentation for sin, cos, asin and acos probes.
22860         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
22861         (__sin32): Add slowasin probe.
22862         (__cos32): Add slowacos probe.
22863         (__mpsin): Add slowsin probe.
22864         (__mpcos): Add slowcos probe.
22866 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
22868         [BZ #15483]
22869         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
22870         thread-local __sim_exceptions_thread and global
22871         __sim_exceptions_global.
22872         (__sim_disabled_exceptions): Change to thread-local
22873         __sim_disabled_exceptions_thread and global
22874         __sim_disabled_exceptions_global.
22875         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22876         and global __sim_round_mode_global.
22877         (__simulate_exceptions): Use thread-local floating-point state and
22878         set global state from it as needed.
22879         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
22880         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
22881         __sim_round_mode_thread.
22882         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
22883         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
22884         and global __sim_exceptions_global.
22885         (__sim_disabled_exceptions): Change to thread-local
22886         __sim_disabled_exceptions_thread and global
22887         __sim_disabled_exceptions_global.
22888         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22889         and global __sim_round_mode_global.
22890         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
22891         (SIM_SET_GLOBAL): Likewise.
22892         * sysdeps/powerpc/soft-fp/sfp-machine.h
22893         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
22894         __sim_round_mode_thread.
22895         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
22896         __sim_disabled_exceptions_thread.
22897         (__sim_exceptions): Change to __sim_exceptions_thread.
22898         (__sim_disabled_exceptions): Change to
22899         __sim_disabled_exceptions_thread.
22900         (__sim_round_mode): Change to __sim_round_mode_thread.
22901         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
22902         thread-local floating-point state and set global state from it as
22903         needed.
22904         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
22905         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
22906         (__sim_disabled_exceptions): Remove extern declaration.
22907         (feenableexcept): Use thread-local floating-point state and set
22908         global state from it as needed.
22909         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
22910         extern declaration.
22911         (__sim_disabled_exceptions): Likewise.
22912         (__sim_round_mode): Likewise.
22913         (__fegetenv): Use thread-local floating-point state.
22914         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
22915         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22916         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
22917         floating-point state and set global state from it as needed.
22918         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
22919         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
22920         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
22921         Likewise.
22922         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
22923         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
22924         Likewise.
22925         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
22926         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
22927         Use __sim_round_mode_thread.
22928         * math/test-fenv-tls.c: New file.
22929         * math/Makefile (tests): Add test-fenv-tls.
22930         ($(objpfx)test-fenv-tls): Depend on
22931         $(common-objpfx)nptl/libpthread.so.
22933 2013-11-19  Andreas Schwab  <schwab@suse.de>
22935         * locale/programs/locale.c (show_info): Decode wordarray elements.
22936         * locale/categories.def (LC_MONETARY): Add element for
22937         _NL_MONETARY_CRNCYSTR.
22938         * locale/C-monetary.c (conversion_rate): New variable.
22939         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
22940         element.
22942 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
22944         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
22945         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
22947 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
22949         * elf/Makefile (tst-auxv): New test.
22950         * elf/tst-auxv.c: New
22951         * elf/rtld.c (dl_main): Adjust AT_EXECFN
22953 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
22955         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
22956         (hidden_proto): Caller changed.
22957         (hidden_tls_proto): New macro.
22958         (libc_hidden_tls_proto): Likewise.
22959         (rtld_hidden_tls_proto): Likewise.
22960         (libm_hidden_tls_proto): Likewise.
22961         (libresolv_hidden_tls_proto): Likewise.
22962         (librt_hidden_tls_proto): Likewise.
22963         (libdl_hidden_tls_proto): Likewise.
22964         (libnss_files_hidden_tls_proto): Likewise.
22965         (libnsl_hidden_tls_proto): Likewise.
22966         (libnss_nisplus_hidden_tls_proto): Likewise.
22967         (libutil_hidden_tls_proto): Likewise.
22969 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
22971         [BZ #10253]
22972         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
22973         (decompose_rpath): Defer expansion to fillin_rpath.
22974         (_dl_init_paths): Pass linkmap to fillin_rpath.
22976 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
22978         * benchtests/Makefile: Add strsep.
22979         * benchtests/bench-strsep.c: New file: strsep benchtest.
22980         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
22982 2013-11-18  Andreas Schwab  <schwab@suse.de>
22984         * locale/programs/locale.c (show_info) [case byte]: Check for
22985         '\377' instead of '\177'.
22986         * locale/C-monetary.c (not_available): Always use "\377".
22987         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
22988         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
22989         detect unavailable sign_posn locale elements.
22990         * locale/localeconv.c (__localeconv): For grouping and
22991         mon_grouping handle "\177" and "\377" like no grouping.
22992         (INT_ELEM): New macro.  Use it to set all numeric members.
22993         * locale/programs/ld-monetary.c (monetary_read)
22994         <tok_mon_grouping>: Normalize single -1 to the empty string.
22995         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
22996         Likewise.
22998 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23000         [BZ #16055]
23001         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
23002         when we match (nil).
23003         * stdio-common/tst-sscanf.c (struct test): Add testcase.
23005 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
23007         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
23008         (NO_TEST_INLINE): Update value.
23009         (ERRNO_UNCHANGED): Likewise.
23010         (ERRNO_EDOM): Likewise.
23011         (ERRNO_ERANGE): Likewise.
23012         (IGNORE_RESULT): Likewise.
23013         (check_float_internal): Check signs of NaN results if
23014         TEST_NAN_SIGN used.
23015         (check_complex): Pass TEST_NAN_SIGN flag through to second
23016         check_float_internal call.
23017         (copysign_test_data): Add tests with quiet NaNs as second
23018         argument.  Use TEST_NAN_SIGN.
23019         (fabs_test_data): Add test of negative quiet NaN argument.  Use
23020         TEST_NAN_SIGN.
23021         (signbit_test_data): Add tests of quiet NaN argument.
23022         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
23024         * math/gen-libm-test.pl (show_exceptions): Take extra argument
23025         $ignore_result.
23026         (parse_args): Handle function results specified as IGNORE.
23027         * math/libm-test.inc (IGNORE_RESULT): New macro.
23028         (check_float_internal): Do not check numerical result if flag
23029         IGNORE_RESULT set.
23030         (check_complex): Pass through IGNORE_RESULT to second
23031         check_float_internal call.
23032         (check_int): Do not check numerical result if flag IGNORE_RESULT
23033         set.
23034         (check_long): Likewise.
23035         (check_bool): Likewise.
23036         (check_longlong): Likewise.
23037         (lrint_test_data): Add tests of infinite and NaN arguments.
23038         (lrint_tonearest_test_data): Likewise.
23039         (lrint_towardzero_test_data): Likewise.
23040         (lrint_downward_test_data): Likewise.
23041         (lrint_upward_test_data): Likewise.
23042         (llrint_test_data): Likewise.
23043         (llrint_tonearest_test_data): Likewise.
23044         (llrint_towardzero_test_data): Likewise.
23045         (llrint_downward_test_data): Likewise.
23046         (llrint_upward_test_data): Likewise.
23047         (lround_test_data): Likewise.
23048         (llround_test_data): Likewise.
23050         * math/libm-test.inc (NO_TEST_INLINE): New macro.
23051         (ERRNO_UNCHANGED): Update value.
23052         (ERRNO_EDOM): Likewise.
23053         (ERRNO_ERANGE): Likewise.
23054         (NO_TEST_INLINE_FLOAT): New macro.
23055         (NO_TEST_INLINE_DOUBLE): Likewise.
23056         (enable_test): New function.
23057         (RUN_TEST_f_f): Check enable_test before running test.
23058         (RUN_TEST_2_f): Likewise.
23059         (RUN_TEST_fff_f): Likewise.
23060         (RUN_TEST_c_f): Likewise.
23061         (RUN_TEST_f_f1): Likewise.
23062         (RUN_TEST_fF_f1): Likewise.
23063         (RUN_TEST_fI_f1): Likewise.
23064         (RUN_TEST_ffI_f1): Likewise.
23065         (RUN_TEST_c_c): Likewise.
23066         (RUN_TEST_cc_c): Likewise.
23067         (RUN_TEST_f_i): Likewise.
23068         (RUN_TEST_f_i_tg): Likewise.
23069         (RUN_TEST_ff_i_tg): Likewise.
23070         (RUN_TEST_f_b): Likewise.
23071         (RUN_TEST_f_b_tg): Likewise.
23072         (RUN_TEST_f_l): Likewise.
23073         (RUN_TEST_f_L): Likewise.
23074         (RUN_TEST_fFF_11): Likewise.
23075         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
23076         conditionals.
23077         (cosh_test_data): Likewise.
23078         (exp_test_data): Likewise.
23079         (expm1_test_data): Likewise.
23080         (hypot_test_data): Likewise.
23081         (pow_test_data): Likewise.
23082         (sinh_test_data): Likewise.
23083         (tanh_test_data): Likewise.
23084         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
23085         flags argument.
23087         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
23088         tests with quiet NaN input and output.
23089         (acosh_test_data): Likewise.
23090         (asin_test_data): Likewise.
23091         (asinh_test_data): Likewise.
23092         (atan_test_data): Likewise.
23093         (atanh_test_data): Likewise.
23094         (atan2_test_data): Likewise.
23095         (cbrt_test_data): Likewise.
23096         (cos_test_data): Likewise.
23097         (cosh_test_data): Likewise.
23098         (erf_test_data): Likewise.
23099         (erfc_test_data): Likewise.
23100         (exp_test_data): Likewise.
23101         (exp10_test_data): Likewise.
23102         (exp2_test_data): Likewise.
23103         (expm1_test_data): Likewise.
23104         (hypot_test_data): Likewise.
23105         (j0_test_data): Likewise.
23106         (j1_test_data): Likewise.
23107         (jn_test_data): Likewise.
23108         (lgamma_test_data): Likewise.
23109         (log_test_data): Likewise.
23110         (log10_test_data): Likewise.
23111         (log1p_test_data): Likewise.
23112         (log2_test_data): Likewise.
23113         (pow_test_data): Likewise.
23114         (scalb_test_data): Likewise.
23115         (sin_test_data): Likewise.
23116         (sincos_test_data): Likewise.
23117         (sinh_test_data): Likewise.
23118         (tan_test_data): Likewise.
23119         (tanh_test_data): Likewise.
23120         (tgamma_test_data): Likewise.
23121         (y0_test_data): Likewise.
23122         (y1_test_data): Likewise.
23123         (yn_test_data): Likewise.
23125         [BZ #16167]
23126         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
23127         argument being NaN and avoid computations with second argument in
23128         that case.
23129         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
23130         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
23131         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
23133 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
23135         * locale/iso-639.def: Add Chitwani Tharu (the).
23137 2013-11-14  Andreas Schwab  <schwab@suse.de>
23139         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
23140         word instead of empty string.
23142 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23144         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23145         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
23146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23147         (__fe_nomask_env): Likewise.
23149 2013-11-13  Steve Ellcey  <sellcey@mips.com>
23151         * benchtests/bench-timing.h: Include time.h.
23153 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
23155         [BZ #15997]
23156         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
23157         to 3.4.0 for x32.
23158         * sysdeps/unix/sysv/linux/configure: Regenerated.
23160 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
23162         [BZ #16151]
23163         * stdlib/strtod_l.c (round_and_return): Do not consider
23164         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
23165         exponent one less than half the least subnormal exponent.
23166         * stdlib/test-strtod-round-data: Add more tests.
23167         * stdlib/tst-strtod-round.c (tests): Regenerated.
23169 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23171         [BZ #14143]
23172         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
23173         (__fe_mask_env): Likewise.
23174         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
23175         libm_hidden_proto and add function prototype.
23176         (__fe_mask_env): Add function prototype.
23177         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23178         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
23179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
23180         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
23181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23182         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
23184 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23186         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
23187         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
23189 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23191         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
23192         of htab_find_slot().
23194 2013-11-11  David S. Miller  <davem@davemloft.net>
23196         [BZ #16150]
23197         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
23198         symbol in the non-vis3 case in static builds.
23199         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
23200         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
23201         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
23202         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
23204 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
23206         [BZ #387]
23207         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
23208         it is empty.
23210 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23212         * benchtests/Makefile: Add bench-strtod.
23213         * benchtests/bench-strtod.c: New file: strtod benchtest
23215 2013-11-11  Andreas Schwab  <schwab@suse.de>
23217         [BZ #16153]
23218         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
23219         terminating NUL in key length.
23221 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23223         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
23224         Add artificial ODP entry for vDSO symbol for PPC64.
23225         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
23226         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
23228 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23230         [BZ #15374]
23231         * nss/getent.c (services_keys): Recognize services starting with digit.
23233 2013-11-06  David S. Miller  <davem@davemloft.net>
23235         [BZ #15985]
23236         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
23237         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
23239 2013-11-06  Will Newton  <will.newton@linaro.org>
23241         * manual/memory.texi (Malloc Examples): Remove register
23242         keyword from examples.
23244 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
23246         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
23248 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
23250         [BZ #6981]
23251         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
23252         depending on [__GCC_IEC_559 > 0].
23253         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
23254         depending on [__GCC_IEC_559_COMPLEX > 0].
23256 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
23258         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
23259         to iso-639.def.
23261 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
23263         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
23265 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
23267         [BZ #16112]
23268         * malloc/malloc (malloc_info): Do not handle first bin as
23269         special case.
23271 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
23273         * locale/iso-639.def: Add Central Nahuatl (nhn).
23275 2013-11-01  Bruno Haible  <bruno@clisp.org>
23277         [BZ #7003]
23278         * manual/math.texi (BSD Random): Specify range upper bound as
23279         in POSIX.
23281 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
23283         * locale/iso-639.def: Add Meadow Mari (mhr).
23285 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
23287         [BZ #14752], [BZ #15763]
23288         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
23289         Validate name.
23290         * rt/tst_shm.c: Add test for escaping directory.
23292 2013-10-31  Andreas Schwab  <schwab@suse.de>
23294         [BZ #15917]
23295         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
23296         followed by 'x' as part of digit sequence.
23297         * stdio-common/tst-sscanf.c (double_tests2): New tests.
23299 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
23301         [BZ #16037]
23302         * configure.ac: allow GNU Make 4.0 and greater.
23303         * configure: Regenerated.
23305 2013-10-30  Will Newton  <will.newton@linaro.org>
23307         [BZ #16038]
23308         * malloc/hooks.c (memalign_check): Limit alignment to the
23309         maximum representable power of two.
23310         * malloc/malloc.c (__libc_memalign): Likewise.
23311         * malloc/tst-memalign.c (do_test): Add test for very
23312         large alignment values.
23313         * malloc/tst-posix_memalign.c (do_test): Likewise.
23315 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23317         [BZ #11087]
23318         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
23319         (munmap_chunk): Likewise.
23320         (mremap_chunk): Likewise.
23322 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23324         [BZ #15799]
23325         * stdlib/div.c (div): Remove obsolete code.
23326         * stdlib/ldiv.c (ldiv): Likewise.
23327         * stdlib/lldiv.c (lldiv): Likewise.
23329 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
23331         [BZ #16071]
23332         * nss/nss_files/files-XXX.c (get_contents_ret): New
23333         enumerator.
23334         (get_contents): New function.
23335         (internal_getent): Use it.  Expand size of LINEBUFLEN.
23337 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
23339         * configure.in: Moved to ...
23340         * configure.ac: ... here. Change reference to configure.in
23341         to configure.ac.
23342         * sysdeps/arm/preconfigure.ac: ... here.
23343         configure.in to configure.ac.
23344         * sysdeps/gnu/configure.in: Moved to ...
23345         * sysdeps/gnu/configure.ac: ... here.
23346         * sysdeps/i386/configure.in: Moved to ...
23347         * sysdeps/i386/configure.ac: ... here.
23348         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
23349         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
23350         * sysdeps/mach/configure.in: Moved to ...
23351         * sysdeps/mach/configure.ac: ... here.
23352         * sysdeps/mach/hurd/configure.in: Moved to ...
23353         * sysdeps/mach/hurd/configure.ac: ... here.
23354         * sysdeps/powerpc/configure.in: Moved to ...
23355         * sysdeps/powerpc/configure.ac: ... here.
23356         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
23357         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
23358         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
23359         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
23360         * sysdeps/s390/s390-32/configure.in: Moved to ...
23361         * sysdeps/s390/s390-32/configure.ac: ... here.
23362         * sysdeps/s390/s390-64/configure.in: Moved to ...
23363         * sysdeps/s390/s390-64/configure.ac: ... here.
23364         * sysdeps/sh/configure.in: Moved to ...
23365         * sysdeps/sh/configure.ac: ... here.
23366         * sysdeps/sparc/configure.in: Moved to ...
23367         * sysdeps/sparc/configure.ac: ... here.
23368         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
23369         * sysdeps/unix/sysv/linux/configure.ac: ... here.
23370         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
23371         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
23372         * sysdeps/x86_64/configure.in: Moved to ...
23373         * sysdeps/x86_64/configure.ac: ... here.
23374         * sysdeps/x86_64/preconfigure.in: Moved to ...
23375         * sysdeps/x86_64/preconfigure.ac: ... here.
23376         * aclocal.m4: Change reference to configure.in to configure.ac.
23377         * config.h.in: Likewise.
23378         * manual/install.texi: Likewise.
23379         * manual/maint.texi: Likewise.
23380         * Makefile: Likewise.
23381         * malloc/Makefile: Likewise.
23382         * nscd/Makefile: Likewise.
23383         * Makeconfig: Change reference to configure.in and
23384         preconfigure.in to configure.ac and preconfigure.ac
23385         respectively.
23386         * INSTALL: Regenerated.
23387         * configure: Likewise.
23388         * sysdeps/gnu/configure: Likewise.
23389         * sysdeps/i386/configure: Likewise.
23390         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
23391         * sysdeps/mach/configure: Likewise.
23392         * sysdeps/mach/hurd/configure: Likewise.
23393         * sysdeps/powerpc/configure: Likewise.
23394         * sysdeps/powerpc/powerpc32/configure: Likewise.
23395         * sysdeps/powerpc/powerpc64/configure: Likewise.
23396         * sysdeps/s390/s390-32/configure: Likewise.
23397         * sysdeps/s390/s390-64/configure: Likewise.
23398         * sysdeps/sh/configure: Likewise.
23399         * sysdeps/sparc/configure: Likewise.
23400         * sysdeps/unix/sysv/linux/configure: Likewise.
23401         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
23402         * sysdeps/x86_64/configure: Likewise.
23403         * sysdeps/x86_64/preconfigure: Likewise.
23405 2013-10-29  Andreas Schwab  <schwab@suse.de>
23407         * stdio-common/Makefile (tst-swscanf-ENV): Define.
23409 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23411         * benchtests/pow-inputs: Add new inputs.
23413         * benchtests/exp-inputs: Add new inputs.
23415         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
23416         conditional check for return value.
23417         (__cos32): Likewise.
23419 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23421         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
23422         to provide a boost for large inputs with word alignment.
23423         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
23424         implementation based on optimized PPC64 strcpy.
23425         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
23426         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
23427         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
23428         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
23430 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23432         [BZ #2801]
23433         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
23435 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23437         [BZ #14876]
23438         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
23439         * time/tst-strptime.c (day_tests): Add testcase.
23441 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23443         [BZ #14029]
23444         * manual/pattern.texi: Acknowledge that fnmatch can fail.
23446 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
23448         [BZ #16074]
23449         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
23450         MAP_FAILED on error.
23452 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
23454         [BZ #16072]
23455         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
23456         heap for large requests.
23458 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
23460         [BZ #9954]
23461         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
23462         result if the result has no associated interface.
23463         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
23464         interface for all 127.X.Y.Z addresses.
23466 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
23468         * locale/iso-639.def: Add Ligurian (lij)
23470 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
23472         [BZ #15825]
23473         * sunrpc/rpc_main.c: Document rpcgen -5.
23475 2013-10-19  Michael Stahl  <mstahl@redhat.com>
23477         * elf/rtld.c (do_preload): Print the reason why preloading failed.
23479 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23481         [BZ #10278]
23482         * posix/glob.c: Match only directories when trailing slash is present.
23483         * posix/tst-gnuglob.c (my_opendir): Do not open files.
23484         (main): Add testcase.
23486 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23488         [BZ #15670]
23489         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
23491 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
23493         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
23494         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
23495         AUTH_DES and cindex for FIPS 140-2.
23496         (DES Encryption): Add cindex FIPS 46-3.
23498         * locale/locarchive.h (struct locarhandle): Add fname.
23499         * locale/programs/localedef.c (main): Pass ARGV[remaining]
23500         if an optional argument was specified to --list-archive,
23501         otherwise NULL.
23502         * locale/programs/locarchive.c (show_archive_content): Take new
23503         argument fname and pass it via ah.fname to open_archive.
23504         * locale/programs/localedef.h: Update decl.
23505         (open_archive): If AH->fname is non-null, open that file
23506         rather than the default file name, and don't ignore ENOENT.
23507         (create_archive): Set AH.fname to NULL.
23508         (delete_locales_from_archive): Likewise.
23509         (add_locales_to_archive): Likewise.
23510         * locale/programs/locfile.c (write_all_categories): Likewise.
23512 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
23513             Aldy Hernandez  <aldyh@redhat.com>
23515         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
23516         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
23517         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
23518         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
23519         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
23520         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
23521         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
23522         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
23523         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
23524         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
23525         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
23526         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
23527         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
23528         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
23529         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
23530         Likewise.
23531         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
23532         Likewise.
23533         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
23534         Likewise.
23535         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
23536         Likewise.
23537         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
23538         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
23539         Likewise.
23540         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
23541         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
23542         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
23543         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
23544         Likewise.
23545         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
23546         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
23547         * sysdeps/powerpc/preconfigure: Likewise.
23548         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
23549         Likewise.
23550         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
23551         Replace contents of file by #include of <fenv_libc.h>.
23552         * sysdeps/powerpc/soft-fp/sfp-machine.h
23553         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
23554         and <sys/prctl.h>.
23555         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
23556         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
23557         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
23558         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
23559         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
23560         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
23561         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
23562         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
23563         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
23564         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
23565         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
23566         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
23567         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
23568         Allow copysignl PLT reference to be missing.
23570 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
23571             Joseph Myers  <joseph@codesourcery.com
23573         [BZ #15948]
23574         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
23575         single character.
23576         (add_to_tablewc): Assert sequence of wide characters is nonempty.
23578 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23580         * elf/tst-tls-dlinfo.c: Don't include tls.h.
23581         * elf/tst-tls1.c: Likewise.
23582         * elf/tst-tls10.h: Likewise.
23583         * elf/tst-tls14.c: Likewise.
23584         * elf/tst-tls2.c: Likewise.
23585         * elf/tst-tls3.c: Likewise.
23586         * elf/tst-tls4.c: Likewise.
23587         * elf/tst-tls5.c: Likewise.
23588         * elf/tst-tls6.c: Likewise.
23589         * elf/tst-tls7.c: Likewise.
23590         * elf/tst-tls8.c: Likewise.
23591         * elf/tst-tls9.c: Likewise.
23592         * elf/tst-tlsmod1.c: Likewise.
23593         * elf/tst-tlsmod13.c: Likewise.
23594         * elf/tst-tlsmod13a.c: Likewise.
23595         * elf/tst-tlsmod14a.c: Likewise.
23596         * elf/tst-tlsmod16a.c: Likewise.
23597         * elf/tst-tlsmod16b.c: Likewise.
23598         * elf/tst-tlsmod2.c: Likewise.
23599         * elf/tst-tlsmod3.c: Likewise.
23600         * elf/tst-tlsmod4.c: Likewise.
23601         * elf/tst-tlsmod5.c: Likewise.
23602         * elf/tst-tlsmod6.c: Likewise.
23604 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
23606         [BZ #12486]
23607         * malloc/malloc.c: remove checks for statistics.
23609 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
23611         [BZ #15277]
23612         * inet/inet_net.c (inet_network): Detect additional invalid strings.
23613         * inet/tst-network.c: Add testcase.
23615 2013-10-17  Andreas Schwab  <schwab@suse.de>
23617         [BZ #15218]
23618         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
23619         to determine canonical name.
23621 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
23623         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
23624         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
23625         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
23626         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
23627         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
23628         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
23629         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
23630         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
23631         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
23632         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
23633         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
23634         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
23635         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23636         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
23637         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
23638         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
23639         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
23640         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
23641         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
23642         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
23643         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
23644         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
23645         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23646         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
23647         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
23648         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
23649         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
23650         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
23651         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
23652         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
23653         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
23654         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
23655         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
23656         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
23657         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
23658         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23659         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23660         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
23661         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
23662         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
23663         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
23664         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
23665         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
23666         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
23667         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
23668         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23669         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
23670         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
23671         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
23672         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
23673         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
23674         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
23675         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
23676         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
23677         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23678         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
23679         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
23680         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
23682 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
23684         [BZ #16041]
23685         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
23686         make result into a quiet NaN.
23688 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
23690         * soft-fp/adddf3.c: Fix horizontal whitespace.
23691         * soft-fp/addsf3.c: Likewise.
23692         * soft-fp/addtf3.c: Likewise.
23693         * soft-fp/divdf3.c: Likewise.
23694         * soft-fp/divsf3.c: Likewise.
23695         * soft-fp/divtf3.c: Likewise.
23696         * soft-fp/double.h: Likewise.
23697         * soft-fp/eqdf2.c: Likewise.
23698         * soft-fp/eqsf2.c: Likewise.
23699         * soft-fp/eqtf2.c: Likewise.
23700         * soft-fp/extenddftf2.c: Likewise.
23701         * soft-fp/extended.h: Likewise.
23702         * soft-fp/extendsfdf2.c: Likewise.
23703         * soft-fp/extendsftf2.c: Likewise.
23704         * soft-fp/extendxftf2.c: Likewise.
23705         * soft-fp/fixdfdi.c: Likewise.
23706         * soft-fp/fixdfsi.c: Likewise.
23707         * soft-fp/fixdfti.c: Likewise.
23708         * soft-fp/fixsfdi.c: Likewise.
23709         * soft-fp/fixsfsi.c: Likewise.
23710         * soft-fp/fixsfti.c: Likewise.
23711         * soft-fp/fixtfdi.c: Likewise.
23712         * soft-fp/fixtfsi.c: Likewise.
23713         * soft-fp/fixtfti.c: Likewise.
23714         * soft-fp/fixunsdfdi.c: Likewise.
23715         * soft-fp/fixunsdfsi.c: Likewise.
23716         * soft-fp/fixunsdfti.c: Likewise.
23717         * soft-fp/fixunssfdi.c: Likewise.
23718         * soft-fp/fixunssfsi.c: Likewise.
23719         * soft-fp/fixunssfti.c: Likewise.
23720         * soft-fp/fixunstfdi.c: Likewise.
23721         * soft-fp/fixunstfsi.c: Likewise.
23722         * soft-fp/fixunstfti.c: Likewise.
23723         * soft-fp/floatdidf.c: Likewise.
23724         * soft-fp/floatdisf.c: Likewise.
23725         * soft-fp/floatditf.c: Likewise.
23726         * soft-fp/floatsidf.c: Likewise.
23727         * soft-fp/floatsisf.c: Likewise.
23728         * soft-fp/floatsitf.c: Likewise.
23729         * soft-fp/floattidf.c: Likewise.
23730         * soft-fp/floattisf.c: Likewise.
23731         * soft-fp/floattitf.c: Likewise.
23732         * soft-fp/floatundidf.c: Likewise.
23733         * soft-fp/floatundisf.c: Likewise.
23734         * soft-fp/floatunditf.c: Likewise.
23735         * soft-fp/floatunsidf.c: Likewise.
23736         * soft-fp/floatunsisf.c: Likewise.
23737         * soft-fp/floatunsitf.c: Likewise.
23738         * soft-fp/floatuntidf.c: Likewise.
23739         * soft-fp/floatuntisf.c: Likewise.
23740         * soft-fp/floatuntitf.c: Likewise.
23741         * soft-fp/fmadf4.c: Likewise.
23742         * soft-fp/fmasf4.c: Likewise.
23743         * soft-fp/fmatf4.c: Likewise.
23744         * soft-fp/gedf2.c: Likewise.
23745         * soft-fp/gesf2.c: Likewise.
23746         * soft-fp/getf2.c: Likewise.
23747         * soft-fp/ledf2.c: Likewise.
23748         * soft-fp/lesf2.c: Likewise.
23749         * soft-fp/letf2.c: Likewise.
23750         * soft-fp/muldf3.c: Likewise.
23751         * soft-fp/mulsf3.c: Likewise.
23752         * soft-fp/multf3.c: Likewise.
23753         * soft-fp/negdf2.c: Likewise.
23754         * soft-fp/negsf2.c: Likewise.
23755         * soft-fp/negtf2.c: Likewise.
23756         * soft-fp/op-1.h: Likewise.
23757         * soft-fp/op-2.h: Likewise.
23758         * soft-fp/op-4.h: Likewise.
23759         * soft-fp/op-8.h: Likewise.
23760         * soft-fp/op-common.h: Likewise.
23761         * soft-fp/quad.h: Likewise.
23762         * soft-fp/single.h: Likewise.
23763         * soft-fp/soft-fp.h: Likewise.
23764         * soft-fp/sqrtdf2.c: Likewise.
23765         * soft-fp/sqrtsf2.c: Likewise.
23766         * soft-fp/sqrttf2.c: Likewise.
23767         * soft-fp/subdf3.c: Likewise.
23768         * soft-fp/subsf3.c: Likewise.
23769         * soft-fp/subtf3.c: Likewise.
23770         * soft-fp/truncdfsf2.c: Likewise.
23771         * soft-fp/trunctfdf2.c: Likewise.
23772         * soft-fp/trunctfsf2.c: Likewise.
23773         * soft-fp/trunctfxf2.c: Likewise.
23774         * soft-fp/unorddf2.c: Likewise.
23775         * soft-fp/unordsf2.c: Likewise.
23776         * soft-fp/unordtf2.c: Likewise.
23778 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
23780         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
23781         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
23783 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
23785         * elf/dl-libc.c: Clear initfini list after freeing.
23787 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
23789         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
23790         * soft-fp/addsf3.c: Likewise.
23791         * soft-fp/addtf3.c: Likewise.
23792         * soft-fp/divdf3.c: Likewise.
23793         * soft-fp/divsf3.c: Likewise.
23794         * soft-fp/divtf3.c: Likewise.
23795         * soft-fp/double.h: Likewise.
23796         * soft-fp/eqdf2.c: Likewise.
23797         * soft-fp/eqsf2.c: Likewise.
23798         * soft-fp/eqtf2.c: Likewise.
23799         * soft-fp/extenddftf2.c: Likewise.
23800         * soft-fp/extended.h: Likewise.
23801         * soft-fp/extendsfdf2.c: Likewise.
23802         * soft-fp/extendsftf2.c: Likewise.
23803         * soft-fp/extendxftf2.c: Likewise.
23804         * soft-fp/fixdfdi.c: Likewise.
23805         * soft-fp/fixdfsi.c: Likewise.
23806         * soft-fp/fixdfti.c: Likewise.
23807         * soft-fp/fixsfdi.c: Likewise.
23808         * soft-fp/fixsfsi.c: Likewise.
23809         * soft-fp/fixsfti.c: Likewise.
23810         * soft-fp/fixtfdi.c: Likewise.
23811         * soft-fp/fixtfsi.c: Likewise.
23812         * soft-fp/fixtfti.c: Likewise.
23813         * soft-fp/fixunsdfdi.c: Likewise.
23814         * soft-fp/fixunsdfsi.c: Likewise.
23815         * soft-fp/fixunsdfti.c: Likewise.
23816         * soft-fp/fixunssfdi.c: Likewise.
23817         * soft-fp/fixunssfsi.c: Likewise.
23818         * soft-fp/fixunssfti.c: Likewise.
23819         * soft-fp/fixunstfdi.c: Likewise.
23820         * soft-fp/fixunstfsi.c: Likewise.
23821         * soft-fp/fixunstfti.c: Likewise.
23822         * soft-fp/floatdidf.c: Likewise.
23823         * soft-fp/floatdisf.c: Likewise.
23824         * soft-fp/floatditf.c: Likewise.
23825         * soft-fp/floatsidf.c: Likewise.
23826         * soft-fp/floatsisf.c: Likewise.
23827         * soft-fp/floatsitf.c: Likewise.
23828         * soft-fp/floattidf.c: Likewise.
23829         * soft-fp/floattisf.c: Likewise.
23830         * soft-fp/floattitf.c: Likewise.
23831         * soft-fp/floatundidf.c: Likewise.
23832         * soft-fp/floatundisf.c: Likewise.
23833         * soft-fp/floatunsidf.c: Likewise.
23834         * soft-fp/floatunsisf.c: Likewise.
23835         * soft-fp/floatuntidf.c: Likewise.
23836         * soft-fp/floatuntisf.c: Likewise.
23837         * soft-fp/floatuntitf.c: Likewise.
23838         * soft-fp/fmadf4.c: Likewise.
23839         * soft-fp/fmasf4.c: Likewise.
23840         * soft-fp/fmatf4.c: Likewise.
23841         * soft-fp/gedf2.c: Likewise.
23842         * soft-fp/gesf2.c: Likewise.
23843         * soft-fp/getf2.c: Likewise.
23844         * soft-fp/ledf2.c: Likewise.
23845         * soft-fp/lesf2.c: Likewise.
23846         * soft-fp/letf2.c: Likewise.
23847         * soft-fp/muldf3.c: Likewise.
23848         * soft-fp/mulsf3.c: Likewise.
23849         * soft-fp/multf3.c: Likewise.
23850         * soft-fp/negdf2.c: Likewise.
23851         * soft-fp/negsf2.c: Likewise.
23852         * soft-fp/negtf2.c: Likewise.
23853         * soft-fp/op-1.h: Likewise.
23854         * soft-fp/op-2.h: Likewise.
23855         * soft-fp/op-4.h: Likewise.
23856         * soft-fp/op-8.h: Likewise.
23857         * soft-fp/op-common.h: Likewise.
23858         * soft-fp/quad.h: Likewise.
23859         * soft-fp/single.h: Likewise.
23860         * soft-fp/soft-fp.h: Likewise.
23861         * soft-fp/sqrtdf2.c: Likewise.
23862         * soft-fp/sqrtsf2.c: Likewise.
23863         * soft-fp/sqrttf2.c: Likewise.
23864         * soft-fp/subdf3.c: Likewise.
23865         * soft-fp/subsf3.c: Likewise.
23866         * soft-fp/subtf3.c: Likewise.
23867         * soft-fp/truncdfsf2.c: Likewise.
23868         * soft-fp/trunctfdf2.c: Likewise.
23869         * soft-fp/trunctfsf2.c: Likewise.
23870         * soft-fp/trunctfxf2.c: Likewise.
23871         * soft-fp/unorddf2.c: Likewise.
23872         * soft-fp/unordsf2.c: Likewise.
23873         * soft-fp/unordtf2.c: Likewise.
23875 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
23877         [BZ #15672]
23878         * misc/error.c (error_tail): Fix possible buffer overflow.
23880 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
23882         [BZ #13028]
23883         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
23884         address.
23886 2013-10-14  P. J. McDermott  <pj@pehjota.net>
23888         [BZ #832]
23889         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
23890         testing pipefail option.
23892 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
23894         * soft-fp/double.h: Indent preprocessor directives inside #if.
23895         * soft-fp/extended.h: Likewise.
23896         * soft-fp/op-2.h: Likewise.
23897         * soft-fp/op-4.h: Likewise.
23898         * soft-fp/op-common.h: Likewise.
23899         * soft-fp/quad.h: Likewise.
23900         * soft-fp/single.h: Likewise.
23901         * soft-fp/soft-fp.h: Likewise.
23903 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
23905         * iconv/iconv_prog.c: Fix typos.
23906         * stdio-common/psiginfo-data.h: Likewise.
23908 2013-10-12   Reuben Thomas <rrt@sc3d.org>
23910         [BZ #15764]
23911         * locale/setlocale.c: Fix typo.
23913 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
23915         [BZ #16036]
23916         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
23917         signaling NaN arguments.
23918         * soft-fp/unordsf2.c (__unordsf2): Likewise.
23919         * soft-fp/unordtf2.c (__unordtf2): Likewise.
23921         [BZ #14910]
23922         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
23923         unordered operands.
23924         * soft-fp/gesf2.c (__gesf2): Likewise.
23925         * soft-fp/getf2.c (__getf2): Likewise.
23926         * soft-fp/ledf2.c (__ledf2): Likewise.
23927         * soft-fp/lesf2.c (__lesf2): Likewise.
23928         * soft-fp/letf2.c (__letf2): Likewise.
23930         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
23931         * soft-fp/eqsf2.c (__eqsf2): Likewise.
23932         * soft-fp/eqtf2.c (__eqtf2): Likewise.
23933         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
23934         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
23935         * soft-fp/fixdfti.c (__fixdfti): Likewise.
23936         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
23937         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
23938         * soft-fp/fixsfti.c (__fixsfti): Likewise.
23939         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
23940         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
23941         * soft-fp/fixtfti.c (__fixtfti): Likewise.
23942         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
23943         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
23944         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
23945         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
23946         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
23947         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
23948         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
23949         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
23950         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
23951         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
23952         * soft-fp/floatdisf.c (__floatdisf): Likewise.
23953         * soft-fp/floatsisf.c (__floatsisf): Likewise.
23954         * soft-fp/floattidf.c (__floattidf): Likewise.
23955         * soft-fp/floattisf.c (__floattisf): Likewise.
23956         * soft-fp/floattitf.c (__floattitf): Likewise.
23957         * soft-fp/floatundidf.c (__floatundidf): Likewise.
23958         * soft-fp/floatundisf.c (__floatundisf): Likewise.
23959         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
23960         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
23961         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
23962         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
23963         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
23964         * soft-fp/gesf2.c (__gesf2): Likewise.
23965         * soft-fp/getf2.c (__getf2): Likewise.
23966         * soft-fp/ledf2.c (__ledf2): Likewise.
23967         * soft-fp/lesf2.c (__lesf2): Likewise.
23968         * soft-fp/letf2.c (__letf2): Likewise.
23970         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
23971         Undefine and redefine.
23972         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
23973         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
23974         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
23975         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
23976         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23977         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
23978         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23979         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
23980         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23981         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
23982         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23983         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
23984         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23985         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
23986         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23988         [BZ #16032]
23989         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
23990         without decrementing exponent if mantissa >= that for the
23991         denominator, not >.
23992         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
23993         denominator, not >.  Decrement exponent in < case instead of
23994         incrementing in >= case.
23995         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
23996         without decrementing exponent if mantissa >= that for the
23997         denominator, not >.
23999         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
24000         computing saturated result for unsigned overflow.
24002 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24003             Jeff Law  <law@redhat.com>
24005         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
24006         (atan2Mp): Add systemtap probe marker.
24007         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
24008         (__ieee754_log): Add systemtap probe marker.
24009         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
24010         (atanMp): Add systemtap probe marker.
24011         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
24012         (tanMp): Add systemtap probe marker.
24013         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
24014         (__slowexp): Add systemtap probe marker.
24015         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
24016         (__slowpow): Add systemtap probe marker.
24017         * manual/probes.texi: Document probes.
24019 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
24021         [BZ #15362]
24022         * libio/fileops.c (_IO_new_file_write): Return count of bytes
24023         written.
24024         (_IO_new_file_xsputn): Don't return EOF if nothing has been
24025         written.
24026         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
24027         written to buffer but not flushed.
24028         * libio/iofwrite_u.c:  Likewise.
24029         * libio/iopadn.c:  Return bytes returned even if EOF was
24030         encountered.
24031         * libio/iowpadn.c:  Likewise.
24032         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
24033         if _IO_padn does not write the whole buffer.
24034         [!COMPILE_WPRINTF] (PAD): Likewise.
24036 2013-10-10  David S. Miller  <davem@davemloft.net>
24038         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
24039         directory block.
24041 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24043         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
24044         instead of FSF address.
24045         * soft-fp/fixdfti.c: Likewise.
24046         * soft-fp/fixsfti.c: Likewise.
24047         * soft-fp/fixtfti.c: Likewise.
24048         * soft-fp/fixunsdfti.c: Likewise.
24049         * soft-fp/fixunssfti.c: Likewise.
24050         * soft-fp/fixunstfti.c: Likewise.
24051         * soft-fp/floattidf.c: Likewise.
24052         * soft-fp/floattisf.c: Likewise.
24053         * soft-fp/floattitf.c: Likewise.
24054         * soft-fp/floatuntidf.c: Likewise.
24055         * soft-fp/floatuntisf.c: Likewise.
24056         * soft-fp/floatuntitf.c: Likewise.
24057         * soft-fp/trunctfxf2.c: Likewise.
24059         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
24060         * soft-fp/fixdfti.c: Likewise.
24061         * soft-fp/fixsfti.c: Likewise.
24062         * soft-fp/fixtfti.c: Likewise.
24063         * soft-fp/fixunsdfti.c: Likewise.
24064         * soft-fp/fixunssfti.c: Likewise.
24065         * soft-fp/fixunstfti.c: Likewise.
24066         * soft-fp/floattidf.c: Likewise.
24067         * soft-fp/floattisf.c: Likewise.
24068         * soft-fp/floattitf.c: Likewise.
24069         * soft-fp/floatuntidf.c: Likewise.
24070         * soft-fp/floatuntisf.c: Likewise.
24071         * soft-fp/floatuntitf.c: Likewise.
24072         * soft-fp/trunctfxf2.c: Likewise.
24074 2013-10-10  David S. Miller  <davem@davemloft.net>
24076         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24078 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
24080         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
24081         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
24082         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
24083         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
24084         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
24085         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
24086         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
24088         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
24089         for NaNs before doing comparisons on argument.
24090         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
24091         Likewise.
24093 2013-10-10  Will Newton  <will.newton@linaro.org>
24095         * malloc/hooks.c (memalign_check): Ensure the value of bytes
24096         passed to _int_memalign does not overflow.
24098 2013-10-10  Torvald Riegel  <triegel@redhat.com>
24100         * scripts/bench.pl: Add include-sources directive.
24101         * benchtests/README: Update documentation.
24103 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24105         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
24106         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
24107         instead of FP_INIT_ROUNDMODE.
24108         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
24109         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
24111         [BZ #16034]
24112         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
24113         copy class of input value.
24114         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
24115         not handle exceptions.
24116         * soft-fp/negsf2.c (__negsf2): Likewise.
24117         * soft-fp/negtf2.c (__negtf2): Likewise.
24118         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
24120 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
24122         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
24123         semicolon.  From Linux kernel.
24125 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
24127         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
24129 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
24131         [BZ #156]
24132         * manual/socket.texi: Added statement about buffer
24133         for gethostbyname2_r.
24135 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
24137         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
24138         Use .p2align directive instead, throughout.
24139         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
24140         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
24141         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
24142         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
24143         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
24144         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
24145         * sysdeps/x86_64/strchr.S: Likewise.
24146         * sysdeps/x86_64/strrchr.S: Likewise.
24148 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24150         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
24152         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
24154         * sysdeps/generic/math_private.h (__mpsin1): Remove
24155         declaration.
24156         (__mpcos1): Likewise.
24157         (__mpsin): New argument __range_reduce.
24158         (__mpcos): Likewise.
24159         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24160         (slow): Use __mpsin and __mpcos.
24161         (slow1): Likewise.
24162         (slow2): Likewise.
24163         (sloww): Likewise.
24164         (sloww1): Likewise.
24165         (sloww2): Likewise.
24166         (bsloww): Likewise.
24167         (bsloww1): Likewise.
24168         (bsloww2): Likewise.
24169         (cslow2): Likewise.
24170         (csloww): Likewise.
24171         (csloww1): Likewise.
24172         (csloww2): Likewise.
24173         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
24174         range_reduce.  Merge in __mpsin1.
24175         (__mpcos): Likewise.
24176         (__mpsin1): Remove.
24177         (__mpcos1): Likewise.
24179 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
24181         * locale/loadlocale.c (_nl_intern_locale_data): Use
24182         LOCFILE_ALIGNED_P.
24183         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
24184         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
24185         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
24186         obstack data is appropriately aligned.
24187         (obstack_int32_grow_fast): Likewise.
24188         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
24189         * locale/programs/locfile.c (add_locale_uint32): Likewise.
24190         (add_locale_uint32_array): Likewise.
24192 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24194         * benchtests/Makefile: Remove ARGLIST and RET variables.
24195         ($(objpfx)bench-%.c): Pass only function name to the script.
24196         * benchtests/README: Update documentation.
24197         * benchtests/acos-inputs: Add new directives.
24198         * benchtests/acosh-inputs: Likewise.
24199         * benchtests/asin-inputs: Likewise.
24200         * benchtests/asinh-inputs: Likewise.
24201         * benchtests/atan-inputs: Likewise.
24202         * benchtests/atanh-inputs: Likewise.
24203         * benchtests/cos-inputs: Likewise.
24204         * benchtests/cosh-inputs: Likewise.
24205         * benchtests/exp-inputs: Likewise.
24206         * benchtests/log-inputs: Likewise.
24207         * benchtests/pow-inputs: Likewise.
24208         * benchtests/rint-inputs: Likewise.
24209         * benchtests/sin-inputs: Likewise.
24210         * benchtests/sinh-inputs: Likewise.
24211         * benchtests/tan-inputs: Likewise.
24212         * benchtests/tanh-inputs: Likewise.
24213         * scripts/bench.pl: Add support for new directives.
24215 2013-10-07  Alan Modra  <amodra@gmail.com>
24217         * README: Fix careless merge.
24219 2013-10-05  Alan Modra  <amodra@gmail.com>
24221         * NEWS: Mention powerpc64le support and bugs fixed.
24222         * README: Both big-endian and little-endian powerpc64 supported.
24224 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24226         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
24227         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
24228         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
24229         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
24231 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
24233         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
24234         match prototype.
24236 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
24238         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
24239         Move -mhard-float appending from
24240         ports/sysdeps/powerpc/powerpc32/Makefile.
24241         [$(with-fp) = yes] (ASFLAGS): Likewise.
24242         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
24243         * sysdeps/powerpc/nofpu: Move directory from
24244         ports/sysdeps/powerpc/nofpu.
24245         * sysdeps/powerpc/soft-fp: Move directory from
24246         ports/sysdeps/powerpc/soft-fp.
24247         * sysdeps/powerpc/powerpc32/405: Move directory from
24248         ports/sysdeps/powerpc/powerpc32/405.
24249         * sysdeps/powerpc/powerpc32/440: Move directory from
24250         ports/sysdeps/powerpc/powerpc32/440.
24251         * sysdeps/powerpc/powerpc32/464: Move directory from
24252         ports/sysdeps/powerpc/powerpc32/464.
24253         * sysdeps/powerpc/powerpc32/476: Move directory from
24254         ports/sysdeps/powerpc/powerpc32/476.
24255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
24256         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
24257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
24258         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
24259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
24260         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
24261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
24262         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
24263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
24264         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
24265         * README: Update for powerpc-*-linux-gnu software floating point
24266         support in libc.
24268         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
24269         case to powerpc/powerpc32*.
24270         * sysdeps/unix/sysv/linux/configure: Regenerated.
24272         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
24273         (_FPU_MASK_OM): Define as 0x04.
24274         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
24275         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
24276         0x00c10080.
24277         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
24278         0x0000003c.
24279         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
24281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
24282         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24283         getcontext_e500.
24284         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
24285         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24286         setcontext_e500.
24287         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
24288         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
24289         and setcontext_e500.
24291 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
24293         * locale/iso-3166.def: Update iso-1366.def and related occurrences
24295 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24297         * manual/threads.texi (Default Thread Attributes): Fix typo.
24299 2013-10-04  Will Newton  <will.newton@linaro.org>
24301         * malloc/Makefile: Add tst-memalign.
24302         * malloc/tst-memalign.c: New file.
24304         * malloc/tst-posix_memalign.c: Add comments.
24305         (do_test): Add comments and call free on all potentially
24306         allocated pointers. Add space after cast.
24308         * malloc/tst-pvalloc.c: Add comments.
24309         (do_test): Add comments and call free on all potentially
24310         allocated pointers. Remove duplicate check for NULL pointer.
24311         Add space after cast.
24313         * malloc/tst-valloc.c: Add comments.
24314         (do_test): Add comments and call free on all potentially
24315         allocated pointers. Remove duplicate check for NULL pointer.
24316         Add space after cast.
24318 2013-10-04  Alan Modra  <amodra@gmail.com>
24320         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24321         Use stdint types in rather than __attribute__((mode())).
24322         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24324 2013-10-04  Alan Modra  <amodra@gmail.com>
24326         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24327         Correct handling of unaligned relocs for little-endian.
24328         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24330 2013-10-04  Alan Modra  <amodra@gmail.com>
24332         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
24333         * configure: Regenerate.
24334         * nptl/shlib-versions: Powerpc*le starts at 2.18.
24335         * shlib-versions: Likewise.
24337 2013-10-04  Alan Modra  <amodra@gmail.com>
24339         * string/tester.c (test_memrchr): Increment reported test cycle.
24341 2013-10-04  Alan Modra  <amodra@gmail.com>
24343         * string/test-memcpy.c (do_one_test): When reporting errors, print
24344         string address and don't overrun end of string.
24346 2013-10-04  Alan Modra  <amodra@gmail.com>
24348         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
24349         insrdi.  Make better use of reg selection to speed exit slightly.
24350         Schedule entry path a little better.  Remove useless "are we done"
24351         checks on entry to main loop.  Handle wrapping around zero address.
24352         Correct main loop count.  Handle single left-over word from main
24353         loop inline rather than by using loop_small.  Remove extra word
24354         case in loop_small caused by wrong loop count.  Add little-endian
24355         support.
24356         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
24357         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
24358         cache hint.
24359         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
24360         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
24361         support.  Avoid rlwimi.
24362         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
24364 2013-10-04  Alan Modra  <amodra@gmail.com>
24366         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
24367         insrdi.  Formatting.
24368         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
24369         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24370         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
24371         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
24372         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24373         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
24375 2013-10-04  Alan Modra  <amodra@gmail.com>
24377         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
24378         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24379         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
24380         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
24381         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
24382         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
24383         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24384         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
24385         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
24386         use of regs.  Use power7 mtocrf.  Tidy function tails.
24388 2013-10-04  Alan Modra  <amodra@gmail.com>
24390         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
24391         Formatting.  Consistently use rXXX register defines or rN defines.
24392         Use early exit labels that avoid restoring unused non-volatile regs.
24393         Make cr field use more consistent with rWORDn compares.  Rename
24394         regs used as shift registers for unaligned loop, using rN defines
24395         for short lifetime/multiple use regs.
24396         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
24397         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
24398         addi 1,1,64 to pop stack frame.  Simplify return value code.
24399         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24401 2013-10-04  Alan Modra  <amodra@gmail.com>
24403         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
24404         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
24405         rather than rlwimi.
24406         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
24407         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
24408         little-endian support.  Correct typos.
24409         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
24410         rather than rlwimi.
24411         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
24412         in loop and entry code to keep "and." results.
24413         (strchr): Add little-endian support.  Comment.  Move cntlzd
24414         earlier in tail.
24415         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
24417 2013-10-04  Alan Modra  <amodra@gmail.com>
24419         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
24420         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
24421         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
24422         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
24424 2013-10-04  Alan Modra  <amodra@gmail.com>
24426         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
24427         (rTMP): Define as r11.
24428         (strcmp): Add little-endian support.  Optimise tail.
24429         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
24430         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
24431         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
24432         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
24433         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
24434         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
24435         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
24437 2013-10-04  Alan Modra  <amodra@gmail.com>
24439         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
24440         little-endian support.  Remove unnecessary "are we done" tests.
24441         Handle "s" wrapping around zero and extremely large "size".
24442         Correct main loop count.  Handle single left-over word from main
24443         loop inline rather than by using small_loop.  Correct comments.
24444         Delete "zero" tail, use "end_max" instead.
24445         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
24447 2013-10-04  Alan Modra  <amodra@gmail.com>
24449         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
24450         support.  Don't branch over align.
24451         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
24452         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
24453         support.  Rearrange tmp reg use to suit.  Comment.
24454         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
24456 2013-10-04  Alan Modra  <amodra@gmail.com>
24458         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
24460 2013-10-04  Alan Modra  <amodra@gmail.com>
24462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
24463         conditional form of branch and link when obtaining pc.
24464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
24466 2013-10-04  Alan Modra  <amodra@gmail.com>
24468         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
24469         HIWORD/LOWORD.
24470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
24471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
24473 2013-10-04  Alan Modra  <amodra@gmail.com>
24475         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
24476         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
24477         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
24478         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
24479         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
24480         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24481         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
24482         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24483         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
24484         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
24486 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24487             Alistair Popple <alistair@ozlabs.au.ibm.com>
24488             Alan Modra <amodra@gmail.com>
24490         [BZ #15723]
24491         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
24492         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
24493         _dl_hwcap access for little-endian.
24494         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
24495         destroy vmx regs when saving unaligned.
24496         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
24497         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
24498         destroy vmx regs when saving unaligned.
24500 2013-10-04  Alan Modra  <amodra@gmail.com>
24502         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
24503         Don't use a union to pack hi/low value.
24505 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24507         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
24508         for little-endian.
24509         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
24510         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
24511         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
24512         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
24513         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
24515 2013-10-04  Alan Modra  <amodra@gmail.com>
24517         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
24518         constants to usual value for .cst8 section, and remove redundant
24519         high address load.
24520         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
24521         constant for 0x1p52.  Load little-endian words of double from
24522         correct stack offsets.
24524 2013-10-04  Alan Modra  <amodra@gmail.com>
24526         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
24527         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
24528         words of double from correct stack offsets.
24529         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
24530         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
24531         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
24532         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
24533         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
24534         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
24535         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
24536         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
24537         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
24538         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
24539         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
24540         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
24541         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
24542         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
24543         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
24544         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
24545         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
24547 2013-10-04  Alan Modra  <amodra@gmail.com>
24549         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
24550         64-bit int/double union.
24551         (_FPU_SETCW): Likewise.
24552         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
24553         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
24555 2013-10-04  Alan Modra  <amodra@gmail.com>
24557         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
24558         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
24560 2013-10-04  Alan Modra  <amodra@gmail.com>
24562         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
24563         use vector int constants.
24564         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
24566 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24568         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
24569         array with long long.
24570         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
24571         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
24572         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
24573         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
24574         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
24575         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
24576         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
24577         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
24578         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
24579         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
24580         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
24581         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
24582         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
24584 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24586         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
24587         (__signbit): Likewise.  Correct for little-endian.
24588         (__signbitl): Call __signbit.
24589         (lrint): Correct for little-endian.
24590         (lrintf): Call lrint.
24592 2013-10-04  Alan Modra  <amodra@gmail.com>
24594         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
24595         union 32-bit int array member with 64-bit int array.
24596         (t515, tm256): Double rather than long double.
24597         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
24599 2013-10-04  Alan Modra  <amodra@gmail.com>
24601         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
24602         Delete.
24603         (IEEE854_LONG_DOUBLE_BIAS): Delete.
24604         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
24605         version of math_ldbl.h.
24607 2013-10-04  Alan Modra  <amodra@gmail.com>
24609         [BZ #15734], [BZ #15735]
24610         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
24611         all uses of ieee875 long double macros and unions.  Simplify test
24612         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
24613         ldbl_extract_mantissa value for ix,iy exponents.  Properly
24614         normalize after ldbl_extract_mantissa, and don't add hidden bit
24615         already handled.  Don't treat low word of ieee854 mantissa like
24616         low word of IBM long double and mask off bit when testing for
24617         zero.
24618         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
24619         all uses of ieee875 long double macros and unions.  Simplify tests
24620         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
24621         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
24622         two1022, instead use their values.  Recognise that tests for large
24623         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
24624         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
24625         Rewrite all uses of ieee875 long double macros and unions.  Simplify
24626         test for 0.0L and nan.  Correct negation.
24627         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
24628         ieee875 long double macros and unions.  Correct output for large
24629         magnitude x.  Correct absolute value calculation.
24630         (__erfcl): Likewise.
24631         * math/libm-test.inc: Add tests for errors discovered in IBM long
24632         double versions of fmodl, remainderl, erfl and erfcl.
24634 2013-10-04  Alan Modra  <amodra@gmail.com>
24636         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
24637         all uses of ieee854 long double macros and unions.  Simplify tests
24638         for long doubles that are fully specified by the high double.
24639         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
24640         Likewise.
24641         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
24642         Remove dead code too.
24643         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
24644         (__ieee754_ynl): Likewise.
24645         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
24646         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
24647         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
24648         Remove dead code too.
24649         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
24650         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
24651         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
24652         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
24653         Simplify.
24654         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
24655         Simplify.
24656         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
24657         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
24658         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
24659         Comment on variable precision.
24660         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
24661         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
24662         Likewise.
24663         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
24664         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
24665         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
24666         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
24667         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
24669 2013-10-04  Alan Modra  <amodra@gmail.com>
24671         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
24672         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
24673         all uses of ieee854 long double macros and unions.
24674         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
24675         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
24676         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
24677         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
24678         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
24679         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
24680         Likewise.
24681         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
24682         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
24683         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
24684         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
24685         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
24686         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
24687         Simplify sign and nan test too.
24688         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
24689         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
24690         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
24691         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
24692         Likewise.
24693         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
24694         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
24695         Likewise.
24696         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
24697         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
24698         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
24699         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
24700         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
24701         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
24703 2013-10-04  Alan Modra  <amodra@gmail.com>
24705         * stdio-common/printf_size.c (__printf_size): Don't use
24706         union ieee854_long_double in fpnum union.
24707         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
24708         signbit macro to retrieve sign from long double.
24709         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
24710         retrieve sign from long double.
24711         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
24712         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
24713         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
24714         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
24715         * math/test-misc.c (main): Don't use union ieee854_long_double.
24717 2013-10-04  Alan Modra  <amodra@gmail.com>
24719         [BZ #15680]
24720         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
24721         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
24722         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
24723         calculation.  Remove unnecessary test for denormal exponent.
24724         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
24725         Correct handling of denormals.  Avoid undefined shift behaviour.
24726         Correct normalisation of low mantissa when low double is denormal.
24727         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
24728         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
24729         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
24730         Correct normalisation of low mantissa.  Test for overflow of high
24731         mantissa and normalise.
24732         (ldbl_nearbyint): Use more readable constant for two52.
24733         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
24734         (__mpn_construct_long_double): Fix test for overflow of high
24735         mantissa and correct normalisation.  Avoid undefined shift.
24737 2013-10-04  Alan Modra  <amodra@gmail.com>
24739         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24740         (union ibm_extended_long_double): Define as an array of ieee754_double.
24741         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
24742         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
24743         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
24744         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
24745         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24746         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
24747         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24748         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
24749         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
24750         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
24751         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
24753 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
24755         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
24756         page size instead of calling getpagesize.
24758         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
24759         (LOCFILE_ALIGN_MASK): Likewise.
24760         (LOCFILE_ALIGN_UP): Likewise.
24761         (LOCFILE_ALIGNED_P): Likewise.
24762         * locale/programs/ld-collate.c (collate_output): Use the new
24763         macros instead of __alignof__ (int32_t).
24764         * locale/weight.h (findidx): Likewise.
24766 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
24768         [BZ #431]
24769         * manual/string.texi: Fix strncat and wcsncat.
24771 2013-10-03  Brooks Moses  <bmoses@google.com>
24773         [BZ #15915]
24774         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
24775         * Makerules: ...here, and adjust associated comments.
24777 2013-10-02  Will Newton  <will.newton@linaro.org>
24779         * malloc/Makefile: Add tst-pvalloc.
24780         * malloc/tst-pvalloc.c: New file.
24782 2013-10-02  Will Newton  <will.newton@linaro.org>
24784         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
24785         improve test coverage.
24787 2013-10-02  Will Newton  <will.newton@linaro.org>
24789         * malloc/Makefile: Add tst-posix_memalign.
24790         * malloc/tst-posix_memalign.c: New file.
24792 2013-10-01  Eric Blake  <eblake@redhat.com>
24794         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
24795         Use __THROWNL rather than __THROW on static functions.
24797 2013-09-30  Petr Machata  <pmachata@redhat.com>
24799         * elf/elf.h (R_AARCH64_ABS16): New macro.
24800         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
24801         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
24802         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
24803         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
24804         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
24805         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
24806         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
24807         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
24808         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
24809         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
24810         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
24811         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
24812         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
24813         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
24814         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
24815         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
24816         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
24817         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
24818         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
24819         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
24820         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
24821         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
24822         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
24823         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
24824         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
24825         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
24826         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
24827         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
24828         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
24829         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
24830         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
24831         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
24832         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
24833         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
24834         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
24835         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
24836         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
24837         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
24838         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
24839         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
24840         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
24841         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
24842         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
24843         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
24844         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
24845         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
24846         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
24847         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
24848         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
24849         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
24850         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
24851         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
24852         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
24853         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
24854         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
24855         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
24856         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
24857         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
24858         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
24859         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
24860         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
24861         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
24862         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
24863         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
24864         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
24865         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
24866         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
24867         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
24868         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
24869         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
24870         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
24871         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
24872         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
24873         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
24874         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
24875         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
24876         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
24877         (R_AARCH64_TLSDESC_LDR): Likewise.
24878         (R_AARCH64_TLSDESC_ADD): Likewise.
24879         (R_AARCH64_TLSDESC_CALL): Likewise.
24881 2013-09-30  Andreas Schwab  <schwab@suse.de>
24883         [BZ #15048]
24884         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
24885         the nss database lookup.
24886         * nscd/initgrcache.c (addinitgroupsX): Likewise.
24887         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24889 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
24891         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
24893 2013-09-28  P. J. McDermott  <pj@pehjota.net>
24895         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
24896         ${Bash-specific parameter/pattern/string} parameter expansion.
24897         * sysdeps/unix/make-syscalls.sh: Likewise.
24899 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24901         * sysdeps/sh/stackguard-macros.h: New file.
24903 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
24905         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
24906         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
24907         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
24908         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
24909         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24910         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
24912 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24914         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
24915         Fix thread ID register.
24917 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
24919         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
24920         [POSIX || UNIX98]: Require rather than permitting all symbols from
24921         <time.h>.
24922         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
24923         element of struct sched_param.
24924         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
24925         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
24926         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
24927         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
24928         constant.
24930 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
24932         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
24933         argument calculation.
24935 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
24937         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
24938         Expect macro.
24939         [POSIX] (pthread_attr_t): Do not require type.
24940         [POSIX] (pthread_cond_t): Likewise.
24941         [POSIX] (pthread_condattr_t): Likewise.
24942         [POSIX] (pthread_key_t): Likewise.
24943         [POSIX] (pthread_mutex_t): Likewise.
24944         [POSIX] (pthread_mutexattr_t): Likewise.
24945         [POSIX] (pthread_once_t): Likewise.
24946         [POSIX] (pthread_t): Likewise.
24947         [POSIX-based standards] (pthread_atfork): Expect function.
24949 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
24950             Richard Sandiford  <richard@codesourcery.com>
24952         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
24953         (swap_endianness_p): New extern variable.
24954         (set_big_endian): New inline function.
24955         (maybe_swap_uint32): Likewise.
24956         (maybe_swap_uint32_array): Likewise.
24957         (maybe_swap_uint32_obstack): Likewise.
24958         * locale/programs/locfile.c: Include <stdbool.h>.
24959         (swap_endianness_p): New variable.
24960         (add_locale_uint32): Call maybe_swap_uint32.
24961         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
24962         (write_locale_data): Call maybe_swap_uint32_array.
24963         * locale/programs/ld-collate.c (obstack_int32_grow): Call
24964         maybe_swap_uint32.
24965         (obstack_int32_grow_fast): Likewise.
24966         (output_weightwc): Call maybe_swap_uint32_obstack.
24967         (collate_output): Likewise.
24968         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
24969         (OPT_LITTLE_ENDIAN): Likewise.
24970         (options): Add --little-endian and --big-endian options.
24971         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
24972         * locale/programs/locarchive.c: Include "locfile.h".
24973         (GET): New macro.
24974         (SET): Likewise.
24975         (INC): Likewise.
24976         (create_archive): Use the new macros to access fields of
24977         structures directly mapped from or written to locale archives.
24978         (oldlocrecentcmp): Likewise.
24979         (enlarge_archive): Likewise.
24980         (insert_name): Likewise.
24981         (add_alias): Likewise.
24982         (add_locale): Likewise.
24983         (delete_locales_from_archive): Likewise.
24984         (show_archive_content): Likewise.
24985         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
24986         locale data.
24988 2013-09-24  Roland McGrath  <roland@hack.frob.com>
24990         * manual/freemanuals.texi: Updated from (newly) canonical copy at
24991         http://www.gnu.org/doc/freemanuals.texi.
24992         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
24994 2013-09-24  Will Newton  <will.newton@linaro.org>
24996         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
24997         macro.
24999 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
25001         * locale/hashval.h (compute_hashval): Interpret bytes of key as
25002         unsigned char.
25004 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
25006         * manual/threads.texi (POSIX Threads): Fix a typo.
25008 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
25010         [BZ #14547]
25011         * string/tst-strcoll-overflow.c: New test case.
25012         * string/Makefile (xtests): Add tst-strcoll-overflow.
25013         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
25014         cache if string sizes may cause integer overflow.
25016         [BZ #14547]
25017         * string/strcoll_l.c (coll_seq): New members rule, idx,
25018         save_idx and back_us.
25019         (get_next_seq_nocache): New function.
25020         (do_compare_nocache): New function.
25021         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
25022         when malloc fails.
25024 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
25026         [BZ #15754]
25027         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
25028         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
25029         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
25031         [BZ #15754]
25032         * elf/Makefile (tests): Add tst-ptrguard1.
25033         (tests-static): Add tst-ptrguard1-static.
25034         (tst-ptrguard1-ARGS): Define.
25035         (tst-ptrguard1-static-ARGS): Define.
25036         * elf/tst-ptrguard1.c: New file.
25037         * elf/tst-ptrguard1-static.c: New file.
25038         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
25039         * sysdeps/i386/stackguard-macros.h: Likewise.
25040         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
25041         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
25042         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
25043         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
25044         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
25045         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
25047 2013-09-23  Hector Marco  <hecmargi@upv.es>
25048             Ismael Ripoll  <iripoll@disca.upv.es>
25049             Carlos O'Donell  <carlos@redhat.com>
25051         [BZ #15754]
25052         * sysdeps/generic/stackguard-macros.h: Define
25053         __pointer_chk_guard_local and POINTER_CHK_GUARD.
25054         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
25055         Define __pointer_chk_guard_local.
25056         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
25057         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
25059 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
25061         [BZ #15859]
25062         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
25064 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
25066         * include/string.h (__ffs): Declare as hidden.
25067         * string/ffs.c (__ffs): Define as hidden.
25068         * sysdeps/i386/ffs.c (__ffs): Likewise.
25069         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
25070         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
25071         * sysdeps/s390/ffs.c (__ffs): Likewise.
25072         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
25074 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
25076         * NEWS: Mention malloc probes.
25078         * malloc/arena.c (new_heap): New memory_heap_new probe.
25079         (grow_heap): New memory_heap_more probe.
25080         (shrink_heap): New memory_heap_less probe.
25081         (heap_trim): New memory_heap_free probe.
25082         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
25083         (systrim): New memory_sbrk_less probe.
25084         * manual/probes.texi: Document them.
25086         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
25087         * manual/probes.texi: Document it.
25089         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
25090         (__libc_realloc): Add memory_realloc_retry probe.
25091         (__libc_memalign): Add memory_memalign_retry probe.
25092         (__libc_valloc): Add memory_valloc_retry probe.
25093         (__libc_pvalloc): Add memory_pvalloc_retry probe.
25094         (__libc_calloc): Add memory_calloc_retry probe.
25095         * manual/probes.texi: Document them.
25097         * malloc/arena.c (get_free_list): Add probe
25098         memory_arena_reuse_free_list.
25099         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
25100         and memory_arena_reuse.
25101         (arena_get2) [!PER_THREAD]: Likewise.
25102         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
25103         memory_arena_reuse_realloc.
25104         * manual/probes.texi: Document them.
25106         * malloc/malloc.c (__libc_free): Add
25107         memory_mallopt_free_dyn_thresholds probe.
25108         (__libc_mallopt): Add multiple memory_mallopt probes.
25109         * manual/probes.texi: Document them.
25111         * malloc/malloc.c: Include stap-probe.h.
25112         (__libc_mallopt): Add memory_mallopt probe.
25113         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
25114         * manual/probes.texi: New.
25115         * manual/Makefile (chapters): Add probes.
25116         * manual/threads.texi: Set next node.
25118 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
25120         [BZ #15963, #13985]
25121         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
25122         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
25123         Add `Chinese' to `nan' entry name.
25125 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25127         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
25128         (POLYNOMIAL): Likewise.
25129         (TAYLOR_SINCOS): Likewise.
25130         (TAYLOR_SLOW): Likewise.
25131         (__sin): Use TAYLOR_SINCOS.
25132         (__cos): Likewise.
25133         (slow): Use TAYLOR_SLOW.
25134         (sloww): Likewise.
25135         (bsloww): Likewise.
25136         (csloww): Likewise.
25138 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25140         * stdlib/strtod_l.c: Fix buffer overrun.
25142 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25144         * benchtests/Makefile (bench): Add sincos.
25145         * benchtests/bench-sincos.c: New file.
25147         * math/libm-test.inc (cos_test_data): New test inputs.
25148         (sin_test_data): Likewise.
25150         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
25151         macro.
25152         (__sin): Use it.
25153         (__cos): Likewise.
25154         (slow1): Likewise.
25155         (slow2): Likewise.
25156         (sloww1): Likewise.
25157         (sloww2): Likewise.
25158         (bsloww1): Likewise.
25159         (bsloww2): Likewise.
25160         (cslow2): Likewise.
25161         (csloww1): Likewise.
25162         (csloww2): Likewise.
25164         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
25165         function.
25166         (__sin): Use it.
25167         (__cos): Likewise.
25169         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
25170         gotos.
25171         (__cos): Likewise.
25173 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
25175         * config.h.in (HAVE_MIPS_NAN2008): New macro.
25176         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
25177         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
25178         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
25179         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
25180         * elf/cache.c (print_entry): Handle the new cache flags.
25182 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25183             Aldy Hernandez  <aldyh@redhat.com>
25185         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
25186         Change condition to [_SOFT_FLOAT].
25187         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
25188         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
25189         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
25190         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
25191         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
25192         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
25193         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
25194         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
25195         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
25196         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
25197         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
25198         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
25199         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
25200         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
25201         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
25202         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
25203         declaration.
25205 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25207         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
25208         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25209         (__longjmp): Use LOAD_GP to load saved GPRs.
25210         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
25211         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25212         (__sigsetjmp): Use SAVE_GP to save GPRs.
25214         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
25215         Do not append -msoft-float.
25216         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
25218 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25220         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
25222 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
25224         [BZ #15966]
25225         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
25226         (_FPU_GETCW): Use initial "__" on variable and field names but not
25227         on macro parameter name.
25228         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
25229         parentheses around reference to macro parameter.
25231 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
25233         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
25234         prototype.
25235         (ctype_startup): Use uint32_t in cast and sizeof for
25236         ctype->charnames.
25238 2013-09-11  Jia Liu  <proljc@gmail.com>
25240         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
25241         __daddr_t_defined.
25242         [__FreeBSD__]: Likewise.
25244 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
25246         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
25247         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
25248         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
25249         (strchr): Remove __strchr_sse42 ifunc selection.
25250         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
25251         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
25253 2013-09-11  Will Newton  <will.newton@linaro.org>
25255         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
25256         parameter to RES. Remove hardcoded 1000 value.
25257         * benchtests/bench-skeleton.c (main): Pass RES parameter
25258         to TIMING_INIT and multiply result by 1000.
25260 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25262         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25264 2013-09-11  Andreas Schwab  <schwab@suse.de>
25266         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
25267         if not defined.
25268         (O_TMPFILE) [__USE_GNU]: Define.
25269         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
25270         Define.
25272 2013-09-11  Will Newton  <will.newton@linaro.org>
25274         [BZ #15857]
25275         * malloc/malloc.c (__libc_memalign): Check the value of bytes
25276         does not overflow.
25278 2013-09-11  Will Newton  <will.newton@linaro.org>
25280         [BZ #15856]
25281         * malloc/malloc.c (__libc_valloc): Check the value of bytes
25282         does not overflow.
25284 2013-09-11  Will Newton  <will.newton@linaro.org>
25286         [BZ #15855]
25287         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
25288         does not overflow.
25290 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
25292         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
25293         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
25294         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
25295         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
25296         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
25298 2013-09-10  Allan McRae  <allan@archlinux.org>
25300         [BZ #15748]
25301         * manual/arith.texi (Parsing of Floats): Clarify
25302         cross-reference.
25304         [BZ #15849]
25305         * manual/install.texi (Running make install): Mention
25306         --enable-pt-chown.
25307         * INSTALL: Regenerated.
25309 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
25311         * csu/init-first.c (_init): Remove the !SHARED condition around
25312         FPU control word initialization.
25313         * elf/dl-support.c (_dl_fpu_control): New variable.
25314         (_dl_aux_init) <AT_FPUCW>: Initialize it.
25315         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
25316         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
25317         * math/test-fpucw-static.c: New file.
25318         * math/test-fpucw-ieee.c: New file.
25319         * math/test-fpucw-ieee-static.c: New file.
25320         * math/Makefile (tests): Add `test-fpucw-ieee' and
25321         `$(tests-static)'.
25322         (tests-static): New variable.
25323         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
25324         dependency to...
25325         [($(build-shared),yes)]
25326         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
25327         ... this.
25328         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
25329         New dependency.
25331 2013-09-09  Allan McRae  <allan@archlinux.org>
25333         [BZ #15939]
25334         * manual/string.texi (Collation Functions): Fix typo in
25335         strcoll example.
25336         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
25338         [BZ #15893]
25339         * stdlib/isomac.c (get_null_defines): Fix memory leak.
25341         [BZ #15892]
25342         * libio/memstream.c (open_memstream): Fix memory leak.
25343         * libio/wmemstream.c (open_wmemstream): Likewise.
25345         [BZ #15895]
25346         * nscd/netgroupcache.c: Fix nesting of ifdefs.
25348 2013-09-09  Will Newton  <will.newton@linaro.org>
25350         * malloc/Makefile: Add tst-realloc to tests.
25351         * malloc/tst-realloc.c: New file.
25353 2013-09-09  Allan McRae  <allan@archlinux.org>
25355         [BZ #15844]
25356         * COPYING: Update from GNU website to fix FSF address.
25357         * COPYING.LIB: Likewise.
25359 2013-09-06  David S. Miller  <davem@davemloft.net>
25361         * po/zh_TW.po: Update Chinese (traditional) translation from
25362         translation project.
25364 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
25365             Joseph Myers  <joseph@codesourcery.com>
25367         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
25368         "localeinfo.h".
25369         (obstack_chunk_alloc): New macro.
25370         (obstack_chunk_free): Likewise.
25371         (record_offset): New function.
25372         (init_locale_data): Likewise.
25373         (align_locale_data): Likewise.
25374         (add_locale_empty): Likewise.
25375         (add_locale_raw_data): Likewise.
25376         (add_locale_raw_obstack): Likewise.
25377         (add_locale_string): Likewise.
25378         (add_locale_wstring): Likewise.
25379         (add_locale_uint32): Likewise.
25380         (add_locale_uint32_array): Likewise.
25381         (add_locale_char): Likewise.
25382         (start_locale_structure): Likewise.
25383         (end_locale_structure): Likewise.
25384         (start_locale_prelude): Likewise.
25385         (end_locale_prelude): Likewise.
25386         (write_locale_data): Take locale_file structure rather than an
25387         iovec.
25388         * locale/programs/locfile.h: Include "obstack.h".
25389         (struct locale_file): Change to store locale file contents instead
25390         of header.
25391         (init_locale_data): New prototype.
25392         (align_locale_data): Likewise.
25393         (add_locale_empty): Likewise.
25394         (add_locale_raw_data): Likewise.
25395         (add_locale_raw_obstack): Likewise.
25396         (add_locale_string): Likewise.
25397         (add_locale_wstring): Likewise.
25398         (add_locale_uint32): Likewise.
25399         (add_locale_uint32_array): Likewise.
25400         (add_locale_char): Likewise.
25401         (start_locale_structure): Likewise.
25402         (end_locale_structure): Likewise.
25403         (start_locale_prelude): Likewise.
25404         (end_locale_prelude): Likewise.
25405         (write_locale_data): Update prototype.
25406         * locale/programs/3level.h (struct TABLE): Remove result field.
25407         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
25408         Use new locale_file interface.
25409         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
25410         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
25411         * locale/programs/ld-address.c (address_output): Use new
25412         locale_file interface.
25413         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
25414         NO_ADD_LOCALE.
25415         (collate_finish): Don't call collseq_table_finalize.
25416         (collate_output): Use new locale_file interface.
25417         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
25418         in file.
25419         (NO_FINALIZE): Change to NO_ADD_LOCALE.
25420         (TABLE): Move defines earlier in file.
25421         (ELEMENT): Likewise.
25422         (DEFAULT): Likewise.
25423         (wctrans_table_add): Move macro and inline function earlier in
25424         file.
25425         (struct wctype_table): Move type earlier in file.
25426         (add_locale_wctype_table): New static prototype.
25427         (struct locale_ctype_t): Use logical types instead of struct iovec
25428         pointers for members.
25429         (ctype_output): Use new locale_file interface.
25430         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
25431         new locale_file interface.
25432         (allocate_arrays): Update for use of new locale_file interface.
25433         * locale/programs/ld-identification.c (identification_output): Use
25434         new locale_file interface.
25435         * locale/programs/ld-measurement.c (measurement_output): Likewise.
25436         * locale/programs/ld-messages.c (messages_output): Likewise.
25437         * locale/programs/ld-monetary.c (monetary_output): Likewise.
25438         * locale/programs/ld-name.c (name_output): Likewise.
25439         * locale/programs/ld-numeric.c (numeric_output): Likewise.
25440         * locale/programs/ld-paper.c (paper_output): Likewise.
25441         * locale/programs/ld-telephone.c (telephone_output): Likewise.
25442         * locale/programs/ld-time.c (time_output): Likewise.
25444 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25446         * benchtests/Makefile: Add memrchr benchmark.
25447         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
25448         benchmark as memrchr.
25449         * benchtests/bench-memrchr-ifunc.c: New file.
25450         * benchtests/bench-memrchr.c: New file.
25452 2013-09-06   Will Newton  <will.newton@linaro.org>
25454         * benchtests/Makefile (string-bench): Add memcpy.
25456 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
25457             Cong Wang  <amwang@redhat.com>
25459         [BZ #15850]
25460         * sysdeps/unix/sysv/linux/bits/in.h
25461         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
25462         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
25463         before __USE_KERNEL_IPV6_DEFS uses.
25464         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
25465         IPPROTO_BEETPH.
25466         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
25467         sockaddr_in6, or ipv6_mreq.
25469 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25471         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
25472         memory access for final bytes in some large inputs.
25473         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
25475 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25477         * string/test-memrchr.c: New file.
25478         * string/test-memrchr-ifunc.c: New file.
25479         * string/Makefile: Add new memrchr testcase.
25481 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
25483         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
25484         fanotify_init returns EPERM.
25486 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
25488         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
25489         errors.
25490         (top level): Treat second token from macro or constant entries for
25491         allowed headers as allowed.
25492         * include/complex.h: Condition internal declarations on
25493         [!_ISOMAC].
25494         * include/fenv.h: Condition include of <stdbool.h> and internal
25495         declarations on [!_ISOMAC].
25497 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
25499         [BZ #15923]
25500         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
25502 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
25504         * configure.in (--enable-versioning): Remove configure option.
25505         (libc_cv_asm_symver_directive): Remove configure test.
25506         (libc_cv_ld_version_script_option): Likewise.
25507         (VERSIONING): Remove variable and AC_SUBST.
25508         (DO_VERSIONING): Remove AC_DEFINE.
25509         * configure: Regenerated.
25510         * config.h.in (DO_VERSIONING): Remove macro.
25511         * Makerules [$(versioning) = yes]: Change conditionals to
25512         [$(build-shared) = yes].
25513         * config.make.in (versioning): Remove variable.
25514         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
25515         [$(build-shared) = yes].
25516         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
25517         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
25518         * elf/Makefile [$(versioning) = yes]: Change conditionals to
25519         [$(build-shared) = yes].
25520         * extra-lib.mk [$(versioning) = yes]: Likewise.
25521         * hurd/Makefile [$(versioning) = yes]: Likewise.
25522         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
25523         [SHARED].
25524         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
25525         [SHARED].
25526         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25527         [SHARED && !NO_HIDDEN].
25528         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
25529         [SHARED].
25530         [SHARED && DO_VERSIONING]: Likewise..
25531         * libio/Makefile [$(versioning) = yes]: Change conditionals to
25532         [$(build-shared) = yes].
25533         * manual/install.texi (--disable-versioning): Remove
25534         documentation.
25535         * INSTALL: Regenerated.
25536         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
25537         to [SHARED].
25538         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
25539         [$(build-shared) = yes].
25540         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
25541         * sysdeps/i386/i686/multiarch/strstr-c.c
25542         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25543         [SHARED && !NO_HIDDEN].
25544         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
25545         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
25546         * sysdeps/powerpc/powerpc32/dl-machine.c
25547         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
25548         * sysdeps/powerpc/powerpc32/sysdep.h
25549         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
25550         to [SHARED && PIC && !NO_HIDDEN].
25551         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
25552         conditional to [SHARED].
25554 2013-09-04   Will Newton  <will.newton@linaro.org>
25556         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
25557         * benchtests/bench-string.h: Include bench-timing.h instead
25558         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
25559         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
25560         call to HP_TIMING_DIFF_INIT.
25561         * benchtests/bench-memccpy.c: Use bench-timing.h macros
25562         instead of hp-timing.h macros.
25563         * benchtests/bench-memchr.c: Likewise.
25564         * benchtests/bench-memcmp.c: Likewise.
25565         * benchtests/bench-memcpy.c: Likewise.
25566         * benchtests/bench-memmem.c: Likewise.
25567         * benchtests/bench-memmove.c: Likewise.
25568         * benchtests/bench-memset.c: Likewise.
25569         * benchtests/bench-rawmemchr.c: Likewise.
25570         * benchtests/bench-strcasecmp.c: Likewise.
25571         * benchtests/bench-strcasestr.c: Likewise.
25572         * benchtests/bench-strcat.c: Likewise.
25573         * benchtests/bench-strchr.c: Likewise.
25574         * benchtests/bench-strcmp.c: Likewise.
25575         * benchtests/bench-strcpy.c: Likewise.
25576         * benchtests/bench-strcpy_chk.c: Likewise.
25577         * benchtests/bench-strlen.c: Likewise.
25578         * benchtests/bench-strncasecmp.c: Likewise.
25579         * benchtests/bench-strncat.c: Likewise.
25580         * benchtests/bench-strncmp.c: Likewise.
25581         * benchtests/bench-strncpy.c: Likewise.
25582         * benchtests/bench-strnlen.c: Likewise.
25583         * benchtests/bench-strpbrk.c: Likewise.
25584         * benchtests/bench-strrchr.c: Likewise.
25585         * benchtests/bench-strspn.c: Likewise.
25586         * benchtests/bench-strstr.c: Likewise.
25588 2013-09-04  Will Newton  <will.newton@linaro.org>
25590         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
25592 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
25594         [BZ #15427]
25595         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
25596         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
25597         * math/libm-test.inc (lgamma_test_data): Add more tests.
25598         * sysdeps/i386/fpu/libm-test-ulps: Update.
25599         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25601 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
25603         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
25604         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
25605         Add ifunc.
25606         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
25607         Add strcmp-sse2-unaligned
25608         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
25610 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
25612         * Versions.def (libc): Add GLIBC_2.19.
25614 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
25616         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
25617         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
25619 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
25621         [BZ #14155]
25622         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
25623         intermediate calculations in recurrence.
25624         (__ieee754_ynf): Likewise.
25625         * math/libm-test.inc (jn_test_data): Do not allow spurious
25626         underflow exception.  Add more tests.
25627         (yn_test_data): Add more tests.
25628         * sysdeps/i386/fpu/libm-test-ulps: Update.
25629         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25631 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
25633         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
25635 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
25637         * csu/init-first.c: Fix then/than typos.
25638         * locale/programs/ld-collate.c: Likewise.
25639         * locale/programs/linereader.h: Likewise.
25640         * manual/charset.texi: Likewise.
25641         * manual/filesys.texi: Likewise.
25642         * manual/stdio.texi: Likewise.
25643         * manual/string.texi: Likewise.
25644         * stdlib/fmtmsg.c: Likewise.
25645         * sysdeps/i386/stpncpy.S: Likewise.
25646         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25647         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
25648         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25649         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
25651 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
25653         * elf/dl-open.c: Fix typos.
25654         * iconvdata/gbbig5.c: Likewise.
25655         * iconvdata/iso-2022-jp.c: Likewise.
25656         * iconv/gconv_int.h: Likewise.
25657         * iconv/loop.c: Likewise.
25658         * nis/rpcsvc/nis.h: Likewise.
25659         * resolv/ns_name.c: Likewise.
25660         * stdio-common/vfscanf.c: Likewise.
25661         * streams/stropts.h: Likewise.
25662         * sunrpc/rpc_thread.c: Likewise.
25663         * sysdeps/i386/strpbrk.S: Likewise.
25664         * sysdeps/ieee754/k_standard.c: Likewise.
25665         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25666         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25667         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
25668         * sysdeps/mach/hurd/profil.c: Likewise.
25669         * sysdeps/s390/dl-procinfo.h: Likewise.
25670         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
25671         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
25672         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
25673         * sysdeps/x86_64/dl-trampoline.S: Likewise.
25674         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
25676 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
25678         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
25679         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
25681 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
25683         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
25684         aix specific files.
25685         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
25686         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
25687         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
25688         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
25689         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
25690         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
25691         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
25692         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
25694 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
25695             Roland McGrath  <roland@hack.frob.com>
25697         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
25698         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
25700 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25702         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
25703         __executable_start symbol instead of _start.
25705 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
25707         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
25708         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
25709         Move macros to...
25710         * sysdeps/gnu/ldsodefs.h: ... this new file.
25712         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
25713         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
25714         instead of ELFOSABI_LINUX.
25716         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
25717         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
25718         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
25719         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
25720         Likewise.
25721         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
25722         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
25723         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
25724         Likewise.
25725         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
25726         (ibm_extended_long_double): Add ieee_nan member.
25727         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
25728         (do_test): New function.
25730         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
25731         TEST_TRUNC.
25732         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
25733         functions, renamed from truncdfsf_test, trunctfsf_test,
25734         trunctfdf_test.
25735         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
25736         functions.
25737         (do_test): Run all these.
25739 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
25741         * argp/argp-help.c: Fix typos.
25742         * argp/argp-parse.c: Likewise.
25743         * debug/backtracesyms.c: Likewise.
25744         * elf/elf.h: Likewise.
25745         * malloc/malloc.c: Likewise.
25746         * nis/nis_print.c: Likewise.
25747         * resolv/res_comp.c: Likewise.
25748         * stdlib/stdlib.h: Likewise.
25749         * sunrpc/clnt_tcp.c: Likewise.
25750         * sunrpc/clnt_udp.c: Likewise.
25751         * sunrpc/clnt_unix.c: Likewise.
25752         * sysdeps/unix/bsd/ptsname.c: Likewise.
25753         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
25754         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
25755         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
25756         Likewise.
25757         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
25758         Likewise.
25759         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
25760         Likewise.
25761         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
25763 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25765         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
25766         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25768 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
25770         [BZ #15897]
25771         * dlfcn/Makefile (tests): Add bug-dl-leaf.
25772         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
25773         ($(objpfx)bug-dl-leaf): New rule.
25774         ($(objpfx)bug-dl-leaf.so): Likewise.
25775         ($(objpfx)bug-dl-leaf.out): Likewise.
25776         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
25777         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
25778         * dlfcn/bug-dl-leaf.c: New test.
25779         * dlfcn/bug-dl-leaf-lib.c: Likewise.
25780         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
25781         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
25782         (dlclose): Likewise.
25783         (dlmopen): Likewise.
25785 2013-08-27  Roland McGrath  <roland@hack.frob.com>
25787         * include/netdb.h [!_ISOMAC]:
25788         Don't include <tls.h>.
25789         (h_errno, __libc_h_errno): Move declaration and macros out of
25790         [_LIBC_REENTRANT].
25792         * include/resolv.h [_RESOLV_H_]:
25793         Don't include <tls.h>.
25794         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
25795         * resolv/res_libc.c: Don't include <tls.h>.
25796         (_res): Use __attribute__ ((nocommon)) in place of
25797         __attribute__ ((section (".bss"))).
25799         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
25800         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
25802         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
25804         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
25805         only under [SIOCGIFCONF && SIOCGIFNETMASK].
25807         * resolv/res_mkquery.c: Include <sys/time.h>.
25809         * inet/ifreq.c: Moved to ...
25810         * sysdeps/unix/ifreq.c: ... here.
25811         * inet/ifreq.c: New file, true stub version.
25813         * socket/sa_len.c: New file.
25814         * socket/Makefile (aux): Add it.
25815         * sysdeps/unix/sysv/linux/Makefile
25816         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
25817         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
25818         and #include <socket/sa_len.c>.
25819         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
25820         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
25822         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
25823         * bits/socket.h: ... here.
25825         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
25826         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
25827         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
25829 2013-08-27  Andreas Schwab  <schwab@suse.de>
25831         [BZ #15736]
25832         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
25833         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
25834         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
25835         * string/test-strcasecmp.c (test_main): Run tests in several
25836         locales.
25837         * string/test-strncasecmp.c (test_main): Likewise.
25839         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
25840         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
25841         to __strcasecmp_nonascii and __strncasecmp_nonascii.
25842         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
25843         (__strncasecmp_ssse3) [PIC]: Likewise.
25845 2013-08-26  Roland McGrath  <roland@hack.frob.com>
25847         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
25849         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
25850         instead of explicitly declaring xdecrypt.
25851         * nis/nss_nis/nis-publickey.c: Likewise.
25853 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25855         [BZ #15890]
25856         * nscd/aicache.c: Include res_hconf.h.
25857         (addhstaiX): Initialize res_hconf.
25859 2013-08-26  Andreas Schwab  <schwab@suse.de>
25861         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
25862         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
25864 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25866         * nscd/aicache.c (addhstaiX): Fix indentation.
25868 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
25870         * configure.ac: Quote $build_pt_chown test.
25871         * configure: Regenerated.
25873 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
25875         [BZ #15532]
25876         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
25877         * math/s_cexpf.c (__cexpf): Likewise.
25878         * math/s_cexpl.c (__cexpl): Likewise.
25879         * math/libm-test.inc (cexp_test_data): Correct expected return
25880         value for NaN + i0.  Add another test.
25882 2013-08-22  David S. Miller  <davem@davemloft.net>
25884         * po/ca.po: Update Catalan translation from translation project.
25885         * po/uk.po: Add Ukrainian translations from translation project.
25887 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
25889         [BZ #15797]
25890         * math/s_fdim.c (__fdim): Check for infinite arguments if result
25891         is infinite, not alongside NaN test.
25892         * math/s_fdimf.c (__fdimf): Likewise.
25893         * math/s_fdiml.c (__fdiml): Likewise.
25894         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
25895         errno is unchanged.
25897 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
25899         * argp/argp-help.c: Fix typos.
25900         * crypt/speeds.c: Likewise.
25901         * csu/check_fds.c: Likewise.
25902         * elf/dl-load.c: Likewise.
25903         * elf/dl-open.c: Likewise.
25904         * elf/reldep3.c: Likewise.
25905         * elf/reldep.c: Likewise.
25906         * elf/sprof.c: Likewise.
25907         * iconv/iconv_charmap.c: Likewise.
25908         * iconv/skeleton.c: Likewise.
25909         * iconv/strtab.c: Likewise.
25910         * io/lockf64.c: Likewise.
25911         * libio/libioP.h: Likewise.
25912         * resolv/gai_notify.c: Likewise.
25913         * resolv/ns_name.c: Likewise.
25914         * resolv/ns_samedomain.c: Likewise.
25915         * resolv/res_send.c: Likewise.
25916         * stdlib/random.c: Likewise.
25917         * sunrpc/rpc/xdr.h: Likewise.
25918         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
25919         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
25920         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
25921         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
25922         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
25923         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
25924         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
25925         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
25926         * sysdeps/mach/hurd/check_fds.c: Likewise.
25927         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
25928         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
25929         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25930         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
25931         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
25932         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
25933         * sysdeps/pthread/aio_notify.c: Likewise.
25934         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
25935         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
25936         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
25937         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
25938         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
25940 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25942         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
25943         version if bit_Slow_SSE4_2 is set.
25944         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
25945         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
25947 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25949         [BZ #15867]
25950         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
25951         trampoline stack frame information.
25952         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
25953         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
25954         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
25955         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
25956         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
25957         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25958         (_libc_vdso_platform_setup): Initialize the signal trampolines.
25959         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
25960         sa_flags value.
25961         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
25962         interrupting a syscall and set with option SA_SIGINFO.
25964 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25966         [BZ #15531]
25967         * math/s_cproj.c (__cproj): Only return an infinity if one part of
25968         argument is infinite.
25969         * math/s_cprojf.c (__cprojf): Likewise.
25970         * math/s_cprojl.c (__cprojl): Likewise.
25971         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
25972         * math/libm-test.inc (cproj_test_data): Add more tests.
25974         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
25976         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
25977         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
25978         size.  Use __ffs to determine corresponding shift.
25980 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25981             Roland McGrath  <roland@hack.frob.com>
25983         * Makefile (INSTALL): Remove trailing blank lines from output of
25984         makeinfo.
25986 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25988         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
25989         Align 32 bit compat elf_greg to 8 bytes.
25991 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
25993         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
25995 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
25997         * string/strcoll_l.c (coll_seq): New structure.
25998         (get_next_seq_cached): New function.
25999         (get_next_seq): New function.
26000         (do_compare): New function.
26001         (STRCOLL): Use GNU style definition.  Simplify implementation
26002         by using get_next_seq, get_next_seq_cached and do_compare.
26004 2013-08-16  Florian Weimer  <fweimer@redhat.com>
26006         [BZ #14699]
26007         CVE-2013-4237
26008         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
26009         member.
26010         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
26011         member.
26012         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
26013         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
26014         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
26015         conditional.
26016         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
26017         GETDENTS_64BIT_ALIGNED.
26018         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
26019         * manual/filesys.texi (Reading/Closing Directory): Document
26020         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
26021         strongly.
26022         * manual/conf.texi (Limits for Files): Add portability note to
26023         NAME_MAX, PATH_MAX.
26024         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
26026 2013-08-13  Andreas Schwab  <schwab@suse.de>
26028         [BZ #15749]
26029         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
26030         of fabs.
26031         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
26032         LDBL_MAX_EXP >= 16384]: Add tests for it.
26034 2013-08-12  David S. Miller  <davem@davemloft.net>
26036         * version.h (RELEASE): Set to "development".
26037         (VERSION): Set to "2.18.90".
26038         * NEWS: Add 2.19 section.
26040 2013-08-03  David S. Miller  <davem@davemloft.net>
26042         * po/ko.po: Update Korean translation from translation project.
26044 2013-08-01  David S. Miller  <davem@davemloft.net>
26046         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
26047         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
26048         Bilka.
26050 2013-07-30  David S. Miller  <davem@davemloft.net>
26052         * po/fr.po: Update French translation from translation project.
26054 2013-07-28  David S. Miller  <davem@davemloft.net>
26056         * po/cs.po: Update Czech translation from translation project.
26058         * po/sv.po: Update Swedish translation from translation project.
26060 2013-07-27  David S. Miller  <davem@davemloft.net>
26062         * po/eo.po: Update Esperanto translation from translation project.
26064         * po/vi.po: Update Vietnamese translation from translation project.
26066         * po/de.po: Update German translation from translation project.
26068 2013-07-26  David S. Miller  <davem@davemloft.net>
26070         * po/bg.po: Update Bulgarian translation from translation project.
26072         * po/nl.po: Update Dutch translation from translation project.
26073         * po/pl.po: Update Polish translation from translation project.
26074         * po/ru.po: Update Russian translation from translation project.
26076 2013-07-24  David S. Miller  <davem@davemloft.net>
26078         * po/libc.pot: Update.
26080 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26082         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
26083         variable page size.
26084         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
26085         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
26086         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
26088 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26090         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
26092 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26093             Andreas Schwab  <schwab@suse.de>
26094             Roland McGrath  <roland@hack.frob.com>
26095             Joseph Myers  <joseph@codesourcery.com>
26096             Carlos O'Donell  <carlos@redhat.com>
26098         [BZ #15755]
26099         * config.h.in: Define HAVE_PT_CHOWN.
26100         * config.make.in (build-pt-chown): New variable.
26101         * configure.in (--enable-pt_chown): New configure option.
26102         * configure: Regenerate.
26103         * login/Makefile: Include Makeconfig.  Build pt_chown only if
26104         build-pt-chown is enabled.
26105         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
26106         pt_chown to fix pty ownership.
26107         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
26108         CLOSE_ALL_FDS.
26109         * manual/install.texi (Configuring and compiling): Mention
26110         --enable-pt_chown. Add @findex for grantpt.
26111         * INSTALL: Regenerate.
26113 2013-07-20  David S. Miller  <davem@davemloft.net>
26115         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
26116         difference between 32-bit and 64-bit.
26118 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
26120         [BZ #15711]
26121         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
26122         Avoid system header dependency with -ffreestanding.
26123         ($(objpfx)bits/syscall%d): Likewise.
26125 2013-07-13  David S. Miller  <davem@davemloft.net>
26127         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
26128         underflows from atanl/atan2l due to bug 15319.
26129         (casinh_test_data): Likewise.
26131 2013-07-07  David S. Miller  <davem@davemloft.net>
26133         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
26135 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
26137         * sysdeps/i386/fpu/libm-test-ulps: Update.
26138         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26140 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26142         * configure.in (--enable-lock-elision): Fix message text.
26143         * INSTALL: Regenerate.
26144         * configure: Regenerate.
26146 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26148         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26150 2013-07-03  Andreas Jaeger  <aj@suse.de>
26152         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
26153         define.
26154         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
26155         (ptrace_peeksiginfo_args): Add.
26156         (__ptrace_peeksiginfo_flags): Add.
26157         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
26158         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
26159         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
26161 2013-07-03  Allan McRae  <allan@archlinux.org>
26163         * sysdeps/i386/fpu/libm-test-ulps: Update.
26165 2013-07-02  David S. Miller  <davem@davemloft.net>
26167         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26169 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
26171         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26173 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26175         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
26176         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26178 2013-07-02  Andi Kleen <ak@linux.intel.com>
26180         * config.h.in (ENABLE_LOCK_ELISION): Add.
26181         * configure.in (--enable-lock-elision): Add option.
26182         * manual/install.texi: Document --enable lock elision.
26183         * configure: Regenerate
26184         * INSTALL: Regenerate.
26186 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
26188         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
26189         SSE4.2 strcasecmp for libc.a.
26190         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
26192 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26194         [BZ #13304]
26195         * soft-fp/op-common.h (_FP_FMA): New macro.
26196         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
26197         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
26198         (_FP_MUL_MEAT_1_imm): ... here.
26199         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
26200         (_FP_MUL_MEAT_1_wide): ... here.
26201         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
26202         (_FP_MUL_MEAT_1_hard): ... here.
26203         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
26204         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
26205         (_FP_MUL_MEAT_2_wide): ... here.
26206         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
26207         (_FP_MUL_MEAT_2_wide_3mul): ... here.
26208         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
26209         (_FP_MUL_MEAT_2_gmp): ... here.
26210         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
26211         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
26212         (_FP_MUL_MEAT_4_wide): ... here.
26213         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
26214         (_FP_MUL_MEAT_4_gmp): ... here.
26215         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
26216         (_FP_WFRACBITS_DW_S): Likewise.
26217         (_FP_WFRACXBITS_DW_S): Likewise.
26218         (_FP_HIGHBIT_DW_S): Likewise.
26219         (FP_FMA_S): Likewise.
26220         (_FP_FRAC_HIGH_DW_S): Likewise.
26221         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
26222         (_FP_WFRACBITS_DW_D): Likewise.
26223         (_FP_WFRACXBITS_DW_D): Likewise.
26224         (_FP_HIGHBIT_DW_D): Likewise.
26225         (FP_FMA_D): Likewise.
26226         (_FP_FRAC_HIGH_DW_D): Likewise.
26227         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
26228         (_FP_WFRACBITS_DW_E): Likewise.
26229         (_FP_WFRACXBITS_DW_E): Likewise.
26230         (_FP_HIGHBIT_DW_E): Likewise.
26231         (FP_FMA_E): Likewise.
26232         (_FP_FRAC_HIGH_DW_E): Likewise.
26233         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
26234         (_FP_WFRACBITS_DW_Q): Likewise.
26235         (_FP_WFRACXBITS_DW_Q): Likewise.
26236         (_FP_HIGHBIT_DW_Q): Likewise.
26237         (FP_FMA_Q): Likewise.
26238         (_FP_FRAC_HIGH_DW_Q): Likewise.
26239         * soft-fp/fmasf4.c: New file.
26240         * soft-fp/fmadf4.c: Likewise.
26241         * soft-fp/fmatf4.c: Likewise.
26243 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26245         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
26246         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
26247         Silvermont.
26248         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
26249         macro.
26250         (index_Slow_SSE4_2): Likewise.
26251         (index_Prefer_PMINUB_for_stringop): Likewise.
26252         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
26253         bit_Slow_SSE4_2 is set.
26254         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
26255         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
26257 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26259         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
26260         rtld_global._dl_hwcap2.
26261         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
26262         POWER8.
26263         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
26264         POWER8 feature descriptions defined in _dl_hwcap2.
26265         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
26266         string handling for POWER8 feature bits.
26267         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
26268         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
26269         _dl_powerpc_cap_flags.
26270         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
26271         * sysdeps/powerpc/rtld-global-offsets.sym
26272         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
26273         _dl_hwcap2 in the rtld_global_ro structure.
26275 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26277         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
26278         hardware capabilities in support of AT_HWCAP2.
26279         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
26280         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
26281         GLRO(dl_hwcap2).
26282         (_dl_show_auxv): Add support for calling _dl_procinfo to display
26283         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
26284         explicitly the unknown a_type display mechanism is used.
26285         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
26286         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
26287         struct member.
26288         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
26289         to macro prototype for AT_HWCAP2 support.
26290         * sysdeps/i386/dl-procinfo.h: Likewise.
26291         * sysdeps/s390/dl-procinfo.h: Likewise.
26292         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
26293         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
26294         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
26295         return -1 for unknown a_type display fallback.
26296         * sysdeps/sparc/dl-procinfo.h: Likewise.
26297         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
26298         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
26300 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
26302         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
26303         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
26305 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
26307         [BZ #12492]
26308         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
26309         mprotect making __stack_prot writable.
26311 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
26312             Joseph Myers  <joseph@codesourcery.com>
26314         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
26315         as being properly aligned.
26317 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
26319         * dlfcn/modstatic5.c: New file.
26320         * dlfcn/tststatic5.c: New file.
26321         * dlfcn/Makefile (tests): Add tststatic5.
26322         (tests-static): Likewise.
26323         (modules-names): Add modstatic5.
26324         (tststatic5-ENV): New variable.
26325         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
26327         [BZ #15022]
26328         * elf/dl-support.c (_dl_main_map): New variable.
26329         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
26330         (_dl_nns, _dl_load_adds): Set to 1.
26331         (_dl_initial_searchlist): Refer to _dl_main_map.
26332         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
26333         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
26334         call to _dl_get_origin.
26335         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
26336         around call_map.
26337         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
26338         * dlfcn/modstatic3.c: New file.
26339         * dlfcn/tststatic3.c: New file.
26340         * dlfcn/tststatic4.c: New file.
26341         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
26342         (tests-static): Likewise.
26343         (modules-names): Add modstatic3.
26344         (tststatic3-ENV, tststatic4-ENV): New variables.
26345         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
26346         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
26348 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
26350         * configure.in (CC): Require GCC version 4.4 or later.
26351         * configure: Regenerated.
26352         * manual/install.texi (Tools for Compilation): Update GCC version
26353         requirement.
26354         * INSTALL: Regenerated.
26356 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26358         [BZ #15674]
26359         * string/test-memcmp.c (check2): New.
26360         (main): Call check2.
26362         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
26364 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
26366         [BZ #15022]
26367         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
26368         over to...
26369         (dl_open_worker) [!SHARED]: ... here.
26371 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26373         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
26375 2013-06-25  Richard Henderson  <rth@redhat.com>
26377         * locale/programs/locarchive.c: Include <libc-internal.h>
26379 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
26381         * manual/texinfo.tex: Update to version 2013-06-21.17, with
26382         trailing whitespace removed.
26384 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26386         [BZ #10283]
26387         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
26388         * locale/programs/locarchive.c: Include libc-mmap.h.
26389         (prepare_address_space): Take two new outputs (the mmap base and len).
26390         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
26391         values.
26392         (create_archive): Declare new mmap base and len values for
26393         prepare_address_space, and store the result in ah.
26394         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
26395         (enlarge_archive): If ah->mmap_base is not NULL, use that and
26396         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26397         Declare new mmap base and len values for
26398         prepare_address_space, and store the result in new_ah.
26399         (open_archive): Declare new mmap base and len values for
26400         prepare_address_space, and store the result in ah.
26401         (close_archive): If ah->mmap_base is not NULL, use that and
26402         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26403         * sysdeps/generic/libc-mmap.h: New file.
26405 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26407         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
26408         (ALIGN_UP): Likewise.
26409         (PTR_ALIGN_DOWN): Likewise.
26410         (PTR_ALIGN_UP): Likewise.
26412 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26414         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
26415         entry mapped to PPC_PLATFORM_POWER8.
26416         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
26417         POWER8.
26418         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
26419         (_dl_string_platform): Add case for exporting platform position for
26420         POWER8.
26421         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
26422         search path to sysdeps/powerpc/powerpc32/power8 directory.
26423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
26424         search path to sysdeps/powerpc/powerpc64/power8 directory.
26425         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
26426         power7 directories.
26427         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
26428         power7 directories.
26430 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26432         * INSTALL: Regenerate.
26434         * nscd/connections.c (nscd_init): Fix comment.
26436 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
26438         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
26440         [BZ #15667]
26441         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
26442         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
26444 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26446         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
26447         DL_DST_REQ_STATIC.
26448         (DL_DST_REQ_STATIC): Remove macro.
26450 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
26452         [BZ #7006]
26453         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
26454         with a shift of 0 bits.
26456 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26458         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
26459         $(tststatic-ENV).
26461 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
26463         [BZ #15655]
26464         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
26466 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26468         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
26469         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
26470         accepts -fno-tree-loop-distribute-patterns.
26471         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
26472         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
26473         recursive call.
26474         * string/memset.c (memset): Likewise.
26475         * string/test-memmove.c (simple_memmove): Disable loop transformation
26476         to library calls.
26477         * string/test-memset.c (simple_memset): Likewise.
26478         * benchtests/bench-memmove.c (simple_memmove): Likewise.
26479         * benchtests/bench-memset.c (simple_memset): Likewise.
26480         * configure: Regenerated.
26482 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
26484         * math/test-misc.c (main): Ignore fesetround failure when failures
26485         of subsequent rounding tests would be ignored.
26487         [BZ #15654]
26488         * math/fedisblxcpt.c (fedisableexcept): Return 0.
26489         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
26490         * math/fegetenv.c (__fegetenv): Return 0.
26491         * math/fegetexcept.c (fegetexcept): Return 0.
26492         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
26493         FE_TONEAREST.
26494         * math/feholdexcpt.c (feholdexcept): Return 0.
26495         * math/fesetenv.c (__fesetenv): Return 0.
26496         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
26497         argument FE_TONEAREST.
26498         * math/feupdateenv.c (__feupdateenv): Return 0.
26499         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
26501 2013-06-18  Roland McGrath  <roland@hack.frob.com>
26503         * elf/rtld-Rules (rtld-compile-command.S): New variable.
26504         (rtld-compile-command.s, rtld-compile-command.c): New variables.
26505         ($(objpfx)rtld-%.os rules): Use them.
26507 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26509         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
26510         fields.
26512 2013-06-17  Roland McGrath  <roland@hack.frob.com>
26514         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
26515         length of target pattern, then descending length of dependency pattern.
26516         * configure.in (AWK): Require gawk 3.1.2 or newer.
26517         * manual/install.texi (Tools for Compilation): Say that we do.
26518         * configure: Regenerated.
26520         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
26521         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
26522         * scripts/sysd-rules.awk: ... this new script.
26523         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
26524         than a glob-style pattern.
26526 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
26528         * math/test-misc.c (main): Do not treat incorrectly rounded
26529         conversions as failure unless ROUNDING_TESTS passes.
26531 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
26533         [BZ #15631]
26534         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
26535         restore exception state around main square root computation, then
26536         check for inexactness explicitly.
26538         * math/libm-test.inc (fma_test_data): Add another test.
26540 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26542         * manual/threads.texi (Non-POSIX Extensions): New document
26543         node.  Document pthread_getattr_default_np and
26544         pthread_setattr_default_np.
26546         * Versions.def (libpthread): Add GLIBC_2.18.
26547         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
26548         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
26549         Likewise.
26550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
26551         Likewise.
26552         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
26553         Likewise.
26554         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
26555         Likewise.
26556         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
26557         Likewise.
26558         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
26559         Likewise.
26560         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
26561         Likewise.
26562         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
26563         Likewise.
26564         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
26565         Likewise.
26567 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26569         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26570         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
26572 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26573             H.J. Lu  <hjl.tools@gmail.com>
26575         [BZ #15627]
26576         * sysdeps/x86_64/rtld-memset.c: Remove file.
26577         * sysdeps/x86_64/rtld-memset.S: New file.
26579 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
26581         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
26582         (test_in_one_mode): Take arguments for whether the rounding mode
26583         is supported for each floating-point type.
26584         (do_test): Pass new arguments to test_in_one_mode using
26585         ROUNDING_TESTS.
26587 2013-06-13  Roland McGrath  <roland@hack.frob.com>
26589         * posix/tst-waitid.c (do_test): Distinguish different instances of
26590         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
26591         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
26592         before entering the kernel for waitpid.
26594 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26596         * NEWS: Fix note on clock function precision.  Text by Roland
26597         McGrath.
26599 2013-06-13  Roland McGrath  <roland@hack.frob.com>
26601         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
26602         it into place only when and if the sanity check passes.
26604 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
26606         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
26607         output for whether conversion result is exact.  Take argument
26608         indicating whether type is IBM long double.
26609         (round_for_all): Change need_exact field to ibm_ld.
26610         * stdlib/tst-strtod-round.c (struct exactness): New type.
26611         (struct test): Change bool ld_ok field to struct exactness exact.
26612         (TEST): Update all definitions for change to field.
26613         (tests): Regenerate array contents.
26614         (test_in_one_mode): Take pointer to new field instead of old ld_ok
26615         field value.  Check for IBM long double here.
26616         (do_test): Update calls to test_in_one_mode.
26618 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26620         [BZ #12515]
26621         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
26622         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
26624 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26626         [BZ #15605]
26627         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
26628         generated by the compiler on loop optimizations.
26629         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
26630         general definitions.
26632 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
26634         * math/bug-nextafter.c: Include <math-tests.h>.
26635         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26636         the relevant type.
26637         * math/bug-nexttoward.c: Include <math-tests.h>.
26638         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26639         the relevant type.
26640         * math/test-misc.c: Include <math-tests.h>.
26641         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26642         the relevant type.
26644 2013-06-12  Andreas Jaeger  <aj@suse.de>
26646         * po/ia.po: Update Interlingua translation from translation
26647         project.
26649 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26651         * include/fenv.h: Include stdbool.h.
26652         (struct rm_ctx): New structure.
26653         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
26654         Define macro.
26655         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
26656         (SET_RESTORE_ROUNDF): Likewise.
26657         (SET_RESTORE_ROUNDL): Likewise.
26658         (SET_RESTORE_ROUND_NOEX): Likewise.
26659         (SET_RESTORE_ROUND_NOEXF): Likewise.
26660         (SET_RESTORE_ROUND_NOEXL): Likewise.
26661         (SET_RESTORE_ROUND_53BIT): Likewise.
26662         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
26663         (libc_feresetround_noexf_ctx): Likewise.
26664         (libc_feresetround_noexl_ctx): Likewise.
26665         (libc_feholdsetround_53bit_ctx): Likewise.
26666         (libc_feresetround_53bit_ctx): Likewise.
26667         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
26668         (libc_feholdexcept_setround_sse_ctx): New function.
26669         (libc_fesetenv_sse_ctx): Likewise.
26670         (libc_feupdateenv_sse_ctx): Likewise.
26671         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
26672         (libc_feholdexcept_setround_387_ctx): Likewise.
26673         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
26674         (libc_feholdsetround_387_prec_ctx): Likewise.
26675         (libc_feholdsetround_387_ctx): Likewise.
26676         (libc_feholdsetround_387_53bit_ctx): Likewise.
26677         (libc_feholdsetround_sse_ctx): Likewise.
26678         (libc_feresetround_sse_ctx): Likewise.
26679         (libc_feresetround_387_ctx): Likewise.
26680         (libc_feupdateenv_387_ctx): Likewise.
26681         (libc_feholdexcept_setroundf_ctx): Define macro.
26682         (libc_fesetenvf_ctx): Likewise.
26683         (libc_feupdateenvf_ctx): Likewise.
26684         (libc_feholdsetroundf_ctx): Likewise.
26685         (libc_feresetroundf_ctx): Likewise.
26686         (libc_feholdexcept_setround_ctx): Likewise.
26687         (libc_fesetenv_ctx): Likewise.
26688         (libc_feupdateenv_ctx): Likewise.
26689         (libc_feholdsetround_ctx): Likewise.
26690         (libc_feresetround_ctx): Likewise.
26691         (libc_feholdexcept_setroundl_ctx): Likewise.
26692         (libc_feupdateenvl_ctx): Likewise.
26693         (libc_feholdsetroundl_ctx): Likewise.
26694         (libc_feresetroundl_ctx): Likewise.
26695         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
26696         (libc_feresetround_53bit_ctx): Likewise.
26698 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26700         * locale/iso-639.def: Convert to UTF-8.
26702 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
26704         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
26705         (EXCEPTION_TESTS_double): Likewise.
26706         (EXCEPTION_TESTS_long_double): Likewise.
26707         (EXCEPTION_TESTS): Likewise.
26708         * math/libm-test.inc (test_exceptions): Only test exceptions if
26709         EXCEPTION_TESTS (FLOAT).
26711 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26713         * benchtests/Makefile (string-bench): Add strcpy_chk and
26714         stpcpy_chk.
26715         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
26716         * benchtests/bench-stpcpy_chk.c: New file.
26717         * benchtests/bench-strcpy_chk-ifunc.c: New file.
26718         * benchtests/bench-strcpy_chk.c: New file.
26719         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
26720         code.
26721         (do_test): Likewise.
26723 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26725         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
26726         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
26727         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
26728         with tabs where appropriate.
26729         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
26730         dl-procinfo.h.
26731         [PPC_PLATFORM_PPC440]: Likewise.
26732         [PPC_PLATFORM_PPC464]: Likewise.
26733         [PPC_PLATFORM_PPC476]: Likewise.
26734         (_dl_string_platform): Add support for detecting ppc405, ppc440,
26735         ppc464, and ppc476 platform strings merging from ports/
26736         dl-procinfo.h.
26738 2013-06-11  Andreas Schwab  <schwab@suse.de>
26740         [BZ #14991]
26741         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
26742         (from_ucs4_idx): Regenerate.
26743         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
26744         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
26745         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
26746         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
26747         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
26748         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
26749         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
26750         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
26751         from FROM_LOOP and TO_LOOP specific macros.
26752         (BODY): Handle combining characters.
26753         * iconvdata/BIG5HKSCS.irreversible: Update.
26754         * iconvdata/BIG5HKSCS.precomposed: New file.
26755         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
26756         characters.
26757         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
26759 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26761         * include/sys/time.h: Fix indentation and add copyright header.
26763         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
26764         (do_test): Likewise.
26765         * string/test-memchr.c (do_one_test): Likewise.
26766         (do_test): Likewise.
26767         * string/test-memcmp.c (do_one_test): Likewise.
26768         (do_test): Likewise.
26769         * string/test-memcpy.c (do_one_test): Likewise.
26770         (do_test): Likewise.
26771         * string/test-memmem.c (do_one_test): Likewise.
26772         (do_test): Likewise.
26773         (do_random_tests): Likewise.
26774         * string/test-memmove.c (do_one_test): Likewise.
26775         (do_test): Likewise.
26776         * string/test-memset.c (do_one_test): Likewise.
26777         (do_test): Likewise.
26778         * string/test-rawmemchr.c (do_one_test): Likewise.
26779         (do_test): Likewise.
26780         * string/test-strcasecmp.c (do_one_test): Likewise.
26781         (do_test): Likewise.
26782         * string/test-strcasestr.c (do_one_test): Likewise.
26783         (do_test): Likewise.
26784         * string/test-strcat.c (do_one_test): Likewise.
26785         (do_test): Likewise.
26786         * string/test-strchr.c (do_one_test): Likewise.
26787         (do_test): Likewise.
26788         * string/test-strcmp.c (do_one_test): Likewise.
26789         (do_test): Likewise.
26790         * string/test-strcpy.c (do_one_test): Likewise.
26791         (do_test): Likewise.
26792         * string/test-string.h: Likewise.
26793         (test_init): Likewise.
26794         * string/test-strlen.c (do_one_test): Likewise.
26795         (do_test): Likewise.
26796         * string/test-strncasecmp.c (do_one_test): Likewise.
26797         (do_test): Likewise.
26798         * string/test-strncat.c (do_one_test): Likewise.
26799         (do_test): Likewise.
26800         * string/test-strncmp.c (do_one_test): Likewise.
26801         (do_test_limit): Likewise.
26802         (do_test): Likewise.
26803         * string/test-strncpy.c (do_one_test): Likewise.
26804         (do_test): Likewise.
26805         * string/test-strnlen.c (do_one_test): Likewise.
26806         (do_test): Likewise.
26807         * string/test-strpbrk.c (do_one_test): Likewise.
26808         (do_test): Likewise.
26809         * string/test-strrchr.c (do_one_test): Likewise.
26810         (do_test): Likewise.
26811         * string/test-strspn.c (do_one_test): Likewise.
26812         (do_test): Likewise.
26813         * string/test-strstr.c (do_one_test): Likewise.
26814         (do_test): Likewise.
26816         * benchtests/Makefile (string-bench): Add string benchmarks.
26817         * benchtests/bench-bcopy-ifunc.c: New file.
26818         * benchtests/bench-bcopy.c: New file.
26819         * benchtests/bench-bzero-ifunc.c: New file.
26820         * benchtests/bench-bzero.c: New file.
26821         * benchtests/bench-memccpy-ifunc.c: New file.
26822         * benchtests/bench-memccpy.c: New file.
26823         * benchtests/bench-memchr-ifunc.c: New file.
26824         * benchtests/bench-memchr.c: New file.
26825         * benchtests/bench-memcmp-ifunc.c: New file.
26826         * benchtests/bench-memcmp.c: New file.
26827         * benchtests/bench-memmem-ifunc.c: New file.
26828         * benchtests/bench-memmem.c: New file.
26829         * benchtests/bench-memmove-ifunc.c: New file.
26830         * benchtests/bench-memmove.c: New file.
26831         * benchtests/bench-mempcpy-ifunc.c: New file.
26832         * benchtests/bench-mempcpy.c: New file.
26833         * benchtests/bench-memset-ifunc.c: New file.
26834         * benchtests/bench-memset.c: New file.
26835         * benchtests/bench-rawmemchr-ifunc.c: New file.
26836         * benchtests/bench-rawmemchr.c: New file.
26837         * benchtests/bench-stpcpy-ifunc.c: New file.
26838         * benchtests/bench-stpcpy.c: New file.
26839         * benchtests/bench-stpncpy-ifunc.c: New file.
26840         * benchtests/bench-stpncpy.c: New file.
26841         * benchtests/bench-strcasecmp-ifunc.c: New file.
26842         * benchtests/bench-strcasecmp.c: New file.
26843         * benchtests/bench-strcasestr-ifunc.c: New file.
26844         * benchtests/bench-strcasestr.c: New file.
26845         * benchtests/bench-strcat-ifunc.c: New file.
26846         * benchtests/bench-strcat.c: New file.
26847         * benchtests/bench-strchr-ifunc.c: New file.
26848         * benchtests/bench-strchr.c: New file.
26849         * benchtests/bench-strchrnul-ifunc.c: New file.
26850         * benchtests/bench-strchrnul.c: New file.
26851         * benchtests/bench-strcmp-ifunc.c: New file.
26852         * benchtests/bench-strcmp.c: New file.
26853         * benchtests/bench-strcpy-ifunc.c: New file.
26854         * benchtests/bench-strcpy.c: New file.
26855         * benchtests/bench-strcspn-ifunc.c: New file.
26856         * benchtests/bench-strcspn.c: New file.
26857         * benchtests/bench-strlen-ifunc.c: New file.
26858         * benchtests/bench-strlen.c: New file.
26859         * benchtests/bench-strncasecmp-ifunc.c: New file.
26860         * benchtests/bench-strncasecmp.c: New file.
26861         * benchtests/bench-strncat-ifunc.c: New file.
26862         * benchtests/bench-strncat.c: New file.
26863         * benchtests/bench-strncmp-ifunc.c: New file.
26864         * benchtests/bench-strncmp.c: New file.
26865         * benchtests/bench-strncpy-ifunc.c: New file.
26866         * benchtests/bench-strncpy.c: New file.
26867         * benchtests/bench-strnlen-ifunc.c: New file.
26868         * benchtests/bench-strnlen.c: New file.
26869         * benchtests/bench-strpbrk-ifunc.c: New file.
26870         * benchtests/bench-strpbrk.c: New file.
26871         * benchtests/bench-strrchr-ifunc.c: New file.
26872         * benchtests/bench-strrchr.c: New file.
26873         * benchtests/bench-strspn-ifunc.c: New file.
26874         * benchtests/bench-strspn.c: New file.
26875         * benchtests/bench-strstr-ifunc.c: New file.
26876         * benchtests/bench-strstr.c: New file.
26878         * benchtests/Makefile: Disable parallel execution of targets.
26879         (string-bench): Add memcpy.
26880         (benchset): New variable to store a list of benchmark sets.
26881         (bench-func): Renamed from bench.
26882         (bench-set): New target.
26883         (bench): Depend on bench-func and bench-set.
26884         * benchtests/README: Add section on benchmark sets.
26885         * benchtests/bench-memcpy-ifunc.c: New file.
26886         * benchtests/bench-memcpy.c: New file.
26887         * benchtests/bench-string.h: New file.
26889 2013-06-11  Andreas Schwab  <schwab@suse.de>
26891         [BZ #15577]
26892         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
26893         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
26894         values in the triple.
26895         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
26896         terminator in the group key.
26898 2013-06-11  Andreas Jaeger  <aj@suse.de>
26900         * po/zh_TW.po: Update Chinese (traditional) translation from
26901         translation project.
26903 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26905         * include/time.h (__clock_gettime): Add libc_hidden_proto.
26906         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
26907         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
26908         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
26909         (clock_getcpuclockid): Likewise.
26910         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
26911         Add weak_alias and libc_hidden_def.
26912         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
26913         * rt/clock_gettime.c (clock_gettime): Rename to
26914         __clock_gettime.  Add weak_alias and libc_hidden_def.
26915         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
26916         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
26917         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
26918         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
26919         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
26920         Likewise.
26921         * rt/clock_settime.c (clock_settime): Rename to
26922         __clock_settime.  Add weak_alias and libc_hidden_def.
26923         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
26925 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
26927         * mach/err_boot.sub: Remove trailing whitespace.
26928         * mach/err_ipc.sub: Likewise.
26929         * mach/err_mach.sub: Likewise.
26931         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
26932         (ROUNDING_TESTS_double): Likewise.
26933         (ROUNDING_TESTS_long_double): Likewise.
26934         (ROUNDING_TESTS): Likewise.
26935         * math/libm-test.inc: Include <math-tests.h>.
26936         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
26937         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
26938         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
26939         (IF_ROUND_INIT_FE_UPWARD): Likewise.
26941 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26943         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
26944         of assigning.
26946 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
26948         * sysdeps/gnu/errlist.awk: Do not generate space at end of
26949         otherwise empty TRANS lines.
26950         * sysdeps/gnu/errlist.c: Regenerated.
26952         * catgets/gencat.c (error_print): Use (void) in function
26953         definition.
26954         * crypt/crypt_util.c (__init_des): Likewise.
26955         * crypt/speeds.c (Stop): Likewise.
26956         (main): Likewise.
26957         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
26958         * inet/ruserpass.c (token): Likewise.
26959         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
26960         * intl/localealias.c (extend_alias_table): Likewise.
26961         * intl/plural-exp.c (init_germanic_plural): Likewise.
26962         * libio/fcloseall.c (__fcloseall): Likewise.
26963         * libio/genops.c (_IO_flush_all): Likewise.
26964         (_IO_flush_all_linebuffered): Likewise.
26965         (_IO_cleanup): Likewise.
26966         (_IO_iter_begin): Likewise.
26967         (_IO_iter_end): Likewise.
26968         (_IO_list_lock): Likewise.
26969         (_IO_list_unlock): Likewise.
26970         (_IO_list_resetlock): Likewise.
26971         * libio/getchar.c (getchar): Likewise.
26972         * libio/getchar_u.c (getchar_unlocked): Likewise.
26973         * libio/getwchar.c (getwchar): Likewise.
26974         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
26975         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
26976         * login/getpt.c (__getpt): Likewise.
26977         * login/tst-utmp.c (main): Likewise.
26978         * malloc/hooks.c (__malloc_check_init): Likewise.
26979         * malloc/malloc.c (__malloc_stats): Likewise.
26980         * malloc/mtrace.c (tr_break): Likewise.
26981         (mtrace): Likewise.
26982         (muntrace): Likewise.
26983         * misc/fstab.c (endfsent): Likewise.
26984         * misc/getclktck.c (__getclktck): Likewise.
26985         * misc/getdtsz.c (__getdtablesize): Likewise.
26986         * misc/gethostid.c (gethostid): Likewise.
26987         * misc/getpagesize.c (__getpagesize): Likewise.
26988         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
26989         (__get_nprocs): Likewise.
26990         (__get_phys_pages): Likewise.
26991         (__get_avphys_pages): Likewise.
26992         * misc/getttyent.c (getttyent): Likewise.
26993         (setttyent): Likewise.
26994         (endttyent): Likewise.
26995         * misc/getusershell.c (getusershell): Likewise.
26996         (endusershell): Likewise.
26997         (setusershell): Likewise.
26998         (initshells): Likewise.
26999         * misc/hsearch.c (__hdestroy): Likewise.
27000         * misc/sync.c (sync): Likewise.
27001         * misc/syslog.c (closelog_internal): Likewise.
27002         (closelog): Likewise.
27003         * misc/ttyslot.c (ttyslot): Likewise.
27004         * misc/vhangup.c (vhangup): Likewise.
27005         * posix/fork.c (__fork): Likewise.
27006         * posix/getegid.c (__getegid): Likewise.
27007         * posix/geteuid.c (__geteuid): Likewise.
27008         * posix/getgid.c (__getgid): Likewise.
27009         * posix/getpid.c (__getpid): Likewise.
27010         * posix/getppid.c (__getppid): Likewise.
27011         * posix/getuid.c (__getuid): Likewise.
27012         * posix/pause.c (pause): Likewise.
27013         * posix/setpgrp.c (setpgrp): Likewise.
27014         * posix/setsid.c (__setsid): Likewise.
27015         * posix/test-vfork.c (noop): Likewise.
27016         * resolv/gethnamaddr.c (_endhtent): Likewise.
27017         (_gethtent): Likewise.
27018         (ht_endhostent): Likewise.
27019         (gethostent): Likewise.
27020         (dns_service): Likewise.
27021         * stdlib/drand48.c (drand48): Likewise.
27022         * stdlib/lrand48.c (lrand48): Likewise.
27023         * stdlib/mrand48.c (mrand48): Likewise.
27024         * stdlib/rand.c (rand): Likewise.
27025         * stdlib/random.c (__random): Likewise.
27026         * stdlib/setenv.c (clearenv): Likewise.
27027         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
27028         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
27029         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
27030         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
27031         (__get_nprocs): Likewise.
27032         (__get_phys_pages): Likewise.
27033         (__get_avphys_pages): Likewise.
27034         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
27035         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
27036         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
27037         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
27038         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
27039         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
27040         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
27041         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
27042         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
27043         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
27044         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
27045         * sysdeps/mach/hurd/sync.c (sync): Likewise.
27046         * sysdeps/posix/clock.c (clock): Likewise.
27047         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
27048         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
27049         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
27050         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
27051         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
27052         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
27053         (__get_nprocs_conf): Likewise.
27054         (__get_phys_pages): Likewise.
27055         (__get_avphys_pages): Likewise.
27056         * time/clock.c (clock): Likewise.
27057         * time/tzset.c (__tzname_max): Likewise.
27059 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
27061         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
27062         (__bswap_32): Do not use "register".
27063         * crypt/crypt.c (_ufc_doit_r): Likewise.
27064         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
27065         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
27066         * gmon/gmon.c (__monstartup): Likewise.
27067         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
27068         * hurd/hurdmalloc.c (more_memory): Likewise.
27069         (malloc): Likewise.
27070         (free): Likewise.
27071         (realloc): Likewise.
27072         (malloc_fork_prepare): Likewise.
27073         (malloc_fork_parent): Likewise.
27074         (malloc_fork_child): Likewise.
27075         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
27076         (_svcauth_des): Likewise.
27077         * inet/inet_lnaof.c (inet_lnaof): Likewise.
27078         * inet/inet_net.c (inet_network): Likewise.
27079         * inet/inet_netof.c (inet_netof): Likewise.
27080         * inet/rcmd.c (__validuser2_sa): Likewise.
27081         * io/fts.c (fts_open): Likewise.
27082         (fts_load): Likewise.
27083         (fts_close): Likewise.
27084         (fts_read): Likewise.
27085         (fts_children): Likewise.
27086         (fts_build): Likewise.
27087         (fts_stat): Likewise.
27088         (fts_sort): Likewise.
27089         (fts_alloc): Likewise.
27090         (fts_lfree): Likewise.
27091         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
27092         (_IO_file_xsgetn): Likewise.
27093         (_IO_file_xsgetn_mmap): Likewise.
27094         * libio/iofopncook.c (_IO_cookie_read): Likewise.
27095         (_IO_cookie_write): Likewise.
27096         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
27097         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
27098         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
27099         * malloc/obstack.c (_obstack_begin): Likewise.
27100         (_obstack_begin_1): Likewise.
27101         (_obstack_newchunk): Likewise.
27102         (_obstack_allocated_p): Likewise.
27103         (obstack_free): Likewise.
27104         (_obstack_memory_used): Likewise.
27105         * misc/getttyent.c (getttynam): Likewise.
27106         (getttyent): Likewise.
27107         (skip): Likewise.
27108         (value): Likewise.
27109         * misc/getusershell.c (initshells): Likewise.
27110         * misc/syslog.c (__vsyslog_chk): Likewise.
27111         * misc/ttyslot.c (ttyslot): Likewise.
27112         * nis/nis_hash.c (__nis_hash): Likewise.
27113         * posix/fnmatch_loop.c (FCT): Likewise.
27114         * posix/getconf.c (print_all): Likewise.
27115         (main): Likewise.
27116         * posix/getopt.c (exchange): Likewise.
27117         * posix/glob.c (globfree): Likewise.
27118         (prefix_array): Likewise.
27119         (__glob_pattern_type): Likewise.
27120         * resolv/arpa/nameser.h (NS_GET16): Likewise.
27121         (NS_GET32): Likewise.
27122         (NS_PUT16): Likewise.
27123         (NS_PUT32): Likewise.
27124         * resolv/gethnamaddr.c (getanswer): Likewise.
27125         (gethostbyname2): Likewise.
27126         (gethostbyaddr): Likewise.
27127         (_gethtent): Likewise.
27128         (_gethtbyname2): Likewise.
27129         (_gethtbyaddr): Likewise.
27130         * resolv/ns_print.c (dst_s_get_int16): Likewise.
27131         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
27132         * resolv/res_init.c (__res_vinit): Likewise.
27133         (net_mask): Likewise.
27134         * resolv/res_mkquery.c (outchar): Likewise.
27135         (PRINT): Likewise.
27136         * stdio-common/printf_fp.c (outchar): Likewise.
27137         (PRINT): Likewise.
27138         * stdio-common/printf_fphex.c (outchar): Likewise.
27139         (PRINT): Likewise.
27140         * stdio-common/printf_size.c (outchar): Likewise.
27141         (PRINT): Likewise.
27142         * stdio-common/test_rdwr.c (main): Likewise.
27143         * stdio-common/tfformat.c (matches): Likewise.
27144         * stdio-common/vfprintf.c (outchar): Likewise.
27145         (printf_unknown): Likewise.
27146         (buffered_vfprintf): Likewise.
27147         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
27148         * stdio-common/xbug.c (AppendToBuffer): Likewise.
27149         (ReadFile): Likewise.
27150         * stdlib/qsort.c (SWAP): Likewise.
27151         (_quicksort): Likewise.
27152         * stdlib/setenv.c (__add_to_environ): Likewise.
27153         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
27154         * stdlib/strtol_l.c (__strtol_l): Likewise.
27155         * stdlib/tst-strtod.c (main): Likewise.
27156         * stdlib/tst-strtol.c (main): Likewise.
27157         * stdlib/tst-strtoll.c (main): Likewise.
27158         * string/bits/string2.h (__strcmp_cc): Likewise.
27159         (__strcmp_cg): Likewise.
27160         (__strcspn_c1): Likewise.
27161         (__strcspn_c2): Likewise.
27162         (__strcspn_c3): Likewise.
27163         (__strspn_c1): Likewise.
27164         (__strspn_c2): Likewise.
27165         (__strspn_c3): Likewise.
27166         (__strsep_1c): Likewise.
27167         (__strsep_2c): Likewise.
27168         (__strsep_3c): Likewise.
27169         * string/memccpy.c (__memccpy): Likewise.
27170         * string/stpcpy.c (__stpcpy): Likewise.
27171         * string/strcmp.c (strcmp): Likewise.
27172         * string/strrchr.c (strrchr): Likewise.
27173         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
27174         Likewise.
27175         * sysdeps/mach/hurd/getcwd.c
27176         (_hurd_canonicalize_directory_name_internal): Likewise.
27177         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
27178         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
27179         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
27180         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
27181         Likewise, in both definitions.
27182         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
27183         definitions.
27184         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
27185         64] (__bswap_64): Likewise.
27186         * time/test_time.c (main): Likewise.
27187         * time/tzfile.c (__tzfile_read): Likewise.
27188         (__tzfile_compute): Likewise.
27189         * time/tzset.c (__tzset_parse_tz): Likewise.
27190         (tzset_internal): Likewise.
27191         (compute_change): Likewise.
27192         * wcsmbs/wcscat.c (__wcscat): Likewise.
27193         * wcsmbs/wcschr.c (wcschr): Likewise.
27194         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
27195         * wcsmbs/wcscspn.c (wcscspn): Likewise.
27196         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
27197         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
27198         * wcsmbs/wcsspn.c (wcsspn): Likewise.
27199         * wcsmbs/wcsstr.c (wcsstr): Likewise.
27200         * wcsmbs/wmemchr.c (wmemchr): Likewise.
27201         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
27202         * wcsmbs/wmemset.c (wmemset): Likewise.
27204 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
27206         * scripts/config.guess: Update to version 2013-05-16.
27207         * scripts/config.sub: Update to version 2013-04-24.
27208         * scripts/install-sh: Update to version 2011-11-20.07.
27209         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
27210         * scripts/move-if-change: Update to version 2012-01-06 07:23.
27212 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
27214         * debug/fgetws_u_chk.c: Fix leading whitespaces.
27215         * elf/sln.c: Likewise.
27216         * hurd/hurd/ioctl.h: Likewise.
27217         * hurd/hurdmalloc.c: Likewise.
27218         * hurd/xattr.c: Likewise.
27219         * include/shlib-compat.h: Likewise.
27220         * inet/ruserpass.c: Likewise.
27221         * libio/iofgets_u.c: Likewise.
27222         * libio/iofgetws_u.c: Likewise.
27223         * locale/programs/ld-identification.c: Likewise.
27224         * locale/programs/ld-time.c: Likewise.
27225         * mach/msg-destroy.c: Likewise.
27226         * nss/nss_files/files-netgrp.c: Likewise.
27227         * resolv/res_data.c: Likewise.
27228         * soft-fp/op-1.h: Likewise.
27229         * soft-fp/op-2.h: Likewise.
27230         * soft-fp/op-4.h: Likewise.
27231         * soft-fp/op-common.h: Likewise.
27232         * stdio-common/printf_fphex.c: Likewise.
27233         * stdlib/strtod_l.c: Likewise.
27234         * sunrpc/rpc/clnt.h: Likewise.
27235         * sysdeps/generic/framestate.c: Likewise.
27236         * sysdeps/i386/bsd-_setjmp.S: Likewise.
27237         * sysdeps/i386/bsd-setjmp.S: Likewise.
27238         * sysdeps/i386/__longjmp.S: Likewise.
27239         * sysdeps/i386/setjmp.S: Likewise.
27240         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
27241         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
27242         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27243         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
27244         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
27245         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
27246         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
27247         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
27248         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
27249         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27250         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
27251         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
27252         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
27253         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
27254         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
27255         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
27256         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
27257         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
27258         * sysdeps/ieee754/support.c: Likewise.
27259         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27260         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
27261         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
27262         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
27263         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
27264         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
27265         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
27266         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
27267         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
27268         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
27269         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
27270         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
27271         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
27272         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
27273         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
27274         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
27275         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
27276         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
27278 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
27280         * posix/transbug.c: Remove executable mode.
27282 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
27284         * crypt/speeds.c: Remove trailing whitespace.
27285         * dlfcn/default.c: Likewise.
27286         * elf/ifuncdep2.c: Likewise.
27287         * elf/ifuncmain1.c: Likewise.
27288         * elf/ifuncmain1vis.c: Likewise.
27289         * elf/testobj.h: Likewise.
27290         * elf/tst-stackguard1.c: Likewise.
27291         * gmon/sys/gmon.h: Likewise.
27292         * hurd/hurdmsg.c: Likewise.
27293         * hurd/new-fd.c: Likewise.
27294         * hurd/ports-get.c: Likewise.
27295         * iconvdata/ibm1008_420.c: Likewise.
27296         * inet/tst-getni1.c: Likewise.
27297         * inet/tst-getni2.c: Likewise.
27298         * libio/ioungetc.c: Likewise.
27299         * libio/wfiledoalloc.c: Likewise.
27300         * manual/libm-err-tab.pl: Likewise.
27301         * math/w_dremf.c: Likewise.
27302         * misc/ftruncate.c: Likewise.
27303         * posix/bug-glob2.c: Likewise.
27304         * posix/tst-pcre.c: Likewise.
27305         * posix/wait4.c: Likewise.
27306         * resolv/README: Likewise.
27307         * resolv/res_debug.h: Likewise.
27308         * resolv/tst-inet_ntop.c: Likewise.
27309         * setjmp/bug269-setjmp.c: Likewise.
27310         * soft-fp/extended.h: Likewise.
27311         * soft-fp/op-1.h: Likewise.
27312         * soft-fp/op-2.h: Likewise.
27313         * soft-fp/op-4.h: Likewise.
27314         * soft-fp/op-8.h: Likewise.
27315         * soft-fp/testit.c: Likewise.
27316         * stdio-common/bug16.c: Likewise.
27317         * stdlib/random.c: Likewise.
27318         * sunrpc/rpcsvc/rquota.x: Likewise.
27319         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
27320         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
27321         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27322         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
27323         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
27324         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
27325         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
27326         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
27327         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
27328         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
27329         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
27330         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
27331         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
27332         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
27333         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
27334         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
27335         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
27336         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
27337         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
27338         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
27339         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
27340         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
27341         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
27342         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
27343         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
27344         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
27345         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27346         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
27347         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
27348         * sysdeps/ieee754/s_lib_version.c: Likewise.
27349         * sysdeps/mach/hurd/check_fds.c: Likewise.
27350         * sysdeps/mach/hurd/getsockname.c: Likewise.
27351         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
27352         * sysdeps/mach/hurd/recvfrom.c: Likewise.
27353         * sysdeps/powerpc/bits/link.h: Likewise.
27354         * sysdeps/powerpc/dl-procinfo.c: Likewise.
27355         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
27356         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
27357         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
27358         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27359         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
27360         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
27361         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27362         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
27363         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
27364         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
27365         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
27366         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
27367         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
27368         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
27369         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
27370         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
27371         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
27372         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
27373         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27374         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27375         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
27376         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27377         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
27378         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
27379         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
27380         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
27381         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27382         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27383         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
27384         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
27385         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
27386         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27387         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
27388         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
27389         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27390         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
27391         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
27392         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
27393         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
27394         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
27395         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
27396         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
27397         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
27398         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
27399         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
27400         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
27401         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
27402         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
27403         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
27404         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
27405         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
27406         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27407         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27408         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
27409         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
27410         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
27411         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27412         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
27413         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
27414         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
27415         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
27416         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
27417         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27418         * sysdeps/powerpc/sysdep.h: Likewise.
27419         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
27420         * sysdeps/s390/s390-64/sub_n.S: Likewise.
27421         * sysdeps/sh/dl-trampoline.S: Likewise.
27422         * sysdeps/sh/memset.S: Likewise.
27423         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
27424         * sysdeps/sh/strlen.S: Likewise.
27425         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
27426         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
27427         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
27428         * sysdeps/sparc/sparc32/rem.S: Likewise.
27429         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
27430         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
27431         * sysdeps/sparc/sparc32/strchr.S: Likewise.
27432         * sysdeps/sparc/sparc32/udiv.S: Likewise.
27433         * sysdeps/sparc/sparc32/urem.S: Likewise.
27434         * sysdeps/sparc/sparc64/add_n.S: Likewise.
27435         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
27436         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
27437         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
27438         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
27439         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
27440         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
27441         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
27442         * sysdeps/unix/bsd/times.c: Likewise.
27443         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
27444         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
27445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
27446         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
27447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
27448         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
27449         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
27450         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
27451         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
27452         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
27453         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
27454         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27455         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
27456         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
27457         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27458         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
27459         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27460         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
27461         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
27462         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
27463         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
27464         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
27465         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
27466         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
27467         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
27468         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
27469         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
27470         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
27471         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
27472         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
27473         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
27474         * sysdeps/x86_64/strcspn.S: Likewise.
27476 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27478         * locale/C-translit.h: Revert #include <stdint.h> because this is a
27479         generated file.  Regenerate properly from gen-translit.pl.
27480         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
27481         locale/C-translit.h.
27483 2013-06-05  Andreas Schwab  <schwab@suse.de>
27485         [BZ #15100]
27486         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
27487         week as 6 instead of -1.
27488         * time/tst-strptime.c (day_tests): Add test case.
27490 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
27492         * sysdeps/generic/math_private.h
27493         (libc_feholdexcept_setround_53bit): Replace with
27494         libc_feholdsetround_53bit.
27495         (libc_feupdateenv_53bit): Replace with
27496         libc_feresetround_53bit.
27497         (SET_RESTORE_ROUND_53BIT): Adjust.
27499 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
27501         * string/test-strchrnul.c: Add copyright header.
27503         * posix/tst-getaddrinfo4.c: Increase test timeout.
27505 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
27507         [BZ #15536]
27508         * math/libm-test.inc (MAX_EXP): Remove
27509         (MIN_EXP): Define.
27510         (ulp): Use MIN_EXP - MANT_DIG.
27511         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
27513 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
27515         * po/be.po: Revert last change.
27516         * po/zh_CN.po: Likewise.
27517         * po/header.pot: Likewise.
27519 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
27521         * Makefile ($(common-objpfx)linkobj/libc.so): Define
27522         link-libc-deps to empty as target-specific variable.
27523         * Makerules (link-libc-args): New variable.
27524         (libc-for-link): Likewise.
27525         (link-libc-deps): Likewise.
27526         (lib%.so): Depend on $(link-libc-deps).  Link with
27527         $(link-libc-args).
27528         (build-module): Link with $(link-libc-args).
27529         (build-module-asneeded): Likewise.
27530         (build-module-helper-objlist): Filter out $(link-libc-deps) from
27531         list of objects.
27532         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
27533         target-specific variable.
27534         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
27535         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
27536         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
27537         libc.
27538         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
27539         libc and ld.so.
27540         ($(objpfx)libpcprofile.so): Likewise.
27541         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
27542         libc_nonshared.a.
27543         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
27544         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
27545         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
27546         $(link-libc-deps).
27547         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
27548         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
27549         * login/Makefile ($(objpfx)libutil.so): Likewise.
27550         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
27551         * math/Makefile ($(objpfx)libm.so): Likewise.
27552         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
27553         $(objpfx)libnsl.so): Define libc-for-link as target-specific
27554         variable instead of depending directly on libc.
27555         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
27556         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
27557         $(link-libc-deps).
27558         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
27559         libc.
27560         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
27561         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
27562         ($(objpfx)libanl.so): Likewise.
27563         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
27564         ld.so.
27565         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
27566         $(link-libc-deps).
27567         * sysdeps/i386/fpu/Makefile: Remove file.
27568         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
27569         ($(objpfx)libm.so): Remove dependency on ld.so.
27571 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
27573         [BZ # 15553]
27574         * nis/yp_xdr.c (XDRMAXNAME): Define.
27575         (XDRMAXRECORD): Define.
27576         (xdr_domainname): Use XDRMAXNAME.
27577         (xdr_mapname): Likewise.
27578         (xdr_peername): Likewise.
27579         (xdr_keydat): Use XDRMAXRECORD.
27580         (xdr_valdat): Likewise.
27582 2013-05-30  Jeff Law  <law@redhat.com>
27584         [BZ #14256]
27585         * manual/errno.texi (ESTALE): Update to account for more than
27586         just NFS file systems.
27587         * sysdeps/gnu/errlist.c: Regenerated.
27589 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27591         [BZ #15465]
27592         * elf/Makefile (tests): Add tst-null-argv.
27593         (modules-names):  Add tst-null-argv-lib.
27594         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
27595         (tst-null-argv-ENV): Set environment for tst-null-argv.
27596         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
27597         (RTLD_PROGNAME): New macro.
27598         * elf/tst-null-argv.c: New test case.
27599         * elf/tst-null-argv-lib.c: Library for test case.
27600         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
27601         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
27602         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
27603         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
27604         * elf/dl-init.c (call_init): Likewise.
27605         (_dl_init): Likewise.
27606         * elf/dl-load.c (print_search_path): Likewise.
27607         (_dl_map_object): Likewise.
27608         * elf/dl-lookup.c (do_lookup_x): Likewise.
27609         (add_dependency): Likewise.
27610         (_dl_lookup_symbol_x): Likewise.
27611         (_dl_debug_bindings): Likewise.
27612         * elf/dl-open.c (_dl_show_scope): Likewise.
27613         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
27614         * elf/dl-version.c (match_symbol): Likewise.
27615         (_dl_check_map_versions): Likewise.
27616         * elf/rtld.c (dl_main): Likewise.
27617         (print_unresolved): Use RTLD_PROGNAME.
27618         (print_missing_version): Likewise.
27619         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
27620         (elf_machine_rela): Likewise.
27621         * sysdeps/powerpc/powerpc32/dl-machine.c
27622         (__process_machine_rela): Likewise.
27623         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
27624         Likewise.
27625         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
27626         Likewise.
27627         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
27628         Likewise.
27629         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
27630         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
27631         Likewise.
27632         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
27633         Likewise.
27634         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
27636 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
27638         * po/be.po: Add descriptive title.
27639         * po/zh_CN.po: Likewise.
27640         * po/header.pot: Likewise.
27642 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
27644         * locale/programs/locarchive.c (create_archive): Inlucde fname in
27645         error message.
27646         (enlarge_archive): Likewise.
27648 2013-05-28  Ben North  <ben@redfrontdoor.org>
27650         * manual/arith.texi (frexp): It is the magnitude of the return
27651         value which lies in [0.5, 1), not the return value itself.
27653 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27655         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27657 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
27659         * stdio-common/bug26.c (main): Correct fscanf template.
27661         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
27662         declare _dl_skip_args.
27664         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
27665         Don't declare.
27667         * manual/platform.texi: Add missing @end deftypefun.
27669 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
27671         [BZ #15529]
27672         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
27673         bit of mantissa of 2^16382.
27674         * math/libm-test.inc (hypot_test_data): Add more tests.
27676         * math/libm-test.inc: Add drem and pow10 to list of tested
27677         functions.
27678         (pow10_test): New function.
27679         (drem_test): Likewise.
27680         (drem_test_tonearest): Likewise.
27681         (drem_test_towardzero): Likewise.
27682         (drem_test_downward): Likewise.
27683         (drem_test_upward): Likewise.
27684         (main): Call the new functions.
27686         * math/libm-test.inc (finite_test_data): Remove.
27687         (finite_test): Run tests from isfinite_test_data.
27688         (gamma_test_data): Remove.
27689         (gamma_test): Run tests from lgamma_test_data.
27690         * sysdeps/i386/fpu/libm-test-ulps: Update.
27691         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27693 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27695         * manual/platform.texi: Add PowerPC PPR function set documentation.
27696         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
27697         implementation.
27699 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
27701         * math/libm-test.inc (MAX_EXP): Define.
27702         (ULPDIFF): Define.
27703         (ulp): New function.
27704         (check_float_internal): Use ULPDIFF.
27705         (cpow_test): Disable failing test.
27706         (check_ulp): Test ulp() implemetnation.
27707         (main): Call check_ulp before starting tests.
27709 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
27711         * math/gen-libm-test.pl (generate_testfile): Do not handle
27712         START_DATA and END_DATA.
27713         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
27714         END_DATA.
27715         (acos_tonearest_test_data): Likewise.
27716         (acos_towardzero_test_data): Likewise.
27717         (acos_downward_test_data): Likewise.
27718         (acos_upward_test_data): Likewise.
27719         (acosh_test_data): Likewise.
27720         (asin_test_data): Likewise.
27721         (asin_tonearest_test_data): Likewise.
27722         (asin_towardzero_test_data): Likewise.
27723         (asin_downward_test_data): Likewise.
27724         (asin_upward_test_data): Likewise.
27725         (asinh_test_data): Likewise.
27726         (atan_test_data): Likewise.
27727         (atanh_test_data): Likewise.
27728         (atan2_test_data): Likewise.
27729         (cabs_test_data): Likewise.
27730         (cacos_test_data): Likewise.
27731         (cacosh_test_data): Likewise.
27732         (carg_test_data): Likewise.
27733         (casin_test_data): Likewise.
27734         (casinh_test_data): Likewise.
27735         (catan_test_data): Likewise.
27736         (catanh_test_data): Likewise.
27737         (cbrt_test_data): Likewise.
27738         (ccos_test_data): Likewise.
27739         (ccosh_test_data): Likewise.
27740         (ceil_test_data): Likewise.
27741         (cexp_test_data): Likewise.
27742         (cimag_test_data): Likewise.
27743         (clog_test_data): Likewise.
27744         (clog10_test_data): Likewise.
27745         (conj_test_data): Likewise.
27746         (copysign_test_data): Likewise.
27747         (cos_test_data): Likewise.
27748         (cos_tonearest_test_data): Likewise.
27749         (cos_towardzero_test_data): Likewise.
27750         (cos_downward_test_data): Likewise.
27751         (cos_upward_test_data): Likewise.
27752         (cosh_test_data): Likewise.
27753         (cosh_tonearest_test_data): Likewise.
27754         (cosh_towardzero_test_data): Likewise.
27755         (cosh_downward_test_data): Likewise.
27756         (cosh_upward_test_data): Likewise.
27757         (cpow_test_data): Likewise.
27758         (cproj_test_data): Likewise.
27759         (creal_test_data): Likewise.
27760         (csin_test_data): Likewise.
27761         (csinh_test_data): Likewise.
27762         (csqrt_test_data): Likewise.
27763         (ctan_test_data): Likewise.
27764         (ctan_tonearest_test_data): Likewise.
27765         (ctan_towardzero_test_data): Likewise.
27766         (ctan_downward_test_data): Likewise.
27767         (ctan_upward_test_data): Likewise.
27768         (ctanh_test_data): Likewise.
27769         (ctanh_tonearest_test_data): Likewise.
27770         (ctanh_towardzero_test_data): Likewise.
27771         (ctanh_downward_test_data): Likewise.
27772         (ctanh_upward_test_data): Likewise.
27773         (erf_test_data): Likewise.
27774         (erfc_test_data): Likewise.
27775         (exp_test_data): Likewise.
27776         (exp_tonearest_test_data): Likewise.
27777         (exp_towardzero_test_data): Likewise.
27778         (exp_downward_test_data): Likewise.
27779         (exp_upward_test_data): Likewise.
27780         (exp10_test_data): Likewise.
27781         (exp2_test_data): Likewise.
27782         (expm1_test_data): Likewise.
27783         (fabs_test_data): Likewise.
27784         (fdim_test_data): Likewise.
27785         (finite_test_data): Likewise.
27786         (floor_test_data): Likewise.
27787         (fma_test_data): Likewise.
27788         (fma_towardzero_test_data): Likewise.
27789         (fma_downward_test_data): Likewise.
27790         (fma_upward_test_data): Likewise.
27791         (fmax_test_data): Likewise.
27792         (fmin_test_data): Likewise.
27793         (fmod_test_data): Likewise.
27794         (fpclassify_test_data): Likewise.
27795         (frexp_test_data): Likewise.
27796         (gamma_test_data): Likewise.
27797         (hypot_test_data): Likewise.
27798         (ilogb_test_data): Likewise.
27799         (isfinite_test_data): Likewise.
27800         (isgreater_test_data): Likewise.
27801         (isgreaterequal_test_data): Likewise.
27802         (isinf_test_data): Likewise.
27803         (isless_test_data): Likewise.
27804         (islessequal_test_data): Likewise.
27805         (islessgreater_test_data): Likewise.
27806         (isnan_test_data): Likewise.
27807         (isnormal_test_data): Likewise.
27808         (issignaling_test_data): Likewise.
27809         (isunordered_test_data): Likewise.
27810         (j0_test_data): Likewise.
27811         (j1_test_data): Likewise.
27812         (jn_test_data): Likewise.
27813         (ldexp_test_data): Likewise.
27814         (lgamma_test_data): Likewise.
27815         (lrint_test_data): Likewise.
27816         (lrint_tonearest_test_data): Likewise.
27817         (lrint_towardzero_test_data): Likewise.
27818         (lrint_downward_test_data): Likewise.
27819         (lrint_upward_test_data): Likewise.
27820         (llrint_test_data): Likewise.
27821         (llrint_tonearest_test_data): Likewise.
27822         (llrint_towardzero_test_data): Likewise.
27823         (llrint_downward_test_data): Likewise.
27824         (llrint_upward_test_data): Likewise.
27825         (log_test_data): Likewise.
27826         (log10_test_data): Likewise.
27827         (log1p_test_data): Likewise.
27828         (log2_test_data): Likewise.
27829         (logb_test_data): Likewise.
27830         (logb_downward_test_data): Likewise.
27831         (lround_test_data): Likewise.
27832         (llround_test_data): Likewise.
27833         (modf_test_data): Likewise.
27834         (nearbyint_test_data): Likewise.
27835         (nextafter_test_data): Likewise.
27836         (nexttoward_test_data): Likewise.
27837         (pow_test_data): Likewise.
27838         (pow_tonearest_test_data): Likewise.
27839         (pow_towardzero_test_data): Likewise.
27840         (pow_downward_test_data): Likewise.
27841         (pow_upward_test_data): Likewise.
27842         (remainder_test_data): Likewise.
27843         (remainder_tonearest_test_data): Likewise.
27844         (remainder_towardzero_test_data): Likewise.
27845         (remainder_downward_test_data): Likewise.
27846         (remainder_upward_test_data): Likewise.
27847         (remquo_test_data): Likewise.
27848         (rint_test_data): Likewise.
27849         (rint_tonearest_test_data): Likewise.
27850         (rint_towardzero_test_data): Likewise.
27851         (rint_downward_test_data): Likewise.
27852         (rint_upward_test_data): Likewise.
27853         (round_test_data): Likewise.
27854         (scalb_test_data): Likewise.
27855         (scalbn_test_data): Likewise.
27856         (scalbln_test_data): Likewise.
27857         (signbit_test_data): Likewise.
27858         (sin_test_data): Likewise.
27859         (sin_tonearest_test_data): Likewise.
27860         (sin_towardzero_test_data): Likewise.
27861         (sin_downward_test_data): Likewise.
27862         (sin_upward_test_data): Likewise.
27863         (sincos_test_data): Likewise.
27864         (sinh_test_data): Likewise.
27865         (sinh_tonearest_test_data): Likewise.
27866         (sinh_towardzero_test_data): Likewise.
27867         (sinh_downward_test_data): Likewise.
27868         (sinh_upward_test_data): Likewise.
27869         (sqrt_test_data): Likewise.
27870         (tan_test_data): Likewise.
27871         (tan_tonearest_test_data): Likewise.
27872         (tan_towardzero_test_data): Likewise.
27873         (tan_downward_test_data): Likewise.
27874         (tan_upward_test_data): Likewise.
27875         (tanh_test_data): Likewise.
27876         (tgamma_test_data): Likewise.
27877         (trunc_test_data): Likewise.
27878         (y0_test_data): Likewise.
27879         (y1_test_data): Likewise.
27880         (yn_test_data): Likewise.
27881         (significand_test_data): Likewise.
27883         * math/gen-libm-test.pl (@functions): Remove variable.
27884         (generate_testfile): Don't handle START and END lines.
27885         * math/libm-test.inc (START): New macro.
27886         (END): Likewise.
27887         (END_COMPLEX): Likewise.
27888         (acos_test): Use END macro without arguments.
27889         (acos_test_tonearest): Likewise.
27890         (acos_test_towardzero): Likewise.
27891         (acos_test_downward): Likewise.
27892         (acos_test_upward): Likewise.
27893         (acosh_test): Likewise.
27894         (asin_test): Likewise.
27895         (asin_test_tonearest): Likewise.
27896         (asin_test_towardzero): Likewise.
27897         (asin_test_downward): Likewise.
27898         (asin_test_upward): Likewise.
27899         (asinh_test): Likewise.
27900         (atan_test): Likewise.
27901         (atanh_test): Likewise.
27902         (atan2_test): Likewise.
27903         (cabs_test): Likewise.
27904         (cacos_test): Use END_COMPLEX macro without arguments.
27905         (cacosh_test): Likewise.
27906         (carg_test): Use END macro without arguments.
27907         (casin_test): Use END_COMPLEX macro without arguments.
27908         (casinh_test): Likewise.
27909         (catan_test): Likewise.
27910         (catanh_test): Likewise.
27911         (cbrt_test): Use END macro without arguments.
27912         (ccos_test): Use END_COMPLEX macro without arguments.
27913         (ccosh_test): Likewise.
27914         (ceil_test): Use END macro without arguments.
27915         (cexp_test): Use END_COMPLEX macro without arguments.
27916         (cimag_test): Use END macro without arguments.
27917         (clog_test): Use END_COMPLEX macro without arguments.
27918         (clog10_test): Likewise.
27919         (conj_test): Likewise.
27920         (copysign_test): Use END macro without arguments.
27921         (cos_test): Likewise.
27922         (cos_test_tonearest): Likewise.
27923         (cos_test_towardzero): Likewise.
27924         (cos_test_downward): Likewise.
27925         (cos_test_upward): Likewise.
27926         (cosh_test): Likewise.
27927         (cosh_test_tonearest): Likewise.
27928         (cosh_test_towardzero): Likewise.
27929         (cosh_test_downward): Likewise.
27930         (cosh_test_upward): Likewise.
27931         (cpow_test): Use END_COMPLEX macro without arguments.
27932         (cproj_test): Likewise.
27933         (creal_test): Use END macro without arguments.
27934         (csin_test): Use END_COMPLEX macro without arguments.
27935         (csinh_test): Likewise.
27936         (csqrt_test): Likewise.
27937         (ctan_test): Likewise.
27938         (ctan_test_tonearest): Likewise.
27939         (ctan_test_towardzero): Likewise.
27940         (ctan_test_downward): Likewise.
27941         (ctan_test_upward): Likewise.
27942         (ctanh_test): Likewise.
27943         (ctanh_test_tonearest): Likewise.
27944         (ctanh_test_towardzero): Likewise.
27945         (ctanh_test_downward): Likewise.
27946         (ctanh_test_upward): Likewise.
27947         (erf_test): Use END macro without arguments.
27948         (erfc_test): Likewise.
27949         (exp_test): Likewise.
27950         (exp_test_tonearest): Likewise.
27951         (exp_test_towardzero): Likewise.
27952         (exp_test_downward): Likewise.
27953         (exp_test_upward): Likewise.
27954         (exp10_test): Likewise.
27955         (exp2_test): Likewise.
27956         (expm1_test): Likewise.
27957         (fabs_test): Likewise.
27958         (fdim_test): Likewise.
27959         (finite_test): Likewise.
27960         (floor_test): Likewise.
27961         (fma_test): Likewise.
27962         (fma_test_towardzero): Likewise.
27963         (fma_test_downward): Likewise.
27964         (fma_test_upward): Likewise.
27965         (fmax_test): Likewise.
27966         (fmin_test): Likewise.
27967         (fmod_test): Likewise.
27968         (fpclassify_test): Likewise.
27969         (frexp_test): Likewise.
27970         (gamma_test): Likewise.
27971         (hypot_test): Likewise.
27972         (ilogb_test): Likewise.
27973         (isfinite_test): Likewise.
27974         (isgreater_test): Likewise.
27975         (isgreaterequal_test): Likewise.
27976         (isinf_test): Likewise.
27977         (isless_test): Likewise.
27978         (islessequal_test): Likewise.
27979         (islessgreater_test): Likewise.
27980         (isnan_test): Likewise.
27981         (isnormal_test): Likewise.
27982         (issignaling_test): Likewise.
27983         (isunordered_test): Likewise.
27984         (j0_test): Likewise.
27985         (j1_test): Likewise.
27986         (jn_test): Likewise.
27987         (ldexp_test): Likewise.
27988         (lgamma_test): Likewise.
27989         (lrint_test): Likewise.
27990         (lrint_test_tonearest): Likewise.
27991         (lrint_test_towardzero): Likewise.
27992         (lrint_test_downward): Likewise.
27993         (lrint_test_upward): Likewise.
27994         (llrint_test): Likewise.
27995         (llrint_test_tonearest): Likewise.
27996         (llrint_test_towardzero): Likewise.
27997         (llrint_test_downward): Likewise.
27998         (llrint_test_upward): Likewise.
27999         (log_test): Likewise.
28000         (log10_test): Likewise.
28001         (log1p_test): Likewise.
28002         (log2_test): Likewise.
28003         (logb_test): Likewise.
28004         (logb_test_downward): Likewise.
28005         (lround_test): Likewise.
28006         (llround_test): Likewise.
28007         (modf_test): Likewise.
28008         (nearbyint_test): Likewise.
28009         (nextafter_test): Likewise.
28010         (nexttoward_test): Likewise.
28011         (pow_test): Likewise.
28012         (pow_test_tonearest): Likewise.
28013         (pow_test_towardzero): Likewise.
28014         (pow_test_downward): Likewise.
28015         (pow_test_upward): Likewise.
28016         (remainder_test): Likewise.
28017         (remainder_test_tonearest): Likewise.
28018         (remainder_test_towardzero): Likewise.
28019         (remainder_test_downward): Likewise.
28020         (remainder_test_upward): Likewise.
28021         (remquo_test): Likewise.
28022         (rint_test): Likewise.
28023         (rint_test_tonearest): Likewise.
28024         (rint_test_towardzero): Likewise.
28025         (rint_test_downward): Likewise.
28026         (rint_test_upward): Likewise.
28027         (round_test): Likewise.
28028         (scalb_test): Likewise.
28029         (scalbn_test): Likewise.
28030         (scalbln_test): Likewise.
28031         (signbit_test): Likewise.
28032         (sin_test): Likewise.
28033         (sin_test_tonearest): Likewise.
28034         (sin_test_towardzero): Likewise.
28035         (sin_test_downward): Likewise.
28036         (sin_test_upward): Likewise.
28037         (sincos_test): Likewise.
28038         (sinh_test): Likewise.
28039         (sinh_test_tonearest): Likewise.
28040         (sinh_test_towardzero): Likewise.
28041         (sinh_test_downward): Likewise.
28042         (sinh_test_upward): Likewise.
28043         (sqrt_test): Likewise.
28044         (tan_test): Likewise.
28045         (tan_test_tonearest): Likewise.
28046         (tan_test_towardzero): Likewise.
28047         (tan_test_downward): Likewise.
28048         (tan_test_upward): Likewise.
28049         (tanh_test): Likewise.
28050         (tgamma_test): Likewise.
28051         (trunc_test): Likewise.
28052         (y0_test): Likewise.
28053         (y1_test): Likewise.
28054         (yn_test): Likewise.
28055         (significand_test): Likewise.
28057 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
28059         [BZ #15381]
28060         * libio/genops.c (_IO_no_init): Initialize wide struct info.
28062 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28064         [BZ #14894]
28065         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
28066         __ppc_mdoio and __ppc_mdoom.
28067         * manual/platform.texi: Document new functions __ppc_yield,
28068         __ppc_mdoio and __ppc_mdoom.
28070 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
28072         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
28073         (main): Mention "tls" pseudo-hwcap is legacy.
28074         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
28076 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28078         * math/gen-libm-test.pl (parse_args): Output only string of
28079         arguments as text for test name, not full call or descriptions of
28080         tests for extra outputs.
28081         (generate_testfile): Do not pass function name to parse_args.
28082         Generate this_func variable from START.
28083         * math/libm-test.inc (struct test_f_f_data): Rename test_name
28084         field to arg_str.
28085         (struct test_ff_f_data): Likewise.
28086         (test_ff_f_data_nexttoward): Likewise.
28087         (struct test_fi_f_data): Likewise.
28088         (struct test_fl_f_data): Likewise.
28089         (struct test_if_f_data): Likewise.
28090         (struct test_fff_f_data): Likewise.
28091         (struct test_c_f_data): Likewise.
28092         (struct test_f_f1_data): Likewise.  Remove field extra_name.
28093         (struct test_fF_f1_data): Likewise.
28094         (struct test_ffI_f1_data): Likewise.
28095         (struct test_c_c_data): Rename test_name field to arg_str.
28096         (struct test_cc_c_data): Likewise.
28097         (struct test_f_i_data): Likewise.
28098         (struct test_ff_i_data): Likewise.
28099         (struct test_f_l_data): Likewise.
28100         (struct test_f_L_data): Likewise.
28101         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
28102         and extra2_name.
28103         (COMMON_TEST_SETUP): New macro.
28104         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
28105         (COMMON_TEST_CLEANUP): Likewise.
28106         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
28107         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
28108         macros.
28109         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
28110         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
28111         macros.
28112         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
28113         (RUN_TEST_fff_f): Take argument string.  Call new setup and
28114         cleanup macros.
28115         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
28116         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
28117         macros.
28118         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
28119         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
28120         macros.
28121         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28122         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
28123         cleanup macros.
28124         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28125         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
28126         cleanup macros.
28127         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28128         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
28129         cleanup macros.
28130         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28131         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
28132         macros.
28133         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
28134         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
28135         macros.
28136         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
28137         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
28138         macros.
28139         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
28140         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
28141         cleanup macros.
28142         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
28143         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
28144         cleanup macros.
28145         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
28146         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
28147         macros.
28148         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
28149         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
28150         cleanup macros.
28151         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
28152         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
28153         macros.
28154         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
28155         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
28156         macros.
28157         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
28158         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
28159         cleanup macros.
28160         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
28162 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
28164         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
28165         to _sifields.sigfault.
28166         (si_addr_lsb): Define new macro.
28167         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28168         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
28169         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
28171 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
28173         [BZ #15441]
28174         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
28175         returns -1.
28176         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
28177         null return -1.
28178         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
28179         loading the domain.
28181 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28183         * math/gen-libm-test.pl (parse_args): Do not include expected
28184         result in test name.
28185         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
28186         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28187         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28188         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28189         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28190         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28192 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28194         * benchtests/Makefile: Sort function entries.
28196         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
28197         tanh, asinh, acosh, atanh.
28198         * benchtests/acos-inputs: New file.
28199         * benchtests/acosh-inputs: New file.
28200         * benchtests/asin-inputs: New file.
28201         * benchtests/asinh-inputs: New file.
28202         * benchtests/atanh-inputs: New file.
28203         * benchtests/cosh-inputs: New file.
28204         * benchtests/log-inputs: New file.
28205         * benchtests/sinh-inputs: New file.
28206         * benchtests/tanh-inputs: New file.
28208 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
28210         [BZ #15339]
28211         * posix/tst-getaddrinfo4.c: New test.
28212         * posix/Makefile (tests): Add it.
28214 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28216         [BZ #15339]
28217         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
28218         when no services were used.
28219         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
28220         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
28222 2013-05-21  Andreas Schwab  <schwab@suse.de>
28224         [BZ #15014]
28225         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
28226         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
28227         successful.
28228         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
28229         redundant variable declarations and reallocation of buffer when
28230         parsing as IPv6 address.  Always set NSS status when called from
28231         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
28232         buffer too small.  Correct computation of needed size.
28233         * nss/Makefile (tests): Add test-digits-dots.
28234         * nss/test-digits-dots.c: New test.
28236 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28238         * benchtests/Makefile: Remove instructions for adding
28239         benchmark tests.
28240         * benchtests/README: New file to explain how to execute and
28241         enhance the benchmark tests.
28243 2013-05-21  Andreas Schwab  <schwab@suse.de>
28245         [BZ #15493]
28246         * setjmp/Makefile (tests): Add tst-sigsetjmp.
28247         * setjmp/tst-sigsetjmp.c: New test.
28249 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28251         * sysdeps/x86_64/memset.S (memset): New implementation.
28252         (__bzero): Likewise.
28253         (__memset_tail): New function.
28255 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28257         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
28258         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
28259         __memcpy_sse2_unaligned ifunc selection.
28260         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28261         Add memcpy-sse2-unaligned.S.
28262         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
28263         Add: __memcpy_sse2_unaligned.
28265 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
28267         [BZ #15490]
28268         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
28269         math_force_eval before restoring floating-point envrionment.
28270         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
28271         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
28272         Likewise.
28273         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
28274         <math_private.h>.
28275         (__nearbyintl): Use math_force_eval before restoring
28276         floating-point environment.
28277         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
28279         * math/gen-libm-test.pl (special_functions): Remove.
28280         (parse_args): Don't handle TEST_extra.  Handle functions with no
28281         return value.
28282         * math/libm-test.inc (struct test_sincos_data): Replace with
28283         struct test_fFF_11_data.
28284         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
28285         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
28286         (sincos_test_data): Change element type to struct
28287         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
28288         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
28289         RUN_TEST_LOOP_sincos.
28290         * math/README.libm-test: Don't mention special handling of
28291         individual functions.
28292         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
28293         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28294         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28295         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28296         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28297         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28299         * math/gen-libm-test.pl (get_variable): Remove function.
28300         (parse_args): Don't show pointer parameters to call in test
28301         names.  Use "extra output N" in test names for extra outputs
28302         rather than naming variables.
28304 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
28306         [BZ #15488]
28307         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
28308         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
28309         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
28310         double tests.
28311         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
28312         disable.
28313         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
28314         check_long_double.
28316         * math/gen-libm-test.pl (@tests): Remove variable.
28317         ($count): Likewise.
28318         (new_test): Remove function.
28319         (show_exceptions): New function.
28320         (special_functions): Use show_exceptions instead of new_test.
28321         (parse_args): Likewise.
28322         (generate_testfile): Pass only function name in generated call to
28323         print_max_error or print_complex_max_error.
28324         (get_ulps): Do not handle complex tests specially.
28325         (output_test): Rename to ...
28326         (get_all_ulps_for_test): ... this.  Return a string rather than
28327         printing to a file.  Require ulps to be present.
28328         (output_ulps): Generate arrays rather than #defines.
28329         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
28330         (struct ulp_data): New type.
28331         (BUILD_COMPLEX_ULP): Remove macro.
28332         (compare_ulp_data): New function.
28333         (find_ulps): Likewise.
28334         (find_test_ulps): Likewise.
28335         (find_function_ulps): Likewise.
28336         (find_complex_function_ulps): Likewise.
28337         (print_max_error): Determine allowed ulps using
28338         find_function_ulps.
28339         (print_complex_max_error): Determine allowed ulps using
28340         find_complex_function_ulps.
28341         (check_float_internal): Determine max ulps using find_test_ulps.
28342         (check_float): Do not take max_ulp parameter.  Update call to
28343         check_float_internal.
28344         (check_complex): Likewise.
28345         (check_int): Do not take max_ulp parameter.
28346         (check_long): Likewise.
28347         (check_bool): Likewise.
28348         (check_longlong): Likewise.
28349         (struct test_f_f_data): Remove max_ulp field.
28350         (struct test_ff_f_data): Likewise.
28351         (struct test_ff_f_data_nexttoward): Likewise.
28352         (struct test_fi_f_data): Likewise.
28353         (struct test_fl_f_data): Likewise.
28354         (struct test_if_f_data): Likewise.
28355         (struct test_fff_f_data): Likewise.
28356         (struct test_c_f_data): Likewise.
28357         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
28358         (struct test_fF_f1_data): Likewise.
28359         (struct test_ffI_f1_data): Likewise.
28360         (struct test_c_c_data): Remove max_ulp field.
28361         (struct test_cc_c_data): Likewise.
28362         (struct test_f_i_data): Likewise.
28363         (struct test_ff_i_data): Likewise.
28364         (struct test_f_l_data): Likewise.
28365         (struct test_f_L_data): Likewise.
28366         (struct test_sincos_data): Likewise.
28367         (RUN_TEST_f_f): Do not handle ulps.
28368         (RUN_TEST_LOOP_f_f): Likewise.
28369         (RUN_TEST_2_f): Likewise.
28370         (RUN_TEST_LOOP_2_f): Likewise.
28371         (RUN_TEST_fff_f): Likewise.
28372         (RUN_TEST_LOOP_fff_f): Likewise.
28373         (RUN_TEST_c_f): Likewise.
28374         (RUN_TEST_LOOP_c_f): Likewise.
28375         (RUN_TEST_f_f1): Likewise.
28376         (RUN_TEST_LOOP_f_f1): Likewise.
28377         (RUN_TEST_fF_f1): Likewise.
28378         (RUN_TEST_LOOP_fF_f1): Likewise.
28379         (RUN_TEST_fI_f1): Likewise.
28380         (RUN_TEST_LOOP_fI_f1): Likewise.
28381         (RUN_TEST_ffI_f1): Likewise.
28382         (RUN_TEST_LOOP_ffI_f1): Likewise.
28383         (RUN_TEST_c_c): Likewise.
28384         (RUN_TEST_LOOP_c_c): Likewise.
28385         (RUN_TEST_cc_c): Likewise.
28386         (RUN_TEST_LOOP_cc_c): Likewise.
28387         (RUN_TEST_f_i): Likewise.
28388         (RUN_TEST_LOOP_f_i): Likewise.
28389         (RUN_TEST_f_i_tg): Likewise.
28390         (RUN_TEST_LOOP_f_i_tg): Likewise.
28391         (RUN_TEST_ff_i_tg): Likewise.
28392         (RUN_TEST_LOOP_ff_i_tg): Likewise.
28393         (RUN_TEST_f_b): Likewise.
28394         (RUN_TEST_LOOP_f_b): Likewise.
28395         (RUN_TEST_f_b_tg): Likewise.
28396         (RUN_TEST_LOOP_f_b_tg): Likewise.
28397         (RUN_TEST_f_l): Likewise.
28398         (RUN_TEST_LOOP_f_l): Likewise.
28399         (RUN_TEST_f_L): Likewise.
28400         (RUN_TEST_LOOP_f_L): Likewise.
28401         (RUN_TEST_sincos): Likewise.
28402         (RUN_TEST_LOOP_sincos): Likewise.
28404 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
28406         [BZ #15480]
28407         [BZ #15485]
28408         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
28409         main case of finite arguments, set rounding mode to FE_TONEAREST
28410         and discard exceptions.
28411         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
28412         exceptions.
28413         (remainder_tonearest_test_data): New variable.
28414         (remainder_test_tonearest): New function.
28415         (remainder_towardzero_test_data): New variable.
28416         (remainder_test_towardzero): New function.
28417         (remainder_downward_test_data): New variable.
28418         (remainder_test_downward): New function.
28419         (remainder_upward_test_data): New variable.
28420         (remainder_test_upward): New function.
28421         (main): Call the new test functions.
28423         * math/libm-test.inc (struct test_f_f1_data): Remove field
28424         extra_init.
28425         (struct test_fF_f1_data): Likewise.
28426         (struct test_ffI_f1_data): Likewise.
28427         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
28428         based on value of EXTRA_EXPECTED.
28429         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28430         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
28431         EXTRA_VAR based on value of EXTRA_EXPECTED.
28432         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28433         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
28434         EXTRA_VAR based on value of EXTRA_EXPECTED.
28435         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28436         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
28437         EXTRA_VAR based on value of EXTRA_EXPECTED.
28438         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28439         * math/gen-libm-test.pl (parse_args): Don't output initializers
28440         for extra output values.
28442         * math/libm-test.inc (check_int): Expect result to be exactly
28443         equal to expected value and do not handle ulps.
28444         (check_long): Likewise.
28445         (check_longlong): Likewise.
28447         * math/libm-test.inc (ceil_test_data): Test for "inexact"
28448         exceptions.
28449         (cimag_test_data): Likewise.
28450         (conj_test_data): Likewise.
28451         (copysign_test_data): Likewise.
28452         (cproj_test_data): Likewise.
28453         (creal_test_data): Likewise.
28454         (fabs_test_data): Likewise.
28455         (fdim_test_data): Likewise.
28456         (finite_test_data): Likewise.
28457         (floor_test_data): Likewise.
28458         (fmax_test_data): Likewise.
28459         (fmin_test_data): Likewise.
28460         (fmod_test_data): Likewise.
28461         (fpclassify_test_data): Likewise.
28462         (frexp_test_data): Likewise.
28463         (ilogb_test_data): Likewise.
28464         (isfinite_test_data): Likewise.
28465         (isgreater_test_data): Likewise.
28466         (isgreaterequal_test_data): Likewise.
28467         (isinf_test_data): Likewise.
28468         (isless_test_data): Likewise.
28469         (islessequal_test_data): Likewise.
28470         (islessgreater_test_data): Likewise.
28471         (isnan_test_data): Likewise.
28472         (isnormal_test_data): Likewise.
28473         (issignaling_test_data): Likewise.
28474         (isunordered_test_data): Likewise.
28475         (ldexp_test_data): Likewise.
28476         (lrint_test_data): Likewise.
28477         (lrint_test_data) [TEST_FLOAT]: Disable one test.
28478         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
28479         (lrint_tonearest_test_data): Test for "inexact" exceptions.
28480         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28481         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
28482         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28483         test input.
28484         (lrint_towardzero_test_data): Test for "inexact" exceptions.
28485         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28486         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
28487         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
28488         that test input.
28489         (lrint_downward_test_data): Test for "inexact" exceptions.
28490         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28491         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
28492         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28493         test input.
28494         (lrint_upward_test_data): Test for "inexact" exceptions.
28495         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
28496         test input.
28497         (llrint_test_data): Test for "inexact" exceptions.
28498         (llrint_test_data) [TEST_FLOAT]: Disable one test.
28499         (llrint_tonearest_test_data): Test for "inexact" exceptions.
28500         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28501         (llrint_towardzero_test_data): Test for "inexact" exceptions.
28502         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28503         (llrint_downward_test_data): Test for "inexact" exceptions.
28504         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28505         (llrint_upward_test_data): Test for "inexact" exceptions.
28506         (logb_test_data): Likewise.
28507         (logb_downward_test_data): Likewise.
28508         (nextafter_test_data): Likewise.
28509         (nexttoward_test_data): Likewise.
28510         (remainder_test_data): Likewise.
28511         (remquo_test_data): Likewise.
28512         (scalbn_test_data): Likewise.
28513         (scalbln_test_data): Likewise.
28514         (signbit_test_data): Likewise.
28515         (sqrt_test_data): Likewise.
28516         (significand_test_data): Likewise.
28518 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
28520         [BZ #15424]
28521         * benchtests/bench-modf.c (struct args): Mark arg0 as
28522         volatile.
28523         * scripts/bench.pl: Mark members of struct args as volatile.
28525 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28527         [BZ # 15497]
28528         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
28529         negative infinity on POWER6 or lower.
28530         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
28532 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
28534         [BZ #15442]
28535         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
28536         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
28537         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
28538         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
28539         (_FP_SETQNAN): New macro.
28540         (_FP_SETQNAN_SEMIRAW): Likewise.
28541         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
28542         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
28543         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
28544         (FP_EXTEND): Use _FP_FRAC_SNANP.
28545         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
28546         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
28547         into account.
28548         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28549         New macro.
28550         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28551         Likewise.
28553 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28555         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
28556         with DIVIDE_BY_ZERO_EXCEPTION.
28557         (gamma_test_data): Likewise.
28558         (lgamma_test_data): Likewise.
28559         (log_test_data): Likewise.
28560         (log10_test_data): Likewise.
28561         (log2_test_data): Likewise.
28562         (tgamma_test_data): Likewise.
28564         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
28565         (acos_test_tonearest): Likewise.
28566         (acos_test_towardzero): Likewise.
28567         (acos_test_downward): Likewise.
28568         (acos_test_upward): Likewise.
28569         (acosh_test): Likewise.
28570         (asin_test): Likewise.
28571         (asin_test_tonearest): Likewise.
28572         (asin_test_towardzero): Likewise.
28573         (asin_test_downward): Likewise.
28574         (asin_test_upward): Likewise.
28575         (asinh_test): Likewise.
28576         (atan_test): Likewise.
28577         (atanh_test): Likewise.
28578         (atan2_test): Likewise.
28579         (cabs_test): Likewise.
28580         (cacos_test): Likewise.
28581         (cacosh_test): Likewise.
28582         (casin_test): Likewise.
28583         (casinh_test): Likewise.
28584         (catan_test): Likewise.
28585         (catanh_test): Likewise.
28586         (cbrt_test): Likewise.
28587         (ccos_test): Likewise.
28588         (ccosh_test): Likewise.
28589         (cexp_test): Likewise.
28590         (clog_test): Likewise.
28591         (clog10_test): Likewise.
28592         (cos_test): Likewise.
28593         (cos_test_tonearest): Likewise.
28594         (cos_test_towardzero): Likewise.
28595         (cos_test_downward): Likewise.
28596         (cos_test_upward): Likewise.
28597         (cosh_test): Likewise.
28598         (cosh_test_tonearest): Likewise.
28599         (cosh_test_towardzero): Likewise.
28600         (cosh_test_downward): Likewise.
28601         (cosh_test_upward): Likewise.
28602         (cpow_test): Likewise.
28603         (csin_test): Likewise.
28604         (csinh_test): Likewise.
28605         (csqrt_test): Likewise.
28606         (ctan_test): Likewise.
28607         (ctan_test_tonearest): Likewise.
28608         (ctan_test_towardzero): Likewise.
28609         (ctan_test_downward): Likewise.
28610         (ctan_test_upward): Likewise.
28611         (ctanh_test): Likewise.
28612         (ctanh_test_tonearest): Likewise.
28613         (ctanh_test_towardzero): Likewise.
28614         (ctanh_test_downward): Likewise.
28615         (ctanh_test_upward): Likewise.
28616         (erf_test): Likewise.
28617         (erfc_test): Likewise.
28618         (exp_test): Likewise.
28619         (exp_test_tonearest): Likewise.
28620         (exp_test_towardzero): Likewise.
28621         (exp_test_downward): Likewise.
28622         (exp_test_upward): Likewise.
28623         (exp10_test): Likewise.
28624         (exp2_test): Likewise.
28625         (expm1_test): Likewise.
28626         (fmod_test): Likewise.
28627         (gamma_test): Likewise.
28628         (hypot_test): Likewise.
28629         (j0_test): Likewise.
28630         (j1_test): Likewise.
28631         (jn_test): Likewise.
28632         (lgamma_test): Likewise.
28633         (log_test): Likewise.
28634         (log10_test): Likewise.
28635         (log1p_test): Likewise.
28636         (log2_test): Likewise.
28637         (logb_test_downward): Likewise.
28638         (pow_test): Likewise.
28639         (pow_test_tonearest): Likewise.
28640         (pow_test_towardzero): Likewise.
28641         (pow_test_downward): Likewise.
28642         (pow_test_upward): Likewise.
28643         (remainder_test): Likewise.
28644         (remquo_test): Likewise.
28645         (sin_test): Likewise.
28646         (sin_test_tonearest): Likewise.
28647         (sin_test_towardzero): Likewise.
28648         (sin_test_downward): Likewise.
28649         (sin_test_upward): Likewise.
28650         (sincos_test): Likewise.
28651         (sinh_test): Likewise.
28652         (sinh_test_tonearest): Likewise.
28653         (sinh_test_towardzero): Likewise.
28654         (sinh_test_downward): Likewise.
28655         (sinh_test_upward): Likewise.
28656         (sqrt_test): Likewise.
28657         (tan_test): Likewise.
28658         (tan_test_tonearest): Likewise.
28659         (tan_test_towardzero): Likewise.
28660         (tan_test_downward): Likewise.
28661         (tan_test_upward): Likewise.
28662         (tanh_test): Likewise.
28663         (tgamma_test): Likewise.
28664         (y0_test): Likewise.
28665         (y1_test): Likewise.
28666         (yn_test): Likewise.
28668         * math/gen-libm-test.pl (adjust_arg): Remove function.
28669         (special_function): Remove argument $in_func.  Only handle
28670         generating output for tables of tests, not inside functions.
28671         (parse_args): Likewise.
28672         (generate_testfile): Remove variable $in_func.  Update call to
28673         parse_args.
28674         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
28675         (MINUS_ZERO_INIT): Rename macro to minus_zero.
28676         (PLUS_INFTY_INIT): Rename macro to plus_infty.
28677         (MINUS_INFTY_INIT): Rename macro to minus_infty.
28678         (QNAN_VALUE_INIT): Rename macro to qnan_value.
28679         (MAX_VALUE_INIT): Rename macro to max_value.
28680         (MIN_VALUE_INIT): Rename macro to min_value.
28681         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
28682         (plus_zero): Remove variable.
28683         (minus_zero): Likewise.
28684         (plus_infty): Likewise.
28685         (minus_infty): Likewise.
28686         (qnan_value): Likewise.
28687         (max_value): Likewise.
28688         (min_value): Likewise.
28689         (min_subnorm_value): Likewise.
28691 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
28693         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
28694         uint64_t or uint32_t usage.
28695         * crypt/sha256-block.c: Likewise.
28696         * crypt/sha256-crypt.c: Likewise.
28697         * crypt/sha256.c: Likewise.
28698         * crypt/sha512-block.c: Likewise.
28699         * crypt/sha512-crypt.c: Likewise.
28700         * crypt/sha512.c: Likewise.
28701         * debug/backtrace-tst.c: Likewise.
28702         * debug/pcprofiledump.c: Likewise.
28703         * elf/cache.c: Likewise.
28704         * elf/dl-cache.c: Likewise.
28705         * elf/dl-misc.c: Likewise.
28706         * elf/dl-profile.c: Likewise.
28707         * elf/dl-support.c: Likewise.
28708         * elf/ldconfig.c: Likewise.
28709         * elf/sprof.c: Likewise.
28710         * iconv/dummy-repertoire.c: Likewise.
28711         * iconv/iconv_charmap.c: Likewise.
28712         * iconv/skeleton.c: Likewise.
28713         * iconvdata/8bit-generic.c: Likewise.
28714         * iconvdata/cp737.h: Likewise.
28715         * iconvdata/cp775.h: Likewise.
28716         * iconvdata/ibm1008.h: Likewise.
28717         * iconvdata/ibm1025.h: Likewise.
28718         * iconvdata/ibm1046.h: Likewise.
28719         * iconvdata/ibm1097.h: Likewise.
28720         * iconvdata/ibm1112.h: Likewise.
28721         * iconvdata/ibm1122.h: Likewise.
28722         * iconvdata/ibm1123.h: Likewise.
28723         * iconvdata/ibm1124.h: Likewise.
28724         * iconvdata/ibm1129.h: Likewise.
28725         * iconvdata/ibm1130.h: Likewise.
28726         * iconvdata/ibm1132.h: Likewise.
28727         * iconvdata/ibm1133.h: Likewise.
28728         * iconvdata/ibm1137.h: Likewise.
28729         * iconvdata/ibm1140.h: Likewise.
28730         * iconvdata/ibm1141.h: Likewise.
28731         * iconvdata/ibm1142.h: Likewise.
28732         * iconvdata/ibm1143.h: Likewise.
28733         * iconvdata/ibm1144.h: Likewise.
28734         * iconvdata/ibm1145.h: Likewise.
28735         * iconvdata/ibm1146.h: Likewise.
28736         * iconvdata/ibm1147.h: Likewise.
28737         * iconvdata/ibm1148.h: Likewise.
28738         * iconvdata/ibm1149.h: Likewise.
28739         * iconvdata/ibm1153.h: Likewise.
28740         * iconvdata/ibm1154.h: Likewise.
28741         * iconvdata/ibm1155.h: Likewise.
28742         * iconvdata/ibm1156.h: Likewise.
28743         * iconvdata/ibm1157.h: Likewise.
28744         * iconvdata/ibm1158.h: Likewise.
28745         * iconvdata/ibm1160.h: Likewise.
28746         * iconvdata/ibm1161.h: Likewise.
28747         * iconvdata/ibm1162.h: Likewise.
28748         * iconvdata/ibm1163.h: Likewise.
28749         * iconvdata/ibm1164.h: Likewise.
28750         * iconvdata/ibm1166.h: Likewise.
28751         * iconvdata/ibm1167.h: Likewise.
28752         * iconvdata/ibm12712.h: Likewise.
28753         * iconvdata/ibm1390.h: Likewise.
28754         * iconvdata/ibm1399.h: Likewise.
28755         * iconvdata/ibm16804.h: Likewise.
28756         * iconvdata/ibm4517.h: Likewise.
28757         * iconvdata/ibm4899.h: Likewise.
28758         * iconvdata/ibm4909.h: Likewise.
28759         * iconvdata/ibm4971.h: Likewise.
28760         * iconvdata/ibm5347.h: Likewise.
28761         * iconvdata/ibm803.h: Likewise.
28762         * iconvdata/ibm856.h: Likewise.
28763         * iconvdata/ibm901.h: Likewise.
28764         * iconvdata/ibm902.h: Likewise.
28765         * iconvdata/ibm9030.h: Likewise.
28766         * iconvdata/ibm9066.h: Likewise.
28767         * iconvdata/ibm921.h: Likewise.
28768         * iconvdata/ibm922.h: Likewise.
28769         * iconvdata/ibm9448.h: Likewise.
28770         * iconvdata/isiri-3342.h: Likewise.
28771         * iconvdata/jis0201.h: Likewise.
28772         * include/link.h: Likewise.
28773         * include/netdb.h: Likewise.
28774         * inet/check_native.c: Likewise.
28775         * inet/check_pf.c: Likewise.
28776         * inet/getipv4sourcefilter.c: Likewise.
28777         * inet/getnameinfo.c: Likewise.
28778         * inet/getsourcefilter.c: Likewise.
28779         * inet/htonl.c: Likewise.
28780         * inet/setipv4sourcefilter.c: Likewise.
28781         * inet/setsourcefilter.c: Likewise.
28782         * inet/test-inet6_opt.c: Likewise.
28783         * inet/tst-network.c: Likewise.
28784         * locale/C-collate.c: Likewise.
28785         * locale/C-ctype.c: Likewise.
28786         * locale/C-time.c: Likewise.
28787         * locale/C-translit.h: Likewise.
28788         * locale/loadarchive.c: Likewise.
28789         * locale/programs/3level.h: Likewise.
28790         * locale/programs/charmap.c: Likewise.
28791         * locale/programs/charmap.h: Likewise.
28792         * locale/programs/ld-address.c: Likewise.
28793         * locale/programs/ld-collate.c: Likewise.
28794         * locale/programs/ld-ctype.c: Likewise.
28795         * locale/programs/ld-identification.c: Likewise.
28796         * locale/programs/ld-measurement.c: Likewise.
28797         * locale/programs/ld-messages.c: Likewise.
28798         * locale/programs/ld-monetary.c: Likewise.
28799         * locale/programs/ld-name.c: Likewise.
28800         * locale/programs/ld-numeric.c: Likewise.
28801         * locale/programs/ld-paper.c: Likewise.
28802         * locale/programs/ld-telephone.c: Likewise.
28803         * locale/programs/ld-time.c: Likewise.
28804         * locale/programs/linereader.c: Likewise.
28805         * locale/programs/locale.c: Likewise.
28806         * locale/programs/locarchive.c: Likewise.
28807         * locale/programs/locfile.h: Likewise.
28808         * locale/programs/repertoire.c: Likewise.
28809         * locale/programs/simple-hash.c: Likewise.
28810         * locale/programs/simple-hash.h: Likewise.
28811         * malloc/memusage.c: Likewise.
28812         * malloc/memusagestat.c: Likewise.
28813         * nis/nis_defaults.c: Likewise.
28814         * nis/nis_hash.c: Likewise.
28815         * nis/nis_print.c: Likewise.
28816         * nis/nis_xdr.c: Likewise.
28817         * nscd/connections.c: Likewise.
28818         * nscd/hstcache.c: Likewise.
28819         * nscd/nscd_gethst_r.c: Likewise.
28820         * nscd/nscd_getserv_r.c: Likewise.
28821         * nscd/nscd_helper.c: Likewise.
28822         * nscd/servicescache.c: Likewise.
28823         * nss/makedb.c: Likewise.
28824         * nss/nss_db/db-XXX.c: Likewise.
28825         * nss/nss_db/db-initgroups.c: Likewise.
28826         * nss/nss_db/db-netgrp.c: Likewise.
28827         * nss/nss_files/files-network.c: Likewise.
28828         * nss/nss_files/files-parse.c: Likewise.
28829         * posix/bug-regex5.c: Likewise.
28830         * posix/fnmatch_loop.c: Likewise.
28831         * posix/regcomp.c: Likewise.
28832         * posix/regexec.c: Likewise.
28833         * posix/tst-rfc3484-2.c: Likewise.
28834         * posix/tst-rfc3484-3.c: Likewise.
28835         * posix/tst-rfc3484.c: Likewise.
28836         * resolv/nss_dns/dns-canon.c: Likewise.
28837         * resolv/nss_dns/dns-network.c: Likewise.
28838         * resolv/res_init.c: Likewise.
28839         * resolv/res_mkquery.c: Likewise.
28840         * resolv/tst-aton.c: Likewise.
28841         * stdlib/cxa_atexit.c: Likewise.
28842         * stdlib/cxa_finalize.c: Likewise.
28843         * stdlib/gen-fpioconst.c: Likewise.
28844         * stdlib/strtol_l.c: Likewise.
28845         * string/tst-endian.c: Likewise.
28846         * sunrpc/auth_des.c: Likewise.
28847         * sunrpc/clnt_udp.c: Likewise.
28848         * sunrpc/rtime.c: Likewise.
28849         * sunrpc/svcauth_des.c: Likewise.
28850         * sunrpc/xdr.c: Likewise.
28851         * sunrpc/xdr_intXX_t.c: Likewise.
28852         * sunrpc/xdr_rec.c: Likewise.
28853         * sysdeps/generic/ldconfig.h: Likewise.
28854         * sysdeps/generic/ldsodefs.h: Likewise.
28855         * sysdeps/generic/memusage.h: Likewise.
28856         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
28857         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
28858         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
28859         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
28860         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
28861         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
28862         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
28863         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
28864         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
28865         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
28866         * sysdeps/posix/getaddrinfo.c: Likewise.
28867         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
28868         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28869         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
28870         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
28871         * sysdeps/powerpc/test-gettimebase.c: Likewise.
28872         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
28873         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
28874         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
28875         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
28876         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
28877         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
28878         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
28879         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
28880         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
28881         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
28882         * sysdeps/x86_64/dl-tls.h: Likewise.
28883         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
28884         * time/alt_digit.c: Likewise.
28885         * time/era.c: Likewise.
28886         * wcsmbs/tst-c16c32-1.c: Likewise.
28888 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28890         * math/libm-test.inc (struct test_sincos_data): New type.
28891         (RUN_TEST_LOOP_sincos): New macro.
28892         (sincos_test_data): New variable.
28893         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
28895 2013-05-16  Richard Henderson  <rth@redhat.com>
28897         * math/atest-exp2.c (LIMB64): New macro.
28898         (CONSTSZ): New macro.
28899         (mp_exp1, mp_exp_m1, mp_log2): New variables.
28900         (hexdig): Move ...
28901         (print_mpn_fp): ... to function scope.
28902         (read_mpn_hex): Remove.
28903         (get_log2): Remove.
28904         (exp2_mpn): Use mp_log2.
28905         (main): Use mp_exp1.
28907 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28909         * math/libm-test.inc: Remove comment about not testing "inexact"
28910         exceptions.
28911         (INEXACT_EXCEPTION): New macro.
28912         (NO_INEXACT_EXCEPTION): Likewise.
28913         (INVALID_EXCEPTION_OK): Update value.
28914         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
28915         (OVERFLOW_EXCEPTION_OK): Likewise.
28916         (UNDERFLOW_EXCEPTION_OK): Likewise.
28917         (IGNORE_ZERO_INF_SIGN): Likewise.
28918         (ERRNO_UNCHANGED): Likewise.
28919         (ERRNO_EDOM): Likewise.
28920         (ERRNO_ERANGE): Likewise.
28921         (test_exceptions): Handle testing "inexact" exceptions.
28922         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
28923         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
28924         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
28925         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
28926         INEXACT_EXCEPTION.
28927         (rint_towardzero_test_data): Likewise.
28928         (rint_downward_test_data): Likewise.
28929         (rint_upward_test_data): Likewise.
28931         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
28932         with OVERFLOW_EXCEPTION.
28933         (exp10_test_data): Likewise.
28934         (exp2_test_data): Likewise.
28935         (expm1_test_data): Likewise.
28936         (lgamma_test_data): Likewise.
28937         (pow_test_data): Likewise.
28938         (tgamma_test_data): Likewise.
28939         (yn_test_data): Remove duplicate test of overflow.
28941         * math/libm-test.inc (struct test_cc_c_data): New type.
28942         (RUN_TEST_LOOP_cc_c): New macro.
28943         (cpow_test_data): New variable.
28944         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
28946         * math/libm-test.inc (struct test_f_L_data): New type.
28947         (RUN_TEST_LOOP_f_L): New macro.
28948         (llrint_test_data): New variable.
28949         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
28950         (llrint_tonearest_test_data): New variable.
28951         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
28952         (llrint_towardzero_test_data): New variable.
28953         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
28954         (llrint_downward_test_data): New variable.
28955         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
28956         (llrint_upward_test_data): New variable.
28957         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
28958         (llround_test_data): New variable.
28959         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
28961 2013-05-13  Peter Collingbourne  <pcc@google.com>
28963         * math/atest-exp2.c (get_log2): Remove const attribute.
28965 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
28967         * math/libm-test.inc (struct test_f_l_data): New type.
28968         (RUN_TEST_LOOP_f_l): New macro.
28969         (lrint_test_data): New variable.
28970         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
28971         (lrint_tonearest_test_data): New variable.
28972         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
28973         (lrint_towardzero_test_data): New variable.
28974         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
28975         (lrint_downward_test_data): New variable.
28976         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
28977         (lrint_upward_test_data): New variable.
28978         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
28979         (lround_test_data): New variable.
28980         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
28982 2013-05-15  Peter Collingbourne  <pcc@google.com>
28984         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
28985         (EXTRACT_WORDS64) Use where appropriate.
28986         (INSERT_WORDS64) Likewise.
28988         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
28989         constraints with x constraints.
28990         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
28992         * malloc/obstack.c (_obstack_compat): Add initializer.
28994 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28996         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
28997         si_trapno and add si_addr_lsb to _sifields.sigfault.
28998         (si_trapno): Remove macro.
28999         (si_addr_lsb): Define new macro.
29000         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
29002 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29004         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
29005         instead of TEST_f_l.
29006         (llrint_test_tonearest): Likewise.
29007         (llrint_test_towardzero): Likewise.
29008         (llrint_test_downward): Likewise.
29009         (llrint_test_upward): Likewise.
29010         (llround_test): Likewise.
29012         * math/libm-test.inc (struct test_f_i_data): Add comment.
29013         (RUN_TEST_LOOP_f_b): New macro.
29014         (RUN_TEST_LOOP_f_b_tg): Likewise.
29015         (finite_test_data): New variable.
29016         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
29017         (isfinite_test_data): New variable.
29018         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29019         (isinf_test_data): New variable.
29020         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29021         (isnan_test_data): New variable.
29022         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29023         (isnormal_test_data): New variable.
29024         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29025         (issignaling_test_data): New variable.
29026         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29027         (signbit_test_data): New variable.
29028         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29030         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
29031         with INVALID_EXCEPTION.
29032         (acosh_test_data): Likewise.
29033         (asin_test_data): Likewise.
29034         (atanh_test_data): Likewise.
29035         (fmod_test_data): Likewise.
29036         (log_test_data): Likewise.
29037         (log10_test_data): Likewise.
29038         (log2_test_data): Likewise.
29039         (pow_test_data): Likewise.
29040         (sqrt_test_data): Likewise.
29041         (y0_test_data): Likewise.
29042         (y1_test_data): Likewise.
29043         (yn_test_data): Likewise.
29045         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
29046         function contents.
29048         * math/libm-test.inc (struct test_ff_i_data): New type.
29049         (RUN_TEST_LOOP_ff_i_tg): New macro.
29050         (isgreater_test_data): New variable.
29051         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29052         (isgreaterequal_test_data): New variable.
29053         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29054         (isless_test_data): New variable.
29055         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29056         (islessequal_test_data): New variable.
29057         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29058         (islessgreater_test_data): New variable.
29059         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29060         (isunordered_test_data): New variable.
29061         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29063 2013-05-14  David S. Miller  <davem@davemloft.net>
29065         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29067 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
29069         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
29071         * math/libm-test.inc (struct test_fF_f1_data): Change type of
29072         extra_test to int.
29073         (struct test_f_i_data): Change type of max_ulp to int.
29075         * math/libm-test.inc (test_ffI_f1_data): New type.
29076         (RUN_TEST_LOOP_ffI_f1): New macro.
29077         (remquo_test_data): New variable.
29078         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
29080         * setjmp/tst-setjmp-fp.c: New file.
29081         * setjmp/Makefile (tests): Add tst-setjmp-fp.
29082         (link-libm): New variable.
29083         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
29085         * math/libm-test.inc (struct test_f_i_data): New type.
29086         (RUN_TEST_LOOP_f_i): New macro.
29087         (RUN_TEST_LOOP_f_i_tg): Likewise.
29088         (fpclassify_test_data): New variable.
29089         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
29090         (ilogb_test_data): New variable.
29091         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
29093         * math/libm-test.inc (scalbln_test): Correct function name in END
29094         call.
29096         * math/libm-test.inc (struct test_f_f1_data): Add comment.
29097         (RUN_TEST_LOOP_fI_f1): New macro.
29098         (frexp_test_data): New variable.
29099         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
29101         * math/libm-test.inc (struct test_fF_f1_data): New type.
29102         (RUN_TEST_LOOP_fF_f1): New macro.
29103         (modf_test_data): New variable.
29104         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
29106         * math/libm-test.inc (struct test_f_f1_data): New type.
29107         (RUN_TEST_LOOP_f_f1): New macro.
29108         (gamma_test_data): New variable.
29109         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29110         (lgamma_test_data): New variable.
29111         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29113 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
29115         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
29116         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
29117         (main): Comment "tls" pseudo-hwcap.
29119 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
29121         * math/libm-test.inc (struct test_fl_f_data): New type.
29122         (RUN_TEST_LOOP_fl_f): New variable.
29123         (scalbln_test_data): New variable.
29124         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
29126         * math/libm-test.inc (struct test_fi_f_data): New type.
29127         (RUN_TEST_LOOP_fi_f): New macro.
29128         (ldexp_test_data): New variable.
29129         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
29130         (scalbn_test_data): New variable.
29131         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
29133         * math/libm-test.inc (struct test_c_f_data): New type.
29134         (RUN_TEST_LOOP_c_f): New macro.
29135         (cabs_test_data): New variable.
29136         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
29137         (carg_test_data): New variable.
29138         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
29139         (cimag_test_data): New variable.
29140         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
29141         (creal_test_data): New variable.
29142         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
29144         * math/libm-test.inc (struct test_if_f_data): New type.
29145         (RUN_TEST_LOOP_if_f): New macro.
29146         (jn_test_data): New variable.
29147         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
29148         (yn_test_data): New variable.
29149         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
29151         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
29153 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29155         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
29156         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
29158 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29160         * benchtests/Makefile (CPPFLAGS-nonlib): Add
29161         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
29162         (bench-deps): Add bench-timing.h.
29163         * benchtests-bench-skeleton.c: Include bench-timing.h.
29164         (main): Use TIMING_* macros instead of clock_gettime.
29165         * benchtests/bench-timing.h: New file.
29167         [BZ #14582]
29168         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
29169         Renamed from _LIB_VERSION.
29170         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
29172 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
29174         * math/libm-test.inc (struct test_fff_f_data): New type.
29175         (RUN_TEST_LOOP_fff_f): New macro.
29176         (fma_test_data): New variable.
29177         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
29178         (fma_towardzero_test_data): New variable.
29179         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
29180         (fma_downward_test_data): New variable.
29181         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
29182         (fma_upward_test_data): New variable.
29183         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
29185         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
29186         (struct test_c_c_data): New type.
29187         (RUN_TEST_LOOP_c_c): New macro.
29188         (cacos_test_data): New variable.
29189         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
29190         (cacosh_test_data): New variable.
29191         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
29192         (casin_test_data): New variable.
29193         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
29194         (casinh_test_data): New variable.
29195         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
29196         (catan_test_data): New variable.
29197         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
29198         (catanh_test_data): New variable.
29199         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
29200         (ccos_test_data): New variable.
29201         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
29202         (ccosh_test_data): New variable.
29203         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
29204         (cexp_test_data): New variable.
29205         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
29206         (clog_test_data): New variable.
29207         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
29208         (clog10_test_data): New variable.
29209         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
29210         (conj_test_data): New variable.
29211         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
29212         (cproj_test_data): New variable.
29213         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
29214         (csin_test_data): New variable.
29215         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
29216         (csinh_test_data): New variable.
29217         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
29218         (csqrt_test_data): New variable.
29219         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
29220         (ctan_test_data): New variable.
29221         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
29222         (ctan_tonearest_test_data): New variable.
29223         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29224         (ctan_towardzero_test_data): New variable.
29225         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29226         (ctan_downward_test_data): New variable.
29227         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29228         (ctan_upward_test_data): New variable.
29229         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29230         (ctanh_test_data): New variable.
29231         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
29232         (ctanh_tonearest_test_data): New variable.
29233         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29234         (ctanh_towardzero_test_data): New variable.
29235         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29236         (ctanh_downward_test_data): New variable.
29237         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29238         (ctanh_upward_test_data): New variable.
29239         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29240         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
29241         of BUILD_COMPLEX.
29243         * math/libm-test.inc (struct test_ff_f_data): New type.
29244         (struct test_ff_f_data_nexttoward): Likewise.
29245         (RUN_TEST_LOOP_2_f): New macro.
29246         (RUN_TEST_LOOP_ff_f): Likewise.
29247         (atan2_test_data): New variable.
29248         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
29249         (copysign_test_data): New variable.
29250         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
29251         (fdim_test_data): New variable.
29252         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
29253         (fmax_test_data): New variable.
29254         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
29255         (fmin_test_data): New variable.
29256         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
29257         (fmod_test_data): New variable.
29258         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
29259         (hypot_test_data): New variable.
29260         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
29261         (nextafter_test_data): New variable.
29262         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
29263         (nexttoward_test_data): New variable.
29264         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
29265         (pow_test_data): New variable.
29266         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
29267         (pow_tonearest_test_data): New variable.
29268         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
29269         (pow_towardzero_test_data): New variable.
29270         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
29271         (pow_downward_test_data): New variable.
29272         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
29273         (pow_upward_test_data): New variable.
29274         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
29275         (remainder_test_data): New variable.
29276         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
29277         (scalb_test_data): New variable.
29278         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
29279         * sysdeps/i386/fpu/libm-test-ulps: Update.
29281 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
29283         * math/libm-test.inc (fma_test): Use max_value instead of local
29284         variable fltmax.
29285         (nextafter_test): Likewise.
29287         * math/libm-test.inc (acos_towardzero_test_data): New variable.
29288         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29289         (acos_downward_test_data): New variable.
29290         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29291         (acos_upward_test_data): New variable.
29292         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29293         (acosh_test_data): New variable.
29294         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
29295         (asin_test_data): New variable.
29296         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
29297         (asin_tonearest_test_data): New variable.
29298         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29299         (asin_towardzero_test_data): New variable.
29300         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29301         (asin_downward_test_data): New variable.
29302         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29303         (asin_upward_test_data): New variable.
29304         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29305         (asinh_test_data): New variable.
29306         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
29307         (atan_test_data): New variable.
29308         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
29309         (atanh_test_data): New variable.
29310         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
29311         (cbrt_test_data): New variable.
29312         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
29313         (ceil_test_data): New variable.
29314         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
29315         (cos_test_data): New variable.
29316         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
29317         (cos_tonearest_test_data): New variable.
29318         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29319         (cos_towardzero_test_data): New variable.
29320         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29321         (cos_downward_test_data): New variable.
29322         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29323         (cos_upward_test_data): New variable.
29324         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29325         (cosh_test_data): New variable.
29326         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
29327         (cosh_tonearest_test_data): New variable.
29328         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29329         (cosh_towardzero_test_data): New variable.
29330         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29331         (cosh_downward_test_data): New variable.
29332         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29333         (cosh_upward_test_data): New variable.
29334         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29335         (erf_test_data): New variable.
29336         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
29337         (erfc_test_data): New variable.
29338         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
29339         (exp_test_data): New variable.
29340         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
29341         (exp_tonearest_test_data): New variable.
29342         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29343         (exp_towardzero_test_data): New variable.
29344         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29345         (exp_downward_test_data): New variable.
29346         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29347         (exp_upward_test_data): New variable.
29348         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29349         (exp10_test_data): New variable.
29350         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
29351         (exp2_test_data): New variable.
29352         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
29353         (expm1_test_data): New variable.
29354         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
29355         (fabs_test_data): New variable.
29356         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
29357         (floor_test_data): New variable.
29358         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
29359         (j0_test_data): New variable.
29360         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
29361         (j1_test_data): New variable.
29362         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
29363         (log_test_data): New variable.
29364         (log_test): Run tests with RUN_TEST_LOOP_f_f.
29365         (log10_test_data): New variable.
29366         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
29367         (log1p_test_data): New variable.
29368         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
29369         (log2_test_data): New variable.
29370         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
29371         (logb_test_data): New variable.
29372         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
29373         (logb_downward_test_data): New variable.
29374         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29375         (nearbyint_test_data): New variable.
29376         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
29377         (rint_test_data): New variable.
29378         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
29379         (rint_tonearest_test_data): New variable.
29380         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29381         (rint_towardzero_test_data): New variable.
29382         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29383         (rint_downward_test_data): New variable.
29384         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29385         (rint_upward_test_data): New variable.
29386         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29387         (round_test_data): New variable.
29388         (round_test): Run tests with RUN_TEST_LOOP_f_f.
29389         (sin_test_data): New variable.
29390         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
29391         (sin_tonearest_test_data): New variable.
29392         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29393         (sin_towardzero_test_data): New variable.
29394         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29395         (sin_downward_test_data): New variable.
29396         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29397         (sin_upward_test_data): New variable.
29398         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29399         (sinh_test_data): New variable.
29400         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
29401         (sinh_tonearest_test_data): New variable.
29402         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29403         (sinh_towardzero_test_data): New variable.
29404         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29405         (sinh_downward_test_data): New variable.
29406         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29407         (sinh_upward_test_data): New variable.
29408         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29409         (sqrt_test_data): New variable.
29410         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
29411         (tan_test_data): New variable.
29412         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
29413         (tan_tonearest_test_data): New variable.
29414         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29415         (tan_towardzero_test_data): New variable.
29416         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29417         (tan_downward_test_data): New variable.
29418         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29419         (tan_upward_test_data): New variable.
29420         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29421         (tanh_test_data): New variable.
29422         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
29423         (tgamma_test_data): New variable.
29424         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
29425         (trunc_test_data): New variable.
29426         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
29427         (y0_test_data): New variable.
29428         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
29429         (y1_test_data): New variable.
29430         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
29431         (significand_test_data): New variable.
29432         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
29434 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
29436         [BZ #12387]
29437         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
29439 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
29441         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
29443 2013-05-10  Andreas Jaeger  <aj@suse.de>
29445         [BZ #15448]
29446         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
29447         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
29449 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29451         * math/gen-libm-test.pl (adjust_arg): New function.
29452         (special_functions): Handle generating output in both functions
29453         and arrays.
29454         (parse_args): Likewise.
29455         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
29456         $in_func argument to parse_args.
29457         * math/libm-test.inc (struct test_f_f_data): New type.
29458         (IF_ROUND_INIT_): New macro.
29459         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
29460         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
29461         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
29462         (IF_ROUND_INIT_FE_UPWARD): Likewise.
29463         (ROUND_RESTORE_): Likewise.
29464         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
29465         (ROUND_RESTORE_FE_TONEAREST): Likewise.
29466         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
29467         (ROUND_RESTORE_FE_UPWARD): Likewise.
29468         (RUN_TEST_LOOP_f_f): New macro.
29469         (acos_test_data): New variable.
29470         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
29471         (acos_tonearest_test_data): New variable.
29472         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29474 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29476         * benchtests/bench-skeleton.c (startup): Fix coding style.
29478 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29480         [BZ #6809]
29481         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
29482         negative infinity argument.
29483         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
29484         negative infinity argument.
29485         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
29486         negative infinity argument.
29487         * math/libm-test.inc (tgamma_test): Expect errno to be set for
29488         domain errors.
29490 2013-05-10  Florian Weimer  <fweimer@redhat.com>
29492         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
29493         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
29494         * iconv/iconv_prog.c (main): Likewise.
29495         * locale/programs/charmap-dir.c (charmap_readdir)
29496         (fopen_uncompressed): Likewise.
29497         * locale/programs/locfile.c (siblings_uncached)
29498         (write_locale_data): Use lstat64 instead of lstat.
29499         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
29500         stat.
29502 2013-05-10  Andreas Jaeger  <aj@suse.de>
29504         [BZ #15395]
29505         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
29506         localization.
29507         Include <locale.h>.
29509 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
29511         * elf/dl-close.c (_dl_close_worker): Add comments.
29513 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
29515         [BZ #15359]
29516         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
29517         high part of pi/2.
29518         (__ieee754_rem_pio2l): Update comments.
29520         [BZ #15429]
29521         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
29522         high part of pi/2.
29523         (__ieee754_rem_pio2l): Update comments.
29525         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
29526         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
29528         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
29529         M_PI_4l.
29531         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
29532         (M_PI_34_LOG10El): Likewise.
29533         (M_PI2_LOG10El): Likewise.
29534         (M_PI4_LOG10El): Likewise.
29535         (M_PI_LOG10El): Likewise.
29537 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29539         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29541 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
29543         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
29544         (MINUS_ZERO_INIT): Likewise.
29545         (PLUS_INFTY_INIT): Likewise.
29546         (MINUS_INFTY_INIT): Likewise.
29547         (QNAN_VALUE_INIT): Likewise.
29548         (MAX_VALUE_INIT): Likewise.
29549         (MIN_VALUE_INIT): Likewise.
29550         (MIN_SUBNORM_VALUE_INIT): Likewise.
29551         (plus_zero): Initialize with PLUS_ZERO_INIT.
29552         (minus_zero): Initialize with MINUS_ZERO_INIT.
29553         (plus_infty): Initialize with PLUS_INFTY_INIT.
29554         (minus_infty): Initialize with MINUS_INFTY_INIT.
29555         (qnan_value): Initialize with QNAN_VALUE_INIT.
29556         (max_value): Initialize with MAX_VALUE_INIT.
29557         (min_value): Initialize with MIN_VALUE_INIT.
29558         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
29560         * math/libm-test.inc (RUN_TEST_if_f): New macro.
29561         (jn_test): Use TEST_if_f instead of TEST_ff_f.
29562         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
29563         (yn_test): Use TEST_if_f instead of TEST_ff_f.
29565         * math/libm-test.inc (RUN_TEST_f_f): New macro.
29566         (RUN_TEST_2_f): Likewise.
29567         (RUN_TEST_ff_f): Likewise.
29568         (RUN_TEST_fi_f): Likewise.
29569         (RUN_TEST_fl_f): Likewise.
29570         (RUN_TEST_fff_f): Likewise.
29571         (RUN_TEST_c_f): Likewise.
29572         (RUN_TEST_f_f1): Likewise.
29573         (RUN_TEST_fF_f1): Likewise.
29574         (RUN_TEST_fI_f1): Likewise.
29575         (RUN_TEST_ffI_f1): Likewise.
29576         (RUN_TEST_c_c): Likewise.
29577         (RUN_TEST_cc_c): Likewise.
29578         (RUN_TEST_f_i): Likewise.
29579         (RUN_TEST_f_i_tg): Likewise.
29580         (RUN_TEST_ff_i_tg): Likewise.
29581         (RUN_TEST_f_b): Likewise.
29582         (RUN_TEST_f_b_tg): Likewise.
29583         (RUN_TEST_f_l): Likewise.
29584         (RUN_TEST_f_L): Likewise.
29585         (RUN_TEST_sincos): Likewise.
29586         * math/gen-libm-test.pl (new_test): Take new argument to indicate
29587         whether to show exceptions.  Do not include ");\n" in return
29588         value.
29589         (special_functions): Output call to RUN_TEST_sincos instead of
29590         check_float calls.  Update calls to new_test.
29591         (parse_args): Output call to single RUN_TEST_* macro instead of
29592         check_* calls and other assignments.  Update calls to new_test.
29594         [BZ #2546]
29595         [BZ #2560]
29596         [BZ #5159]
29597         [BZ #15426]
29598         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
29599         input to result for tgamma overflow.
29600         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
29601         (gamma_coeff): New variable.
29602         (NCOEFF): New macro.
29603         (gamma_positive): New function.
29604         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
29605         underflow here.  Use gamma_positive instead of exp (lgamma) for
29606         other arguments.
29607         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
29608         (gamma_coeff): New variable.
29609         (NCOEFF): New macro.
29610         (gammaf_positive): New function.
29611         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
29612         underflow here.  Use gamma_positive instead of exp (lgamma) for
29613         other arguments.
29614         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
29615         (gamma_coeff): New variable.
29616         (NCOEFF): New macro.
29617         (gammal_positive): New function.
29618         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
29619         underflow here.  Use gamma_positive instead of exp (lgamma) for
29620         other arguments.
29621         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
29622         (gamma_coeff): New variable.
29623         (NCOEFF): New macro.
29624         (gammal_positive): New function.
29625         (__ieee754_gammal_r): Handle positive infinity, overflow and
29626         underflow here.  Handle NaN the same as positive infinity.  Remove
29627         check x < 0xffffffff for negative integers.  Use gamma_positive
29628         instead of exp (lgamma) for other arguments.
29629         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
29630         (gamma_coeff): New variable.
29631         (NCOEFF): New macro.
29632         (gammal_positive): New function.
29633         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
29634         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
29635         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
29636         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
29637         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
29638         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
29639         * sysdeps/generic/math_private.h (__gamma_productf): New
29640         prototype.
29641         (__gamma_product): Likewise.
29642         (__gamma_productl): Likewise.
29643         * math/Makefile (libm-calls): Add gamma_product.
29644         * math/libm-test.inc (tgamma_test): Add more tests.
29645         * sysdeps/i386/fpu/libm-test-ulps: Update.
29646         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29648 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
29650         * benchtests/bench-skeleton.c (main): Preheat CPU.
29652 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
29654         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
29656 2013-05-07  Roland McGrath  <roland@hack.frob.com>
29658         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
29659         and _dl_skip_args_internal.
29661 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
29663         * manual/message.texi (Message Translation): Talk about users.
29664         Message to key mapping impacts design.
29666 2013-05-06  Roland McGrath  <roland@hack.frob.com>
29668         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
29670         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
29672         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
29673         * sysdeps/wordsize-64/glob64.c: ... here.
29675         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
29676         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
29677         New macros.
29679         * debug/getlogin_r_chk.c: Moved to ...
29680         * login/getlogin_r_chk.c: ... here.
29681         * debug/Makefile (routines): Move getlogin_r_chk to ...
29682         * login/Makefile (routines): ... here.
29683         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
29684         * login/Versions (libc: GLIBC_2.4): ... here.
29686         * io/poll.c (__poll): Renamed from poll.
29687         Add libc_hidden_def.
29688         (poll): Define as weak alias.
29690         * debug/ptsname_r_chk.c: Moved to ...
29691         * login/ptsname_r_chk.c: ... here.
29692         * debug/Makefile (routines): Move ptsname_r_chk to ...
29693         * login/Makefile (routines): ... here.
29694         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
29695         * login/Versions (libc: GLIBC_2.4): ... here.
29697         * posix/getlogin.c: Moved to ...
29698         * login/getlogin.c: ... here.
29699         * posix/getlogin_r.c: Moved to ...
29700         * login/getlogin_r.c: ... here.
29701         * posix/getlogin_r.c: Moved to ...
29702         * login/getlogin_r.c: ... here.
29703         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
29704         * login/Makefile (routines): ... here.
29705         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
29706         * login/Versions (libc: GLIBC_2.0): ... here.
29708         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
29709         (setrlimit): Define as weak alias.
29711         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
29712         Call __ names for open, ftruncate, and close.
29713         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
29714         (truncate): Define as weak alias.
29716 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
29718         * math/gen-libm-test.pl (parse_args): Initialize x before each
29719         test of frexp, modf and remquo.
29721         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
29722         test signgam value.
29724 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29726         [BZ #15418]
29727         [BZ #15419]
29728         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
29729         internal tests.
29730         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29732 2013-05-06  Roland McGrath  <roland@hack.frob.com>
29734         * elf/dl-writev.h: New file.
29735         * elf/dl-misc.c: Include it.
29736         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
29737         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
29739 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
29741         * math/libm-test.inc (noXFails): Remove variable.
29742         (noXPasses): Likewise.
29743         (BUILD_COMPLEX_INT): Remove macro.
29744         (print_screen): Remove xfail argument.
29745         (print_screen_max_error): Likewise.
29746         (update_stats): Likewise.
29747         (print_max_error): Likewise.  Update calls to other affected
29748         functions.
29749         (print_complex_max_error): Likewise.
29750         (test_single_exception): Update calls to print_screen.
29751         (test_single_errno): Likewise.
29752         (check_float_internal): Remove xfail argument.  Update calls to
29753         other affected functions.
29754         (check_float): Likewise.
29755         (check_complex): Likewise.
29756         (check_int): Likewise.
29757         (check_long): Likewise.
29758         (check_bool): Likewise.
29759         (check_longlong): Likewise.
29760         (main): Don't print noXFails and noXPasses.
29761         * math/gen-libm-test.pl (top level): Don't mention expected
29762         failure handling in comment.
29763         (new_test): Don't handle expected failures.
29764         (parse_args): Don't mention expected failure handling in comment.
29765         (generate_testfile): Don't handle expected failures.
29766         (parse_ulps): Likewise.
29767         (print_ulps_file): Likewise.
29768         (get_failure): Remove function.
29769         (output_test): Don't handle expected failures.
29770         * make/README.libm-test: Don't mention expected failure handling.
29772         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
29773         (minus_zero): Likewise.
29774         (plus_infty): Likewise.
29775         (minus_infty): Likewise.
29776         (qnan_value): Likewise.
29777         (max_value): Likewise.
29778         (min_value): Likewise.
29779         (min_subnorm_value): Likewise.
29780         (initialize): Do not initialize those variables dynamically.
29782 2013-05-03  Roland McGrath  <roland@hack.frob.com>
29784         * io/open.c (__open_2): Moved to ...
29785         * io/open_2.c: ... this new file.
29786         * io/open64.c (__open64_2): Moved to ...
29787         * io/open64_2.c: ... this new file.
29788         * io/openat.c (__openat_2): Moved to ...
29789         * io/openat_2.c: ... this new file.
29790         * io/openat64.c (__openat64_2): Moved to ...
29791         * io/openat64_2.c: ... this new file.
29792         * io/Makefile (routines): Add them.
29793         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
29794         * sysdeps/unix/sysv/linux/open_2.c: File removed.
29795         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
29796         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
29797         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
29798         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
29799         (__openat64): Add hidden_ver.
29800         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
29801         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
29803         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
29804         Separately conditionalize setting of GLRO(dl_sysinfo) so
29805         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
29806         as well, but the actual setting is only under [NEED_DL_SYSINFO].
29808 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29810         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
29811         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
29812         definition.
29813         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
29814         * sysdeps/unix/sysv/linux/powerpc/init-first.c
29815         (_libc_vdso_platform_setup): Add __vdso_time initialization.
29816         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
29817         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
29819 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
29821         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
29822         test signgam value.
29824         * math/libm-test.inc (hypot_test): Do not use
29825         IGNORE_ZERO_INF_SIGN.
29827 2013-05-03  Andreas Jaeger  <aj@suse.de>
29829         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
29830         Linux 3.9.
29831         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
29832         (PF_MAX): Adjust for VSOCK change.
29834 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29836         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29838 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
29840         [BZ #15264]
29841         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
29842         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
29843         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
29845 2013-05-02  David S. Miller  <davem@davemloft.net>
29847         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29849 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
29851         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
29853 2013-05-01  Roland McGrath  <roland@hack.frob.com>
29855         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
29857 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
29859         [BZ #14952]
29860         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
29861         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29862         Use __attribute__ ((__gnu_inline__)).
29863         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29864         Don't use __attribute__ ((__gnu_inline__)).
29866 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
29868         [BZ #15423]
29869         * math/s_catan.c (__catan): Handle small real or imaginary part of
29870         input specially to avoid spurious underflow.
29871         * math/s_catanf.c (__catanf): Likewise.
29872         * math/s_catanh.c (__catanh): Likewise.
29873         * math/s_catanhf.c (__catanhf): Likewise.
29874         * math/s_catanhl.c (__catanhl): Likewise.
29875         * math/s_catanl.c (__catanl): Likewise.
29876         * math/libm-test.inc (catan_test): Add more tests.
29877         (catanh_test): Likewise.
29878         * sysdeps/i386/fpu/libm-test-ulps: Update.
29879         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29881 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29883         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29885 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
29887         [BZ #15416]
29888         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
29889         accurately for denominator in atan2.
29890         * math/s_catanf.c (__catanf): Likewise.
29891         * math/s_catanh.c (__catanh): Likewise.
29892         * math/s_catanhf.c (__catanhf): Likewise.
29893         * math/s_catanhl.c (__catanhl): Likewise.
29894         * math/s_catanl.c (__catanl): Likewise.
29895         * math/libm-test.inc (catan_test): Add more tests.
29896         (catanh_test): Likewise.
29897         * sysdeps/i386/fpu/libm-test-ulps: Update.
29898         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29900 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
29902         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
29904         * benchtests/Makefile (bench): Remove slow benchmarks.
29905         * benchtests/atan-inputs: Add slow benchmark inputs.
29906         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
29907         (BENCH_FUNC): Accept variant offset.
29908         (VARIANT): Define.
29909         * benchtests/bench-skeleton.c (main): Run benchmark for each
29910         variant.
29911         * benchtests/cos-inputs: Add slow benchmark inputs.
29912         * benchtests/exp-inputs: Likewise.
29913         * benchtests/pow-inputs: Likewise.
29914         * benchtests/sin-inputs: Likewise.
29915         * benchtests/slowatan-inputs: Remove.
29916         * benchtests/slowatan.c: Remove.
29917         * benchtests/slowcos-inputs: Remove.
29918         * benchtests/slowcos.c: Remove.
29919         * benchtests/slowexp-inputs: Remove.
29920         * benchtests/slowexp.c: Remove.
29921         * benchtests/slowpow-inputs: Remove.
29922         * benchtests/slowpow.c: Remove.
29923         * benchtests/slowsin-inputs: Remove.
29924         * benchtests/slowsin.c: Remove.
29925         * benchtests/slowtan-inputs: Remove.
29926         * benchtests/slowtan.c: Remove.
29927         * benchtests/tan-inputs: Add slow benchmark inputs.
29928         * scripts/bench.pl: Parse comments and directives.
29930         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
29931         in CPPFLAGS.
29932         ($(objpfx)bench-%.c): Remove *-ITER.
29933         * benchtests/bench-modf.c: Remove definition of ITER.
29934         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
29935         (main): Loop for DURATION seconds instead of fixed number of
29936         iterations.
29937         * scripts/bench.pl: Don't expect iterations in parameters.
29939 2013-04-29  Roland McGrath  <roland@hack.frob.com>
29941         * io/fchdir.c (__fchdir): Renamed from fchdir.
29942         (fchdir): Define as weak alias.
29944 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
29946         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
29947         (ERRNO_EDOM): Likewise.
29948         (ERRNO_ERANGE): Likewise.
29949         (noErrnoTests): New variable.
29950         (init_max_error): Set errno to 0.
29951         (test_single_errno): New function.
29952         (test_errno): Likewise.
29953         (check_float_internal): Call test_errno.  Set errno to 0.
29954         (check_complex): Refer to errno tests in comment.
29955         (check_int): Call test_errno.  Set errno to 0.
29956         (check_long): Likewise.
29957         (check_bool): Likewise.
29958         (check_longlong): Likewise.
29959         (cos_test): Use ERRNO_* flags for errno tests instead of
29960         check_int.
29961         (expm1_test): Likewise.
29962         (fmod_test): Likewise.
29963         (ilogb_test): Likewise.
29964         (lgamma_test): Likewise.
29965         (pow_test): Likewise.
29966         (remainder_test): Likewise.
29967         (sin_test): Likewise.
29968         (tan_test): Likewise.
29969         (yn_test): Likewise.
29970         (initialize): Set errno to 0.
29971         (main): Print number of errno tests.
29972         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
29974 2013-04-29  Andreas Jaeger  <aj@suse.de>
29976         [BZ #15084]
29977         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
29978         and RES_USEVC.
29980         [BZ #15085]
29981         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
29982         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
29983         unimplemented.
29985         [BZ #15380]
29986         * stdlib/random.c (__initstate): Return NULL if
29987         __initstate fails.
29989         [BZ #15086]
29990         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
29991         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
29992         RES_SNGLKUPREOP.
29994 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29996         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29998 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30000         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
30001         of individual tests.
30002         (casin_test): Likewise.
30003         (casinh_test): Likewise.
30005 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
30007         [BZ #15409]
30008         * math/s_catan.c (__catan): Handle arguments with large real or
30009         imaginary part separately without squaring.
30010         * math/s_catanf.c (__catanf): Likewise.
30011         * math/s_catanh.c (__catanh): Likewise.
30012         * math/s_catanhf.c (__catanhf): Likewise.
30013         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30014         and redefine.
30015         (__catanhl): Handle arguments with large real or imaginary part
30016         separately without squaring.
30017         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30018         and redefine.
30019         (__catanl): Handle arguments with large real or imaginary part
30020         separately without squaring.
30021         * math/libm-test.inc (catan_test): Add more tests.
30022         (catanh_test): Likewise.
30023         * sysdeps/i386/fpu/libm-test-ulps: Update.
30024         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30026 2013-04-27  Andreas Jaeger  <aj@suse.de>
30028         [BZ #15007]
30029         * stdlib/stdlib.h: Update guards for qecvt.
30030         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
30031         <stdlib.h>.
30033 2013-04-27  Allan McRae  <allan@archlinux.org>
30035         * sysdeps/i386/fpu/libm-test-ulps: Update.
30037 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
30039         [BZ #15406]
30040         * math/s_catan.c: Include <float.h>.
30041         (__catan): Ensure underflow exception occurs for underflowed
30042         result.
30043         * math/s_catanf.c: Include <float.h>.
30044         (__catanf): Ensure underflow exception occurs for underflowed
30045         result.
30046         * math/s_catanh.c: Include <float.h>.
30047         (__catanh): Ensure underflow exception occurs for underflowed
30048         result.
30049         * math/s_catanhf.c: Include <float.h>.
30050         (__catanhf): Ensure underflow exception occurs for underflowed
30051         result.
30052         * math/s_catanhl.c: Include <float.h>.
30053         (__catanhl): Ensure underflow exception occurs for underflowed
30054         result.
30055         * math/s_catanl.c: Include <float.h>.
30056         (__catanl): Ensure underflow exception occurs for underflowed
30057         result.
30058         * math/libm-test.inc (catan_test): Add more tests.
30059         (catanh_test): Likewise.
30061         [BZ #15405]
30062         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
30063         underflowed result.
30064         * math/s_ccoshf.c (__ccoshf): Likewise.
30065         * math/s_ccoshl.c (__ccoshl): Likewise.
30066         * math/s_csin.c (__csin): Likewise.
30067         * math/s_csinf.c (__csinf): Likewise.
30068         * math/s_csinh.c (__csinh): Likewise.
30069         * math/s_csinhf.c (__csinhf): Likewise.
30070         * math/s_csinhl.c (__csinhl): Likewise.
30071         * math/s_csinl.c (__csinl): Likewise.
30072         * math/libm-test.inc (ccos_test): Add more tests.
30073         (ccosh_test): Likewise.
30074         (csin_test): Likewise.
30075         (csinh_test): Likewise.
30077 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30079         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
30080         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
30081         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
30082         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
30083         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
30084         powerpc/power5+/fpu folders.
30085         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
30088 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
30090         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30092 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
30094         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
30095         additions to variable.
30096         [$(config-machine) = x86_64] (modules-names): Likewise.
30097         ($(objpfx)tst-audit3): Remove dependency.
30098         ($(objpfx)tst-audit3.out): Likewise.
30099         ($(objpfx)tst-audit4): Likewise.
30100         ($(objpfx)tst-audit4.out): Likewise.
30101         ($(objpfx)tst-audit5): Likewise.
30102         ($(objpfx)tst-audit5.out): Likewise.
30103         ($(objpfx)tst-audit6): Likewise.
30104         ($(objpfx)tst-audit6.out): Likewise.
30105         ($(objpfx)tst-audit7): Likewise.
30106         ($(objpfx)tst-audit7.out): Likewise.
30107         (tst-audit3-ENV): Remove variable.
30108         (tst-audit4-ENV): Likewise.
30109         (tst-audit5-ENV): Likewise.
30110         (tst-audit6-ENV): Likewise.
30111         (tst-audit7-ENV): Likewise.
30112         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
30113         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
30114         addition to variable.
30115         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
30116         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
30117         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
30118         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
30119         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
30120         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
30121         tst-audit3, tst-audit4 and tst-audit5.
30122         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
30123         tst-audit6 and tst-audit7.
30124         [$(subdir) = elf] (modules-names): Add audit modules for those
30125         tests.
30126         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
30127         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
30128         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
30129         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
30130         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
30131         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
30132         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
30133         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
30134         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
30135         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
30136         [$(subdir) = elf] (tst-audit3-ENV): New variable.
30137         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
30138         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
30139         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
30140         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
30141         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
30142         Likewise.
30143         [$(subdir) = elf && $(config-cflags-avx) = yes]
30144         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
30145         [$(subdir) = elf && $(config-cflags-avx) = yes]
30146         (CFLAGS-tst-auditmod4a.c): Likewise.
30147         [$(subdir) = elf && $(config-cflags-avx) = yes]
30148         (CFLAGS-tst-auditmod4b.c): Likewise.
30149         [$(subdir) = elf && $(config-cflags-avx) = yes]
30150         (CFLAGS-tst-auditmod6b.c): Likewise.
30151         [$(subdir) = elf && $(config-cflags-avx) = yes]
30152         (CFLAGS-tst-auditmod6c.c): Likewise.
30153         [$(subdir) = elf && $(config-cflags-avx) = yes]
30154         (CFLAGS-tst-auditmod7b.c): Likewise.
30155         * elf/tst-audit3.c: Move to ...
30156         * sysdeps/x86_64/tst-audit3.c: ... here.
30157         * elf/tst-audit4.c: Move to ...
30158         * sysdeps/x86_64/tst-audit4.c: ... here.
30159         * elf/tst-audit5.c: Move to ...
30160         * sysdeps/x86_64/tst-audit5.c: ... here.
30161         * elf/tst-audit6.c: Move to ...
30162         * sysdeps/x86_64/tst-audit6.c: ... here.
30163         * elf/tst-audit7.c: Move to ...
30164         * sysdeps/x86_64/tst-audit7.c: ... here.
30165         * elf/tst-auditmod3a.c: Move to ...
30166         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
30167         * elf/tst-auditmod3b.c: Move to ...
30168         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
30169         * elf/tst-auditmod4a.c: Move to ...
30170         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
30171         * elf/tst-auditmod4b.c: Move to ...
30172         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
30173         * elf/tst-auditmod5a.c: Move to ...
30174         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
30175         * elf/tst-auditmod5b.c: Move to ...
30176         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
30177         * elf/tst-auditmod6a.c: Move to ...
30178         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
30179         * elf/tst-auditmod6b.c: Move to ...
30180         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
30181         * elf/tst-auditmod6c.c: Move to ...
30182         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
30183         * elf/tst-auditmod7a.c: Move to ...
30184         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
30185         * elf/tst-auditmod7b.c: Move to ...
30186         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
30188 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
30190         [BZ #15366]
30191         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
30192         define unconditionally.
30193         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
30194         define unconditionally.
30195         (INT8_C, INT16_C, etc.): Likewise.
30197 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
30199         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
30200         __ehdr_start with hidden visibility.
30202         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
30204 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
30206         * math/libm-test.inc (cos_test): Use accurate hex constants.
30207         (sincost_test): Likewise.
30209 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
30211         * math/libm-test.inc (catan_test): Add more tests.
30212         (catanh_test): Likewise.
30214         * math/s_catanf.c (__catanf): Use suffixed floating-point
30215         constants.
30216         * math/s_catanhf.c (__catanhf): Likewise.
30217         * math/s_catanhl.c (__catanhl): Likewise.
30218         * math/s_catanl.c (__catanl): Likewise.
30220         [BZ #15394]
30221         * math/s_catan.c (__catan): Calculate imaginary part of result
30222         with log1p not log unless computing log of number close to 0.
30223         * math/s_catanf.c (__catanf): Likewise.
30224         * math/s_catanl.c (__catanl): Likewise.
30225         * math/s_catanh.c (__catanh): Calculate real part of result with
30226         log1p not log unless computing log of number close to 0.
30227         * math/s_catanhf.c (__catanhf): Likewise.
30228         * math/s_catanhl.c (__catanhl): Likewise.
30229         * math/libm-test.inc (catan_test): Add more tests.
30230         (catanh_test): Likewise.
30231         * sysdeps/i386/fpu/libm-test-ulps: Update.
30232         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30234 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
30236         * benchtests/Makefile: Mention files in which fast and slow
30237         paths of math functions are implemented.
30239 2013-04-23  Roland McGrath  <roland@hack.frob.com>
30241         * sysdeps/posix/timespec_get.c: New file.
30243 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30245         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
30246         POWER.
30247         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
30248         for POWER.
30249         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
30250         powerpc/power5/fpu folders.
30251         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
30252         * benchtests/Makefile: Add modf testcase.
30253         * benchtests/bench-modf.c: New file: Benchmark test for mo
30255 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
30257         [BZ #14888]
30258         * time/Makefile (tests): Add tst-strptime-whitespace.
30259         * time/strptime_l.c (get_number): Use ISSPACE.
30260         (__strptime_internal): Likewise.
30261         * time/tst-strptime-whitespace.c: New test case.
30263 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
30265         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
30266         member.
30267         (_nss_files_init): Set it here.
30269 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
30271         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
30272         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
30273         unsigned.
30275 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
30277         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
30279 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
30281         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
30282         size just once.
30284 2013-04-21  David S. Miller  <davem@davemloft.net>
30286         * po/ru.po: Update Russion translation from translation project.
30288 2013-04-17  Adam Conrad  <adconrad@0c3.net>
30290         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
30291         and setfsgid.
30293 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
30295         * configure.in: Remove i386 configure warning. Remove i386 case.
30296         * configure: Regenerate.
30297         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
30298         Add example to error message.
30299         * sysdeps/i386/configure: Regenerate.
30301 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30303         * benchtests/Makefile (bench): Add cos, tan, slowcos and
30304         slowtan.
30305         * benchtests/cos-inputs: New file.
30306         * benchtests/slowcos-inputs: New file.
30307         * benchtests/slowcos.c: New file.
30308         * benchtests/slowtan-inputs: New file.
30309         * benchtests/slowtan.c: New file.
30310         * benchtests/tan-inputs: New file.
30312 2013-04-16  Roland McGrath  <roland@hack.frob.com>
30314         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
30315         considered kosher.
30317 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30319         * benchtests/Makefile: Include cppflags-iterator.mk to add
30320         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
30322         * Makefile.in (bench-clean): New target.
30323         * benchtests/Makefile (bench-clean): Likewise.
30325 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
30327         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
30329 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
30331         * stdio-common/tstdiomisc.c: Fix coding-style violation.
30333 2013-04-15  Andreas Schwab  <schwab@suse.de>
30335         * nscd/grpcache.c (cache_addgr): Properly check for short write.
30336         * nscd/initgrcache.c (addinitgroupsX): Likewise.
30337         * nscd/pwdcache.c (cache_addpw): Likewise.
30338         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
30339         more than recsize.
30341 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30343         * benchtests/Makefile (bench): Write all output to
30344         bench-out.tmp together.
30346 2013-04-15  Andreas Schwab  <schwab@suse.de>
30348         * nscd/nscd.c (main): Don't fork again after closing files.
30350 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30352         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
30354         * benchtests/Rules (bench-deps): Collect dependencies into a
30355         single variable.  Add Makefile to dependencies.
30356         ($(objpfx)bench-%.c): Depend on bench-deps.
30358 2013-04-12  Roland McGrath  <roland@hack.frob.com>
30359             Xavier Roche  <roche+kml2@exalead.com>
30361         [BZ #15361]
30362         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
30363         just that it's a file descriptor.
30364         * manual/llio.texi (Synchronizing AIO Operations): Update description
30365         for EBADF error from aio_fsync.
30367 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
30369         * Rules (bench): Move target definition...
30370         * benchtests/Makefile: ... here.
30372 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
30374         * math/libm-test.inc (cos_test): Fix PI/2 test.
30375         (sincos_test): Likewise.
30376         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
30377         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
30379 2013-04-11  Andreas Schwab  <schwab@suse.de>
30381         [BZ #13988]
30382         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
30383         accept exponent character only when digits were seen.
30384         * stdio-common/Makefile (tests): Add bug26.
30385         * stdio-common/bug26.c: New file.
30387         [BZ #14293]
30388         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
30389         non-freeable.
30391 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30393         * Makeconfig (rtld-prefix): Define built linker prefix.
30394         * Rules (run-bench): Use it.
30395         * math/Makefile (run-regen-ulps): Likewise.
30397         * Rules (bench): Remove eval.
30399 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30400             Roland McGrath  <roland@hack.frob.com>
30401             Ondrej Bilka  <neleai@seznam.cz>
30403         [BZ #15346]
30404         * time/getdate.c: Include ctype.h and alloca.h.
30405         (__getdate_r): Trim leading and trailing spaces of input.
30406         * time/tst-getdate.c (tests): Add tests with leading and
30407         trailing spaces.
30409 2013-04-08  Roland McGrath  <roland@hack.frob.com>
30411         [BZ #14280]
30412         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
30413         when computing value.
30415 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30417         * math/README.libm-test (How can I generate "libm-test-ulps"?):
30418         Use testrun.sh to run libm tests.
30420         [BZ #15309]
30421         * elf/dl-open.c (dl_open_worker): memset all of seen array.
30423 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
30425         [BZ #15264]
30426         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
30428 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30430         * Makefile.in (regen-ulps): New target.
30431         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
30432         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
30433         [ifneq (no,$(PERL)] (regen-ulps): New target.
30434         [ifeq (no,$(PERL)] (regen-ulps): New target.
30435         * math/libm-test.inc (ulps_file_name): Define.
30436         (output_dir): New variable.
30437         (options): Add "output-dir" option.
30438         (parse_opt): Handle 'o' case.
30439         (main): If output_dir is non-NULL use it as a prefix
30440         otherwise use "".
30441         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
30443 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30445         [BZ #10060, #10062]
30446         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
30447         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
30448         fail configure if __sync_val_compare_and_swap is not inlined.
30449         * sysdeps/i386/configure: Regenerate.
30450         * configure.in: Build for i686 when configured for i386.
30451         * configure: Regenerate.
30452         * README: Remove i386 reference.
30454 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30456         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
30457         * sysdeps/s390/s390-64/sysdep.h: Likewise.
30459 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
30461         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
30462         (lmsnanval): New variables.
30463         (F): Add conversion tests.
30464         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
30465         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
30467         * stdio-common/tstdiomisc.c (F): Properly collect individual
30468         tests' results.
30470         [BZ #14686, #15336]
30471         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
30472         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
30473         Instead, use input NaN values or generate a qNaN by arithmetic
30474         operation.  Also fix bugs to comply with the standard.
30475         * math/libm-test.inc (remainder_test): Add more tests.
30477         [BZ #15335, #15342]
30478         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
30479         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
30480         input NaN values or generate a qNaN by arithmetic operation.
30482         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
30483         unreachable code.
30485         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
30486         definitions.
30488 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
30490         [BZ #14478]
30491         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
30492         underflowed result.
30493         * math/s_cexpf.c (__cexpf): Likewise.
30494         * math/s_cexpl.c (__cexpl): Likewise.
30495         * math/libm-test.inc (cexp_test): Add more tests.
30497 2013-04-03  Andreas Schwab  <schwab@suse.de>
30499         [BZ #15330]
30500         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
30501         order arrays from heap if bigger than alloca cutoff.
30503 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
30505         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
30506         (SNAN_TESTS_double): Refer to GCC PR56831.
30507         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
30508         GCC PR56828.
30510 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
30512         * Rules (bench): Move bench.out after the run is complete.
30514         * Rules (bench): Echo currently running benchmark.
30516         * benchtests/Makefile (bench): Add atan and slowatan.
30517         * benchtests/atan-inputs: New file.
30518         * benchtests/slowatan-inputs: New file.
30519         * benchtests/slowatan.c: New file.
30521         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
30522         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
30523         its value.
30525         [BZ #15305]
30526         * sysdeps/unix/sysv/linux/kernel-features.h
30527         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
30528         __ASSUME_XFS_RESTRICTED_CHOWN.
30529         * sysdeps/unix/sysv/linux/pathconf.c
30530         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
30531         Save and restore errno.
30533 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
30535         [BZ #15327]
30536         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
30537         arguments using __kernel_casinh.
30538         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
30539         arguments using __kernel_casinhf.
30540         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
30541         arguments using __kernel_casinhl.
30542         * math/libm-test.inc (cacosh_test): Add more tests.
30543         * sysdeps/i386/fpu/libm-test-ulps: Update.
30544         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30546 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30548         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
30549         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
30551         * bench/Makefile (bench): Add sin and slowsin.
30552         * benchtests/sin-inputs: New file.
30553         * benchtests/slowsin-inputs: New file.
30554         * benchtests/slowsin.c: New file.
30556         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
30557         (bench): Add slowexp and slowpow.
30558         (exp-ITER): Increase iterations.
30559         (pow-ITER): Likewise.
30560         * benchtests/exp-inputs: Change input.
30561         * benchtests/pow-inputs: Likewise.
30562         * benchtests/slowexp-inputs: New file.
30563         * benchtests/slowexp.c: New file.
30564         * benchtests/slowpow-inputs: New file.
30565         * benchtests/slowpow.c: New file.
30567 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30569         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
30570         instructions.
30571         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
30572         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
30573         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
30574         * benchtests/Makefile: Add rint benchtest.
30575         * benchtests/rint-inputs: Input for rint benchtest.
30577 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
30579         * Versions.def (libm): Add GLIBC_2.18.
30580         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
30581         hidden libm prototypes.
30582         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
30583         * math/Makefile (libm-calls): Add s_issignaling.
30584         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
30585         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
30586         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
30587         declaration.
30588         * math/math.h [__USE_GNU] (issignaling): New macro.
30589         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
30590         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
30591         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
30592         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
30593         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
30594         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
30595         * manual/arith.texi (issignaling): New section.
30596         * manual/libm-err-tab.pl (@all_functions): Update comment.
30597         * math/gen-libm-test.pl (parse_args): Apply special handling for
30598         issignaling.
30599         * math/libm-test.inc (print_float, issignaling_test): New
30600         functions.
30601         (check_float_internal): Add issignaling checks.
30602         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
30603         default definition.
30604         * sysdeps/powerpc/math-tests.h: New file.
30605         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
30606         tests.
30607         * math/test-snan.c (TEST_FUNC): Likewise.
30609 2013-03-30  David S. Miller  <davem@davemloft.net>
30611         * po/de.po: Update from translation team.
30613 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
30615         [BZ #10357]
30616         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30617         imaginary part less than 1.0 and real part less than 0.5
30618         specially.
30619         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30620         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30621         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
30622         (cacos_test): Add more tests.
30623         (casin_test): Likewise.
30624         (casinh_test): Likewise.
30625         * sysdeps/i386/fpu/libm-test-ulps: Update.
30626         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30628 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30630         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
30631         ONE with its value.
30633         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
30634         (__pow_mp): Replace ONE and MONE with their values.
30635         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30636         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
30637         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30638         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
30639         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30640         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30642         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
30644         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
30645         (__pow_mp): Replace ZERO and MZERO with their values.
30646         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30647         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30648         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30649         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30650         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30651         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
30652         (__sqr): Likewise.
30654         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
30656         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
30658 2013-03-28  Roland McGrath  <roland@hack.frob.com>
30660         * include/stdlib.h [!SHARED] (__call_tls_dtors):
30661         Declare with __attribute__ ((weak)).
30662         * stdlib/exit.c (__libc_atexit) [!SHARED]:
30663         Call __call_tls_dtors only if it's not NULL.
30665 2013-03-28  Roland McGrath  <roland@hack.frob.com>
30667         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
30668         didn't do it already, then set _dl_phdr and _dl_phnum based on the
30669         magic __ehdr_start linker symbol if it's defined.
30670         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
30671         them up here if it was already done.
30673         * elf/dl-support.c (_dl_phdr): Make pointer to const.
30674         (_dl_aux_init): Use const in cast when setting it.
30675         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
30676         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
30677         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
30679         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
30680         Declare them here.
30681         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
30682         * csu/libc-tls.c: Nor here.
30683         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
30685         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
30686         (__libc_message): Never call vsyslog.
30688 2013-03-28  Alan Modra  <amodra@gmail.com>
30690         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
30691         Define as empty.
30692         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
30693         Likewise.
30695 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30697         [BZ #15214]
30698         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
30699         underflow.
30700         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30702 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30704         [BZ #15304]
30705         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
30706         Don't add gid passed as argument.
30708         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
30710 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
30712         [BZ #15307]
30713         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30714         imaginary part between 1.0 and 1.5 and real part less than 0.5
30715         specially.
30716         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30717         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30718         * math/libm-test.inc (cacos_test): Add more tests.
30719         (casin_test): Likewise.
30720         (casinh_test): Likewise.
30721         * sysdeps/i386/fpu/libm-test-ulps: Update.
30722         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30724 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30726         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
30727         constants.
30728         (norm): Likewise.
30729         (denorm): Likewise.
30730         (__dbl_mp): Likewise.
30731         (add_magnitudes): Likewise.
30732         (sub_magnitudes): Likewise.
30733         (__add): Likewise.
30734         (__sub): Likewise.
30735         (__mul): Likewise.
30736         (__sqr): Likewise.
30737         (__inv): Likewise.
30738         (__dvd): Likewise.
30740         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
30741         commented code.
30742         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
30743         (__dubcos): Likewise.
30744         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
30745         (__ieee754_acos): Likewise.
30746         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30747         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
30748         (__exp1): Likewise.
30749         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30750         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
30751         (log1): Likewise.
30752         (my_log2): Likewise.
30753         (checkint): Likewise.
30754         * sysdeps/ieee754/dbl-64/e_remainder.c
30755         (__ieee754_remainder): Likewise.
30756         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30757         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
30758         (bsloww): Likewise.
30759         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30761         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30762         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
30763         MANTISSA_STORE_T to store computations on mantissa.  Use
30764         macros for rounding and division.
30765         (denorm): Likewise.
30766         (__dbl_mp): Likewise.
30767         (add_magnitudes): Likewise.
30768         (sub_magnitudes): Likewise.
30769         (__mul): Likewise.
30770         (__sqr): Likewise.
30771         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
30772         powers of two in terms of TWOPOW macro.
30773         (mp_no): Make type of mantissa as MANTISSA_T.
30774         [!RADIXI]: Define RADIXI.
30775         [!TWO52]: Define TWO52.
30776         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30778 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30780         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
30781         llroundl symbol when building for PPC32.
30783 2013-03-24  Mark H Weaver  <mhw@netris.org>
30785         * manual/arith.texi (Normalization Functions): Fix prototypes for
30786         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
30788 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30790         [BZ #13889]
30791         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
30792         high value to check if expl overflow.
30793         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
30794         to check for underflow and overflow.
30795         * math/libm-test.inc: Add exp test.
30797 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
30799         [BZ #11120]
30800         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
30801         with NOT_IN_libc.
30803 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30805         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
30806         symbol.
30808 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
30810         * math/gen-libm-test.pl (parse_args, special_functions): Properly
30811         wrap blocks consisting of several statements.
30813         * sysdeps/generic/math-tests.h: New file.
30814         * sysdeps/i386/fpu/math-tests.h: Likewise.
30815         * math/test-snan.c: Include it.
30816         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
30818 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
30820         [BZ #15285]
30821         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
30822         (__ieee754_j0l): Do not improve calculations using cos of twice
30823         input for inputs above LDBL_MAX / 2.0L.
30824         (__ieee754_y0l): Likewise.
30825         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
30826         (__ieee754_j1l): Do not improve calculations using cos of twice
30827         input for inputs above LDBL_MAX / 2.0L.
30828         (__ieee754_y1l): Likewise.
30829         * math/libm-test.inc (j0_test): Add another test.
30830         (j1_test): Likewise.
30831         (y0_test): Likewise.
30832         (y1_test): Likewise.
30833         * sysdeps/i386/fpu/libm-test-ulps: Update.
30835 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30837         * Rules ($(objpfx)bench-%.c): Include code from a C source
30838         file.
30840 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
30842         [BZ #15287]
30843         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30844         imaginary part 1.0 and real part less than 0.5 specially.
30845         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30846         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30847         * math/libm-test.inc (cacos_test): Add more tests.
30848         (casin_test): Likewise.
30849         (casinh_test): Likewise.
30850         * sysdeps/i386/fpu/libm-test-ulps: Update.
30851         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30853 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30855         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
30856         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
30858 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
30860         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
30861         * config.make.in (config-cflags-sse4): Remove variable.
30862         (config-cflags-avx): Likewise.
30863         (config-cflags-sse2avx): Likewise.
30864         (config-cflags-novzeroupper): Likewise.
30865         (config-asflags-i686): Likewise.
30866         (have-mfma4): Likewise.
30867         (have-as-vis3): Likewise.
30868         (MIG): Likewise.
30869         * configure.in (MIG): Do not AC_SUBST.
30870         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
30871         (libc_cv_cc_sse4): Do not AC_SUBST.
30872         (libc_cv_cc_avx): Likewise.
30873         (libc_cv_cc_sse2avx): Likewise.
30874         (libc_cv_cc_novzeroupper): Likewise.
30875         (libc_cv_cc_fma4): Likewise.
30876         (libc_cv_as_i686): Likewise.
30877         (libc_cv_sparc_as_vis3): Likewise.
30878         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
30879         LIBC_CONFIG_VAR.
30880         (config-asflags-i686): Likewise.
30881         (config-cflags-avx): Likewise.
30882         (config-cflags-sse2avx): Likewise.
30883         (have-mfma4): Likewise.
30884         (config-cflags-novzeroupper): Likewise.
30885         * sysdeps/mach/configure.in (MIG): Likewise.
30886         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
30887         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
30888         LIBC_CONFIG_VAR.
30889         (config-cflags-avx): Likewise.
30890         (config-cflags-sse2avx): Likewise.
30891         (have-mfma4): Likewise.
30892         (config-cflags-novzeroupper): Likewise.
30893         * configure: Regenerated.
30894         * sysdeps/i386/configure: Likewise.
30895         * sysdeps/mach/configure: Likewise.
30896         * sysdeps/sparc/configure: Likewise.
30897         * sysdeps/x86_64/configure: Likewise.
30899 2013-03-20  Roland McGrath  <roland@hack.frob.com>
30901         [BZ #14812]
30902         * locale/programs/localedef.c (options): Put N_ translation marker
30903         on argument names, not just descriptions.
30905 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30907         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
30909 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
30911         [BZ #14176]
30912         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
30914 2013-03-19  Roland McGrath  <roland@hack.frob.com>
30916         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
30917         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
30918         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
30919         [!BEFORE_ABORT] (before_abort): New function.
30920         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
30921         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
30922         (writev_for_fatal): New function.
30923         (WRITEV_FOR_FATAL): New macro; call that.
30924         (backtrace_and_maps): New function.
30925         (BEFORE_ABORT): New macro; call that.
30926         (struct str_list): Type removed.
30927         (__libc_message, __libc_fatal): Functions removed.
30928         Include <sysdeps/posix/libc_fatal.c> instead.
30930 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
30932         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
30933         constants.
30934         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
30935         double constants.
30937 2013-03-19  Andreas Schwab  <schwab@suse.de>
30939         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
30940         * sysdeps/gnu/configure: Regenerate.
30942         * configure.in: Substitute libc_cv_rtlddir.
30943         * configure: Regenerate.
30944         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
30945         * Makeconfig (rtlddir, inst_rtlddir): New variables.
30946         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
30947         * elf/Makefile (install-others, CFLAGS-interp.c)
30948         (ldso_install, common-ldd-rewrite): Likewise.
30949         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
30950         $(inst_slibdir)/$(rtld-installed-name).
30951         * scripts/rellns-sh: Add -p option.
30952         * Makerules (make-shlib-link): Use rellns-sh to get relative name
30953         for source.
30955 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30957         * manual/nptl.texi: Renamed to ...
30958         * manual/threads.texi: ... this.
30959         * manual/Makefile (chapters): Update.
30961 2013-03-18  Roland McGrath  <roland@hack.frob.com>
30963         [BZ #14812]
30964         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
30965         on argument names, not just descriptions.
30966         * malloc/memusagestat.c (options): Likewise.
30967         * nss/getent.c (options): Likewise.
30969 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
30971         [BZ #14812]
30972         * iconv/iconv_prog.c (options): Put N_ translation marker
30973         on argument names, not just descriptions.
30974         * iconv/iconvconfig.c (options): Likewise.
30976 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
30978         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
30979         implementation which is faster on all x86_64 architectures.
30980         Tested on AMD, Intel Nehalem, SNB, IVB.
30981         * sysdeps/x86_64/strnlen.S: Likewise.
30983         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
30984         Remove all multiarch strlen and strnlen versions.
30985         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
30986         Remove strlen and strnlen related parts.
30988         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
30989         Inline strlen part.
30990         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
30992         * sysdeps/x86_64/multiarch/strlen.S: Remove.
30993         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
30994         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
30995         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
30996         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30997         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
30999 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
31001         * manual/memory.texi (Malloc Tunable Parameters):
31002         Sort parameters alphabetically. Add comments for missing entries.
31004 2013-03-17  David S. Miller  <davem@davemloft.net>
31006         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31008 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
31010         [BZ #15283]
31011         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
31012         for arguments at most half maximum finite value.
31013         * math/libm-test.inc (j0_test): Add more tests.
31014         (j1_test): Likewise.
31015         (y0_test): Likewise.
31016         (y1_test): Likewise.
31017         * sysdeps/i386/fpu/libm-test-ulps: Update.
31018         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31020         [BZ #14155]
31021         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
31022         1 / x and functions P and Q for arguments above 0x1p256L.
31023         (__ieee754_y0l): Likewise.
31024         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
31025         (__ieee754_y1l): Likewise.
31026         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
31027         (j1_test): Likewise.
31028         (y0_test): Likewise.
31029         (y1_test): Likewise.
31031 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
31033         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
31034         variable.
31036 2013-03-15  Roland McGrath  <roland@hack.frob.com>
31038         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
31039         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
31040         zero since it's initialized to EXEC_PAGESIZE.
31042         * sysdeps/unix/sysv/linux/ldsodefs.h
31043         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
31044         * sysdeps/generic/ldsodefs.h: ... here.
31046 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
31048         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
31050         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
31051         math/test-snan.c.
31052         * math/test-snan.c: Renamed from
31053         sysdeps/powerpc/fpu/test-powerpc-snan.c.
31054         * math/Makefile (tests): Add test-snan.
31055         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
31056         test-powerpc-snan.
31058         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
31059         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
31060         functions.
31061         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
31062         __builtin_nan family of functions.
31063         * math/libm-test.inc (initialize): Initialize qnan_value with
31064         __builtin_nan family of functions.
31065         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
31066         Remove variables.
31067         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
31068         Remove functions.
31069         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
31070         storage class.  Initialize qNaN_var and sNaN_var with
31071         __builtin_nan and __builtin_nans families of functions,
31072         respectively.
31074         * math/libm-test.inc (acosh_test): Also test with qNaN input.
31075         (sqrt_test): Remove duplicate test with qNaN input.
31076         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
31077         (round_test, signbit_test, significand_test): Note missing +/-Inf
31078         as well as qNaN tests.
31080         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
31081         qNaN_var.  Fix a few strings, too.
31082         * math/libm-test.inc (nan_value): Rename to qnan_value.
31083         * math/gen-libm-test.pl (%beautify): Adjust to that.
31084         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
31085         * math/test-misc.c (main): Likewise.
31086         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
31087         to __qnan_bytes, and __qnan_union, respectively.
31088         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
31089         Likewise.
31090         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
31091         and lqnanval, respectively.
31092         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
31093         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
31094         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
31095         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
31097         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
31098         * math/test-misc.c (main) [__x86_64__]: Enable test for long
31099         doubles.
31101         * math/test-misc.c (main): Fix copy'n'pastos.
31102         * misc/tst-efgcvt.c (special): Likewise.
31104         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
31105         Remove declarations.
31107 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31109         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
31110         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
31111         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
31112         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
31114 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31116         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
31117         macro to return vdso values correctly in IFUNC implementations.
31118         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
31119         Optimization by using IFUNC.
31121 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31122             Richard Henderson  <rth@redhat.com>
31123             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31125         * Makefile.in (bench): New target.
31126         * NEWS: Mention the benchmark framework.
31127         * Rules (bench): Likewise.
31128         (binaries-bench): Generate binaries for functions to
31129         benchmark.
31130         * benchtests/Makefile: New makefile for benchmark tests.
31131         * benchtests/bench-skeleton.c: New skeleton file for benchmark
31132         programs.
31133         * benchtests/exp-inputs: New input file for EXP function.
31134         * benchtests/pow-inputs: New input file for POW function.
31135         * scripts/bench.pl: New script to generate source files for
31136         benchmark programs.
31138 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31140         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31141         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
31142         computations on mantissa.  Use macros for rounding and
31143         division.
31144         (denorm): Likewise.
31145         (__dbl_mp): Likewise.
31146         (add_magnitudes): Likewise.
31147         (sub_magnitudes): Likewise.
31148         (__mul): Likewise.
31149         (__sqr): Likewise.
31150         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31151         powers of two in terms of TWOPOW macro.
31152         (mp_no): Make type of mantissa as MANTISSA_T.
31153         [!RADIXI]: Define RADIXI.
31154         [!TWO52]: Define TWO52.
31155         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31157         * manual/nptl.texi (cindex): Modify threads to pthreads.
31159 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
31161         * sysdeps/x86_64/preconfigure: Regenerated.
31163 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
31165         [BZ #14155]
31166         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
31167         0x1p28 and above.
31168         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
31169         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
31170         0x1p28 and above.
31171         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
31172         * math/libm-test.inc (j0_test): Do not allow one spurious
31173         underflow exception.
31174         (y1_test): Likewise.
31176 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31178         * manual/Makefile (chapters): Add nptl.
31179         * manual/debug.texi (Debugging Support): Add link to Threads
31180         chapter.
31181         * manual/nptl.texi: New file.
31183         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
31185 2013-03-14  Petr Baudis  <pasky@ucw.cz>
31187         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
31188         for non-NULL pointer before the memory validity test. Pointed
31189         out by Holger Brunck <holger.brunck@keymile.com>.
31191 2013-03-13  Andreas Schwab  <schwab@suse.de>
31193         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
31194         instead of .os.
31196 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
31198         * timezone/zic.c: Update from tzcode 2013b.
31200 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
31202         * manual/install.texi (Configuring and compiling):
31203         Mention i686 and i586.
31204         * INSTALL: Regenerate.
31206 2013-03-12  Roland McGrath  <roland@hack.frob.com>
31208         * sysdeps/init_array/elf-init.c: New file.
31209         * csu/elf-init.c
31210         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
31211         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
31213         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
31214         __gmon_start__ as global, but as static with a .preinit_array pointer.
31215         * sysdeps/init_array/gmon-start.c: New file.  Use that.
31216         * sysdeps/init_array/crti.S: New file, empty except for comments.
31217         * sysdeps/init_array/crtn.S: Likewise.
31219 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
31221         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
31222         definining bcopy.
31223         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31224         Remove Prefer_SSE_for_memop.
31225         * sysdeps/x86_64/multiarch/init-arch.h: Remove
31226         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
31227         HAS_PREFER_SSE_FOR_MEMOP.
31228         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
31229         memset-x86-64.
31230         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
31231         Remove bzero, memset ifunc support.
31232         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
31233         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
31234         * sysdeps/x86_64/multiarch/memset.S: Likewise.
31235         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31237 2013-03-11  Andreas Schwab  <schwab@suse.de>
31239         [BZ #15234]
31240         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
31241         by SHLIB_COMPAT.
31242         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
31243         (GLIBC_2.16): Remove pthread_atfork.
31245 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
31247         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
31248         (ptestcases.h): Likewise.
31250 2013-03-08  Roland McGrath  <roland@hack.frob.com>
31252         * Makeconfig ($(common-objpfx)config.status): Depend on
31253         sysdeps/*/preconfigure{,.in} too.
31255 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
31257         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
31258         (__free_hook): Use void * instead of __malloc_ptr_t.
31259         (__malloc_hook): Likewise.
31260         (__realloc_hook): Likewise.
31261         (__memalign_hook): Likewise.
31262         (__after_morecore_hook): Likewise.
31263         * malloc/arena.c (save_malloc_hook): Likewise.
31264         (save_free_hook): Likewise.
31265         * malloc/hooks.c (malloc_hook_ini): Likewise.
31266         (realloc_hook_ini): Likewise.
31267         (memalign_hook_ini): Likewise.
31268         * malloc/malloc.c (malloc_hook_ini): Likewise.
31269         (realloc_hook_ini): Likewise.
31270         (memalign_hook_ini): Likewise.
31271         (__free_hook): Likewise.
31272         (__malloc_hook): Likewise.
31273         (__realloc_hook): Likewise.
31274         (__memalign_hook): Likewise.
31275         (__libc_malloc): Likewise.
31276         (__libc_free): Likewise.
31277         (__libc_realloc): Likewise.
31278         (__libc_memalign): Likewise.
31279         (__libc_valloc): Likewise.
31280         (__libc_pvalloc): Likewise.
31281         (__libc_calloc): Likewise.
31282         (__posix_memalign): Likewise.
31283         * malloc/morecore.c (__sbrk): Likewise.
31284         (__default_morecore): Likewise.
31286         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
31288         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
31289         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
31290         __malloc_ptrdiff_t.
31292         * malloc/malloc.h (__malloc_size_t): Remove macro.
31293         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
31294         __malloc_size_t.
31295         (old_memalign_hook): Likewise.
31296         (old_realloc_hook): Likewise.
31297         (struct hdr): Likewise.
31298         (flood): Likewise.
31299         (mallochook): Likewise.
31300         (memalignhook): Likewise.
31301         (reallochook): Likewise.
31302         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
31303         (tr_old_realloc_hook): Likewise.
31304         (tr_old_memalign_hook): Likewise.
31305         (tr_mallochook): Likewise.
31306         (tr_reallochook): Likewise.
31307         (tr_memalignhook): Likewise.
31309 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31311         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
31312         default_ldbl_pack and using as default implementation.
31313         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
31314         implementation.
31315         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
31316         redundant definition.
31317         (ldbl_insert_mantissa): Likewise.
31318         (ldbl_canonicalize): Likewise.
31319         (ldbl_nearbyint): Likewise.
31320         (ldbl_pack): Rename to ldbl_pack_ppc.
31321         (ldbl_unpack): Rename to ldbl_unpack_ppc.
31322         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
31323         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
31325 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31327         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
31328         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
31329         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
31330         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
31331         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
31332         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
31333         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
31334         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
31336 2013-03-07  Andreas Jaeger  <aj@suse.de>
31338         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
31339         bits/mman-linux.h.
31341 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31343         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
31344         Include mpa.h and declare __MPEXP.
31345         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
31346         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31347         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31348         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
31349         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31350         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31351         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
31353         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
31354         (__slowpow): Use long double EXPL and LOGL functions to
31355         compute POW.
31356         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31357         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31358         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
31359         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31360         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31361         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
31363         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
31364         intermediate variable to calculate exponent.
31365         (__sqr): Likewise.
31366         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31367         Likewise.
31368         (__sqr): Likewise.
31370         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
31371         [!NO__SQR]: Define __sqr.
31372         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
31373         and NO__SQR.  Remove all code except __mul and __sqr.  Include
31374         sysdeps/ieee754/dbl-64/mpa.c.
31375         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31377         [BZ #12723]
31378         * posix/Makefile (tests): Add tst-pathconf.
31379         * posix/tst-pathconf.c: New test case.
31380         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
31381         _PC_PIPE_BUF.
31382         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
31384 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
31386         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
31388 2013-03-06  Andreas Jaeger  <aj@suse.de>
31390         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
31391         definition via __MAP_ANONYMOUS.
31393         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
31394         it's not part of Linux headers.
31396         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
31397         (MAP_HUGE_MASK): Define.
31399         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31400         Define.
31401         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31402         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31403         Define.
31404         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31405         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31406         Define.
31407         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31408         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
31409         Define.
31410         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31412         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
31413         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
31414         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
31415         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
31416         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
31417         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
31419         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
31420         Handle f2fs.
31422         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
31423         Handle f2fs and efivarfs.
31425         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
31426         f2fs.
31428         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
31429         (EFIVARFS_MAGIC): Add.
31430         (F2FS_LINK_MAX): Add.
31432 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
31434         * stdio-common/vfprintf.c: Replace __builtin_expect with
31435         __glibc_unlikely.
31437 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
31439         [BZ #13550]
31440         * sysdeps/generic/bp-sym.h: Remove file.
31441         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
31442         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
31443         <bp-sym.h> and <bp-asm.h>.
31444         (__longjmp): Don't use BP_SYM.
31445         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
31446         and <bp-asm.h>.
31447         (memcpy): Don't use BP_SYM.
31448         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
31449         <bp-sym.h> and <bp-asm.h>.
31450         (memcpy): Don't use BP_SYM.
31451         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
31452         <bp-asm.h>.
31453         (memcpy): Don't use BP_SYM.
31454         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
31455         <bp-asm.h>.
31456         (memset): Don't use BP_SYM.
31457         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31458         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31459         (__bzero): Don't use BP_SYM.
31460         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31461         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31462         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
31463         <bp-sym.h> and <bp-asm.h>.
31464         (memcmp): Don't use BP_SYM.  Remove comment about bounded
31465         pointers.
31466         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
31467         <bp-sym.h> and <bp-asm.h>.
31468         (memcpy): Don't use BP_SYM.
31469         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
31470         <bp-sym.h> and <bp-asm.h>.
31471         (memset): Don't use BP_SYM.
31472         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31473         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31474         (__bzero): Don't use BP_SYM.
31475         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31476         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31477         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
31478         <bp-sym.h> and <bp-asm.h>.
31479         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31480         pointers.
31481         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
31482         <bp-sym.h> and <bp-asm.h>.
31483         (memcpy): Don't use BP_SYM.
31484         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
31485         <bp-sym.h> and <bp-asm.h>.
31486         (memset): Don't use BP_SYM.
31487         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31488         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31489         (__bzero): Don't use BP_SYM.
31490         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31491         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31492         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
31493         <bp-sym.h> and <bp-asm.h>.
31494         (__memchr): Don't use BP_SYM.
31495         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
31496         <bp-sym.h> and <bp-asm.h>.
31497         (memcmp): Don't use BP_SYM.  Remove comment about bounded
31498         pointers.
31499         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
31500         <bp-sym.h> and <bp-asm.h>.
31501         (memcpy): Don't use BP_SYM.
31502         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
31503         <bp-sym.h> and <bp-asm.h>.
31504         (__mempcpy): Don't use BP_SYM.
31505         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
31506         <bp-sym.h> and <bp-asm.h>.
31507         (__memrchr): Don't use BP_SYM.
31508         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
31509         <bp-sym.h> and <bp-asm.h>.
31510         (memset): Don't use BP_SYM.
31511         (__bzero): Likewise.
31512         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
31513         <bp-sym.h> and <bp-asm.h>.
31514         (__rawmemchr): Don't use BP_SYM.
31515         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
31516         <bp-sym.h> and <bp-asm.h>.
31517         (__STRCMP): Don't use BP_SYM.
31518         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
31519         <bp-sym.h> and <bp-asm.h>.
31520         (strchr): Don't use BP_SYM.
31521         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
31522         <bp-sym.h> and <bp-asm.h>.
31523         (__strchrnul): Don't use BP_SYM.
31524         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
31525         <bp-sym.h> and <bp-asm.h>.
31526         (strlen): Don't use BP_SYM.
31527         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
31528         <bp-sym.h> and <bp-asm.h>.
31529         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31530         pointers.
31531         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
31532         <bp-sym.h> and <bp-asm.h>.
31533         (__strnlen): Don't use BP_SYM.
31534         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
31535         <bp-sym.h> and <bp-asm.h>.
31536         (__GI__setjmp): Don't use BP_SYM.
31537         (_setjmp): Likewise.
31538         (__sigsetjmp): Likewise.
31539         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
31540         (L(start_addresses)): Don't use BP_SYM.
31541         (_start): Likewise.
31542         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
31543         <bp-asm.h>.
31544         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
31545         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
31546         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31547         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31548         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
31549         <bp-asm.h>.
31550         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
31551         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
31552         about bounded pointers.
31553         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31554         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31555         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
31556         <bp-asm.h>.
31557         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
31558         about bounded pointers.  Remove GKM FIXME comments.
31559         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31560         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
31561         <bp-asm.h>.
31562         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
31563         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
31564         Remove GKM FIXME comments.
31565         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31566         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31567         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
31568         <bp-asm.h>.
31569         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
31570         about bounded pointers.  Remove GKM FIXME comment.
31571         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
31572         and <bp-asm.h>.
31573         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31574         pointers.
31575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
31576         <bp-sym.h> and <bp-asm.h>.
31577         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
31579         <bp-sym.h> and <bp-asm.h>.
31580         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
31581         comment.
31583 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
31585         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
31586         call free(NULL).
31588 2013-03-05  David S. Miller  <davem@davemloft.net>
31590         * po/es.po: Update from translation team.
31592 2013-03-05  Andreas Jaeger  <aj@suse.de>
31594         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
31595         <bits/mman-linux.h>.
31596         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31597         is fine.
31598         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
31599         <bits/mman-linux.h> to end of file.
31600         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31601         is fine.
31602         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
31603         <bits/mman-linux.h> to end of file.
31604         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31605         is fine.
31606         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
31607         <bits/mman-linux.h> to end of file.
31609         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
31610         (MCL_CURRENT, MCL_FUTURE): Define here.
31612 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31614         [BZ #15232]
31615         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
31616         attribute_hidden.
31617         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
31619 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31621         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
31622         fourth parameter needed for rt_sigprocmask syscall.
31623         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
31624         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
31625         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
31626         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
31627         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
31628         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
31630 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
31632         [BZ #13550]
31633         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
31634         comment about bounded pointers.
31635         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
31636         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
31638 2013-03-04  Andreas Jaeger  <aj@suse.de>
31640         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
31641         common definitions.
31643         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
31644         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
31645         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
31646         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
31647         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
31648         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
31650 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31652         [BZ #15055]
31653         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
31654         __ieee754_sqrl instead of __sqrl.
31656 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
31658         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
31659         * sysdeps/powerpc/fpu_control.h: ... here.
31660         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
31661         * sysdeps/powerpc/bits/fenvinline.h: ... here.
31662         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
31663         * sysdeps/powerpc/bits/mathinline.h: ... here.
31665 2013-03-01  Roland McGrath  <roland@hack.frob.com>
31667         * elf/dl-hwcaps.c (_dl_important_hwcaps):
31668         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
31669         to just [NEED_DL_SYSINFO_DSO].
31670         * elf/dl-support.c: Likewise.
31671         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
31672         * elf/rtld.c (dl_main): Likewise.
31673         * elf/setup-vdso.h (setup_vdso): Likewise.
31674         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
31675         * sysdeps/unix/sysv/linux/dl-sysdep.c
31676         (_dl_discover_osversion): Likewise.
31678 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
31680         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
31681         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
31683 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
31685         * NEWS: Mention libm performance improvements and non-x86 PI
31686         futex support.
31688         * csu/libc-start.c (__pthread_initialize_minimal): Change
31689         function arguments.
31690         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
31692 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
31694         [BZ #13550]
31695         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
31696         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
31697         <bp-sym.h> and <bp-asm.h>.
31698         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31699         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
31700         and <bp-asm.h>.
31701         (memcpy): Don't use BP_SYM.
31702         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
31703         <bp-asm.h>.
31704         (__mpn_add_n): Don't use BP_SYM.
31705         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
31706         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
31707         and <bp-asm.h>.
31708         (__mpn_addmul_1): Don't use BP_SYM.
31709         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31710         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
31711         <bp-sym.h>.
31712         (_setjmp): Don't use BP_SYM.
31713         (__novmx_setjmp): Likewise.
31714         (__GI__setjmp): Likewise.
31715         (__vmx_setjmp): Likewise.
31716         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
31717         <bp-sym.h>.
31718         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
31719         (__bzero): Don't use BP_SYM.
31720         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31721         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31722         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
31723         <bp-sym.h> and <bp-asm.h>.
31724         (memcpy): Don't use BP_SYM.
31725         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
31726         <bp-sym.h> and <bp-asm.h>.
31727         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31728         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
31729         <bp-sym.h> and <bp-asm.h>.
31730         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31731         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
31732         <bp-asm.h>.
31733         (__mpn_lshift): Don't use BP_SYM.
31734         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31735         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
31736         <bp-asm.h>.
31737         (memset): Don't use BP_SYM.
31738         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31739         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31740         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
31741         <bp-asm.h>.
31742         (__mpn_mul_1): Don't use BP_SYM.
31743         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31744         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
31745         <bp-sym.h> and <bp-asm.h>.
31746         (memcmp): Don't use BP_SYM.
31747         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
31748         <bp-sym.h> and <bp-asm.h>.
31749         (memcpy): Don't use BP_SYM.
31750         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
31751         <bp-sym.h> and <bp-asm.h>.
31752         (memset): Don't use BP_SYM.
31753         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
31754         <bp-sym.h> and <bp-asm.h>.
31755         (strncmp): Don't use BP_SYM.
31756         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
31757         <bp-sym.h> and <bp-asm.h>.
31758         (memcpy): Don't use BP_SYM.
31759         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
31760         <bp-sym.h> and <bp-asm.h>.
31761         (memset): Don't use BP_SYM.
31762         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
31763         <bp-sym.h> and <bp-asm.h>.
31764         (__memchr): Don't use BP_SYM.
31765         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
31766         <bp-sym.h> and <bp-asm.h>.
31767         (memcmp): Don't use BP_SYM.
31768         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
31769         <bp-sym.h> and <bp-asm.h>.
31770         (memcpy): Don't use BP_SYM.
31771         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
31772         <bp-sym.h> and <bp-asm.h>.
31773         (__mempcpy): Don't use BP_SYM.
31774         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
31775         <bp-sym.h> and <bp-asm.h>.
31776         (__memrchr): Don't use BP_SYM.
31777         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
31778         <bp-sym.h> and <bp-asm.h>.
31779         (memset): Don't use BP_SYM.
31780         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
31781         <bp-sym.h> and <bp-asm.h>.
31782         (__rawmemchr): Don't use BP_SYM.
31783         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
31784         <bp-sym.h> and <bp-asm.h>.
31785         (__STRCMP): Don't use BP_SYM.
31786         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
31787         <bp-sym.h> and <bp-asm.h>.
31788         (strchr): Don't use BP_SYM.
31789         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
31790         <bp-sym.h> and <bp-asm.h>.
31791         (__strchrnul): Don't use BP_SYM.
31792         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
31793         <bp-sym.h> and <bp-asm.h>.
31794         (strlen): Don't use BP_SYM.
31795         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
31796         <bp-sym.h> and <bp-asm.h>.
31797         (strncmp): Don't use BP_SYM.
31798         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
31799         <bp-sym.h> and <bp-asm.h>.
31800         (__strnlen): Don't use BP_SYM.
31801         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
31802         <bp-asm.h>.
31803         (__mpn_rshift): Don't use BP_SYM.
31804         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31805         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
31806         <bp-sym.h> and <bp-asm.h>.
31807         (__sigsetjmp): Don't use BP_SYM.
31808         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
31809         (L(start_addresses)): Don't use BP_SYM.
31810         (_start): Likewise.
31811         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
31812         <bp-asm.h>.
31813         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
31814         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31815         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31816         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
31817         <bp-asm.h>.
31818         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
31819         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31820         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31821         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
31822         <bp-asm.h>.
31823         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
31824         comments.
31825         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31826         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
31827         <bp-asm.h>.
31828         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
31829         FIXME comments.
31830         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31831         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31832         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
31833         <bp-asm.h>.
31834         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
31835         comment.
31836         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
31837         and <bp-asm.h>.
31838         (strncmp): Don't use BP_SYM,
31839         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
31840         <bp-asm.h>.
31841         (__mpn_sub_n): Don't use BP_SYM.
31842         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31843         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
31844         and <bp-asm.h>.
31845         (__mpn_submul_1): Don't use BP_SYM.
31846         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31847         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
31848         <bp-sym.h> and <bp-asm.h>.
31849         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
31851         <bp-sym.h> and <bp-asm.h>.
31852         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
31853         comment.
31855 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31857         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
31858         Use ZK to minimize writes to Z.
31859         (sub_magnitudes): Simplify code a bit.
31860         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
31861         Use ZK to minimize writes to Z.
31862         (sub_magnitudes): Simplify code a bit.
31864 2013-02-27  Roland McGrath  <roland@hack.frob.com>
31866         * csu/gmon-start.c: Add special exception to license text.
31868 2013-02-27  Richard Henderson  <rth@redhat.com>
31870         * scripts/config.guess: Update from config.git.
31871         * scripts/config.sub: Likewise.
31873 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31875         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
31877         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
31879         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
31881         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
31883         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
31885 2013-02-26  Roland McGrath  <roland@hack.frob.com>
31887         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
31888         [$(build-shared = yes].
31890 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31892         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
31893         (__mul): Reduce iterations for calculating mantissa.
31895         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
31896         MPTWO.
31897         (__mpranred): Likewise.
31899         [BZ #15160]
31900         * malloc/memusagestat.c (main): Draw graphs for heap and stack
31901         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
31903 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
31905         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
31906         Define __attribute__.
31908 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31910         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
31911         unused.
31912         * posix/regex_internal.h (__attribute): Remove.
31913         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
31914         (re_string_context_at): Likewise.
31915         (bitset_not): Use __attribute__ and mark function as possibly
31916         unused.
31917         (bitset_merge): Likewise.
31918         (bitset_mask): Likewise.
31919         (re_string_char_size_at): Likewise.
31920         (re_string_wchar_at): Likewise.
31921         (re_string_elem_size_at): Likewise.
31923 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31925         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
31926         code.
31927         (cc32): Likewise.
31929         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
31930         (__acr): Likewise.
31931         (__cpy): Likewise.
31932         (norm): Likewise.
31933         (denorm): Likewise.
31934         (__dbl_mp): Likewise.
31935         (add_magnitudes): Likewise.
31936         (sub_magnitudes): Likewise.
31937         (__mul): Likewise.
31938         (__inv): Likewise.
31940         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
31941         style.
31943         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
31944         style.
31946         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
31947         code.
31949         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
31950         up changes with default code.
31951         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
31952         Likewise.
31954 2013-02-24  Allan McRae  <allan@archlinux.org>
31956         * manual/socket.texi (The Internet Namespace): Order menu items
31957         to match that in the file.
31959         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
31960         node listing of the info page menu.
31962 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
31964         [BZ #13550]
31965         * sysdeps/i386/bp-asm.h: Remove file.
31966         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31967         (PARMS): Do not use macros from bp-asm.h.
31968         (S1): Likewise.
31969         (S2): Likewise.
31970         (SIZE): Likewise.
31971         (__mpn_add_n): Do not use BP_SYM
31972         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
31973         "bp-asm.h".
31974         (PARMS): Do not use macros from bp-asm.h.
31975         (S1): Likewise.
31976         (SIZE): Likewise.
31977         (__mpn_addmul_1): Do not use BP_SYM
31978         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
31979         "bp-asm.h".
31980         (PARMS): Do not use macros from bp-asm.h.
31981         (SIGMSK): Likewise.
31982         (_setjmp): Likewise.  Do not use BP_SYM.
31983         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
31984         "bp-asm.h".
31985         (PARMS): Do not use macros from bp-asm.h.
31986         (SIGMSK): Likewise.
31987         (setjmp): Likewise.  Do not use BP_SYM.
31988         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
31989         "bp-asm.h".
31990         (PARMS): Do not use macros from bp-asm.h.
31991         (__frexp): Do not use BP_SYM.
31992         (frexp): Likewise.
31993         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
31994         "bp-asm.h".
31995         (PARMS): Do not use macros from bp-asm.h.
31996         (__frexpf): Do not use BP_SYM.
31997         (frexpf): Likewise.
31998         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
31999         "bp-asm.h".
32000         (PARMS): Do not use macros from bp-asm.h.
32001         (__frexpl): Do not use BP_SYM.
32002         (frexpl): Likewise.
32003         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
32004         "bp-asm.h".
32005         (PARMS): Do not use macros from bp-asm.h.
32006         (__remquo): Do not use BP_SYM.
32007         (remquo): Likewise.
32008         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
32009         "bp-asm.h".
32010         (PARMS): Do not use macros from bp-asm.h.
32011         (__remquof): Do not use BP_SYM.
32012         (remquof): Likewise.
32013         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
32014         "bp-asm.h".
32015         (PARMS): Do not use macros from bp-asm.h.
32016         (__remquol): Do not use BP_SYM.
32017         (remquol): Likewise.
32018         * sysdeps/i386/i486/strcat.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         (SRC): Likewise.
32023         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
32024         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
32025         "bp-asm.h".
32026         (PARMS): Do not use macros from bp-asm.h.
32027         (strlen): Do not use BP_SYM.
32028         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
32029         "bp-asm.h".
32030         (PARMS): Do not use macros from bp-asm.h.
32031         (S1): Likewise.
32032         (S2): Likewise.
32033         (SIZE): Likewise.
32034         (__mpn_add_n): Do not use BP_SYM.
32035         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
32036         "bp-asm.h".
32037         (PARMS): Do not use macros from bp-asm.h.
32038         (S1): Likewise.
32039         (SIZE): Likewise.
32040         (__mpn_addmul_1): Do not use BP_SYM.
32041         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
32042         weak_alias.
32043         (bzero): Likewise.
32044         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
32045         "bp-asm.h".
32046         (PARMS): Do not use macros from bp-asm.h.
32047         (S): Likewise.
32048         (SIZE): Likewise.
32049         (__mpn_lshift): Do not use BP_SYM.
32050         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
32051         "bp-asm.h".
32052         (PARMS): Do not use macros from bp-asm.h.
32053         (DEST): Likewise.
32054         (SRC): Likewise.
32055         (LEN): Likewise.
32056         (memcpy): Likewise.  Do not use BP_SYM.
32057         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
32058         libc_hidden_def and weak_alias.
32059         (mempcpy): Do not use BP_SYM in weak_alias.
32060         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
32061         "bp-asm.h".
32062         (PARMS): Do not use macros from bp-asm.h.
32063         (DEST): Likewise.
32064         (LEN): Likewise.
32065         [!BZERO_P] (CHR): Likewise.
32066         (memset): Likewise.  Do not use BP_SYM.
32067         * sysdeps/i386/i586/mul_1.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         (SIZE): Likewise.
32072         (__mpn_mul_1): Do not use BP_SYM.
32073         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
32074         "bp-asm.h".
32075         (PARMS): Do not use macros from bp-asm.h.
32076         (S): Likewise.
32077         (SIZE): Likewise.
32078         (__mpn_rshift): Do not use BP_SYM.
32079         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
32080         "bp-asm.h".
32081         (PARMS): Do not use macros from bp-asm.h.
32082         (STR): Likewise.
32083         (CHR): Likewise.
32084         (strchr): Likewise.  Do not use BP_SYM.
32085         (index): Do not use BP_SYM in weak_alias.
32086         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
32087         "bp-asm.h".
32088         (PARMS): Do not use macros from bp-asm.h.
32089         (DEST): Likewise.
32090         (SRC): Likewise.
32091         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
32092         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
32093         "bp-asm.h".
32094         (PARMS): Do not use macros from bp-asm.h.
32095         (strlen): Do not use BP_SYM.
32096         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
32097         "bp-asm.h".
32098         (PARMS): Do not use macros from bp-asm.h.
32099         (S1): Likewise.
32100         (S2): Likewise.
32101         (SIZE): Likewise.
32102         (__mpn_sub_n): Do not use BP_SYM.
32103         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
32104         "bp-asm.h".
32105         (PARMS): Do not use macros from bp-asm.h.
32106         (S1): Likewise.
32107         (SIZE): Likewise.
32108         (__mpn_submul_1): Do not use BP_SYM.
32109         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
32110         "bp-asm.h".
32111         (PARMS): Do not use macros from bp-asm.h.
32112         (S1): Likewise.
32113         (S2): Likewise.
32114         (SIZE): Likewise.
32115         (__mpn_add_n): Do not use BP_SYM.
32116         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
32117         weak_alias.
32118         (bzero): Likewise.
32119         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
32120         "bp-asm.h".
32121         (PARMS): Do not use macros from bp-asm.h.
32122         (BLK2): Likewise.
32123         (LEN): Likewise.
32124         (memcmp): Do not use BP_SYM.
32125         (bcmp): Do not use BP_SYM in weak_alias.
32126         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
32127         "bp-asm.h".
32128         (PARMS): Do not use macros from bp-asm.h.
32129         (DEST): Likewise.
32130         (SRC): Likewise.
32131         (LEN): Likewise.
32132         (memcpy): Likewise.  Do not use BP_SYM.
32133         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
32134         "bp-asm.h".
32135         (PARMS): Do not use macros from bp-asm.h.
32136         (DEST): Likewise.
32137         (SRC): Likewise.
32138         (LEN): Likewise.
32139         (memmove): Likewise.  Do not use BP_SYM.
32140         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
32141         "bp-asm.h".
32142         (PARMS): Do not use macros from bp-asm.h.
32143         (DEST): Likewise.
32144         (SRC): Likewise.
32145         (LEN): Likewise.
32146         (__mempcpy): Likewise.  Do not use BP_SYM.
32147         (mempcpy): Do not use BP_SYM in weak_alias.
32148         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
32149         "bp-asm.h".
32150         (PARMS): Do not use macros from bp-asm.h.
32151         (DEST): Likewise.
32152         (LEN): Likewise.
32153         [!BZERO_P] (CHR): Likewise.
32154         (memset): Likewise.  Do not use BP_SYM.
32155         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
32156         "bp-asm.h".
32157         (PARMS): Do not use macros from bp-asm.h.
32158         (STR2): Likewise.
32159         (strcmp): Do not use BP_SYM.
32160         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
32161         "bp-asm.h".
32162         (PARMS): Do not use macros from bp-asm.h.
32163         (STR): Likewise.
32164         (DELIM): Likewise.
32165         [USE_AS_STRTOK_R] (SAVE): Likewise.
32166         (FUNCTION): Likewise.  Do not use BP_SYM.
32167         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
32168         aliases.
32169         (strtok_r): Likewise.
32170         (__GI___strtok_r): Likewise.
32171         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32172         (PARMS): Do not use macros from bp-asm.h.
32173         (S): Likewise.
32174         (SIZE): Likewise.
32175         (__mpn_lshift): Do not use BP_SYM.
32176         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32177         (PARMS): Do not use macros from bp-asm.h.
32178         (STR): Likewise.
32179         (CHR): Likewise.
32180         (__memchr): Do not use BP_SYM.
32181         (memchr): Do not use BP_SYM in weak_alias.
32182         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32183         (PARMS): Do not use macros from bp-asm.h.
32184         (BLK2): Likewise.
32185         (LEN): Likewise.
32186         (memcmp): Do not use BP_SYM.
32187         (bcmp): Do not use BP_SYM in weak_alias.
32188         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
32189         (PARMS): Do not use macros from bp-asm.h.
32190         (S1): Likewise.
32191         (SIZE): Likewise.
32192         (__mpn_mul_1): Do not use BP_SYM.
32193         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
32194         "bp-asm.h".
32195         (PARMS): Do not use macros from bp-asm.h.
32196         (STR): Likewise.
32197         (CHR): Likewise.
32198         (__rawmemchr): Do not use BP_SYM.
32199         (rawmemchr): Do not use BP_SYM in weak_alias.
32200         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32201         (PARMS): Do not use macros from bp-asm.h.
32202         (S): Likewise.
32203         (SIZE): Likewise.
32204         (__mpn_rshift): Do not use BP_SYM.
32205         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32206         (PARMS): Do not use macros from bp-asm.h.
32207         (SIGMSK): Likewise.
32208         (__sigsetjmp): Likewise.  Do not use BP_SYM.
32209         * sysdeps/i386/start.S: Do not include "bp-sym.h".
32210         (_start): Do not use BP_SYM.
32211         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
32212         (PARMS): Do not use macros from bp-asm.h.
32213         (DEST): Likewise.
32214         (SRC): Likewise.
32215         (__stpcpy): Likewise.  Do not use BP_SYM.
32216         (stpcpy): Do not use BP_SYM in weak_alias.
32217         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
32218         "bp-asm.h".
32219         (PARMS): Do not use macros from bp-asm.h.
32220         (DEST): Likewise.
32221         (SRC): Likewise.
32222         (LEN): Likewise.
32223         (__stpncpy): Likewise.  Do not use BP_SYM.
32224         (stpncpy): Do not use BP_SYM in weak_alias.
32225         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32226         (PARMS): Do not use macros from bp-asm.h.
32227         (STR): Likewise.
32228         (CHR): Likewise.
32229         (strchr): Likewise.  Do not use BP_SYM.
32230         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
32231         "bp-asm.h".
32232         (PARMS): Do not use macros from bp-asm.h.
32233         (STR): Likewise.
32234         (CHR): Likewise.
32235         (__strchrnul): Likewise.  Do not use BP_SYM.
32236         (strchrnul): Do not use BP_SYM in weak_alias.
32237         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
32238         "bp-asm.h".
32239         (PARMS): Do not use macros from bp-asm.h.
32240         (STOP): Likewise.
32241         (strcspn): Do not use BP_SYM.
32242         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
32243         "bp-asm.h".
32244         (PARMS): Do not use macros from bp-asm.h.
32245         (STR): Likewise.
32246         (STOP): Likewise.
32247         (strpbrk): Likewise.  Do not use BP_SYM.
32248         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
32249         "bp-asm.h".
32250         (PARMS): Do not use macros from bp-asm.h.
32251         (STR): Likewise.
32252         (CHR): Likewise.
32253         (strrchr): Likewise.  Do not use BP_SYM.
32254         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
32255         (PARMS): Do not use macros from bp-asm.h.
32256         (SKIP): Likewise.
32257         (strspn): Do not use BP_SYM.
32258         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
32259         (PARMS): Do not use macros from bp-asm.h.
32260         (STR): Likewise.
32261         (DELIM): Likewise.
32262         (SAVE): Likewise.
32263         (FUNCTION): Likewise.  Do not use BP_SYM.
32264         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
32265         aliases.
32266         (strtok_r): Likewise.
32267         (__GI___strtok_r): Likewise.
32268         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32269         (PARMS): Do not use macros from bp-asm.h.
32270         (S1): Likewise.
32271         (S2): Likewise.
32272         (SIZE): Likewise.
32273         (__mpn_sub_n): Do not use BP_SYM.
32274         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
32275         "bp-asm.h".
32276         (PARMS): Do not use macros from bp-asm.h.
32277         (S1): Likewise.
32278         (SIZE): Likewise.
32279         (__mpn_submul_1): Do not use BP_SYM.
32280         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
32281         <bp-sym.h>.
32282         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
32283         and <bp-asm.h>.
32284         (PARMS): Do not use macros from bp-asm.h.
32285         (FLAGS): Likewise.
32286         (PTID): Likewise.
32287         (TLS): Likewise.
32288         (CTID): Likewise.
32289         (__clone): Do not use BP_SYM.
32290         (clone): Do not use BP_SYM in weak_alias.
32291         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
32292         and <bp-asm.h>.
32293         (PARMS): Do not use macros from bp-asm.h.
32294         (LEN): Likewise.
32295         (__mmap64): Do not use BP_SYM.
32296         (mmap64): Do not use BP_SYM in weak_alias.
32297         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32298         <bp-sym.h> and <bp-asm.h>.
32299         (PARMS): Do not use macros from bp-asm.h.
32300         (__posix_fadvise64_l64): Do not use BP_SYM.
32301         * sysdeps/unix/sysv/linux/i386/semtimedop.S
32302         (PARMS): Do not use macros from bp-asm.h.
32303         (NSOPS): Likewise.
32304         (semtimedop): Do not use BP_SYM.
32305         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
32306         and <bp-asm.h>.
32308 2013-02-21  Allan McRae  <allan@archlinux.org>
32310         * manual/message.texi (Charset conversion in gettext):
32311         Move @end statement to beginning of line.
32313 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32315         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
32316         static.
32317         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32318         Likewise.
32320         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
32321         (denorm): Likewise.
32322         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
32323         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
32325 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32327         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
32328         tail-call to the resolved function if pltexit isn't needed.
32330 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32332         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
32333         or Y being zero as being unlikely.
32334         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
32335         Likewise.
32337 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
32339         * manual/nss.texi (System Databases and Name Service Switch):
32340         Remove frobnicate @pxref.
32342 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32344         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32345         __attribute__ ((unused)) to __attribute__ ((__unused__)).
32347 2013-02-20  Petr Machata  <pmachata@redhat.com>
32349         * elf/elf.h (R_ARM_TARGET1): New macro.
32350         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
32351         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
32352         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
32353         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
32354         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
32355         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
32356         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
32357         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
32358         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
32359         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
32360         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
32361         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
32362         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
32363         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
32364         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
32365         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
32366         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
32367         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
32368         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
32369         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
32370         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
32371         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
32372         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
32373         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
32374         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
32375         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
32376         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
32377         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
32378         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
32379         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
32380         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
32381         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
32382         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
32383         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
32384         (R_ARM_THM_GOT_BREL12): Likewise.
32385         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
32386         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
32387         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
32388         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
32389         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
32390         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
32391         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
32392         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
32393         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
32395 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32397         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32398         __attribute_used__ to __attribute__ ((unused)).
32400 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
32402         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
32403         powerpc mpa.c.
32404         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
32405         comment formatting.
32406         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
32408 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
32410         [BZ #13550]
32411         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
32412         Remove macro.
32413         (ENTER): Remove both macro definitions.
32414         (LEAVE): Likewise.
32415         (CHECK_BOUNDS_LOW): Likewise.
32416         (CHECK_BOUNDS_HIGH): Likewise.
32417         (CHECK_BOUNDS_BOTH): Likewise.
32418         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
32419         (RETURN_BOUNDED_POINTER): Likewise.
32420         (RETURN_NULL_BOUNDED_POINTER): Likewise.
32421         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
32422         (POP_ERRNO_LOCATION_RETURN): Likewise.
32423         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
32424         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32425         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
32426         macros.
32427         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32428         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
32429         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
32430         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
32431         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
32432         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
32433         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
32434         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
32435         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
32436         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
32437         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
32438         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
32439         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32440         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
32441         removed macros.
32442         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32443         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
32444         macros.
32445         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32446         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
32447         * sysdeps/i386/i586/memset.S (memset): Likewise.
32448         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
32449         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32450         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
32451         macros.
32452         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32453         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
32454         Change uses of L(2) to L(out).
32455         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
32456         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
32457         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
32458         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32459         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
32460         removed macros.
32461         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32462         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
32463         macros.
32464         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32465         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
32466         (RETURN): Do not use macro LEAVE.
32467         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
32468         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
32469         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
32470         * sysdeps/i386/i686/memset.S (memset): Likewise.
32471         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
32472         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
32473         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32474         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
32475         Likewise.
32476         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32477         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
32478         L(1_2) and L(1_3) into L(1).
32479         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32480         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
32481         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32482         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
32483         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32484         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
32485         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
32486         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32487         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
32488         macros.
32489         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
32490         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32491         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
32492         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
32493         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
32494         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32495         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
32496         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
32497         * sysdeps/i386/strcspn.S (strcspn): Likewise.
32498         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
32499         * sysdeps/i386/strrchr.S (strrchr): Likewise.
32500         * sysdeps/i386/strspn.S (strspn): Likewise.
32501         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
32502         conditional code.
32503         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32504         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
32505         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32506         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
32507         L(1_3) into L(1_1).
32508         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
32509         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32510         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
32511         macros.
32512         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32514 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
32516         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
32517         macro.
32519 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32521         * math/atest-exp.c (exp_mpn): Remove ROUND.
32522         * math/atest-exp2.c (exp_mpn): Likewise.
32523         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
32525         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
32526         * stdlib/tst-tls-atexit-lib.c: Likewise.
32527         * stdlib/tst-tls-atexit.c: Likewise.
32529 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32531         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
32532         and __attribute_alloc_size__.
32534 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32536         * include/programs/xmalloc.h: Change __attribute_alloc_size to
32537         __attribute_alloc_size__.
32538         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
32539         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
32541 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32543         * include/programs/xmalloc.h: New file.
32544         * catgets/gencat.c: Include it.
32545         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
32546         * elf/pldd.c: Likewise.
32547         * iconv/iconv_charmap.c: Likewise.
32548         * iconv/iconvconfig.c: Likewise.
32549         * iconv/strtab.c: Likewise.
32550         * locale/programs/locale.c: Likewise.
32551         * locale/programs/localedef.h: Likewise.
32552         * locale/programs/simple-hash.c: Likewise.
32553         * nscd/nscd.h: Likewise.
32554         * nss/makedb.c: Likewise.
32555         * sysdeps/generic/ldconfig.h: Likewise.
32557 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
32559         * Versions.def: Add GLIBC_2.18.
32560         * include/link.h (struct link_map): New member l_tls_dtor_count.
32561         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
32562         (__call_tls_dtors): Likewise.
32563         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
32564         __cxa_thread_atexit_impl.
32565         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32566         Likewise.
32567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32568         Likewise.
32569         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
32570         Likewise.
32571         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
32572         Likewise.
32573         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32574         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
32575         Likewise.
32576         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
32577         Likewise.
32578         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32579         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
32580         Likewise.
32581         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
32582         (tests): Add test case tst-tls-atexit.
32583         (modules-names): Add shared library for tst-tls-atexit.
32584         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
32585         (GLIBC_PRIVATE): Add __call_tls_dtors.
32586         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
32587         for libstdc++.
32588         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
32589         * stdlib/tst-tls-atexit.c: New test case.
32590         * stdlib/tst-tls-atexit-lib.c: New test case.
32592         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
32594         * elf/Versions (ld): Add _dl_find_dso_for_object.
32595         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
32596         * elf/dl-open.c (_dl_find_dso_for_object): New function.
32597         (dl_open_worker): Use _dl_find_dso_for_object.
32598         * elf/dl-sym.c (do_sym): Likewise.
32599         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
32601 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32603         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
32604         Syntactic changes only.
32605         (_dl_runtime_profile): Do a tail-call to the resolved function.
32607 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
32609         [BZ #13550]
32610         * sysdeps/x86_64/bp-asm.h: Remove file.
32611         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
32612         <bp-sym.h> and <bp-asm.h>.
32613         (__clone): Do not use BP_SYM.
32614         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
32615         <bp-sym.h> and <bp-asm.h>.
32616         * sysdeps/unix/x86_64/sysdep.S: Likewise.
32617         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
32618         "bp-asm.h".
32619         (_setjmp): Do not use BP_SYM.
32620         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
32621         "bp-asm.h".
32622         (setjmp): Do not use BP_SYM.
32623         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
32624         libc_hidden_def.
32625         (mempcpy): Do not use BP_SYM in weak_alias.
32626         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
32627         "bp-asm.h".
32628         (strchr): Do not use BP_SYM.
32629         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
32630         "bp-asm.h".
32631         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
32632         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
32633         (_start): Do not use BP_SYM.
32634         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
32635         "bp-asm.h".
32636         (strcat): Do not use BP_SYM.
32637         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
32638         "bp-asm.h".
32639         (STRCMP): Do not use BP_SYM.
32640         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
32641         "bp-asm.h".
32642         (STRCPY): Do not use BP_SYM.
32643         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
32644         "bp-asm.h".
32645         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
32646         "bp-asm.h".
32647         (FUNCTION): Do not use BP_SYM.
32648         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
32649         weak_alias.
32650         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
32652 2013-02-17  Andreas Jaeger  <aj@suse.de>
32654         * time/Versions: Sort entries.
32655         * string/Versions: Likewise.
32656         * resolv/Versions: Likewise.
32657         * posix/Versions: Likewise.
32658         * iconv/Versions: Likewise.
32659         * elf/Versions: Likewise.
32660         * wcsmbs/Versions: Likewise.
32662 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
32664         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
32665         loop termination condition.
32667         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
32668         variable to calculate EZ.
32669         (__sqr): Likewise.
32671         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
32672         the lower precision input.
32674 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
32676         [BZ #13550]
32677         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
32678         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
32679         (run-via-rtld-prefix): Do not handle %-bp tests.
32680         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
32681         (all-object-suffixes): Remove .ob.
32682         (bppfx): Remove variable.
32683         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
32684         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
32685         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
32686         [$(build-bounded) = yes] (libtype.ob): Likewise.
32687         * Makerules (elide-routines.ob): Remove variable.
32688         (do-tests-clean): Do not handle *-bp.out.
32689         (common-mostlyclean): Do not handle *-bp and *-bp.out.
32690         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
32691         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
32692         (tests): Do not include $(tests-bp.out).
32693         (xtests): Do not include $(xtests-bp.out).
32694         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
32695         [$(build-bounded) = yes] ($(addprefix
32696         $(objpfx),$(binaries-bounded))): Remove rule.
32697         ($(objpfx)%-bp.out): Remove rule.
32698         * config.make.in (build-bounded): Remove variable.
32699         * crypt/Makefile [$(build-bounded) = yes]
32700         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
32701         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
32702         append to variable.
32703         [$(build-bounded) = yes] (install-lib): Likewise.
32704         [$(build-bounded) = yes] (generated): Likewise.
32705         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
32706         Remove rule.
32707         * intl/Makefile [$(build-bounded) = yes]
32708         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
32709         * math/Makefile [$(build-bounded) = yes]
32710         ($(tests:%=$(objpfx)%-bp): Likewise.
32711         * misc/Makefile [$(build-bounded) = yes]
32712         ($(objpfx)tst-tsearch-bp): Likewise.
32713         * nptl/Makeconfig (bounded-thread-library): Remove variable.
32714         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
32715         Remove dependency.
32716         * string/Makefile (o-objects.ob): Remove variable.
32717         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
32718         (CFLAGS-.ob): Remove variable.
32719         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
32720         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
32721         both definitions of variable.
32722         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
32723         (ASFLAGS-.ob): Remove variable.
32725 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
32727         [BZ #13550]
32728         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
32729         Remove __BOUNDED_POINTERS__ from condition.
32730         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
32731         * string/bits/string2.h [!__NO_STRING_INLINES &&
32732         !__BOUNDED_POINTERS__]: Likewise.
32733         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
32734         Likewise.
32735         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
32736         Remove conditional code.
32737         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
32738         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
32739         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
32740         condition.
32742         [BZ #13550]
32743         * csu/libc-start.c: Do not include <bp-sym.h>.
32744         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
32745         * elf/dl-open.c: Do not include <bp-sym.h>.
32746         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
32747         * math/fegetenv.c: Do not include <bp-sym.h>.
32748         (fegetenv): Do not use BP_SYM in versioned symbols.
32749         * nptl/sysdeps/pthread/bits/libc-lockP.h
32750         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
32751         <bp-sym.h>.
32752         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32753         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
32754         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32755         (__pthread_mutex_destroy): Likewise.
32756         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32757         (__pthread_mutex_lock): Likewise.
32758         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32759         (__pthread_mutex_trylock): Likewise.
32760         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32761         (__pthread_mutex_unlock): Likewise.
32762         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32763         (__pthread_mutexattr_init): Likewise.
32764         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32765         (__pthread_mutexattr_destroy): Likewise.
32766         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32767         (__pthread_mutexattr_settype): Likewise.
32768         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32769         (__pthread_rwlock_init): Likewise.
32770         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32771         (__pthread_rwlock_destroy): Likewise.
32772         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32773         (__pthread_rwlock_rdlock): Likewise.
32774         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32775         (__pthread_rwlock_tryrdlock): Likewise.
32776         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32777         (__pthread_rwlock_wrlock): Likewise.
32778         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32779         (__pthread_rwlock_trywrlock): Likewise.
32780         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32781         (__pthread_rwlock_unlock): Likewise.
32782         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32783         (__pthread_key_create): Likewise.
32784         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32785         (__pthread_setspecific): Likewise.
32786         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32787         (__pthread_getspecific): Likewise.
32788         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
32789         Likewise.
32790         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32791         (_pthread_cleanup_push_defer): Likewise.
32792         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32793         (_pthread_cleanup_pop_restore): Likewise.
32794         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32795         (pthread_setcancelstate): Likewise.
32796         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
32797         <bp-sym.h>.
32798         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
32799         (memchr): Do not use BP_SYM in weak_alias.
32800         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
32801         (fegetenv): Do not use BP_SYM in versioned symbols.
32802         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
32803         (fesetenv): Do not use BP_SYM in versioned symbols.
32804         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32805         (feupdateenv): Do not use BP_SYM in versioned symbols.
32806         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32807         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32808         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
32809         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
32810         (open64): Do not use BP_SYM in weak_alias.
32811         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
32812         (fegetenv): Do not use BP_SYM in versioned symbols.
32813         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
32814         (fesetenv): Do not use BP_SYM in versioned symbols.
32815         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32816         (feupdateenv): Do not use BP_SYM in versioned symbols.
32817         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
32818         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
32819         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
32820         (feraiseexcept): Do not use BP_SYM in versioned symbols.
32821         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32822         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32823         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
32824         <bp-sym.h>.
32825         (__libc_start_main): Do not use BP_SYM.
32827 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32829         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
32830         redundant return line.
32831         (norm): Likewise.
32832         (denorm): Likewise.
32833         (dbl_mp): Likewise.
32834         (sub_magnitudes): Likewise.
32835         (__add): Likewise.
32836         (__sub): Likewise.
32837         (__mul): Likewise.
32838         (__inv): Likewise.
32839         (__dvd): Likewise.
32840         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
32841         (norm): Likewise.
32842         (denorm): Likewise.
32843         (dbl_mp): Likewise.
32844         (sub_magnitudes): Likewise.
32845         (__add): Likewise.
32846         (__sub): Likewise.
32847         (__mul): Likewise.
32848         (__inv): Likewise.
32849         (__dvd): Likewise.
32851         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
32852         instead of __mul.
32853         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
32854         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
32855         (cc32): Likewise.
32857         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
32858         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
32859         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
32860         of __mul for squares.
32861         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
32862         function
32863         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
32864         Likewise.
32865         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
32866         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
32868 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
32870         [BZ #13550]
32871         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
32872         code.
32873         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
32874         prototype or function definition.  Rename ubp_* variables and
32875         parameters.  Remove argv definitions conditional on
32876         [__BOUNDED_POINTERS__].
32877         * debug/backtrace.c (__backtrace): Do not use __unbounded.
32878         * elf/dl-runtime.c (_dl_fixup): Likewise.
32879         * include/set-hooks.h (RUN_HOOK): Likewise.
32880         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
32881         definition.
32882         * string/strcpy.c (strcpy): Do not use __unbounded.
32883         * sysdeps/generic/frame.h (struct layout): Likewise.
32884         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
32885         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
32886         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
32887         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
32888         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
32889         (__backtrace): Likewise.
32890         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
32891         use __ptrvalue.
32892         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
32893         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
32894         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
32895         Likewise.
32896         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
32897         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
32898         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
32899         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32900         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
32901         Do not use __unbounded.
32902         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
32903         Rename __unboundedrlimits parameter to rlimits in prototype.
32904         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
32905         Do not use __unbounded.
32906         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
32907         not use __ptrvalue.
32908         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32909         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
32910         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32911         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
32912         __ptrvalue or __unbounded.
32913         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
32914         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
32915         use __unbounded.
32916         (__new_msgctl): Do not use __ptrvalue.
32917         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
32918         __unbounded.
32919         (__libc_msgrcv): Do not use __ptrvalue.
32920         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
32921         startup_info): Do not use __unbounded.
32922         (__libc_start_main): Likewise.  Rename ubp_* variables and
32923         parameters.  Remove argv definitions conditional on
32924         [__BOUNDED_POINTERS__].
32925         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
32926         __ptrvalue.
32927         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
32928         use __unbounded.
32929         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
32930         or __ptrvalue.
32931         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
32932         use __unbounded.
32933         (__new_shmctl): Do not use __ptrvalue.
32934         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
32935         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
32936         Likewise.
32937         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
32938         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
32939         (__libc_sigaction): Likewise.
32940         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
32941         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
32942         Likewise.
32943         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32945 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
32947         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
32949         * string/mempcpy.c: Implement by calling memcpy.
32951 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
32953         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
32955         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
32956         evaluation.
32958         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
32959         values in the mantissa.
32961         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
32962         minimize writes to Z.
32963         (sub_magnitudes): Simplify code a bit.
32965 2013-02-12  Roland McGrath  <roland@hack.frob.com>
32967         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
32968         from the message.  The linker prefixes all warnings with that already.
32970 2013-02-12  Andreas Schwab  <schwab@suse.de>
32972         [BZ #15078]
32973         * posix/regexec.c (extend_buffers): Add parameter min_len.
32974         (check_matching): Pass minimum needed length.
32975         (clean_state_log_if_needed): Likewise.
32976         (get_subexp): Likewise.
32977         * posix/Makefile (tests): Add bug-regex34.
32978         (bug-regex34-ENV): Define.
32979         * posix/bug-regex34.c: New file.
32981         [BZ #11561]
32982         * posix/regcomp.c (parse_bracket_exp): When looking up collating
32983         elements compare against the byte sequence of it, not its name.
32984         * posix/Makefile (tests): Add bug-regex35.
32985         (bug-regex35-ENV): Define.
32986         * posix/bug-regex35.c: New file.
32988 2013-02-11  Tom de Vries  <tom@codesourcery.com>
32990         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
32991         comment.
32992         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
32993         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
32994         (CHECK_EOL): Add undef.
32996 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
32998         * bits/stdlib-bsearch.h: New file.
32999         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
33000         * stdlib/stdlib.h: Likewise.
33002 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33004         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
33005         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
33006         declaration.
33007         * manual/search.texi (Array Search Function): Add missing const in
33008         lfind prototype.
33009         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
33010         declaration to use rlim_t.
33011         (Basic Scheduling Functions): Remove erroneous const from
33012         sched_getparam prototype.  Remove erroneous * from
33013         sched_get_priority_max and sched_get_priority_min prototypes.
33014         (Resource Usage): Fix summary @comment on vtimes to refer to
33015         sys/vtimes.h rather than vtimes.h.
33016         Add missing *s in vtimes prototype.
33017         (Limits on Resources): Fix ulimit prototype to return long int.
33018         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
33019         prototypes to use long int rather than double.
33020         (BSD Random): Fix initstate and setstate to use char *, not void *.
33021         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
33022         prototype to make second argument 'struct aiocb64 *const[]'.
33023         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
33024         (Status of AIO Operations): Remove erroneous const in aio_return and
33025         aio_return64 prototypes.
33026         (Synchronizing I/O): Fix sync prototype to return void.
33027         * manual/startup.texi (Suboptions): Remove an erroneous const in
33028         getsubopt prototype.
33029         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
33030         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
33031         use size_t rather than int.
33032         (Scanning All Users): Likewise for getpwent_r.
33033         (Setting Groups): Add missing const to setgroups prototype.
33034         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
33035         * manual/socket.texi (Host Names): Fix gethostbyaddr and
33036         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
33037         'const void *' rather than 'const char *'.
33038         (Host Address Functions): Likewise for inet_ntop.
33039         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
33040         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
33041         ssize_t for return value.
33042         (Sending Data): Likewise for send, sendto, sendmsg.
33043         (Socket Option Functions): Add a missing const in setsockopt prototype.
33044         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
33045         use wchar_t for the argument.
33046         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
33047         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
33048         take no arguments.
33049         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
33050         double/float/long double for second argument.
33051         Fix return types of significand, significandf, significandl.
33052         * manual/filesys.texi (Setting Permissions): Use mode_t for second
33053         argument in fchmod prototype.
33054         (File Owner): Use uid_t and gid_t in fchown prototype.
33055         (File Times): Add const to utimes, futimes, and lutimes prototypes.
33056         (Making Special Files): Use mode_t and dev_t in mknod prototype.
33057         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
33058         use 'const struct dirent **' as argument types to CMP function pointer
33059         argument.
33060         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
33061         (File Times): Fix summary magic @comment for struct utimbuf and utime
33062         to refer to utime.h, not time.h.
33063         * manual/string.texi (Argz Functions): Add missing const in
33064         argz_extract and argz_next prototypes.
33065         (Finding Tokens in a String): Likewise for basename.
33066         (String/Array Comparison): Fix typo in wcscasecmp prototype.
33067         (Copying and Concatenation): Fix typo in wmemmove prototype.
33068         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
33069         (Signal Stack): Remove erroneous const in sigstack prototype.
33070         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
33071         prototype.
33072         (Simple Calendar Time): Likewise for stime.
33073         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
33074         prototype.
33075         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
33076         say sys/sysctl.h instead.
33077         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
33078         and vsyslog prototypes.
33080 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33082         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
33083         Remove.
33085 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33087         * misc/sys/mman.h: Fix typo in mremap comment.
33089 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33091         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
33092         the '\0' terminator.
33094 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33096         [BZ #13550]
33097         * debug/segfault.c: Don't include <bp-checks.h>.
33098         * sysdeps/generic/bp-checks.h: Remove file.
33099         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
33100         (__GETDENTS): Don't use CHECK_N.
33101         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
33102         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
33103         (__getgroups): Don't use CHECK_N.
33104         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
33105         (setgroups): Don't use CHECK_N.
33106         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
33107         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
33108         (__libc_msgrcv): Don't use CHECK_N.
33109         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
33110         (__libc_msgsnd): Don't use CHECK_N.
33111         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
33112         <bp-checks.h>.
33113         (__libc_pread): Don't use CHECK_N.
33114         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
33115         include <bp-checks.h>.
33116         (__libc_pread64): Don't use CHECK_N.
33117         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
33118         include <bp-checks.h>.
33119         (__libc_pwrite): Don't use CHECK_N.
33120         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
33121         include <bp-checks.h>.
33122         (__libc_pwrite64): Don't use CHECK_N.
33123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
33124         <bp-checks.h>.
33125         (__libc_pread): Don't use CHECK_N.
33126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
33127         include <bp-checks.h>.
33128         (__libc_pread64): Don't use CHECK_N.
33129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
33130         include <bp-checks.h>.
33131         (__libc_pwrite): Don't use CHECK_N.
33132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
33133         include <bp-checks.h>.
33134         (__libc_pwrite64): Don't use CHECK_N.
33135         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
33136         (do_pread): Don't use CHECK_N.
33137         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
33138         (do_pread64): Don't use CHECK_N.
33139         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
33140         (do_pwrite): Don't use CHECK_N.
33141         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
33142         (do_pwrite64): Don't use CHECK_N.
33143         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
33144         (__libc_readv): Don't use CHECK_N.
33145         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
33146         (semop): Don't use CHECK_N.
33147         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
33148         <bp-checks.h>.
33149         (semtimedop): Don't use CHECK_N.
33150         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
33151         (__libc_pread): Don't use CHECK_N.
33152         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
33153         <bp-checks.h>.
33154         (__libc_pread64): Don't use CHECK_N.
33155         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
33156         <bp-checks.h>.
33157         (__libc_pwrite): Don't use CHECK_N.
33158         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
33159         <bp-checks.h>.
33160         (__libc_pwrite64): Don't use CHECK_N.
33161         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
33162         <bp-checks.h>.
33163         (__libc_msgrcv): Don't use CHECK_N.
33164         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
33165         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
33166         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
33167         (__libc_writev): Don't use CHECK_N.
33169 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33171         * string/strcpy.c: Removed unused variable.
33173         * Makeconfig (+sysdep-includes): Define with := rather than =.
33174         Use an existing include/ subdir of each sysdeps dir before it.
33176 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33178         * nscd/connection.c (register_traced_file): Comment function.
33179         [HAVE_INOTIFY] (union __inev): Define.
33180         [HAVE_INOTIFY] (inotify_check_files): New function.
33181         [HAVE_INOTIFY] (clear_db_cache): Likewise.
33182         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
33183         clear_db_cache.
33184         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
33186 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33188         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
33189         loaded if not already and that a failure is permanent.
33191 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33193         [BZ #15006]
33194         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
33195         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
33197 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33199         [BZ #13550]
33200         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
33201         (CHECK_1_NULL_OK): Likewise.
33202         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
33203         (__fxstat): Do not use CHECK_1.
33204         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
33205         <bp-checks.h>.
33206         (___fxstat64): Do not use CHECK_1.
33207         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
33208         <bp-checks.h>.
33209         (__fxstatat): Do not use CHECK_1.
33210         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
33211         <bp-checks.h>.
33212         (__fxstatat64): Do not use CHECK_1.
33213         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
33214         <bp-checks.h>.
33215         (__fxstat): Do not use CHECK_1.
33216         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
33217         <bp-checks.h>.
33218         (__fxstatat): Do not use CHECK_1.
33219         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33220         <bp-checks.h>.
33221         (__getresgid): Do not use CHECK_1.
33222         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33223         <bp-checks.h>.
33224         (__getresuid): Do not use CHECK_1.
33225         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
33226         <bp-checks.h>.
33227         (__lxstat): Do not use CHECK_1.
33228         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33229         <bp-checks.h>.
33230         (__old_msgctl): Do not use CHECK_1.
33231         (__new_msgctl): Likewise.
33232         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
33233         <bp-checks.h>.
33234         (__new_setrlimit): Do not use CHECK_1.
33235         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33236         <bp-checks.h>.
33237         (__old_shmctl): Do not use CHECK_1.
33238         (__new_shmctl): Likewise.
33239         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
33240         <bp-checks.h>.
33241         (__xstat): Do not use CHECK_1.
33242         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
33243         (__lxstat): Do not use CHECK_1.
33244         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
33245         <bp-checks.h>.
33246         (___lxstat64): Do not use CHECK_1.
33247         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
33248         (__old_msgctl): Do not use CHECK_1.
33249         (__new_msgctl): Likewise.
33250         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
33251         <bp-checks.h>.
33252         (__gettimeofday): Do not use CHECK_1.
33253         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
33254         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
33255         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
33256         <bp-checks.h>.
33257         (__gettimeofday): Do not use CHECK_1.
33258         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
33259         (__old_shmctl): Do not use CHECK_1_NULL_OK.
33260         (__new_shmctl): Do not use CHECK_1.
33261         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
33262         <bp-checks.h>.
33263         (do_sigtimedwait): Do not use CHECK_1.
33264         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
33265         <bp-checks.h>.
33266         (do_sigwaitinfo): Do not use CHECK_1.
33267         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
33268         <bp-checks.h>.
33269         (msgctl): Do not use CHECK_1.
33270         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
33271         <bp-checks.h>.
33272         (shmctl): Do not use CHECK_1.
33273         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
33274         (ustat): Do not use CHECK_1.
33275         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
33276         <bp-checks.h>.
33277         (__fxstat): Do not use CHECK_1.
33278         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
33279         <bp-checks.h>.
33280         (__fxstatat): Do not use CHECK_1.
33281         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
33282         <bp-checks.h>.
33283         (__lxstat): Do not use CHECK_1.
33284         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
33285         <bp-checks.h>.
33286         (__xstat): Do not use CHECK_1.
33287         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
33288         (__xstat): Do not use CHECK_1.
33289         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
33290         (___xstat64): Do not use CHECK_1.
33292         [BZ #13550]
33293         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
33294         definitions.
33295         (CHECK_BOUNDS_HIGH): Likewise.
33296         * string/strcpy.c: Do not include <bp-checks.h>.
33297         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
33299 2013-02-07  Roland McGrath  <roland@hack.frob.com>
33301         * nscd/nscd-client.h (__nscd_drop_map_ref):
33302         Add __attribute__ ((unused)).
33303         * nis/nss-nisplus.h (niserr2nss): Likewise.
33305         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
33306         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
33308         * csu/libc-tls.c (init_static_tls, init_slotinfo):
33309         Remove inline keyword.
33310         * include/rounding-mode.h (round_away): Likewise.
33311         * libio/wfileops.c (adjust_wide_data): Likewise.
33312         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
33313         (__m128i_strloadu_tolower): Likewise.
33314         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
33315         (__m128i_strloadu_tolower): Likewise.
33316         * time/mktime.c (ydhms_diff): Likewise.
33317         * locale/elem-hash.h (elem_hash): Likewise.
33318         * locale/setlocale.c (setdata): Likewise.
33319         * posix/regex_internal.h (re_string_char_size_at): Likewise.
33320         (re_string_wchar_at): Likewise.
33321         (bitset_not, bitset_merge, bitset_mask): Likewise.
33322         [!(__GNUC__ > 3)] (inline): Remove macro.
33323         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
33324         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
33325         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
33326         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
33327         * string/memcmp.c (memcmp_bytes): Likewise.
33328         * locale/programs/locarchive.c (compute_hashval): Likewise.
33329         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
33330         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
33331         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
33332         * nss/getent.c (print_rpc, print_protocols): Likewise.
33333         (print_passwd, print_group, print_aliases): Likewise.
33334         * nis/nss-nisplus.h (niserr2nss): Likewise.
33335         * nscd/connections.c (restart_p): Likewise.
33336         Change return type to bool.
33338 2013-02-05  Roland McGrath  <roland@hack.frob.com>
33340         * Makeconfig (all-Depend-files): Add existing
33341         $(sorted-subdirs:=/Depend) files.
33342         (all-subdirs): Remove nss.
33343         * sysdeps/unix/inet/Subdirs: Add it here instead.
33344         * hesiod/Depend: New file.
33346         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
33347         instead of calling alloca.
33349         * io/lseek.c (__lseek): Rename to __libc_lseek.
33350         Define __lseek as an alias.
33352         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
33354 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
33356         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
33357         else clause and remove check for non-standard endianness.
33359 2013-02-04  David S. Miller  <davem@davemloft.net>
33361         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33363 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
33365         [BZ #13550]
33366         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
33367         (__ubp_memchr): Remove prototype.
33368         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
33369         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33370         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
33371         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33372         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
33373         Remove alias.
33374         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
33375         (__ubp_memchr): Likewise.
33376         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
33377         (__ubp_memchr): Likewise.
33378         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
33379         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
33380         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
33381         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
33382         CHECK_STRING.
33383         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
33384         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
33385         (__getcwd): Do not use CHECK_STRING.
33386         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
33387         <bp-checks.h>.
33388         (__real_chown): Do not use CHECK_STRING.
33389         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
33390         <bp-checks.h>.
33391         (fchownat): Do not use CHECK_STRING.
33392         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
33393         CHECK_STRING.
33394         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
33395         <bp-checks.h>.
33396         (__lchown): Do not use CHECK_STRING.
33397         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33398         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33399         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33400         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
33401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
33402         include <bp-checks.h>.
33403         (truncate64): Do not use CHECK_STRING.
33404         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
33405         <bp-checks.h>.
33406         (__real_chown): Do not use CHECK_STRING.
33407         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
33408         <bp-checks.h>.
33409         (__lchown): Do not use CHECK_STRING.
33410         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
33411         <bp-checks.h>.
33412         (__chown): Do not use CHECK_STRING.
33413         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
33414         <bp-checks.h>.
33415         (truncate64): Do not use CHECK_STRING.
33416         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
33417         Likewise.
33418         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
33419         (__xmknod): Do not use CHECK_STRING.
33420         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
33421         <bp-checks.h>.
33422         (__xmknodat): Do not use CHECK_STRING.
33423         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33424         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
33426 2013-02-04  Andreas Schwab  <schwab@suse.de>
33428         [BZ #14142]
33429         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
33430         * include/netdb.h: Likewise for h_errno.
33431         * elf/tst-stackguard1.c: Include <tls.h>.
33433 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
33435         * elf/link.h (struct link_map): Extend the l_addr comment.
33436         * include/link.h (struct link_map): Likewise.
33438 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
33440         [BZ #13550]
33441         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
33442         (BOUNDED_1): Remove macro.
33443         * debug/backtrace.c: Don't include <bp-checks.h>.
33444         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
33445         (__backtrace): Likewise.
33446         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
33447         <bp-checks.h>.
33448         (__backtrace): Don't use BOUNDED_1.
33449         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
33450         <bp-checks.h>.
33451         (__backtrace): Don't use BOUNDED_1.
33452         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
33453         (__backtrace): Don't use BOUNDED_1.
33454         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
33455         (shmat): Don't use BOUNDED_N.
33457 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
33459         [BZ #13550]
33460         * sysdeps/generic/bp-start.h: Remove file.
33461         * csu/libc-start.c: Don't include <bp-start.h>.
33462         (LIBC_START_MAIN): Set up __environ directly instead of using
33463         INIT_ARGV_and_ENVIRON.
33464         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
33465         <bp-start.h>.
33467         [BZ #13550]
33468         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
33469         definitions.
33470         (CHECK_FCNTL): Likewise.
33471         (CHECK_N_PAGES): Likewise.
33473         [BZ #13550]
33474         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
33475         definitions.
33476         (CHECK_SIGSET_NULL_OK): Likewise.
33477         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
33478         <bp-checks.h>.
33479         (sigpending): Don't use CHECK_SIGSET.
33480         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
33481         <bp-checks.h>.
33482         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33483         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
33484         <bp-checks.h>.
33485         (do_sigsuspend): Don't use CHECK_SIGSET.
33486         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
33487         use CHECK_SIGSET.
33488         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
33489         (do_sigwait): Don't use CHECK_SIGSET.
33490         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
33491         use CHECK_SIGSET.
33492         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
33493         include <bp-checks.h>.
33494         (sigpending): Don't use CHECK_SIGSET.
33495         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
33496         include <bp-checks.h>.
33497         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33498         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
33499         <bp-checks.h>.
33500         (sigpending): Don't use CHECK_SIGSET.
33501         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
33502         <bp-checks.h>.
33503         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33505         [BZ #13550]
33506         * sysdeps/generic/bp-semctl.h: Remove file.
33507         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
33508         <bp-checks.h> and <bp-semctl.h>.
33509         (__old_semctl): Don't use CHECK_SEMCTL.
33510         (__new_semctl): Likewise.
33511         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
33512         and <bp-semctl.h>.
33513         (__old_semctl): Don't use CHECK_SEMCTL.
33514         (__new_semctl): Likewise.
33515         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
33516         <bp-checks.h> and <bp-semctl.h>.
33517         (__old_semctl): Don't use CHECK_SEMCTL.
33518         (__new_semctl): Likewise.
33519         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
33520         <bp-checks.h> and <bp-semctl.h>.
33521         (semctl): Don't use CHECK_SEMCTL.
33523         [BZ #13550]
33524         * Makerules (elide-bp-thunks): Remove variable.
33525         (elide-routines.oS): Don't use $(elide-bp-thunks).
33526         (elide-routines.os): Likewise.
33527         (elide-routines.o): Likewise.
33528         (elide-routines.op): Likewise.
33529         (elide-routines.og): Likewise.
33530         (objects): Don't use $(bp-thunks).
33531         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
33532         include.
33533         (common-generated): Do not add s-proto-bp.d.
33534         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
33535         (int): Likewise.
33536         (typ): Likewise.
33537         Do not generate makefile rules for bounded-pointer thunks.
33538         * sysdeps/generic/bp-thunks.h: Remove file.
33539         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
33540         * sysdeps/unix/s-proto-bp.S: Likewise.
33542         [BZ #15062]
33543         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
33544         parts of result separately when argument is not close to line from
33545         -i to i and one part of argument is small.
33546         * math/k_casinhf.c (__kernel_casinhf): Likewise.
33547         * math/k_casinhl.c (__kernel_casinhl): Likewise.
33548         * math/libm-test.inc (cacos_test): Add more tests.
33549         (casin_test): Likewise.
33550         (casinh_test): Likewise.
33551         * sysdeps/i386/fpu/libm-test-ulps: Update.
33552         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33554 2013-01-31  David S. Miller  <davem@davemloft.net>
33556         * po/de.po: Update from translation team.
33558 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
33560         * time/tzfile.c: Include stdint.h for SIZE_MAX.
33562 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
33564         * configure.in (_AC_PROG_CC_C89): New definition.
33565         * configure: Regenerate.
33567         * configure.in (AC_PROG_CPP): New definition.
33568         * configure: Regenerate.
33570 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
33572         * debug/tst-backtrace.h: New file.
33573         * debug/tst-backtrace2.c: Include tst-backtrace.h.
33574         (ret): Remove variable.
33575         (x): Likewise.
33576         (FAIL): Remove macro.
33577         (NO_INLINE): Likewise.
33578         (fn1): Use match function instead of strstr.
33579         * debug/tst-backtrace3.c: Include tst-backtrace.h.
33580         (ret): Remove variable.
33581         (x): Likewise.
33582         (FAIL): Remove macro.
33583         (NO_INLINE): Likewise.
33584         (fn): Use match function instead of strstr.
33585         * debug/tst-backtrace4.c: Include tst-backtrace.h.
33586         (ret): Remove variable.
33587         (x): Likewise.
33588         (FAIL): Remove macro.
33589         (NO_INLINE): Likewise.
33590         (handle_signal): Use match function instead of strstr.
33591         * debug/tst-backtrace5.c: Include tst-backtrace.h.
33592         (ret): Remove variable.
33593         (x): Likewise.
33594         (FAIL): Remove macro.
33595         (NO_INLINE): Likewise.
33596         (handle_signal): Use match function instead of strstr.
33598 2013-01-23  Roland McGrath  <roland@hack.frob.com>
33600         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
33602 2013-01-23  David S. Miller  <davem@davemloft.net>
33604         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
33605         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
33606         argument of CAS if possible.
33607         * sysdeps/sparc/sparc64/bits/atomic.h
33608         (__arch_compare_and_exchange_val_32_acq): Likewise.
33609         (__arch_compare_and_exchange_val_64_acq): Likewise.
33611 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
33613         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
33614         * sysdeps/posix/ulimit.c: ... this.
33615         Include <limits.h>.
33616         * sysdeps/unix/bsd/ulimit.c: Remove file.
33618 2013-01-23  Adam Conrad  <adconrad@0c3.net>
33620         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
33621         (LDFLAGS-tst-array5): Likewise.
33623 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
33625         [BZ #15036]
33626         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
33627         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
33628         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
33629         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
33631 2013-01-21  David S. Miller  <davem@davemloft.net>
33633         * sysdeps/sparc/backtrace.c: New file.
33634         * sysdeps/sparc/sparc32/backtrace.h: New file.
33635         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
33636         * sysdeps/sparc/sparc64/backtrace.h: New file.
33637         * sysdeps/sparc/sparc64/backtrace.c: Delete.
33638         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
33639         -funwind-tables.
33641 2013-01-21  Andreas Schwab  <schwab@suse.de>
33643         [BZ #15020]
33644         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
33645         closed its stdout.
33647 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
33649         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
33650         "mpa2.h".
33651         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33653 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
33654             Mark Mitchell  <mark@codesourcery.com>
33655             Tom de Vries  <tom@codesourcery.com>
33656             Paul Pluzhnikov  <ppluzhnikov@google.com>
33658         * debug/tst-backtrace2.c: New file.
33659         * debug/tst-backtrace3.c: Likewise.
33660         * debug/tst-backtrace4.c: Likewise.
33661         * debug/tst-backtrace5.c: Likewise.
33662         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
33663         (CFLAGS-tst-backtrace3.c): Likewise.
33664         (CFLAGS-tst-backtrace4.c): Likewise.
33665         (CFLAGS-tst-backtrace5.c): Likewise.
33666         (LDFLAGS-tst-backtrace2): Likewise.
33667         (LDFLAGS-tst-backtrace3): Likewise.
33668         (LDFLAGS-tst-backtrace4): Likewise.
33669         (LDFLAGS-tst-backtrace5): Likewise.
33670         (tests): Add new tests tst-backtrace2, tst-backtrace3,
33671         tst-backtrace4 and tst-backtrace5.
33673 2013-01-18  Anton Blanchard  <anton@samba.org>
33674             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
33676         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
33677         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
33678         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
33679         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
33680         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
33681         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
33682         "+r" and remove output regs list as redundant.  Add explicit inline
33683         asm to specify register of return val to work around compiler codegen
33684         bug.  Remove (int) cast on return value.  Add return type parameter to
33685         use in macro so that this macro does not truncate return value for
33686         64-bit values.
33687         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
33688         pass to INTERNAL_VSYSCALL_NCS.
33689         (INLINE_VSYSCALL): Add 'long int' as return type to
33690         INTERNAL_VSYSCALL_NCS macro invocation.
33691         (INTERNAL_VSYSCALL): Add 'long int' as return type to
33692         INTERNAL_VSYSCALL_NCS macro invocation.
33693         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33695 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33697         [BZ #14496]
33698         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
33699         Fix application of SIMD FP exception mask.
33701         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
33702         mp_no from a power of two.
33703         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
33704         __mpexp_twomm1.  Use __pow_mp.
33706         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
33707         multiplication.
33709 2013-01-17  David S. Miller  <davem@davemloft.net>
33711         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33713 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
33715         [BZ #15023]
33716         * include/complex.h: Condition contents on [!_COMPLEX_H].
33717         (__kernel_casinhf): New prototype.
33718         (__kernel_casinh): Likewise.
33719         (__kernel_casinhl): Likewise.
33720         * math/Makefile (libm_calls): Add k_casinh.
33721         * math/k_casinh.c: New file.
33722         * math/k_casinhf.c: Likewise.
33723         * math/k_casinhl.c: Likewise.
33724         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
33725         finite nonzero arguments.
33726         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
33727         finite nonzero arguments.
33728         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
33729         finite nonzero arguments.
33730         * math/s_casinh.c: Do not include <float.h>.
33731         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
33732         * math/s_casinhf.c: Do not include <float.h>.
33733         (__casinhf): Move code for finite nonzero arguments to
33734         k_casinhf.c.
33735         * math/s_casinhl.c: Do not include <float.h>.
33736         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
33737         redefine.
33738         (__casinhl): Move code for finite nonzero arguments to
33739         k_casinhl.c.
33740         * math/libm-test.inc (cacos_test): Add more tests.
33741         * sysdeps/i386/fpu/libm-test-ulps: Update.
33742         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33744 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
33746         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
33747         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
33748         [!HAVE_MREMAP]: Remove [defined linux] case.
33749         * malloc/arena.c: Do not include <malloc-sysdep.h>.
33751 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
33753         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
33755 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
33757         * elf/elf.h (R_386_SIZE32): New relocation.
33758         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
33759         R_386_SIZE32.
33760         (elf_machine_rela): Likewise.
33761         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
33762         R_X86_64_SIZE64 and R_X86_64_SIZE32.
33764 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
33766         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
33767         (FP_FAST_FMA): Do not define.
33768         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
33769         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
33770         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
33771         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
33772         !_SOFT_FLOAT]: Likewise.
33773         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
33774         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
33775         value.
33776         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
33777         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
33778         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
33779         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
33780         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
33781         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
33782         file.
33784 2013-01-16  Andreas Schwab  <schwab@suse.de>
33786         [BZ #14327]
33787         * include/stdlib.h (__mktemp): Add declaration.
33788         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
33789         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
33791 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33793         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
33794         definitions.
33795         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33796         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
33797         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
33798         definitions here.
33799         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
33800         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
33801         definitions.
33802         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
33803         and ONE.
33804         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
33805         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
33806         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
33807         definitions.
33808         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
33809         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
33810         definitions.
33811         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33813         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
33815 2013-01-15  David S. Miller  <davem@davemloft.net>
33817         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33818         trunc{,f} to libm-sysdep_routes.
33819         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33820         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
33821         file.
33822         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
33823         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
33824         file.
33825         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
33826         file.
33827         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
33828         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
33829         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
33830         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
33831         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
33832         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
33833         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
33834         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
33836         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33837         nearbyint{,f} to libm-sysdep_routes.
33838         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33839         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
33840         New file.
33841         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
33842         file.
33843         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
33844         New file.
33845         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
33846         file.
33847         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
33848         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
33849         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
33850         file.
33851         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
33852         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
33853         file.
33854         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
33855         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
33856         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
33858         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
33859         libc_feholdexcept and libc_fesetenv.
33861 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
33863         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
33865 2013-01-14  David S. Miller  <davem@davemloft.net>
33867         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
33868         (SPARC_ASM_VIS2_IFUNC): Likewise.
33869         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
33870         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
33871         use of 'siam' instruction.
33872         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
33873         Likewise.
33874         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
33875         Likewise.
33876         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
33877         Likewise.
33878         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
33879         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
33880         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
33881         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
33882         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
33883         file.
33884         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
33885         file.
33886         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
33887         file.
33888         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
33889         file.
33890         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
33891         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
33892         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
33893         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
33894         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
33895         new VIS2 routines.
33896         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
33897         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
33898         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
33899         Likewise.
33900         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
33901         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
33902         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
33903         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
33904         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
33905         routines to libm-sysdep_routines.
33906         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33908         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33909         fdim/fdimf to libm-sysdep_routines.
33910         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
33911         file.
33912         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
33913         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
33914         file.
33915         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
33916         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
33917         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
33918         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
33919         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
33920         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
33921         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
33923 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
33925         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
33926         to optimize copies.
33928         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
33929         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33930         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33932         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
33933         local variable MPTWO.
33934         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
33935         Likewise.
33937 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33939         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
33940         GLOB_NOESCAPE.
33942 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33944         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
33946 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33948         * manual/pattern.texi (glob_t): Document gl_flags.
33949         (glob64_t): Likewise.
33951 2013-01-11  David S. Miller  <davem@davemloft.net>
33953         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
33954         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
33955         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
33956         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
33957         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
33958         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
33959         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
33960         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
33961         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
33962         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
33963         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
33964         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
33965         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
33967         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33968         sparc V9 rather than using V8 code.
33969         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33970         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33972         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
33973         Move to...
33974         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
33975         Here.
33977 2013-01-11  Roland McGrath  <roland@hack.frob.com>
33979         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
33980         not in the main loop.
33981         * configure: Regenerated.
33983 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
33985         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
33986         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
33987         to just #else.
33988         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
33989         [!__GLIBC_HAVE_LONG_LONG] case.
33990         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
33991         condition to just #else.
33992         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
33993         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
33994         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
33995         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
33996         unconditional.
33997         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
33998         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33999         #elif condition to just #else.
34000         * sysdeps/unix/sysv/linux/sys/sysmacros.h
34001         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
34002         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34003         #elif condition to just #else.
34005 2013-01-11  Steve Ellcey  <sellcey@mips.com>
34007         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
34008         (EF_MIPS_ARCH_64): Fix value.
34009         (EF_MIPS_ARCH_32R2): New.
34010         (EF_MIPS_ARCH_64R2): New.
34012 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
34014         * Makeconfig (+link-pie-before-libc): New.
34015         (+link-pie-after-libc): Likewise.
34016         (+link-pie-tests): Likewise.
34017         (+link-pie): Rewritten.
34018         (link-before-libc): Remove $(config-LDFLAGS).
34019         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
34020         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
34021         (config-LDFLAGS): Renamed to ...
34022         (rtld-LDFLAGS): This.
34023         (rtld-tests-LDFLAGS): New macro.
34024         (link-libc-rpath-link): Likewise.
34025         (link-libc-tests-rpath-link): Likewise.
34026         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
34027         (link-libc): Prepand $(link-libc-rpath-link).
34028         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
34029         (test-program-prefix): New macro.
34030         (test-via-rtld-prefix): Likewise.
34031         (test-program-cmd): Likewise.
34032         (host-test-program-cmd): Likewise.
34033         * Makefile ($(common-objpfx)testrun.sh): Replace
34034         $(run-program-prefix) with $(test-program-prefix).
34035         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
34036         $(rtld-LDFLAGS).
34037         ($(common-objpfx)shlib.lds): Likewise.
34038         (build-module-helper): Likewise.
34039         ($(common-objpfx)format.lds): Likewise.
34040         * Rules (binaries-pie-tests): New.
34041         (binaries-pie-notests): Likewise.
34042         (binaries-pie): Rewritten.
34043         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
34044         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
34045         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
34046         (make-test-out): Replace $(host-built-program-cmd) with
34047         $(host-test-program-cmd).
34048         * config.make.in (build-hardcoded-path-in-tests): New variable.
34049         * configure.in (--enable-hardcoded-path-in-tests): New configure
34050         option.
34051         (hardcoded_path_in_tests): New AC_SUBST.
34052         * configure: Regenerated.
34053         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
34054         $(built-program-cmd) with $(test-program-cmd).
34055         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
34056         (test_program_cmd): This.
34057         * elf/Makefile ($(objpfx)order.out): Run test with
34058         $(test-program-prefix).
34059         ($(objpfx)order2.out): Likewise.
34060         ($(objpfx)tst-initorder.out): Likewise.
34061         ($(objpfx)tst-initorder2.out): Likewise.
34062         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
34063         $(test-program-cmd).
34064         ($(objpfx)tst-array1-static.out): Likewise.
34065         ($(objpfx)tst-array2.out): Likewise.
34066         ($(objpfx)tst-array3.out): Likewise.
34067         ($(objpfx)tst-array4.out): Likewise.
34068         ($(objpfx)tst-array5.out): Likewise.
34069         ($(objpfx)tst-array5-static.out): Likewise.
34070         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
34071         $(test-program-cmd).
34072         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
34073         $(run-program-prefix) with $(test-program-prefix).
34074         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
34075         (test_program_prefix): This.
34076         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
34077         $(run-program-prefix) with $(test-program-prefix).
34078         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
34079         (test_program_prefix): This.
34080         * iconvdata/tst-tables.sh: Likewise.
34081         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
34082         $(run-program-prefix) with $(test-program-prefix).
34083         ($(objpfx)tst-translit.out): Likewise.
34084         ($(objpfx)tst-gettext2.out): Likewise.
34085         ($(objpfx)tst-gettext4.out): Likewise.
34086         ($(objpfx)tst-gettext6.out): Likewise.
34087         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
34088         (test_program_prefix): This.
34089         * intl/tst-gettext2.sh: Likewise.
34090         * intl/tst-gettext4.sh  Likewise.
34091         * intl/tst-gettext6.sh: Likewise.
34092         * intl/tst-translit.sh: Likewise.
34093         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
34094         with $(test-program-cmd).
34095         * libio/Makefile ($(objpfx)test-freopen.out): Replace
34096         $(run-program-prefix) with $(test-program-prefix).
34097         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
34098         (test_program_prefix): This.
34099         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
34100         $(run-program-prefix) with $(test-program-prefix).
34101         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
34102         (test_program_prefix): This.
34103         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
34104         * posix/Makefile ($(objpfx)globtest.out): Replace
34105         $(run-via-rtld-prefix) and $(test-wrapper) with
34106         $(test-program-prefix) and $(test-via-rtld-prefix).
34107         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
34108         $(test-program-prefix).
34109         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
34110         $(host-test-program-cmd).
34111         (tst-spawn-ARGS): Likewise.
34112         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
34113         $(test-program-prefix).
34114         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
34115         (test_via_rtld_prefix): This.
34116         (test_wrapper): Renamed to ...
34117         (test_program_prefix): This.
34118         (run_program_prefix): Replaced by test_program_prefix.
34119         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
34120         (test_program_prefix): This.
34121         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
34122         with $(host-test-program-cmd).
34123         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
34124         $(run-program-prefix) with $(test-program-prefix).
34125         ($(objpfx)tst-printf.out): Likewise.
34126         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
34127         $(test-program-cmd).
34128         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
34129         (test_program_prefix): This.
34130         * stdio-common/tst-unbputc.sh: Likewise.
34131         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
34132         $(run-program-prefix) with $(test-program-prefix).
34133         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
34134         (test_program_prefix): This.
34135         * string/Makefile ($(objpfx)tst-svc.out):  Replace
34136         $(built-program-cmd) with $(test-program-cmd).
34138 2013-01-11  Andreas Jaeger  <aj@suse.de>
34140         [BZ #15003]
34141         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
34142         value. Sync with Linux 3.7.
34144 2013-01-10  David S. Miller  <davem@davemloft.net>
34146         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
34147         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34148         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34150 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34152         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
34153         never set.
34154         * configure: Regenerated.
34156 2013-01-10  David S. Miller  <davem@davemloft.net>
34158         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34159         sparc V9 rather than using V8 code.
34160         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34161         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34163 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34165         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
34166         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
34167         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
34168         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
34169         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
34170         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
34171         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
34172         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
34173         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
34174         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
34175         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
34176         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
34177         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
34178         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
34179         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
34180         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
34181         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
34182         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
34183         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
34184         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
34185         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
34186         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
34187         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
34188         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
34189         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
34190         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
34191         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
34193 2013-01-10  David S. Miller  <davem@davemloft.net>
34195         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34197 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34199         * posix/Makefile (tests-static): New variable.
34200         (tests): Add $(tests-static).
34201         (tst-exec-static-ARGS): New variable.
34202         (tst-spawn-static-ARGS): Likewise.
34203         * posix/tst-exec-static.c: New file.
34204         * posix/tst-spawn-static.c: Likewise.
34205         * posix/tst-exec.c: Support run directly.
34206         * posix/tst-spawn.c: Likewise.
34208 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
34210         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
34211         long.
34212         * math/bits/mathcalls.h (llrint): Likewise.
34213         (llround): Likewise.
34214         * stdlib/stdlib.h (struct drand48_data): Likewise.
34215         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
34216         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
34217         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
34218         Likewise.
34219         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
34220         Likewise.
34221         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
34222         (elf_greg_t): Likewise.
34223         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
34224         (__jmp_buf): Likewise.
34225         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
34226         definitions.
34227         (llrint): Likewise, for all definitions.
34228         (llrintl): Likewise.
34230         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
34231         Remove [__GNUC__] condition.
34232         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
34233         condition to just [__USE_ISOC99].
34234         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
34236 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34238         [BZ #14200]
34239         * sysdeps/unix/sysv/linux/x86/bits/environments.h
34240         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
34241         defined.
34242         (_POSIX_V6_ILP32_OFF32): Likewise.
34243         (_XBS5_ILP32_OFF32): Likewise.
34244         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
34245         (__ILP32_OFFBIG_LDFLAGS): Likewise.
34247 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
34249         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
34251         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
34252         doubles __mpexp_twomm1.  Adjust usage.
34253         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
34254         Remove.
34256 2013-01-10  Andreas Schwab  <schwab@suse.de>
34258         [BZ #14964]
34259         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
34260         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
34262 2013-01-09  David S. Miller  <davem@davemloft.net>
34264         [BZ #15003]
34265         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
34266         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
34267         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
34268         (TCP_FASTOPEN): Define.
34269         (tcp_repair_opt): New structure.
34270         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
34271         enum values.
34272         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
34273         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
34274         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
34275         (tcp_cookie_transactions): New structure.
34277 2013-01-09  Anton Blanchard  <anton@samba.org>
34279         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
34280         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
34281         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
34282         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
34284 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
34286         * include/features.h (__USE_ANSI): Remove.
34288 2013-01-09  Roland McGrath  <roland@hack.frob.com>
34290         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
34292         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
34294 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
34296         * sysdeps/s390/fpu/libm-test-ulps: Update.
34298         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34300         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
34301         (__acr): Likewise.
34302         (__cpy): Likewise.
34303         (norm): Likewise.
34304         (denorm): Likewise.
34305         (__mp_dbl): Likewise.
34306         (__dbl_mp): Likewise.
34307         (add_magnitudes): Likewise.
34308         (sub_magnitudes): Likewise.
34309         (__add): Likewise.
34310         (__sub): Likewise.
34311         (__mul): Likewise.
34312         (__inv): Likewise.
34313         (__dvd): Likewise.
34314         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
34315         (__acr): Likewise.
34316         (__cpy): Likewise.
34317         (norm): Likewise.
34318         (denorm): Likewise.
34319         (__mp_dbl): Likewise.
34320         (__dbl_mp): Likewise.
34321         (add_magnitudes): Likewise.
34322         (sub_magnitudes): Likewise.
34323         (__add): Likewise.
34324         (__sub): Likewise.
34325         (__mul): Likewise.
34326         (__inv): Likewise.
34327         (__dvd): Likewise.
34328         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
34329         (__acr): Likewise.
34330         (__cpy): Likewise.
34331         (norm): Likewise.
34332         (denorm): Likewise.
34333         (__mp_dbl): Likewise.
34334         (__dbl_mp): Likewise.
34335         (add_magnitudes): Likewise.
34336         (sub_magnitudes): Likewise.
34337         (__add): Likewise.
34338         (__sub): Likewise.
34339         (__mul): Likewise.
34340         (__inv): Likewise.
34341         (__dvd): Likewise.
34343 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
34345         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
34346         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
34347         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
34348         2 && __USE_EXTERN_INLINES]: Likewise.
34350 2013-01-08  Andreas Jaeger  <aj@suse.de>
34352         [BZ# 14985]
34353         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
34354         Remove.
34355         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34356         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34358 2013-01-07  Anton Blanchard  <anton@samba.org>
34360         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
34361         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
34362         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
34363         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
34364         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
34365         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
34366         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
34367         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34368         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34369         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34370         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
34371         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
34372         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
34373         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
34374         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
34375         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
34376         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
34377         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
34378         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
34379         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
34380         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
34381         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
34382         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
34383         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
34384         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
34385         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
34386         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
34387         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
34388         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
34389         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
34390         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
34391         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34392         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34393         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
34394         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
34395         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
34396         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
34397         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
34398         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
34399         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
34400         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
34401         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
34402         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
34404 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
34406         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
34407         (__MALLOC_PMT): Likewise.
34408         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
34409         [__GNUC__], only on [_LIBC].
34410         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34411         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
34412         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34413         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
34414         forward declaration.
34415         (realloc_hook_ini): Likewise.
34416         (memalign_hook_ini): Likewise.
34417         (__libc_memalign): Do not use __MALLOC_PMT in variable
34418         declaration.
34419         (__libc_valloc): Likewise.
34420         (__libc_pvalloc): Likewise.
34421         (__libc_calloc): Likewise.
34422         (__posix_memalign): Likewise.
34424         [BZ #14996]
34425         * math/s_casinh.c: Include <float.h>.
34426         (__casinh): Do not do computation with squaring and square root
34427         for large arguments.
34428         * math/s_casinhf.c: Include <float.h>.
34429         (__casinhf): Do not do computation with squaring and square root
34430         for large arguments.
34431         * math/s_casinhl.c: Include <float.h>.
34432         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
34433         (__casinhl): Do not do computation with squaring and square root
34434         for large arguments.
34435         * math/libm-test.inc (casin_test): Add more tests.
34436         (casinh_test): Likewise.
34437         * sysdeps/i386/fpu/libm-test-ulps: Update.
34438         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34440 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
34442         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
34443         (__x86_64_raw_data_cache_size): Likewise.
34444         (__x86_64_data_cache_size_half): Likewise.
34445         (__x86_64_raw_data_cache_size_half): Likewise.
34446         (__x86_64_shared_cache_size): Likewise.
34447         (__x86_64_raw_shared_cache_size): Likewise.
34448         (__x86_64_shared_cache_size_half): Likewise.
34449         (__x86_64_raw_shared_cache_size_half): Likewise.
34450         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
34451         to ...
34452         (__x86_data_cache_size): This.
34453         (__x86_64_raw_data_cache_size): Renamed to ...
34454         (__x86_raw_data_cache_size): This.
34455         (__x86_64_data_cache_size_half): Renamed to ...
34456         (__x86_data_cache_size_half): This.
34457         (__x86_64_raw_data_cache_size_half): Renamed to ...
34458         (__x86_raw_data_cache_size_half): This.
34459         (__x86_64_shared_cache_size): Renamed to ...
34460         (__x86_shared_cache_size): This.
34461         (__x86_64_raw_shared_cache_size): Renamed to ...
34462         (__x86_raw_shared_cache_size): This.
34463         (__x86_64_shared_cache_size_half): Renamed to ...
34464         (__x86_shared_cache_size_half): This.
34465         (__x86_64_raw_shared_cache_size_half): Renamed to ...
34466         (__x86_raw_shared_cache_size_half): This.
34467         * sysdeps/x86_64/memcpy.S: Updated.
34468         * sysdeps/x86_64/memset.S: Likewise.
34469         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
34470         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
34471         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
34473 2013-01-04  David S. Miller  <davem@davemloft.net>
34475         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34477 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
34479         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
34480         1 to avoid redefinition warning.
34481         (__USE_GNU): Don't define.
34482         (init_signaling_nan): Protoize.
34484         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34486 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34488         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
34489         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
34490         (__cpymn): Likewise.
34491         (norm): Remove commented code.
34492         (denorm): Likewise.
34493         (__mp_dbl): Likewise.
34494         (__inv): Likewise.
34495         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
34496         (__cpymn): Likewise.
34497         (norm): Remove commented code.
34498         (denorm): Likewise.
34499         (__mp_dbl): Likewise.
34500         (__inv): Likewise.
34502         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
34503         mp_no value for 1.0 and 2.0.
34504         (norm): Use RADIXI instead of radixi.d.
34505         (denorm): Likewise.
34506         (__mul): Use 0.0 instead of zero.d.
34507         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
34508         mp_no value for 1.0 and 2.0.
34509         (norm): Use RADIXI instead of radixi.d.
34510         (denorm): Likewise.
34511         (__mul): Use 0.0 instead of zero.d.
34513 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
34515         [BZ #14994]
34516         * math/s_casinh.c (__casinh): Reduce finite argument to first
34517         quadrant then set signs of results at the end.
34518         * math/s_casinhf.c (__casinhf): Likewise.
34519         * math/s_casinhl.c (__casinhl): Likewise.
34520         * math/libm-test.inc (casin_test): Add more tests.
34521         (casinh_test): Likewise.
34522         * sysdeps/i386/fpu/libm-test-ulps: Update.
34523         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34525 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34527         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
34529         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
34531         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
34532         declarations.
34533         (denorm): Likewise.
34534         (__mp_dbl): Likewise.
34535         (__inv): Likewise.
34537         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
34538         and adjust the header comment.
34540         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
34541         variable name from declaration.
34543 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
34545         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34546         Initialize COMMON_CPUID_INDEX_7 element.
34547         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
34548         (CPUID_RTM): Likewise.
34549         (HAS_RTM): Likewise.
34550         (COMMON_CPUID_INDEX_7): New enum.
34552 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
34554         [BZ #14981]
34555         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
34556         size is zero, record memory as freed.
34558 2013-01-03  Andreas Jaeger  <aj@suse.de>
34560         * po/ia.po: Add new Interlingua translation.
34562 2012-01-03  Allan McRae  <allan@archlinux.org>
34564         * locale/programs/localedef.c: Fix description of '--posix' flag.
34566 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
34568         * NEWS: Update dates in second copyright notice.
34569         * README: Update copyright dates in example.
34570         * manual/libc.texinfo: Update copyright dates.
34571         * scripts/test-installation.pl: Update copyright date in --version
34572         output.
34574         * hurd/ctty-input.c: Fix copyright notice formatting.
34575         * hurd/ctty-output.c: Likewise.
34576         * hurd/dtable.c: Likewise.
34577         * hurd/hurd-raise.c: Likewise.
34578         * hurd/hurdprio.c: Likewise.
34579         * hurd/msgportdemux.c: Likewise.
34580         * misc/sys/file.h: Likewise.
34581         * misc/sys/ioctl.h: Likewise.
34582         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
34583         * sysdeps/mach/hurd/chdir.c: Likewise.
34584         * sysdeps/mach/hurd/fchdir.c: Likewise.
34585         * sysdeps/mach/hurd/rename.c: Likewise.
34586         * sysdeps/mach/hurd/rmdir.c: Likewise.
34587         * sysdeps/mach/hurd/seekdir.c: Likewise.
34588         * sysdeps/mach/hurd/setsid.c: Likewise.
34589         * sysdeps/posix/wait3.c: Likewise.
34591         * All files with FSF copyright notices: Update copyright dates
34592         using scripts/update-copyrights.
34593         * intl/plural.c: Regenerated.
34594         * locale/programs/charmap-kw.h: Likewise.
34595         * locale/programs/locfile-kw.h: Likewise.
34597 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
34599         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
34600         four values.
34602         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
34603         calculation loop and add branch prediction.
34605         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
34606         check access beyond bounds of m1np.
34608         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34609         MPTWO.
34610         (__inv): Remove local variable MPTWO to use the global
34611         constant.
34612         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
34613         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34614         variable MPTWO.
34615         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
34616         MP3HALFS static const.
34618 2013-01-01  David S. Miller  <davem@davemloft.net>
34620         * po/ca.po: Update from translation team.
34622 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
34624         * scripts/update-copyrights: New file.
34625         * Makeconfig: Reformat copyright notice.
34626         * ctype/ctype.h: Likewise.
34627         * debug/swprintf_chk.c: Likewise.
34628         * elf/dl-cache.c: Likewise.
34629         * elf/dl-debug.c: Likewise.
34630         * elf/dl-object.c: Likewise.
34631         * grp/initgroups.c: Likewise.
34632         * hurd/Makefile: Likewise.
34633         * hurd/hurd/signal.h: Likewise.
34634         * hurd/hurdfault.c: Likewise.
34635         * hurd/hurdioctl.c: Likewise.
34636         * hurd/hurdlookup.c: Likewise.
34637         * hurd/intr-msg.c: Likewise.
34638         * iconv/gconv_open.c: Likewise.
34639         * libio/swprintf.c: Likewise.
34640         * locale/lc-ctype.c: Likewise.
34641         * locale/nl_langinfo.c: Likewise.
34642         * mach/Machrules: Likewise.
34643         * mach/Makefile: Likewise.
34644         * malloc/obstack.h: Likewise.
34645         * manual/Makefile: Likewise.
34646         * manual/tsort.awk: Likewise.
34647         * misc/bits/stab.def: Likewise.
34648         * nis/nis_print_group_entry.c: Likewise.
34649         * nis/nis_table.c: Likewise.
34650         * nis/nss_compat/compat-pwd.c: Likewise.
34651         * nis/nss_compat/compat-spwd.c: Likewise.
34652         * po/Makefile: Likewise.
34653         * posix/fnmatch.c: Likewise.
34654         * posix/regex.h: Likewise.
34655         * resolv/Makefile: Likewise.
34656         * resolv/nss_dns/dns-network.c: Likewise.
34657         * resolv/res_hconf.c: Likewise.
34658         * scripts/gen-sorted.awk: Likewise.
34659         * soft-fp/soft-fp.h: Likewise.
34660         * stdio-common/printf.h: Likewise.
34661         * stdlib/monetary.h: Likewise.
34662         * stdlib/random.c: Likewise.
34663         * stdlib/random_r.c: Likewise.
34664         * sysdeps/generic/Makefile: Likewise.
34665         * sysdeps/gnu/Makefile: Likewise.
34666         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
34667         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
34668         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
34669         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
34670         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
34671         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
34672         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
34673         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
34674         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
34675         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
34676         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
34677         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
34678         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
34679         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
34680         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
34681         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
34682         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
34683         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
34684         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
34685         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
34686         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
34687         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
34688         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
34689         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
34690         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
34691         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
34692         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
34693         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
34694         * sysdeps/mach/hurd/errnos.awk: Likewise.
34695         * sysdeps/mach/hurd/fork.c: Likewise.
34696         * sysdeps/mach/hurd/getcwd.c: Likewise.
34697         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
34698         * sysdeps/mach/hurd/mmap.c: Likewise.
34699         * sysdeps/mach/hurd/utimes.c: Likewise.
34700         * sysdeps/mach/hurd/xmknod.c: Likewise.
34701         * sysdeps/posix/profil.c: Likewise.
34702         * sysdeps/posix/readdir_r.c: Likewise.
34703         * sysdeps/powerpc/bits/mathdef.h: Likewise.
34704         * sysdeps/powerpc/bits/setjmp.h: Likewise.
34705         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
34706         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34707         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34708         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
34709         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34710         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34711         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34712         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
34713         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34714         * sysdeps/pthread/lio_listio.c: Likewise.
34715         * sysdeps/sparc/dl-procinfo.h: Likewise.
34716         * sysdeps/unix/i386/sysdep.S: Likewise.
34717         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
34718         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
34719         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
34720         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
34721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
34722         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
34723         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
34724         * sysdeps/unix/sysv/linux/speed.c: Likewise.
34725         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
34726         * sysdeps/wordsize-32/divdi3.c: Likewise.
34727         * time/sys/time.h: Likewise.
34728         * wcsmbs/Makefile: Likewise.
34730 2013-01-01  David S. Miller  <davem@davemloft.net>
34732         * po/fr.po: Update from translation team.
34734         * catgets/gencat.c: Update copyright year.
34735         * csu/version.c: Likewise.
34736         * debug/catchsegv.sh: Likewise.
34737         * debug/pcprofiledump.c: Likewise.
34738         * debug/xtrace.sh: Likewise.
34739         * elf/ldconfig.c: Likewise.
34740         * elf/ldd.bash.in: Likewise.
34741         * elf/pldd.c: Likewise.
34742         * elf/sotruss.ksh: Likewise.
34743         * elf/sprof.c: Likewise.
34744         * iconv/iconv_prog.c: Likewise.
34745         * iconv/iconvconfig.c: Likewise.
34746         * locale/programs/locale.c: Likewise.
34747         * locale/programs/localedef.c: Likewise.
34748         * login/programs/pt_chown.c: Likewise.
34749         * malloc/memusage.sh: Likewise.
34750         * malloc/memusagestat.c: Likewise.
34751         * malloc/mtrace.pl: Likewise.
34752         * nscd/nscd.c: Likewise.
34753         * nss/getent.c: Likewise.
34754         * nss/makedb.c: Likewise.
34755         * posix/getconf.c: Likewise.
34757 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
34759         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
34760         numbers.
34762 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
34764         * math/bits/mathcalls.h (modf): Use __nonnull.
34766 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
34768         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
34769         (split): Use macro CN instead of the bare value.
34770         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
34771         could be used.
34772         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
34773         instead of the bare value.
34774         (power1): Likewise.
34776 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34778         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
34779         __ATAN_TWOM.
34780         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34782         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
34783         their values.
34784         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34785         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
34786         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
34787         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34789 2012-12-28  Andreas Jaeger  <aj@suse.de>
34791         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
34792         values are from Linux 3.7.
34794         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
34795         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
34797 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34799         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
34800         TRUE case.
34802         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
34803         (norm): Likewise.
34804         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
34805         variables with preprocessor constants.
34806         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34807         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
34808         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
34810 2012-12-27  Bruno Haible  <bruno@clisp.org>
34812         [BZ #14317]
34813         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
34814         only if needed.
34816 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
34818         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
34819         and use variable directly.
34820         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
34822         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34823         MPONE.
34824         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
34825         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34826         variable MPONE.
34827         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
34828         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
34829         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
34830         include directive.  Remove local variable MPONE.
34831         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
34832         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
34833         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
34835 2012-12-25  David S. Miller  <davem@davemloft.net>
34837         * version.h (RELEASE): Set to "development".
34838         (VERSION): Set to "2.17.90".
34839         * NEWS: Add 2.18 section.
34841 2012-12-21  David S. Miller  <davem@davemloft.net>
34843         * po/hr.po: Update from translation team.
34845 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34847         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
34849 2012-12-19  Steve Ellcey  <sellcey@mips.com>
34851         * NEWS:  Mention new memcpy for MIPS.
34853 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34855         * manual/contrib.texi (Contributors): Spelling correction.
34857 2012-12-15  David S. Miller  <davem@davemloft.net>
34859         * po/ru.po: Update from translation team.
34861 2012-12-13  David S. Miller  <davem@davemloft.net>
34863         * NEWS: Mention IFUNC testsuite enhancements.
34865         * po/pl.po: Update from translation team.
34866         * po/bg.po: Likewise.
34868         * manual/contrib.texi (Contributors): Update entries for Hongjiu
34869         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
34871 2012-12-11  David S. Miller  <davem@davemloft.net>
34873         * po/sv.po: Update from translation team.
34875         * po/vi.po: Update from translation team.
34877         * po/cs.po: Update from translation team.
34879         * po/de.po: Update from translation team.
34880         * po/eo.po: Likewise.
34881         * po/nl.po: Likewise.
34883 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
34885         [BZ #14246]
34886         * manual/argp.texi (Argp Helper Functions): Move node to follow
34887         Argp Parsing State.
34889         [BZ #14872]
34890         * manual/conf.texi (Limits on File System Capacity): Mention if
34891         terminating null is included in the max size.
34893 2012-12-10  Andreas Jaeger  <aj@suse.de>
34895         * po/cs.po: Update from translation team.
34897 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
34899         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
34900         void pointer and cast to uintptr_t.
34901         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
34902         path.
34903         * sysdeps/s390/s390-64/memcpy.S: Likewise.
34904         * sysdeps/s390/s390-64/memset.S: Likewise.
34906 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
34908         [BZ #14833]
34909         * menual/message.texi (Message Translation): Fix typos.
34910         (Helper programs for gettext): Likewise.
34912 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
34914         [BZ #14898]
34915         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
34916         Change to -1.
34918 2012-12-07  David S. Miller  <davem@davemloft.net>
34920         * po/libc.pot: Update.
34922 2012-12-07  Richard Henderson  <rth@redhat.com>
34924         [BZ #10114]
34925         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
34926         normal/normal case to before the switch.
34927         (_FP_DIV): Likewise.
34929 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
34930             Mike Frysinger  <vapier@gentoo.org>
34932         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
34933         check for __NR_fadvise64_64.
34935 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
34937         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
34938         0, not just to plain "0" as a statement.
34939         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
34940         with cw.
34942 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
34944         * NEWS: Use sourceware.org in Bugzilla URL.
34946 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
34948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
34949         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34951         * stdio-common/tst-put-error.c (do_test): Add newline to the
34952         padded test to ensure flush.
34954 2012-12-05  Jeff Law  <law@redhat.com>
34956         * sunrpc/etc.rpc (fedfs_admin): Add entry.
34958 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
34960         * README: Don't refer to ports add-on as distributed separately.
34961         Mention AArch64 in list of systems supported in the ports add-on.
34963         * LICENSES: Add more non-FSF copyright and license notices.
34965         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
34966         ((unused)).
34968         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
34970         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
34971         10000 as width of padded output.
34973 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34975         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
34977         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
34978         variable LX with __attribute__ ((unused)).
34979         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
34980         Likewise.
34981         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
34982         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34983         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
34984         with __attribute__ ((unused)).
34986 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
34988         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
34990 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34992         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
34993         (CFLAGS-nldbl-acos.c): New variable.
34994         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
34995         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
34996         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
34997         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
34998         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
34999         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
35000         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
35001         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
35002         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
35003         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
35004         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
35005         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
35006         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
35007         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
35008         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
35009         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
35010         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
35011         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
35012         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
35013         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
35014         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
35015         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
35016         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
35017         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
35018         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
35019         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
35020         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
35021         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
35022         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
35023         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
35024         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
35025         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
35026         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
35027         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
35028         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
35029         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
35030         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
35031         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
35032         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
35033         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
35034         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
35035         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
35036         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
35037         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
35038         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
35039         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
35040         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
35041         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
35042         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
35043         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
35044         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
35045         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
35046         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
35047         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
35048         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
35049         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
35050         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
35051         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
35052         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
35053         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
35054         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
35055         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
35056         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
35057         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
35058         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
35059         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
35060         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
35061         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
35062         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
35063         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
35064         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
35065         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
35066         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
35067         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
35068         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
35069         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
35070         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
35071         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
35072         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
35073         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
35074         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
35075         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
35076         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
35077         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
35078         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
35079         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
35080         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
35081         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
35082         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
35083         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
35084         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
35085         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
35086         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
35087         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
35088         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
35089         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
35090         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
35092         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
35093         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35095         [BZ #14914]
35096         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
35097         whole low double instead of just low 47 bits when splitting values
35098         into two parts.
35100 2012-12-03  Allan McRae  <allan@archlinux.org>
35102         * manual/stdio.texi (Predefined Printf Handlers): Remove
35103         @hsep and @vsep usage.
35105 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
35107         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
35108         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
35110 2012-12-03  Jeff Law  <law@redhat.com>
35112         * time/sys/time.h (settimeofday): Do not mark TV argument
35113         as __nonnull.
35115 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
35117         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
35118         when currently writing and seek to current position when not.
35119         * libio/Makefile (tests): Remove bug-fclose1.
35120         * libio/bug-fclose1.c: Delete.
35122 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
35124         * manual/arith.texi (feenableexcept): Fix typo.
35125         (fedisableexcept): Likewise.
35127 2012-11-30  Roland McGrath  <roland@hack.frob.com>
35129         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
35130         second, differently-typed declaration, rather than a cast.
35132 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
35134         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
35135         * include/rpc/svc.h: ... here.
35137 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
35139         [BZ #13013]
35140         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
35141         depending n and resplen2 to catch cases where answer
35142         equals answerp2.
35144 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
35146         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
35147         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
35149 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
35151         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
35153 2012-11-29  Roland McGrath  <roland@hack.frob.com>
35155         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
35157 2012-11-28  Jeff Law  <law@redhat.com>
35159         [BZ #13761]
35160         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
35161         dataset_temporary.  Track alloca usage into alloca_used.
35162         If dataset is large allocate and release it via malloc/free.
35164 2012-06-04  Florian Weimer  <fweimer@redhat.com>
35166         [BZ #14197]
35167         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
35169 2012-11-28  David S. Miller  <davem@davemloft.net>
35171         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35173 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35175         [BZ #14803]
35176         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
35177         of pi/2 rounded to nearest to 64 bits.
35178         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
35179         nearest to 64 bits.
35180         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
35181         bits.
35183 2012-11-28  Jeff Law <law@redhat.com>
35184             Martin Osvald <mosvald@redhat.com>
35186         [BZ #14889]
35187         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
35188         * sunrpc/svc.c: Include time.h.
35189         (__svc_accept_failed): New function.
35190         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
35191         any reason other than EINTR, call __svc_accept_failed.
35192         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
35193         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
35195 2012-11-28  Andreas Schwab  <schwab@suse.de>
35197         * scripts/abilist.awk: Also handle indirect functions in .opd
35198         section.
35200 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35202         [BZ #13881]
35203         * sysdeps/x86/fpu/powl_helper.c: New file.
35204         * sysdeps/x86/fpu/Makefile: Likewise.
35205         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
35206         (p3): New object.
35207         (__ieee754_powl): Use __powl_helper for finite arguments except
35208         integer exponents below 8.
35209         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
35210         (p3): New object.
35211         (__ieee754_powl): Use __powl_helper for finite arguments except
35212         integer exponents below 8.
35213         * math/libm-test.inc (pow_test): Add more tests and enable some
35214         previously disabled tests.
35215         * sysdeps/i386/fpu/libm-test-ulps: Update.
35216         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35218 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35219             Carlos O'Donell  <carlos_odonell@mentor.com>
35221         * nss/makedb.c (is_prime): Assert that input is odd and greater
35222         than 4.  Note that fact in a comment too.
35223         (next_prime): Add 4 to input.
35225 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35227         [BZ #11741]
35228         * libio/Makefile (tests): Add test case tst-fwrite-error.
35229         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
35230         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
35231         * libio/tst-fwrite-error.c: New test case.
35233 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
35235         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
35236         before casting to void *.
35237         * include/libc-internal.h (__pointer_type): New macro.
35238         (__integer_if_pointer_type_sub): Likewise.
35239         (__integer_if_pointer_type): Likewise.
35240         (cast_to_integer): Likewise.
35241         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
35242         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
35243         before casting to atomic64_t.
35244         (atomic_exchange_acq): Likewise.
35245         (__arch_exchange_and_add_body): Likewise.
35246         (__arch_add_body): Likewise.
35247         (atomic_add_negative): Likewise.
35248         (atomic_add_zero): Likewise.
35250 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
35252         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
35253         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
35254         (add_fdes): Likewise.
35255         (linear_search_fdes): Likewise.
35256         (binary_search_unencoded_fdes): Likewise.
35258 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
35260         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
35262 2012-11-24  Adam Conrad  <adconrad@0c3.net>
35264         * configure.in: Autodetect C++ header directories.
35265         * configure: Regenerated.
35267 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
35269         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
35271 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
35273         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35275 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
35277         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
35278         LDBL_MANT_DIG == 106]: Disable some tests.
35279         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35280         Likewise.
35281         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35282         Likewise.
35284         [BZ #14871]
35285         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
35286         input for small inputs.  Return +/- pi/2 for large inputs.
35287         * math/libm-test.inc (atan_test): Add more tests.
35289         * sysdeps/generic/unwind-dw2-fde-glibc.c
35290         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
35291         __attribute__ ((unused)).
35293         [BZ #14645]
35294         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
35295         x * y if x and y are nonzero and z is zero.
35297         [BZ #14811]
35298         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
35299         nonzero exponents with absolute value below 0x1p-117 to +/-
35300         0x1p-117.
35302         [BZ #14869]
35303         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
35304         up arguments below 2**-450, not just those below 2**-500.
35305         * math/libm-test.inc (hypot_test): Add another test.
35307         [BZ #14868]
35308         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
35309         Return a+b for ratio over 2**120, not 2**60.
35310         * math/libm-test.inc (hypot_test): Add another test.
35312         * math/libm-test.inc (clog_test): Use
35313         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
35314         (clog10_test): Likewise.
35316         [BZ #6778]
35317         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
35319 2012-11-22  Andreas Schwab  <schwab@suse.de>
35321         * sysdeps/i386/fpu/libm-test-ulps: Update.
35323 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
35325         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
35326         printf output with newline.
35328 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
35330         [BZ #14865]
35331         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
35332         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
35333         -z nodlopen, -z initfirst and -z execstack support.
35334         * configure: Regenerated.
35336         * elf/elf.h (DF_1_NODIRECT): New macro.
35337         (DF_1_IGNMULDEF): Likewise.
35338         (DF_1_NOKSYMS): Likewise.
35339         (DF_1_NOHDR): Likewise.
35340         (DF_1_EDITED): Likewise.
35341         (DF_1_NORELOC): Likewise.
35342         (DF_1_SYMINTPOSE): Likewise.
35343         (DF_1_GLOBAUDIT): Likewise.
35344         (DF_1_SINGLETON): Likewise.
35345         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
35346         DT_1_SUPPORTED_MASK bits.
35347         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
35349 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
35351         * sysdeps/unix/make-syscalls.sh: Document prefixes.
35353 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
35355         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
35356         macro.
35358         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
35359         (sendmmsg): Move declarations...
35360         * socket/sys/socket.h: ... here.
35361         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
35362         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
35363         include it from...
35364         * socket/recvmmsg.c: ... this new file.
35365         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
35366         (sendmmsg): Rename to __sendmmsg, create weak alias and make
35367         definition of __sendmmsg hidden.
35368         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
35369         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
35370         Move ENOSYS stub into and include it from...
35371         * socket/sendmmsg.c: ... this new file.
35372         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
35373         (sysdep_routines): Move recvmmsg and sendmmsg...
35374         * socket/Makefile (routines): ... here.
35375         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
35376         (GLIBC_PRIVATE): Add __sendmmsg.
35377         * include/sys/socket.h (__sendmmsg): Add declarations.
35378         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
35379         sendmmsg.
35381 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
35383         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
35384         variable I1 with __attribute__ ((unused)).
35385         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
35387 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35389         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
35390         DUMMY variables with __attribute__ ((unused)).
35392         * bits/byteswap.h: Include <bits/types.h>.
35393         (__bswap_64): Use __uint64_t instead of unsigned long long int.
35395 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35397         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
35398         string_t.  Do not manually set errno.
35399         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
35400         length with __strnlen.  Make sure to both set errno and return it on
35401         failure.
35403 2012-11-19  David S. Miller  <davem@davemloft.net>
35405         With help from Joseph Myers.
35406         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
35407         very large arguments properly.
35408         * math/libm-test.inc (atan_test): New tests.
35409         (atan2_test): New tests.
35410         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35411         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35413 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35415         [BZ #14856]
35416         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
35417         Define to 3.
35419         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
35420         [POSIX] (EADDRNOTAVAIL): Likewise.
35421         [POSIX] (EAFNOSUPPORT): Likewise.
35422         [POSIX] (EALREADY): Likewise.
35423         [POSIX] (ECONNABORTED): Likewise.
35424         [POSIX] (ECONNREFUSED): Likewise.
35425         [POSIX] (ECONNRESET): Likewise.
35426         [POSIX] (EDESTADDRREQ): Likewise.
35427         [POSIX] (EDQUOT): Likewise.
35428         [POSIX] (EHOSTUNREACH): Likewise.
35429         [POSIX] (EIDRM): Likewise.
35430         [POSIX] (EISCONN): Likewise.
35431         [POSIX] (ELOOP): Likewise.
35432         [POSIX] (EMULTIHOP): Likewise.
35433         [POSIX] (ENETDOWN): Likewise.
35434         [POSIX] (ENETUNREACH): Likewise.
35435         [POSIX] (ENOBUFS): Likewise.
35436         [POSIX] (ENODATA): Likewise.
35437         [POSIX] (ENOLINK): Likewise.
35438         [POSIX] (ENOMSG): Likewise.
35439         [POSIX] (ENOPROTOOPT): Likewise.
35440         [POSIX] (ENOSR): Likewise.
35441         [POSIX] (ENOSTR): Likewise.
35442         [POSIX] (ENOTCONN): Likewise.
35443         [POSIX] (ENOTSOCK): Likewise.
35444         [POSIX] (EOPNOTSUPP): Likewise.
35445         [POSIX] (EOVERFLOW): Likewise.
35446         [POSIX] (EPROTO): Likewise.
35447         [POSIX] (EPROTONOSUPPORT): Likewise.
35448         [POSIX] (EPROTOTYPE): Likewise.
35449         [POSIX] (ESTALE): Likewise.
35450         [POSIX] (ETIME): Likewise.
35451         [POSIX] (ETXTBSY): Likewise.
35452         [POSIX] (EWOULDBLOCK): Likewise.
35453         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
35454         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
35455         [POSIX] (SEEK_CUR): Likewise.
35456         [POSIX] (SEEK_END): Likewise.
35457         [POSIX || UNIX98] (mode_t): Do not require.
35458         [POSIX] (off_t): Likewise.
35459         [POSIX] (pid_t): Likewise.
35460         [POSIX] (sys/stat.h): Do not allow header.
35461         [POSIX] (unistd.h): Likewise.
35462         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
35463         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
35464         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
35465         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
35466         require.
35467         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
35468         sigevent): Specify elements.
35469         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
35470         entry.
35471         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
35472         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
35474         * conform/data/cpio.h-data [POSIX]: Disable whole file.
35475         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
35476         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
35477         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
35478         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
35479         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
35480         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
35481         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
35482         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
35483         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
35484         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
35485         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
35486         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
35487         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
35488         Likewise.
35489         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
35490         Likewise.
35491         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
35492         Likewise.
35493         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
35494         Likewise.
35495         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
35496         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
35497         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
35498         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
35499         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
35500         Specify lower bound on value.
35501         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
35502         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
35503         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
35504         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
35505         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
35506         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
35507         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
35508         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
35509         value.
35510         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
35511         as optional.
35512         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
35513         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
35514         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
35515         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
35516         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
35517         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
35518         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
35519         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
35520         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
35521         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
35522         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
35523         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
35524         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
35525         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
35526         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
35527         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
35528         entry.
35529         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
35530         optional.
35531         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
35532         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
35533         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
35534         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
35535         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
35536         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
35537         Likewise.
35538         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
35539         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
35540         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
35541         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
35542         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
35543         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
35544         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
35545         as optional.
35546         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
35547         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
35548         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
35549         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
35550         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
35551         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
35552         specify as optional.
35553         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
35554         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
35555         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
35556         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
35557         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
35558         [XPG3] (NL_LANGMAX): Likewise.
35559         [POSIX || XPG3] (NL_MSGMAX): Likewise.
35560         [POSIX || XPG3] (NL_NMAX): Likewise.
35561         [POSIX || XPG3] (NL_SETMAX): Likewise.
35562         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
35563         [XPG3] (NZERO): Likewise.
35564         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
35565         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
35566         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
35567         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
35568         (REG_ERANGE): Expect.
35569         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
35570         optional-constant.
35571         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
35572         Use (void) in prototype.
35573         [POSIX] (*_t): Allow.
35574         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
35575         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
35576         (WRDE_BADVAL): Expect.
35578         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
35579         expect.
35580         [XPG3 || XPG4] (O_RSYNC): Likewise.
35581         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
35582         Likewise.
35583         [XPG3 || XPG4] (pthread_sigmask): Likewise.
35584         [XPG3 || XPG4] (sigqueue): Likewise.
35585         [XPG3 || XPG4] (sigtimedwait): Likewise.
35586         [XPG3 || XPG4] (sigwaitinfo): Likewise.
35587         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
35588         [XPG3 || XPG4] (vsnprintf): Likewise.
35589         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
35590         Likewise.
35591         [XPG3 || XPG4] (blksize_t): Likewise.
35592         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
35593         Likewise.
35594         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
35595         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
35596         [XPG3 || XPG4] (struct itimerspec): Likewise.
35597         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
35598         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
35599         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
35600         [XPG3 || XPG4] (clockid_t): Likewise.
35601         [XPG3 || XPG4] (timer_t): Likewise.
35602         [XPG3 || XPG4] (clock_getres): Likewise.
35603         [XPG3 || XPG4] (clock_gettime): Likewise.
35604         [XPG3 || XPG4] (clock_settime): Likewise.
35605         [XPG3 || XPG4] (nanosleep): Likewise.
35606         [XPG3 || XPG4] (timer_create): Likewise.
35607         [XPG3 || XPG4] (timer_delete): Likewise.
35608         [XPG3 || XPG4] (timer_gettime): Likewise.
35609         [XPG3 || XPG4] (timer_getoverrun): Likewise.
35610         [XPG3 || XPG4] (timer_settime): Likewise.
35611         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
35612         [XPG3 || XPG4] (getlogin_r): Likewise.
35613         [XPG3 || XPG4] (pread): Likewise.
35614         [XPG3 || XPG4] (pthread_atfork): Likewise.
35615         [XPG3 || XPG4] (pwrite): Likewise.
35617         [BZ #14835]
35618         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
35619         <bits/siginfo.h>.
35621 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35623         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
35624         finalizing MALLSTREAM.
35626         * sysdeps/mach/hurd/syncfs.c: New file.
35628 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
35630         [BZ #14719]
35631         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
35632         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
35633         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
35634         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
35635         (_nss_dns_gethostbyname4_r): Likewise.
35636         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
35637         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
35639 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
35641         [BZ #13763]
35642         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
35644 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
35646         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
35647         * elf/cache.c (print_entry): Print ",AArch64" for
35648         FLAG_AARCH64_LIB64
35650         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
35651         * elf/cache.c (print_entry): Print ",hard-float" for
35652         FLAG_ARM_LIBHF.
35654 2012-11-18  David S. Miller  <davem@davemloft.net>
35656         With help from Joseph Myers.
35657         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
35658         cutoff to 2**-13.
35659         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
35660         cutoff to 2**-25.
35661         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
35662         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
35663         small.
35664         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
35665         * math/libm-test.inc (y0_test): New tests.
35666         (y1_test): New tests.
35667         * sysdeps/i386/fpu/libm-test-ulps: Update.
35668         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35669         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35671 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
35673         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
35674         64-bit targets.
35675         * configure: Regenerated.
35677 2012-11-17  David S. Miller  <davem@davemloft.net>
35679         [BZ #14811]
35680         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
35681         nonzero exponents with absolute value below 0x1p-128 to +/-
35682         0x1p-128.
35684 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
35686         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
35688         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
35690         * posix/getconf-speclist.c: New file.
35691         * posix/posix-envs.def: Likewise.
35692         * posix/confstr.c (START_ENV_GROUP): New macro.
35693         (END_ENV_GROUP): Likewise.
35694         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35695         (KNOWN_PRESENT_ENV_STRING): Likewise.
35696         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35697         (UNKNOWN_ENVIRONMENT): Likewise.
35698         (confstr): Include posix-envs.def instead of handling
35699         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
35700         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
35701         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
35702         (END_ENV_GROUP): Likewise.
35703         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35704         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35705         (UNKNOWN_ENVIRONMENT): Likewise.
35706         (__sysconf): Include posix-envs.def instead of handling associated
35707         cases directly here.
35708         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
35709         preprocessing getconf-speclist.c rather than running getconf or
35710         generating empty file.
35712 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
35714         * scripts/check-local-headers.sh: Ignore 'mach' headers.
35716 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
35718         [BZ #14672]
35719         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
35721 2012-11-16  David S. Miller  <davem@davemloft.net>
35723         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
35724         smaller than LDBL_EPSILON/2.0L, just return xm1.
35726 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
35728         * elf/tst-array1.c (init): Set constructor priority to 1000.
35729         (fini): Set destructor priority to 1000.
35730         * elf/tst-array2dep.c: Likewise.
35732 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35734         [BZ #11741]
35735         * libio/fileops.c (_IO_new_file_write): Correctly return error.
35736         (_IO_new_file_xsputn): Also return EOF if none of the input
35737         data was written when overflow failed.
35738         * libio/iopadn.c (_IO_padn): Likewise.
35739         * libio/iowpadn.c (_IO_wpadn): Likewise.
35740         * stdio-common/tst-put-error.c: Add copyright notice.
35741         (do_test): Add case for printing padded string.
35742         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
35743         _IO_padn returned error.
35744         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
35745         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
35746         return EOF.
35748 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35750         * libio/libioP.h: Add comment note that the references to C++
35751         bits are now obsolete.
35753 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35755         * math/libm-test.inc (check_complex): Use asprintf.
35757 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
35759         * debug/pcprofiledump.c (print_version): Update copyright year.
35760         * malloc/memusagestat.c (print_version): Likewise.
35762 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
35764         [BZ #14831]
35765         * elf/Makefile (tests): Add tst-audit8.
35766         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
35767         ($(objpfx)tst-audit8.out): New target.
35768         (tst-audit8-ENV): New variable.
35769         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
35770         audit if l_reloc_result is NULL.
35771         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
35772         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
35773         * elf/tst-audit8.c: New file.
35775 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35777         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
35778         * misc/Makefile (CFLAGS-select.c): Define.
35779         * posix/Makefile (CFLAGS-pause.c): Define.
35781 2012-11-13  David S. Miller  <davem@davemloft.net>
35783         * crypt/Makefile: Move test targets after toplevel Rules
35784         inclusion.  Grab any necessary sysdep routines when linking.
35785         * crypt/md5.c (md5_process_block): Remove define, we will always
35786         name it __md5_process_block.
35787         (md5_finish_ctx): Update md5_process_block call.
35788         (md5_stream): Likewise.
35789         (md5_process_bytes): Likewise.
35790         (md5_process_block): Rename to __md5_process_block and move to ...
35791         * crypt/md5-block.c: ... here.
35792         * crypt/sha256.c (sha256_process_block): Move to ...
35793         * crypt/sha256-block.c: ... here.
35794         * crypt/sha512.c (sha512_process_block): Move to ...
35795         * crypt/sha512-block.c: ... here.
35796         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
35797         path.
35798         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
35799         * sysdeps/sparc/sparc64/multiarch/Makefile
35800         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
35801         crypt subdir.
35802         (localedef-aux): Add md5 crypto assembler when in locale subdir.
35803         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
35804         multiarch changes.
35805         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
35806         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
35807         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
35808         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
35809         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
35810         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
35811         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
35812         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
35813         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
35814         file.
35815         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
35816         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
35817         file.
35818         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
35820 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
35822         * timezone/tzselect.ksh: Update from tzcode git revision
35823         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
35824         * timezone/zdump.c: Likewise.
35825         * timezone/zic.c: Likewise.
35826         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
35827         in TZVERSION setting, not $(PKGVERSION).
35828         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
35829         REPORT_BUGS_TO settings.
35831         [BZ #14838]
35832         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
35833         macro.
35835 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35837         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
35838         detection to immediately after _FP_ROUND().
35839         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
35840         bits are 0.
35842 2012-11-11  David S. Miller  <davem@davemloft.net>
35844         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
35845         inttypes.h
35846         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
35847         __close rather than their public counterparts.
35849 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
35851         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
35852         file.
35853         [UNIX98] (sem_timedwait): Do not expect.
35854         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
35855         [XPG4 || UNIX98] (sockatmark): Do not expect.
35856         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
35857         (clock_getcpuclockid): Do not expect.
35858         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
35859         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
35860         Do not expect.
35861         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
35862         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
35863         [UNIX98] (vwscanf): Likewise.
35864         [UNIX98] (vswscanf): Likewise.
35866 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
35868         * timezone/version.h: Remove file.
35869         * timezone/README: Do not refer to version.h.
35870         * timezone/Makefile ($(objpfx)zic.o): New dependency on
35871         $(objpfx)version.h.
35872         ($(objpfx)zdump.o): Likewise.
35873         ($(objpfx)version.h): New target.
35875         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
35876         2012i.
35877         * timezone/README: Don't mention modification to tzselect.ksh.
35878         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
35879         work on unmodified tzselect.ksh.  Substitute version numbers in
35880         tzselect.ksh.
35882         * Makefile (format-me): Remove.
35883         (INSTALL): Adjust indentation.  Use commands directly instead of
35884         using $(format-me).
35886         * aclocal.m4 (ACX_PKGVERSION): New macro.
35887         (ACX_BUGURL): Likewise.
35888         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
35889         (PKGVERSION): New AC_DEFINE_UNQUOTED.
35890         (REPORT_BUGS_TO): Likewise.
35891         * configure: Regenerated.
35892         * config.h.in (PKGVERSION): New macro.
35893         (REPORT_BUGS_TO): Likewise.
35894         * config.make.in (PKGVERSION): New variable.
35895         (PKGVERSION_TEXI): Likewise.
35896         (REPORT_BUGS_TO): Likewise.
35897         (REPORT_BUGS_TEXI): Likewise.
35898         * Makefile (format-me): Use -I$(common-objpfx)manual.
35899         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
35900         ($(common-objpfx)manual/%): New target.
35901         (manual/%): Remove target.
35902         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
35903         (print_version): Use PKGVERSION.
35904         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
35905         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
35906         and REPORT_BUGS_TO.
35907         ($(objpfx)xtrace): Likewise.
35908         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
35909         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
35910         (print_version): Use PKGVERSION.
35911         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
35912         (do_version): Use PKGVERSION.
35913         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
35914         REPORT_BUGS_TO.
35915         (common-ldd-rewrite): Likewise.
35916         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
35917         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
35918         (print_version): Use PKGVERSION.
35919         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
35920         * elf/pldd.c (argp_program_bug_address): Remove variable.
35921         (more_help): New function.
35922         (argp): Use more_help.
35923         (print_version): Use PKGVERSION.
35924         * elf/sln.c (main): Use PKGVERSION.
35925         (usage): Use REPORT_BUGS_TO.
35926         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
35927         (top level): Use PKGVERSION.
35928         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
35929         (print_version): Use PKGVERSION.
35930         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
35931         (print_version): Use PKGVERSION.
35932         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
35933         (print_version): Use PKGVERSION.
35934         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
35935         (print_version): Use PKGVERSION.
35936         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
35937         (print_version): Use PKGVERSION.
35938         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
35939         (print_version): Use PKGVERSION.
35940         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
35941         and BUGURL.
35942         ($(objpfx)memusage): Likewise.
35943         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
35944         (do_version): Use PKGVERSION.
35945         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
35946         (print_version): Use PKGVERSION.
35947         * malloc/mtrace.pl ($PACKAGE): Remove variable.
35948         ($PKGVERSION): New variable.
35949         ($REPORT_BUGS_TO): Likewise.
35950         (usage): Use $REPORT_BUGS_TO.
35951         (top level): Use $PKGVERSION.
35952         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
35953         ($(objpfx)pkgvers.texi): New rule.
35954         ($(objpfx)stamp-pkgvers): Likewise.
35955         * manual/install.texi: Include pkgvers.texi.
35956         (--with-pkgversion): Document new configure option.
35957         (--with-bugurl): Likewise.
35958         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
35959         than necessarily for this particular distribution.  Use
35960         REPORT_BUGS_TO for where to report bugs.
35961         * INSTALL: Regenerated.
35962         * manual/libc.texinfo: Include pkgvers.texi.
35963         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
35964         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
35965         (print_version): Use PKGVERSION.
35966         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
35967         (print_version): Use PKGVERSION.
35968         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
35969         (print_version): Use PKGVERSION.
35970         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
35971         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
35972         macro.
35973         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
35974         (print_version): Use PKGVERSION.
35975         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
35976         (print_version): Use PKGVERSION.
35977         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
35978         and PKGVERSION.
35980         * timezone/checktab.awk: Update from tzcode 2012i.
35981         * timezone/ialloc.c: Likewise.
35982         * timezone/private.h: Likewise.
35983         * timezone/scheck.c: Likewise.
35984         * timezone/tzfile.h: Likewise.
35985         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
35986         (TZVERSION): Hardcode tzcode version number.
35987         * timezone/zdump.c: Update from tzcode 2012i.
35988         * timezone/zic.c: Likewise.
35989         * timezone/version.h: New file.
35990         * timezone/README: Describe version.h.  Update upstream location.
35992         [BZ #14824]
35993         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
35994         (mktemp): Enable declaration.
35995         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
35996         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
35997         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
35998         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
35999         Likewise.
36000         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
36001         Likewise.
36002         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
36003         Likewise.
36004         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
36005         Likewise.
36006         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
36007         Likewise.
36008         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
36009         Likewise.
36011         [BZ #14821]
36012         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
36013         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
36014         for copies of such integer values.
36015         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
36016         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
36018 2012-11-09  Andreas Jaeger  <aj@suse.de>
36020         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
36021         definitions and declarations that are provided by
36022         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36024 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36026         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
36027         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
36028         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
36029         definition.
36031 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36033         * elf/elf.h: Update comment before AArch64 relocations.
36035 2012-11-07  David S. Miller  <davem@davemloft.net>
36037         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
36038         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
36039         (__start_context): Declare.
36040         (__makecontext_ret): Delete.
36041         (__makecontext): Hook up __start_context instead of
36042         __makecontext_ret.
36043         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
36044         (sysdep_routines): Add __start_context when in stdlib.
36046 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36048         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
36049         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
36050         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
36051         hardcoded "nm".
36052         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
36053         (READELF): New variable.  Use it instead of hardcoded "readelf".
36055 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
36057         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
36058         * sysdeps/x86/Makefile: Here.
36059         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
36060         * sysdeps/x86/tst-xmmymm.sh: This.
36062 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36064         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
36065         expectations.
36066         [UNIX98] (pthread_barrier_t): Do not expect.
36067         [UNIX98] (pthread_barrierattr_t): Likewise.
36068         [UNIX98] (pthread_spinlock_t): Likewise.
36069         [UNIX98] (pthread_barrier_destroy): Likewise.
36070         [UNIX98] (pthread_barrier_init): Likewise.
36071         [UNIX98] (pthread_barrier_wait): Likewise.
36072         [UNIX98] (pthread_barrierattr_destroy): Likewise.
36073         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
36074         [UNIX98] (pthread_barrierattr_init): Likewise.
36075         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
36076         [UNIX98] (pthread_getcpuclockid): Likewise.
36077         [UNIX98] (pthread_mutex_timedlock): Likewise.
36078         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
36079         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
36080         [UNIX98] (pthread_sigmask): Likewise.
36081         [UNIX98] (pthread_spin_destroy): Likewise.
36082         [UNIX98] (pthread_spin_init): Likewise.
36083         [UNIX98] (pthread_spin_lock): Likewise.
36084         [UNIX98] (pthread_spin_trylock): Likewise.
36085         [UNIX98] (pthread_spin_unlock): Likewise.
36086         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
36087         Do not expect.
36088         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
36089         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
36090         [XPG3 || XPG4] (pthread_cond_t): Likewise.
36091         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
36092         [XPG3 || XPG4] (pthread_key_t): Likewise.
36093         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
36094         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
36095         [XPG3 || XPG4] (pthread_once_t): Likewise.
36096         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
36097         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
36098         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
36099         [XPG3 || XPG4] (pthread_t): Likewise.
36101         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
36102         not expect.
36103         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
36105         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
36106         Change function return type to int.
36108         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
36109         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
36110         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
36111         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
36112         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
36113         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
36114         [!POSIX] (posix_madvise): Likewise.
36115         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
36116         && !UNIX98].
36117         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
36118         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
36119         (mode_t): Likewise.
36120         (posix_mem_offset): Likewise.
36121         (posix_typed_mem_get_info): Likewise.
36122         (posix_typed_mem_open): Likewise.
36124         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
36125         Change condition to [XOPEN2K8].
36127         * conform/conformtest.pl: Preprocess allow-header data with -x c
36128         instead of from stdin.
36129         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
36130         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
36131         [C99-based standards] (cerfc): Likewise.
36132         [C99-based standards] (cexp2): Likewise.
36133         [C99-based standards] (cexpm1): Likewise.
36134         [C99-based standards] (clog10): Likewise.
36135         [C99-based standards] (clog1p): Likewise.
36136         [C99-based standards] (clog2): Likewise.
36137         [C99-based standards] (clgamma): Likewise.
36138         [C99-based standards] (ctgamma): Likewise.
36139         [C99-based standards] (cerff): Likewise.
36140         [C99-based standards] (cerfcf): Likewise.
36141         [C99-based standards] (cexp2f): Likewise.
36142         [C99-based standards] (cexpm1f): Likewise.
36143         [C99-based standards] (clog10f): Likewise.
36144         [C99-based standards] (clog1pf): Likewise.
36145         [C99-based standards] (clog2f): Likewise.
36146         [C99-based standards] (clgammaf): Likewise.
36147         [C99-based standards] (ctgammaf): Likewise.
36148         [C99-based standards] (cerfl): Likewise.
36149         [C99-based standards] (cerfcl): Likewise.
36150         [C99-based standards] (cexp2l): Likewise.
36151         [C99-based standards] (cexpm1l): Likewise.
36152         [C99-based standards] (clog10l): Likewise.
36153         [C99-based standards] (clog1pl): Likewise.
36154         [C99-based standards] (clog2l): Likewise.
36155         [C99-based standards] (clgammal): Likewise.
36156         [C99-based standards] (ctgammal): Likewise.
36157         * conform/data/inttypes.h-data [C99-based standards]: Include
36158         stdint.h-data.  Remove all expectations for stdint.h contents.
36159         [C99-based standards] (PRI*): Do not allow.
36160         [C99-based standards] (SCN*): Likewise.
36161         [C99-based standards] (*_t): Likewise.
36162         [C99-based-standards] (PRId8): Expect macro.
36163         [C99-based-standards] (PRIi8): Likewise.
36164         [C99-based-standards] (PRIo8): Likewise.
36165         [C99-based-standards] (PRIu8): Likewise.
36166         [C99-based-standards] (PRIx8): Likewise.
36167         [C99-based-standards] (PRIX8): Likewise.
36168         [C99-based-standards] (SCNd8): Likewise.
36169         [C99-based-standards] (SCNi8): Likewise.
36170         [C99-based-standards] (SCNo8): Likewise.
36171         [C99-based-standards] (SCNu8): Likewise.
36172         [C99-based-standards] (SCNx8): Likewise.
36173         [C99-based-standards] (PRIdLEAST8): Likewise.
36174         [C99-based-standards] (PRIiLEAST8): Likewise.
36175         [C99-based-standards] (PRIoLEAST8): Likewise.
36176         [C99-based-standards] (PRIuLEAST8): Likewise.
36177         [C99-based-standards] (PRIxLEAST8): Likewise.
36178         [C99-based-standards] (PRIXLEAST8): Likewise.
36179         [C99-based-standards] (SCNdLEAST8): Likewise.
36180         [C99-based-standards] (SCNiLEAST8): Likewise.
36181         [C99-based-standards] (SCNoLEAST8): Likewise.
36182         [C99-based-standards] (SCNuLEAST8): Likewise.
36183         [C99-based-standards] (SCNxLEAST8): Likewise.
36184         [C99-based-standards] (PRIdFAST8): Likewise.
36185         [C99-based-standards] (PRIiFAST8): Likewise.
36186         [C99-based-standards] (PRIoFAST8): Likewise.
36187         [C99-based-standards] (PRIuFAST8): Likewise.
36188         [C99-based-standards] (PRIxFAST8): Likewise.
36189         [C99-based-standards] (PRIXFAST8): Likewise.
36190         [C99-based-standards] (SCNdFAST8): Likewise.
36191         [C99-based-standards] (SCNiFAST8): Likewise.
36192         [C99-based-standards] (SCNoFAST8): Likewise.
36193         [C99-based-standards] (SCNuFAST8): Likewise.
36194         [C99-based-standards] (SCNxFAST8): Likewise.
36195         [C99-based-standards] (PRId16): Likewise.
36196         [C99-based-standards] (PRIi16): Likewise.
36197         [C99-based-standards] (PRIo16): Likewise.
36198         [C99-based-standards] (PRIu16): Likewise.
36199         [C99-based-standards] (PRIx16): Likewise.
36200         [C99-based-standards] (PRIX16): Likewise.
36201         [C99-based-standards] (SCNd16): Likewise.
36202         [C99-based-standards] (SCNi16): Likewise.
36203         [C99-based-standards] (SCNo16): Likewise.
36204         [C99-based-standards] (SCNu16): Likewise.
36205         [C99-based-standards] (SCNx16): Likewise.
36206         [C99-based-standards] (PRIdLEAST16): Likewise.
36207         [C99-based-standards] (PRIiLEAST16): Likewise.
36208         [C99-based-standards] (PRIoLEAST16): Likewise.
36209         [C99-based-standards] (PRIuLEAST16): Likewise.
36210         [C99-based-standards] (PRIxLEAST16): Likewise.
36211         [C99-based-standards] (PRIXLEAST16): Likewise.
36212         [C99-based-standards] (SCNdLEAST16): Likewise.
36213         [C99-based-standards] (SCNiLEAST16): Likewise.
36214         [C99-based-standards] (SCNoLEAST16): Likewise.
36215         [C99-based-standards] (SCNuLEAST16): Likewise.
36216         [C99-based-standards] (SCNxLEAST16): Likewise.
36217         [C99-based-standards] (PRIdFAST16): Likewise.
36218         [C99-based-standards] (PRIiFAST16): Likewise.
36219         [C99-based-standards] (PRIoFAST16): Likewise.
36220         [C99-based-standards] (PRIuFAST16): Likewise.
36221         [C99-based-standards] (PRIxFAST16): Likewise.
36222         [C99-based-standards] (PRIXFAST16): Likewise.
36223         [C99-based-standards] (SCNdFAST16): Likewise.
36224         [C99-based-standards] (SCNiFAST16): Likewise.
36225         [C99-based-standards] (SCNoFAST16): Likewise.
36226         [C99-based-standards] (SCNuFAST16): Likewise.
36227         [C99-based-standards] (SCNxFAST16): Likewise.
36228         [C99-based-standards] (PRId32): Likewise.
36229         [C99-based-standards] (PRIi32): Likewise.
36230         [C99-based-standards] (PRIo32): Likewise.
36231         [C99-based-standards] (PRIu32): Likewise.
36232         [C99-based-standards] (PRIx32): Likewise.
36233         [C99-based-standards] (PRIX32): Likewise.
36234         [C99-based-standards] (SCNd32): Likewise.
36235         [C99-based-standards] (SCNi32): Likewise.
36236         [C99-based-standards] (SCNo32): Likewise.
36237         [C99-based-standards] (SCNu32): Likewise.
36238         [C99-based-standards] (SCNx32): Likewise.
36239         [C99-based-standards] (PRIdLEAST32): Likewise.
36240         [C99-based-standards] (PRIiLEAST32): Likewise.
36241         [C99-based-standards] (PRIoLEAST32): Likewise.
36242         [C99-based-standards] (PRIuLEAST32): Likewise.
36243         [C99-based-standards] (PRIxLEAST32): Likewise.
36244         [C99-based-standards] (PRIXLEAST32): Likewise.
36245         [C99-based-standards] (SCNdLEAST32): Likewise.
36246         [C99-based-standards] (SCNiLEAST32): Likewise.
36247         [C99-based-standards] (SCNoLEAST32): Likewise.
36248         [C99-based-standards] (SCNuLEAST32): Likewise.
36249         [C99-based-standards] (SCNxLEAST32): Likewise.
36250         [C99-based-standards] (PRIdFAST32): Likewise.
36251         [C99-based-standards] (PRIiFAST32): Likewise.
36252         [C99-based-standards] (PRIoFAST32): Likewise.
36253         [C99-based-standards] (PRIuFAST32): Likewise.
36254         [C99-based-standards] (PRIxFAST32): Likewise.
36255         [C99-based-standards] (PRIXFAST32): Likewise.
36256         [C99-based-standards] (SCNdFAST32): Likewise.
36257         [C99-based-standards] (SCNiFAST32): Likewise.
36258         [C99-based-standards] (SCNoFAST32): Likewise.
36259         [C99-based-standards] (SCNuFAST32): Likewise.
36260         [C99-based-standards] (SCNxFAST32): Likewise.
36261         [C99-based-standards] (PRId64): Likewise.
36262         [C99-based-standards] (PRIi64): Likewise.
36263         [C99-based-standards] (PRIo64): Likewise.
36264         [C99-based-standards] (PRIu64): Likewise.
36265         [C99-based-standards] (PRIx64): Likewise.
36266         [C99-based-standards] (PRIX64): Likewise.
36267         [C99-based-standards] (SCNd64): Likewise.
36268         [C99-based-standards] (SCNi64): Likewise.
36269         [C99-based-standards] (SCNo64): Likewise.
36270         [C99-based-standards] (SCNu64): Likewise.
36271         [C99-based-standards] (SCNx64): Likewise.
36272         [C99-based-standards] (PRIdLEAST64): Likewise.
36273         [C99-based-standards] (PRIiLEAST64): Likewise.
36274         [C99-based-standards] (PRIoLEAST64): Likewise.
36275         [C99-based-standards] (PRIuLEAST64): Likewise.
36276         [C99-based-standards] (PRIxLEAST64): Likewise.
36277         [C99-based-standards] (PRIXLEAST64): Likewise.
36278         [C99-based-standards] (SCNdLEAST64): Likewise.
36279         [C99-based-standards] (SCNiLEAST64): Likewise.
36280         [C99-based-standards] (SCNoLEAST64): Likewise.
36281         [C99-based-standards] (SCNuLEAST64): Likewise.
36282         [C99-based-standards] (SCNxLEAST64): Likewise.
36283         [C99-based-standards] (PRIdFAST64): Likewise.
36284         [C99-based-standards] (PRIiFAST64): Likewise.
36285         [C99-based-standards] (PRIoFAST64): Likewise.
36286         [C99-based-standards] (PRIuFAST64): Likewise.
36287         [C99-based-standards] (PRIxFAST64): Likewise.
36288         [C99-based-standards] (PRIXFAST64): Likewise.
36289         [C99-based-standards] (SCNdFAST64): Likewise.
36290         [C99-based-standards] (SCNiFAST64): Likewise.
36291         [C99-based-standards] (SCNoFAST64): Likewise.
36292         [C99-based-standards] (SCNuFAST64): Likewise.
36293         [C99-based-standards] (SCNxFAST64): Likewise.
36294         [C99-based-standards] (PRIdMAX): Likewise.
36295         [C99-based-standards] (PRIiMAX): Likewise.
36296         [C99-based-standards] (PRIoMAX): Likewise.
36297         [C99-based-standards] (PRIuMAX): Likewise.
36298         [C99-based-standards] (PRIxMAX): Likewise.
36299         [C99-based-standards] (PRIXMAX): Likewise.
36300         [C99-based-standards] (SCNdMAX): Likewise.
36301         [C99-based-standards] (SCNiMAX): Likewise.
36302         [C99-based-standards] (SCNoMAX): Likewise.
36303         [C99-based-standards] (SCNuMAX): Likewise.
36304         [C99-based-standards] (SCNxMAX): Likewise.
36305         [C99-based-standards] (PRIdPTR): Likewise.
36306         [C99-based-standards] (PRIiPTR): Likewise.
36307         [C99-based-standards] (PRIoPTR): Likewise.
36308         [C99-based-standards] (PRIuPTR): Likewise.
36309         [C99-based-standards] (PRIxPTR): Likewise.
36310         [C99-based-standards] (PRIXPTR): Likewise.
36311         [C99-based-standards] (SCNdPTR): Likewise.
36312         [C99-based-standards] (SCNiPTR): Likewise.
36313         [C99-based-standards] (SCNoPTR): Likewise.
36314         [C99-based-standards] (SCNuPTR): Likewise.
36315         [C99-based-standards] (SCNxPTR): Likewise.
36316         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
36317         allow.
36318         * conform/data/stdint.h-data: Update comments to clarify
36319         requirements.
36320         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
36321         type.
36322         [C99-based standards] (INT8_MAX): Likewise.
36323         [C99-based standards] (INT16_MIN): Likewise.
36324         [C99-based standards] (INT16_MAX): Likewise.
36325         [C99-based standards] (INT32_MIN): Likewise.
36326         [C99-based standards] (INT32_MAX): Likewise.
36327         [C99-based standards] (INT64_MIN): Likewise.
36328         [C99-based standards] (INT64_MAX): Likewise.
36329         [C99-based standards] (UINT8_MAX): Likewise.
36330         [C99-based standards] (UINT16_MAX): Likewise.
36331         [C99-based standards] (UINT32_MAX): Likewise.
36332         [C99-based standards] (UINT64_MAX): Likewise.
36333         [C99-based standards] (INT_LEAST8_MIN): Likewise.
36334         [C99-based standards] (INT_LEAST8_MAX): Likewise.
36335         [C99-based standards] (INT_LEAST16_MIN): Likewise.
36336         [C99-based standards] (INT_LEAST16_MAX): Likewise.
36337         [C99-based standards] (INT_LEAST32_MIN): Likewise.
36338         [C99-based standards] (INT_LEAST32_MAX): Likewise.
36339         [C99-based standards] (INT_LEAST64_MIN): Likewise.
36340         [C99-based standards] (INT_LEAST64_MAX): Likewise.
36341         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
36342         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
36343         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
36344         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
36345         [C99-based standards] (INT_FAST8_MIN): Likewise.
36346         [C99-based standards] (INT_FAST8_MAX): Likewise.
36347         [C99-based standards] (INT_FAST16_MIN): Likewise.
36348         [C99-based standards] (INT_FAST16_MAX): Likewise.
36349         [C99-based standards] (INT_FAST32_MIN): Likewise.
36350         [C99-based standards] (INT_FAST32_MAX): Likewise.
36351         [C99-based standards] (INT_FAST64_MIN): Likewise.
36352         [C99-based standards] (INT_FAST64_MAX): Likewise.
36353         [C99-based standards] (UINT_FAST8_MAX): Likewise.
36354         [C99-based standards] (UINT_FAST16_MAX): Likewise.
36355         [C99-based standards] (UINT_FAST32_MAX): Likewise.
36356         [C99-based standards] (UINT_FAST64_MAX): Likewise.
36357         [C99-based standards] (INTPTR_MIN): Likewise.
36358         [C99-based standards] (INTPTR_MAX): Likewise.
36359         [C99-based standards] (UINTPTR_MAX): Likewise.
36360         [C99-based standards] (INTMAX_MIN): Likewise.
36361         [C99-based standards] (INTMAX_MAX): Likewise.
36362         [C99-based standards] (UINTMAX_MAX): Likewise.
36363         [C99-based standards] (PTRDIFF_MIN): Likewise.
36364         [C99-based standards] (PTRDIFF_MAX): Likewise.
36365         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
36366         [C99-based standards] (SIZE_MAX): Likewise.
36367         [C99-based standards] (WCHAR_MAX): Likewise.
36368         [C99-based standards] (WINT_MAX): Likewise.
36369         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
36370         constraint on value.
36371         [C99-based standards] (WCHAR_MIN): Likewise.
36372         [C99-based standards] (WINT_MIN): Likewise.
36373         [C99-based standards] (*_t): Allow.
36374         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
36375         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
36376         Include math.h-data and complex.h-data.  Remove all expectations
36377         of math.h and complex.h contents.
36378         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
36379         at end of line.
36380         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
36381         (struct tm): Expect tag.
36382         [C99-based-standards] (wcstof): Expect function.
36383         [C99-based-standards] (wcstold): Likewise.
36384         [C99-based-standards] (wcstoll): Likewise.
36385         [C99-based-standards] (wcstoull): Likewise.
36386         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
36387         macro-int-constant.  Specify type.
36388         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
36389         constraint on value.
36390         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36391         Specify type.
36392         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
36393         Specify value.
36394         [ISO C standards]: Do not allow headers.
36395         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
36396         wcs[abcdefghijklmnopqrstuvwxyz]*.
36397         [ISO C standards] (*_t): Do not allow.
36398         * conform/data/wctype.h-data [C99-based standards] (iswblank):
36399         Expect function.
36400         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
36401         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36402         Specify type.
36403         [ISO C standards]: Do not allow headers.
36404         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
36405         is[abcdefghijklmnopqrstuvwxyz]*.
36406         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
36407         to[abcdefghijklmnopqrstuvwxyz]*.
36408         [ISO C standards] (*_t): Do not allow.
36409         * conform/data/stdalign.h-data: New file.
36410         * conform/data/stdbool.h-data: Likewise.
36411         * conform/data/stdnoreturn.h-data: Likewise.
36413 2012-11-07  Roland McGrath  <roland@hack.frob.com>
36415         [BZ #14815]
36416         * manual/filesys.texi (Directory Entries): Typo fix.
36417         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
36419 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36421         * elf/elf.h (EM_AARCH64): New macro.
36422         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
36423         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
36424         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
36425         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
36426         (R_AARCH64_TLSDESC): Likewise.
36427         (NT_ARM_TLS): Likewise.
36428         (NT_ARM_HW_BREAK): Likewise.
36429         (NT_ARM_HW_WATCH): Likewise.
36431 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36433         [BZ #14811]
36434         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
36435         (__ieee754_powl): Saturate nonzero exponents with absolute value
36436         below 0x1p-79 to +/- 0x1p-79.
36437         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
36438         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
36439         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
36440         nonzero exponents with absolute value below 0x1p-32 to +/-
36441         0x1p-32.
36442         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
36443         (__ieee754_powl): Saturate nonzero exponents with absolute value
36444         below 0x1p-79 to +/- 0x1p-79.
36445         * math/libm-test.inc (pow_test): Add more tests.
36447 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36449         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
36450         _dl_s390_cap_flags with kernel. Increase string length.
36451         (_dl_s390_platforms): Add z196 and zEC12.
36453 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36455         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
36456         Change XOPEN21K to XOPEN2K.
36458 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
36460         * string/memmove.c: Use memcpy when possible.
36462 2012-11-06  Andreas Jaeger  <aj@suse.de>
36464         * po/eo.po: Update from translation team.
36466 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
36468         [BZ #14793]
36469         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
36470         exponent and small x and y exponents, scale x or y up.  Increase
36471         by 2 the exponent used in scaling up.
36472         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36473         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36474         * math/libm-test.inc (fma_test): Add more tests.
36475         (fma_test_towardzero): Likewise.
36476         (fma_test_downward): Likewise.
36477         (fma_test_upward): Likewise.
36479 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
36481         [BZ #14805]
36482         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
36483         fenv_t *.
36485         [BZ #14801]
36486         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
36487         namespace for names of struct fields.
36488         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
36489         fenv_t fields.
36490         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
36491         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
36493 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36495         [BZ #3665]
36496         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
36498 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
36500         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
36501         PTR_DEMANGLE.
36503         [BZ #5246]
36504         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
36505         PTR_DEMANGLE.
36507 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
36509         [BZ #14797]
36510         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
36511         definitely overflow as x * y not x * y + z.
36512         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36513         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36514         * math/libm-test.inc (fma_test): Add more tests.
36515         (fma_test_towardzero): Likewise.
36516         (fma_test_downward): Likewise.
36517         (fma_test_upward): Likewise.
36519 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
36521         [BZ #157]
36523         * include/stub-tag.h: Remove file.
36524         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
36525         '#include' of it.
36526         * manual/maint.texi (Porting): Don't reference it.
36527         * Makerules ($(objpfx)stubs): Likewise.
36528         * dirent/closedir.c: Don't include <stub-tag.h>.
36529         * dirent/dirfd.c: Likewise.
36530         * dirent/fdopendir.c: Likewise.
36531         * dirent/getdents.c: Likewise.
36532         * dirent/getdents64.c: Likewise.
36533         * dirent/opendir.c: Likewise.
36534         * dirent/readdir.c: Likewise.
36535         * dirent/readdir64.c: Likewise.
36536         * dirent/readdir64_r.c: Likewise.
36537         * dirent/readdir_r.c: Likewise.
36538         * dirent/rewinddir.c: Likewise.
36539         * dirent/seekdir.c: Likewise.
36540         * dirent/telldir.c: Likewise.
36541         * gmon/profil.c: Likewise.
36542         * grp/setgroups.c: Likewise.
36543         * inet/if_index.c: Likewise.
36544         * io/access.c: Likewise.
36545         * io/chdir.c: Likewise.
36546         * io/chmod.c: Likewise.
36547         * io/chown.c: Likewise.
36548         * io/close.c: Likewise.
36549         * io/dup.c: Likewise.
36550         * io/dup2.c: Likewise.
36551         * io/dup3.c: Likewise.
36552         * io/euidaccess.c: Likewise.
36553         * io/faccessat.c: Likewise.
36554         * io/fchdir.c: Likewise.
36555         * io/fchmod.c: Likewise.
36556         * io/fchmodat.c: Likewise.
36557         * io/fchown.c: Likewise.
36558         * io/fchownat.c: Likewise.
36559         * io/fcntl.c: Likewise.
36560         * io/flock.c: Likewise.
36561         * io/fstatfs.c: Likewise.
36562         * io/fstatfs64.c: Likewise.
36563         * io/fstatvfs.c: Likewise.
36564         * io/fstatvfs64.c: Likewise.
36565         * io/futimens.c: Likewise.
36566         * io/fxstat.c: Likewise.
36567         * io/fxstat64.c: Likewise.
36568         * io/fxstatat.c: Likewise.
36569         * io/fxstatat64.c: Likewise.
36570         * io/getcwd.c: Likewise.
36571         * io/isatty.c: Likewise.
36572         * io/lchmod.c: Likewise.
36573         * io/lchown.c: Likewise.
36574         * io/link.c: Likewise.
36575         * io/linkat.c: Likewise.
36576         * io/lseek.c: Likewise.
36577         * io/lseek64.c: Likewise.
36578         * io/lxstat64.c: Likewise.
36579         * io/mkdir.c: Likewise.
36580         * io/mkdirat.c: Likewise.
36581         * io/mkfifo.c: Likewise.
36582         * io/mkfifoat.c: Likewise.
36583         * io/open.c: Likewise.
36584         * io/open64.c: Likewise.
36585         * io/openat.c: Likewise.
36586         * io/openat64.c: Likewise.
36587         * io/pipe.c: Likewise.
36588         * io/pipe2.c: Likewise.
36589         * io/poll.c: Likewise.
36590         * io/posix_fadvise.c: Likewise.
36591         * io/posix_fadvise64.c: Likewise.
36592         * io/posix_fallocate.c: Likewise.
36593         * io/posix_fallocate64.c: Likewise.
36594         * io/read.c: Likewise.
36595         * io/readlink.c: Likewise.
36596         * io/readlinkat.c: Likewise.
36597         * io/rmdir.c: Likewise.
36598         * io/sendfile.c: Likewise.
36599         * io/sendfile64.c: Likewise.
36600         * io/statfs.c: Likewise.
36601         * io/statfs64.c: Likewise.
36602         * io/statvfs.c: Likewise.
36603         * io/statvfs64.c: Likewise.
36604         * io/symlink.c: Likewise.
36605         * io/symlinkat.c: Likewise.
36606         * io/ttyname.c: Likewise.
36607         * io/ttyname_r.c: Likewise.
36608         * io/umask.c: Likewise.
36609         * io/unlink.c: Likewise.
36610         * io/unlinkat.c: Likewise.
36611         * io/utime.c: Likewise.
36612         * io/utimensat.c: Likewise.
36613         * io/write.c: Likewise.
36614         * io/xmknod.c: Likewise.
36615         * io/xmknodat.c: Likewise.
36616         * io/xstat.c: Likewise.
36617         * io/xstat64.c: Likewise.
36618         * login/getpt.c: Likewise.
36619         * login/grantpt.c: Likewise.
36620         * login/unlockpt.c: Likewise.
36621         * math/e_acoshl.c: Likewise.
36622         * math/e_acosl.c: Likewise.
36623         * math/e_asinl.c: Likewise.
36624         * math/e_atan2l.c: Likewise.
36625         * math/e_atanhl.c: Likewise.
36626         * math/e_coshl.c: Likewise.
36627         * math/e_expl.c: Likewise.
36628         * math/e_fmodl.c: Likewise.
36629         * math/e_gammal_r.c: Likewise.
36630         * math/e_hypotl.c: Likewise.
36631         * math/e_j0l.c: Likewise.
36632         * math/e_j1l.c: Likewise.
36633         * math/e_jnl.c: Likewise.
36634         * math/e_lgammal_r.c: Likewise.
36635         * math/e_log10l.c: Likewise.
36636         * math/e_log2l.c: Likewise.
36637         * math/e_logl.c: Likewise.
36638         * math/e_powl.c: Likewise.
36639         * math/e_rem_pio2l.c: Likewise.
36640         * math/e_sinhl.c: Likewise.
36641         * math/e_sqrtl.c: Likewise.
36642         * math/fclrexcpt.c: Likewise.
36643         * math/fedisblxcpt.c: Likewise.
36644         * math/feenablxcpt.c: Likewise.
36645         * math/fegetenv.c: Likewise.
36646         * math/fegetexcept.c: Likewise.
36647         * math/fegetround.c: Likewise.
36648         * math/feholdexcpt.c: Likewise.
36649         * math/fesetenv.c: Likewise.
36650         * math/fesetround.c: Likewise.
36651         * math/feupdateenv.c: Likewise.
36652         * math/fgetexcptflg.c: Likewise.
36653         * math/fraiseexcpt.c: Likewise.
36654         * math/fsetexcptflg.c: Likewise.
36655         * math/ftestexcept.c: Likewise.
36656         * math/k_cosl.c: Likewise.
36657         * math/k_rem_pio2l.c: Likewise.
36658         * math/k_sinl.c: Likewise.
36659         * math/k_tanl.c: Likewise.
36660         * math/s_asinhl.c: Likewise.
36661         * math/s_atanl.c: Likewise.
36662         * math/s_cbrtl.c: Likewise.
36663         * math/s_erfl.c: Likewise.
36664         * math/s_expm1l.c: Likewise.
36665         * math/s_log1pl.c: Likewise.
36666         * math/s_tanhl.c: Likewise.
36667         * misc/acct.c: Likewise.
36668         * misc/brk.c: Likewise.
36669         * misc/chflags.c: Likewise.
36670         * misc/chroot.c: Likewise.
36671         * misc/fchflags.c: Likewise.
36672         * misc/fgetxattr.c: Likewise.
36673         * misc/flistxattr.c: Likewise.
36674         * misc/fremovexattr.c: Likewise.
36675         * misc/fsetxattr.c: Likewise.
36676         * misc/fsync.c: Likewise.
36677         * misc/ftruncate.c: Likewise.
36678         * misc/futimes.c: Likewise.
36679         * misc/futimesat.c: Likewise.
36680         * misc/getdomain.c: Likewise.
36681         * misc/getdtsz.c: Likewise.
36682         * misc/gethostid.c: Likewise.
36683         * misc/gethostname.c: Likewise.
36684         * misc/getloadavg.c: Likewise.
36685         * misc/getpagesize.c: Likewise.
36686         * misc/getsysstats.c: Likewise.
36687         * misc/getxattr.c: Likewise.
36688         * misc/gtty.c: Likewise.
36689         * misc/ioctl.c: Likewise.
36690         * misc/lgetxattr.c: Likewise.
36691         * misc/listxattr.c: Likewise.
36692         * misc/llistxattr.c: Likewise.
36693         * misc/lremovexattr.c: Likewise.
36694         * misc/lsetxattr.c: Likewise.
36695         * misc/lutimes.c: Likewise.
36696         * misc/madvise.c: Likewise.
36697         * misc/mincore.c: Likewise.
36698         * misc/mlock.c: Likewise.
36699         * misc/mlockall.c: Likewise.
36700         * misc/mmap.c: Likewise.
36701         * misc/mprotect.c: Likewise.
36702         * misc/msync.c: Likewise.
36703         * misc/munlock.c: Likewise.
36704         * misc/munlockall.c: Likewise.
36705         * misc/munmap.c: Likewise.
36706         * misc/preadv.c: Likewise.
36707         * misc/preadv64.c: Likewise.
36708         * misc/ptrace.c: Likewise.
36709         * misc/pwritev.c: Likewise.
36710         * misc/pwritev64.c: Likewise.
36711         * misc/readv.c: Likewise.
36712         * misc/reboot.c: Likewise.
36713         * misc/remap_file_pages.c: Likewise.
36714         * misc/removexattr.c: Likewise.
36715         * misc/revoke.c: Likewise.
36716         * misc/select.c: Likewise.
36717         * misc/setdomain.c: Likewise.
36718         * misc/setegid.c: Likewise.
36719         * misc/seteuid.c: Likewise.
36720         * misc/sethostid.c: Likewise.
36721         * misc/sethostname.c: Likewise.
36722         * misc/setregid.c: Likewise.
36723         * misc/setreuid.c: Likewise.
36724         * misc/setxattr.c: Likewise.
36725         * misc/sstk.c: Likewise.
36726         * misc/stty.c: Likewise.
36727         * misc/swapoff.c: Likewise.
36728         * misc/swapon.c: Likewise.
36729         * misc/sync.c: Likewise.
36730         * misc/syncfs.c: Likewise.
36731         * misc/syscall.c: Likewise.
36732         * misc/truncate.c: Likewise.
36733         * misc/ualarm.c: Likewise.
36734         * misc/usleep.c: Likewise.
36735         * misc/ustat.c: Likewise.
36736         * misc/utimes.c: Likewise.
36737         * misc/vhangup.c: Likewise.
36738         * misc/writev.c: Likewise.
36739         * posix/_exit.c: Likewise.
36740         * posix/alarm.c: Likewise.
36741         * posix/execve.c: Likewise.
36742         * posix/fexecve.c: Likewise.
36743         * posix/fork.c: Likewise.
36744         * posix/fpathconf.c: Likewise.
36745         * posix/getaddrinfo.c: Likewise.
36746         * posix/getegid.c: Likewise.
36747         * posix/geteuid.c: Likewise.
36748         * posix/getgid.c: Likewise.
36749         * posix/getgroups.c: Likewise.
36750         * posix/getlogin.c: Likewise.
36751         * posix/getlogin_r.c: Likewise.
36752         * posix/getpgid.c: Likewise.
36753         * posix/getpid.c: Likewise.
36754         * posix/getppid.c: Likewise.
36755         * posix/getresgid.c: Likewise.
36756         * posix/getresuid.c: Likewise.
36757         * posix/getsid.c: Likewise.
36758         * posix/getuid.c: Likewise.
36759         * posix/glob64.c: Likewise.
36760         * posix/nanosleep.c: Likewise.
36761         * posix/pathconf.c: Likewise.
36762         * posix/pause.c: Likewise.
36763         * posix/posix_madvise.c: Likewise.
36764         * posix/pread.c: Likewise.
36765         * posix/pread64.c: Likewise.
36766         * posix/pwrite.c: Likewise.
36767         * posix/pwrite64.c: Likewise.
36768         * posix/sched_getaffinity.c: Likewise.
36769         * posix/sched_getp.c: Likewise.
36770         * posix/sched_gets.c: Likewise.
36771         * posix/sched_primax.c: Likewise.
36772         * posix/sched_primin.c: Likewise.
36773         * posix/sched_rr_gi.c: Likewise.
36774         * posix/sched_setaffinity.c: Likewise.
36775         * posix/sched_setp.c: Likewise.
36776         * posix/sched_sets.c: Likewise.
36777         * posix/sched_yield.c: Likewise.
36778         * posix/setgid.c: Likewise.
36779         * posix/setlogin.c: Likewise.
36780         * posix/setpgid.c: Likewise.
36781         * posix/setresgid.c: Likewise.
36782         * posix/setresuid.c: Likewise.
36783         * posix/setsid.c: Likewise.
36784         * posix/setuid.c: Likewise.
36785         * posix/sleep.c: Likewise.
36786         * posix/spawni.c: Likewise.
36787         * posix/sysconf.c: Likewise.
36788         * posix/times.c: Likewise.
36789         * posix/wait.c: Likewise.
36790         * posix/wait3.c: Likewise.
36791         * posix/wait4.c: Likewise.
36792         * posix/waitpid.c: Likewise.
36793         * resolv/gai_sigqueue.c: Likewise.
36794         * resource/getpriority.c: Likewise.
36795         * resource/getrlimit.c: Likewise.
36796         * resource/getrusage.c: Likewise.
36797         * resource/nice.c: Likewise.
36798         * resource/setpriority.c: Likewise.
36799         * resource/setrlimit.c: Likewise.
36800         * resource/ulimit.c: Likewise.
36801         * rt/aio_cancel.c: Likewise.
36802         * rt/aio_fsync.c: Likewise.
36803         * rt/aio_read.c: Likewise.
36804         * rt/aio_sigqueue.c: Likewise.
36805         * rt/aio_suspend.c: Likewise.
36806         * rt/aio_write.c: Likewise.
36807         * rt/clock_getres.c: Likewise.
36808         * rt/clock_gettime.c: Likewise.
36809         * rt/clock_nanosleep.c: Likewise.
36810         * rt/clock_settime.c: Likewise.
36811         * rt/lio_listio.c: Likewise.
36812         * rt/mq_close.c: Likewise.
36813         * rt/mq_getattr.c: Likewise.
36814         * rt/mq_notify.c: Likewise.
36815         * rt/mq_open.c: Likewise.
36816         * rt/mq_receive.c: Likewise.
36817         * rt/mq_send.c: Likewise.
36818         * rt/mq_setattr.c: Likewise.
36819         * rt/mq_timedreceive.c: Likewise.
36820         * rt/mq_timedsend.c: Likewise.
36821         * rt/mq_unlink.c: Likewise.
36822         * rt/shm_open.c: Likewise.
36823         * rt/shm_unlink.c: Likewise.
36824         * rt/timer_create.c: Likewise.
36825         * rt/timer_delete.c: Likewise.
36826         * rt/timer_getoverr.c: Likewise.
36827         * rt/timer_gettime.c: Likewise.
36828         * rt/timer_settime.c: Likewise.
36829         * setjmp/__longjmp.c: Likewise.
36830         * setjmp/setjmp.c: Likewise.
36831         * signal/kill.c: Likewise.
36832         * signal/killpg.c: Likewise.
36833         * signal/raise.c: Likewise.
36834         * signal/sigaction.c: Likewise.
36835         * signal/sigaltstack.c: Likewise.
36836         * signal/sigblock.c: Likewise.
36837         * signal/sigignore.c: Likewise.
36838         * signal/sigintr.c: Likewise.
36839         * signal/signal.c: Likewise.
36840         * signal/sigpause.c: Likewise.
36841         * signal/sigpending.c: Likewise.
36842         * signal/sigqueue.c: Likewise.
36843         * signal/sigreturn.c: Likewise.
36844         * signal/sigset.c: Likewise.
36845         * signal/sigsetmask.c: Likewise.
36846         * signal/sigstack.c: Likewise.
36847         * signal/sigsuspend.c: Likewise.
36848         * signal/sigtimedwait.c: Likewise.
36849         * signal/sigvec.c: Likewise.
36850         * signal/sigwait.c: Likewise.
36851         * signal/sigwaitinfo.c: Likewise.
36852         * signal/sysv_signal.c: Likewise.
36853         * socket/accept.c: Likewise.
36854         * socket/accept4.c: Likewise.
36855         * socket/bind.c: Likewise.
36856         * socket/connect.c: Likewise.
36857         * socket/getpeername.c: Likewise.
36858         * socket/getsockname.c: Likewise.
36859         * socket/getsockopt.c: Likewise.
36860         * socket/isfdtype.c: Likewise.
36861         * socket/listen.c: Likewise.
36862         * socket/recv.c: Likewise.
36863         * socket/recvfrom.c: Likewise.
36864         * socket/recvmsg.c: Likewise.
36865         * socket/send.c: Likewise.
36866         * socket/sendmsg.c: Likewise.
36867         * socket/sendto.c: Likewise.
36868         * socket/setsockopt.c: Likewise.
36869         * socket/shutdown.c: Likewise.
36870         * socket/sockatmark.c: Likewise.
36871         * socket/socket.c: Likewise.
36872         * socket/socketpair.c: Likewise.
36873         * stdio-common/ctermid.c: Likewise.
36874         * stdio-common/cuserid.c: Likewise.
36875         * stdio-common/remove.c: Likewise.
36876         * stdio-common/rename.c: Likewise.
36877         * stdio-common/renameat.c: Likewise.
36878         * stdio-common/tempname.c: Likewise.
36879         * stdlib/getcontext.c: Likewise.
36880         * stdlib/makecontext.c: Likewise.
36881         * stdlib/setcontext.c: Likewise.
36882         * stdlib/swapcontext.c: Likewise.
36883         * stdlib/system.c: Likewise.
36884         * streams/fattach.c: Likewise.
36885         * streams/fdetach.c: Likewise.
36886         * streams/getmsg.c: Likewise.
36887         * streams/getpmsg.c: Likewise.
36888         * streams/putmsg.c: Likewise.
36889         * streams/putpmsg.c: Likewise.
36890         * sysdeps/unix/bsd/getpt.c: Likewise.
36891         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
36892         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
36893         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
36894         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
36895         Likewise.
36896         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
36897         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
36898         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
36899         * sysvipc/msgctl.c: Likewise.
36900         * sysvipc/msgget.c: Likewise.
36901         * sysvipc/msgrcv.c: Likewise.
36902         * sysvipc/msgsnd.c: Likewise.
36903         * sysvipc/semctl.c: Likewise.
36904         * sysvipc/semget.c: Likewise.
36905         * sysvipc/semop.c: Likewise.
36906         * sysvipc/semtimedop.c: Likewise.
36907         * sysvipc/shmat.c: Likewise.
36908         * sysvipc/shmctl.c: Likewise.
36909         * sysvipc/shmdt.c: Likewise.
36910         * sysvipc/shmget.c: Likewise.
36911         * termios/tcdrain.c: Likewise.
36912         * termios/tcflow.c: Likewise.
36913         * termios/tcflush.c: Likewise.
36914         * termios/tcgetattr.c: Likewise.
36915         * termios/tcgetpgrp.c: Likewise.
36916         * termios/tcsendbrk.c: Likewise.
36917         * termios/tcsetattr.c: Likewise.
36918         * termios/tcsetpgrp.c: Likewise.
36919         * time/adjtime.c: Likewise.
36920         * time/clock.c: Likewise.
36921         * time/getitimer.c: Likewise.
36922         * time/gettimeofday.c: Likewise.
36923         * time/setitimer.c: Likewise.
36924         * time/settimeofday.c: Likewise.
36925         * time/stime.c: Likewise.
36926         * time/time.c: Likewise.
36928 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
36930         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
36931         /usr/old/bin.
36933         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
36934         instead of spaces.
36935         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
36937 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
36939         [BZ #14796]
36940         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
36941         FE_TONEAREST before applying Dekker multiplication and Knuth
36942         addition.  Clear inexact exceptions and check for exact zero
36943         results afterwards.
36944         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36945         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36946         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36947         * math/libm-test.inc (fma_test): Add more tests.
36948         (fma_test_towardzero): Likewise.
36949         (fma_test_downward): Likewise.
36950         (fma_test_upward): Likewise.
36951         * sysdeps/generic/math_private.h (default_libc_fesetround): New
36952         function.
36953         (libc_fesetround): New macro.
36954         (libc_fesetroundf): Likewise.
36955         (libc_fesetroundl): Likewise.
36956         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
36957         function.
36958         (libc_fesetround_387): Likewise.
36959         (libc_fesetroundf): New macro.
36960         (libc_fesetround): Likewise.
36961         (libc_fesetroundl): Likewise.
36962         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
36963         function.
36964         (libc_fesetroundf): New macro.
36965         (libc_fesetround): Likewise.
36966         (libc_fesetroundl): Likewise.
36967         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
36968         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
36969         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
36970         libm_hidden_ver.
36971         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
36972         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
36973         libm_hidden_def.
36974         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
36975         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
36976         libm_hidden_ver.
36977         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
36978         libm_hidden_def.
36980         [BZ #3439]
36981         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
36982         integer constant usable in #if and use that to give value to enum
36983         constant.
36984         (FE_DIVBYZERO): Likewise.
36985         (FE_UNDERFLOW): Likewise.
36986         (FE_OVERFLOW): Likewise.
36987         (FE_INVALID): Likewise.
36988         (FE_INVALID_SNAN): Likewise.
36989         (FE_INVALID_ISI): Likewise.
36990         (FE_INVALID_IDI): Likewise.
36991         (FE_INVALID_ZDZ): Likewise.
36992         (FE_INVALID_IMZ): Likewise.
36993         (FE_INVALID_COMPARE): Likewise.
36994         (FE_INVALID_SOFTWARE): Likewise.
36995         (FE_INVALID_SQRT): Likewise.
36996         (FE_INVALID_INTEGER_CONVERSION): Likewise.
36997         (FE_TONEAREST): Likewise.
36998         (FE_TOWARDZERO): Likewise.
36999         (FE_UPWARD): Likewise.
37000         (FE_DOWNWARD): Likewise.
37001         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
37002         (FE_DIVBYZERO): Likewise.
37003         (FE_OVERFLOW): Likewise.
37004         (FE_UNDERFLOW): Likewise.
37005         (FE_INEXACT): Likewise.
37006         (FE_TONEAREST): Likewise.
37007         (FE_DOWNWARD): Likewise.
37008         (FE_UPWARD): Likewise.
37009         (FE_TOWARDZERO): Likewise.
37010         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
37011         (FE_UNDERFLOW): Likewise.
37012         (FE_OVERFLOW): Likewise.
37013         (FE_DIVBYZERO): Likewise.
37014         (FE_INVALID): Likewise.
37015         (FE_TONEAREST): Likewise.
37016         (FE_TOWARDZERO): Likewise.
37017         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
37018         (FE_OVERFLOW): Likewise.
37019         (FE_UNDERFLOW): Likewise.
37020         (FE_DIVBYZERO): Likewise.
37021         (FE_INEXACT): Likewise.
37022         (FE_TONEAREST): Likewise.
37023         (FE_TOWARDZERO): Likewise.
37024         (FE_UPWARD): Likewise.
37025         (FE_DOWNWARD): Likewise.
37026         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
37027         (FE_DIVBYZERO): Likewise.
37028         (FE_OVERFLOW): Likewise.
37029         (FE_UNDERFLOW): Likewise.
37030         (FE_INEXACT): Likewise.
37031         (FE_TONEAREST): Likewise.
37032         (FE_DOWNWARD): Likewise.
37033         (FE_UPWARD): Likewise.
37034         (FE_TOWARDZERO): Likewise.
37036 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
37038         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
37040 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
37042         * scripts/cross-test-ssh.sh (command): Use newlines to separate
37043         commands.  Quote $PWD.
37044         (blacklist_exports): Don't use remove_newlines.  Replace "declare
37045         -x" by "export".
37046         (remove_newlines): Remove.
37048 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
37050         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
37051         * stdlib/stdlib.h (atof): Moved to ...
37052         * include/bits/stdlib-float.h: Here.  New file.
37053         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
37054         * stdlib/bits/stdlib-float.h: New file.
37055         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
37056         -mno-sse -mno-mmx.
37057         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
37058         <xmmintrin.h>.
37060 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37062         * conform/conformtest.pl (@headers): Add fenv.h.
37063         * conform/data/fenv.h-data: New file.
37064         * include/fenv.h [_ISOMAC]: Disable all contents of file except
37065         include of <math/fenv.h>.
37067         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
37068         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
37069         && !UNIX98].  Enables tests for XOPEN2K8.
37070         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
37071         POSIX2008]: Likewise.
37073         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
37074         (struct rusage): Do not expect type or its members.
37076         [BZ #3439]
37077         * math/math.h (FP_NAN): Define macro to integer constant usable in
37078         #if and use that to give value to enum constant.
37079         (FP_INFINITE): Likewise.
37080         (FP_ZERO): Likewise.
37081         (FP_SUBNORMAL): Likewise.
37082         (FP_NORMAL): Likewise.
37084 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
37086         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
37087         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
37088         arguments.
37090 2012-11-02  Roland McGrath  <roland@hack.frob.com>
37092         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
37093         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
37094         autoconf-time if not.
37095         * configure.in: Remove AC_PREREQ.
37097 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37099         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
37100         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
37101         of the internal implementation.
37103 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37105         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
37106         except include of <misc/sys/syslog.h>.
37108 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
37111         function returns with a NULL context exit with zero.
37113 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37115         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
37117 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
37119         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
37120         (run_program_cmd): This.
37121         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
37122         (tst_langinfo): New variable.  Use it.
37124 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
37126         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
37127         floating point opcodes.
37129 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37131         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
37132         variable.
37134         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
37136         * sysdeps/mach/hurd/powerpc: Remove directory.
37137         * sysdeps/mach/powerpc: Likewise.
37139 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37141         * scripts/check-local-headers.sh: Ignore c++ headers.
37143 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37145         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
37146         __libc_cleanup_region_start argument.
37148 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
37150         [BZ #14784]
37151         [BZ #14785]
37152         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
37153         x * y using scaling, not as x * y + z.
37154         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37155         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37156         * math/libm-test.inc (fma_test): Add more tests.
37157         (fma_test_towardzero): Likewise.
37158         (fma_test_downward): Likewise.
37159         (fma_test_upward): Likewise.
37161 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37163         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
37165 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37167         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
37168         New variable.
37170 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
37172         * rt/tst-shm.c (worker): Correct checking for mmap failure.
37174 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37176         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37177         Fix sort order.
37178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37179         Likewise.
37181 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37184         Fix the order of the list for glibc 2.17.
37185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37186         Likewise.
37188 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37190         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37192 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37194         [BZ #14610]
37195         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
37196         for low part of x being zero before using __atanl (y).
37197         * math/libm-test.inc (atan2_test): Add another test.
37199         * manual/install.texi (Configuring and compiling): Document
37200         general use of test-wrapper and test-wrapper-env.
37201         * INSTALL: Regenerated.
37203         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
37204         (__fma): Do not extract and scale down low bits on after-rounding
37205         systems when result rounded to normal precision would have normal
37206         exponent.
37207         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
37208         (__fmal): Do not extract and scale down low bits on after-rounding
37209         systems when result rounded to normal precision would have normal
37210         exponent.
37211         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
37212         (__fmal): Do not extract and scale down low bits on after-rounding
37213         systems when result rounded to normal precision would have normal
37214         exponent.
37215         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
37216         macro.
37217         (fma_test): Add more tests.
37218         (fma_test_towardzero): Likewise.
37219         (fma_test_downward): Likewise.
37220         (fma_test_upward): Likewise.
37222 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
37224         * sysdeps/i386/tininess.h: Renamed to ...
37225         * sysdeps/x86/tininess.h: This.
37226         * sysdeps/x86_64/tininess.h: Removed.
37228 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37230         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
37231         input.  Use $(build-program-cmd).
37232         ($(objpfx)tst-array1-static.out): Likewise.
37233         ($(objpfx)tst-array2.out): Likewise.
37234         ($(objpfx)tst-array3.out): Likewise.
37235         ($(objpfx)tst-array4.out): Likewise.
37236         ($(objpfx)tst-array5.out): Likewise.
37237         ($(objpfx)tst-array5-static.out): Likewise.
37239 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
37241         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
37242         if defined.
37244         * nss/nsswitch.h (nss_interface_function): Provide new
37245         macro for use with NSS functions.
37246         * grp/initgroups.c: Use new macro.
37247         * nss/getXXbyYY.c: Likewise.
37248         * nss/getXXbyYY_r.c: Likewise.
37249         * nss/getXXent.c: Likewise.
37250         * nss/getXXent_r.c: Likewise.
37251         * sysdeps/posix/getaddrinfo.c: Likewise.
37253 2012-10-30  Andreas Jaeger  <aj@suse.de>
37255         * po/ru.po: Update Russion translation from translation project.
37257 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37259         [BZ #14152]
37260         [BZ #14783]
37261         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
37262         result and shift together with sticky bit instead of replicating
37263         round-to-nearest rounding.
37264         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37265         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37266         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
37267         missing underflow exceptions.
37268         (fma_test_towardzero): Add more tests.
37269         (fma_test_downward): Likewise.
37270         (fma_test_upward): Likewise.
37272         [BZ #14047]
37273         * sysdeps/generic/tininess.h: New file.
37274         * sysdeps/i386/tininess.h: Likewise.
37275         * sysdeps/sh/tininess.h: Likewise.
37276         * sysdeps/x86_64/tininess.h: Likewise.
37277         * stdlib/tst-strtod-underflow.c: Likewise.
37278         * stdlib/tst-tininess.c: Likewise.
37279         * stdlib/strtod_l.c: Include <tininess.h>.
37280         (round_and_return): Do not set errno for exact underflow cases.
37281         Force an underflow exception when setting errno for underflow.
37282         Determine underflow based on rounding to normal precision if
37283         TININESS_AFTER_ROUNDING.
37284         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
37285         ERANGE for exact underflow cases.
37286         * stdlib/Makefile (tests): Add tst-tininess and
37287         tst-strtod-underflow.
37288         ($(objpfx)tst-tininess): Use $(link-libm).
37289         ($(objpfx)tst-strtod-underflow): Likewise.
37291 2012-10-30  Andreas Jaeger  <aj@suse.de>
37293         [BZ#14767]
37294         * elf/Makefile (tests): Remove conditional for have-initfini-array
37295         since this is now always required and the variable does not exist
37296         anymore.
37297         (tests-static): Likewise.
37298         (modules-names): Likewise.
37300         * po/eo.po: Add Esperanto translation from translation project.
37302         * elf/tst-array1.c (fini_array): Make writeable so that it can be
37303         merged with constructor/destructor.
37304         (init_array): Likewise.
37305         * elf/tst-array2dep.c (fini_array): Likewise.
37306         (init_array): Likewise.
37308 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
37310         * manual/message.texi: Delete @cartouche tags.
37312 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
37314         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
37315         EOPNOTSUPP.
37316         * sysdeps/mach/hurd/fsync.c: Likewise.
37318         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
37319         [_POSIX_REALTIME_SIGNALS]: Change condition to
37320         [_POSIX_REALTIME_SIGNALS > 0].
37322 2012-10-27  Andreas Jaeger  <aj@suse.de>
37324         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
37325         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
37326         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
37327         [__WORDSIZE != 64]: Likewise.
37329 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
37331         *  iconvdata/tst-table.sh: Remove ${SHELL}.
37332         *  iconvdata/tst-tables.sh: Likewise.
37334 2012-10-25  David S. Miller  <davem@davemloft.net>
37336         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37337         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
37338         of strtoull.
37340         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
37341         ifunc-impl-list.c
37342         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
37343         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
37344         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
37345         file.
37347 2012-10-25  Roland McGrath  <roland@hack.frob.com>
37349         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37350         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
37351         __getdirentries.
37353 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37354             Jim Blandy  <jimb@codesourcery.com>
37356         * scripts/cross-test-ssh.sh: New file.
37357         * manual/install.texi (Configuring and compiling): Document use of
37358         cross-test-ssh.sh.
37359         * INSTALL: Regenerated.
37361 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
37363         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
37364         EOPNOTSUPP.
37366 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37368         * Makeconfig (run-program-prefix): Fix comment.
37370 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37371             Jim Blandy  <jimb@codesourcery.com>
37373         * Makeconfig (test-wrapper): New variable,
37374         (test-wrapper-env): Likewise.
37375         [$(cross-compiling) = yes && $(test-wrapper) != ""]
37376         (run-built-tests): Define to yes.
37377         (run-program-prefix): Use $(test-wrapper).
37378         (built-program-cmd): Likewise.
37379         * Rules (make-test-out): Use $(test-wrapper-env) and
37380         $(host-built-program-cmd).
37381         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
37382         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
37383         tst-pathopt.sh.
37384         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
37385         $(test-wrapper-env) to tst-rtld-load-self.sh.
37386         ($(objpfx)order2.out): Use $(test-wrapper).
37387         ($(objpfx)tst-initorder.out): Likewise.
37388         ($(objpfx)tst-initorder2.out): Likewise.
37389         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
37390         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
37391         (test_wrapper_env): New variable.  Use it to run ld.so.
37392         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
37393         Use it to run ld.so.
37394         (test_wrapper_env): Likewise.
37395         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
37396         $(test-wrapper) to run-iconv-test.sh.
37397         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
37398         (ICONV): Use $test_wrapper.
37399         * posix/Makefile ($(objpfx)globtest.out): Pass
37400         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
37401         globtest.sh, not $(run-program-prefix).
37402         * posix/globtest.sh (run_via_rtld_prefix): New variable.
37403         (test_wrapper): Likewise.
37404         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
37405         set together with run_via_rtld_prefix.
37406         (run_program_prefix): Define in terms of test_wrapper and
37407         run_via_rtld_prefix.
37409 2012-10-24  Roland McGrath  <roland@hack.frob.com>
37411         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
37412         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
37413         Targets removed.
37415         [BZ #14743]
37416         * include/time.h: Remove librt_hidden_proto (clock_gettime).
37417         Declare __clock_getres, __clock_gettime, __clock_settime,
37418         __clock_nanosleep, and __clock_getcpuclockid.
37419         * rt/clock_gettime.c: Define __clock_gettime as an alias.
37420         Remove librt_hidden_def (clock_gettime).
37421         * sysdeps/unix/clock_gettime.c: Likewise.
37422         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
37423         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
37424         * rt/clock_getres.c: Define __clock_getres as an alias.
37425         * sysdeps/posix/clock_getres.c: Likewise.
37426         * rt/clock_settime.c: Define __clock_settime as an alias.
37427         * sysdeps/unix/clock_settime.c: Likewise.
37428         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
37429         * sysdeps/unix/clock_nanosleep.c: Likewise.
37430         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
37431         * rt/clock-compat.c: New file.
37432         * rt/Makefile (librt-routines): Add clock-compat and move
37433         $(clock-routines) to ...
37434         (routines): ... here, new variable.
37435         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
37436         Don't add get_clockfreq here.
37437         * rt/Versions (libc: GLIBC_2.17): New version set.
37438         Add clock_* symbols here.
37439         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
37440         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
37441         (GLIBC_2.17): Add clock_* symbols.
37442         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37443         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37444         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37446         Likewise.
37447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37448         Likewise.
37449         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37450         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37451         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37452         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37453         * NEWS: Mention the move.
37455         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
37456         Use __open, __read, __close rather than their public counterparts.
37457         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37458         (__get_clockfreq_via_cpuinfo): Likewise.
37459         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
37460         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
37462         * config.h.in (HAVE_IFUNC): New #undef.
37463         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
37464         was successful.
37465         * configure: Regenerated.
37467 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37469         * configure.in: Move READELF check to start of file.
37470         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
37471         libc_cv_asm_gnu_indirect_function in the process.
37472         * configure: Regenerated.
37474 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37476         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
37477         send the output to /dev/null.
37478         (libc_cv_cc_with_libunwind): Likewise.
37479         (libc_cv_as_noexecstack): Likewise.
37480         * configure: Regenerate.
37482 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37484         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
37486         * posix/globtest.sh (TMPDIR): Do not set.
37487         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
37488         (testout): Likewise.
37490 2012-10-24  Andreas Jaeger  <aj@suse.de>
37492         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
37493         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
37494         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
37495         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
37496         posix_fadvise64, posix_fallocate64.
37498         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
37499         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
37500         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
37501         Likewise.
37502         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
37503         Likewise.
37504         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
37506         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
37507         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
37508         <bits/fcntl-linux.h>.
37509         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
37511         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
37512         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
37513         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
37514         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
37515         [__WORDSIZE != 64]: Likewise.
37517 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
37519         * Makeconfig (run-built-tests): New variable.
37520         * Rules [$(cross-compiling) = yes]: Change condition to
37521         [$(run-built-tests) = no].
37522         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
37523         to [$(run-built-tests) = yes].
37524         * elf/Makefile [$(cross-compiling) = no]: Likewise
37525         * grp/Makefile [$(cross-compiling) = no]: Likewise.
37526         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
37527         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
37528         * intl/Makefile [$(cross-compiling) = no]: Likewise.
37529         * io/Makefile [$(cross-compiling) = no]: Likewise.
37530         * libio/Makefile [$(cross-compiling) = no]: Likewise.
37531         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
37532         * misc/Makefile [$(cross-compiling) = no]: Likewise.
37533         * posix/Makefile [$(cross-compiling) = no]: Likewise.
37534         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
37535         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
37536         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
37537         * string/Makefile [$(cross-compiling) = no]: Likewise.
37539         * posix/Makefile ($(objpfx)globtest.out): Pass
37540         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
37541         $(rtld-installed-name).
37542         * posix/globtest.sh (elf_objpfx): Remove variable.
37543         (rtld_installed_name): Likewise.
37544         (library_path): Likewise.
37545         (run_program_prefix): New variable.  Use for running globtest
37546         binary.
37548 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
37549             Joseph Myers  <joseph@codesourcery.com>
37551         * Makeconfig (host-built-program-cmd): New variable.
37552         * elf/Makefile (tst-stackguard1-ARGS): Use
37553         $(host-built-program-cmd).
37554         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
37555         (tst-spawn-ARGS): Likewise.
37556         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
37558 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
37559             Jim Blandy  <jimb@codesourcery.com>
37561         * Makeconfig (run-via-rtld-prefix): New variable.
37562         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
37563         (built-program-cmd): Likewise.
37565 2012-10-22  Andreas Jaeger  <aj@suse.de>
37567         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
37568         __O_RSYNC if it exists, otherwise to O_SYNC.
37570 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
37571             Joseph Myers  <joseph@codesourcery.com>
37573         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
37574         /dev/null.
37575         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
37576         from /dev/null
37577         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
37578         /dev/null.
37580 2012-10-22  Andreas Jaeger  <aj@suse.de>
37582         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
37583         Define always.
37584         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
37586         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37587         bits/fcntl-linux.h.
37589         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
37590         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
37592         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
37593         to __O_LARGEFILE.
37594         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
37595         to __O_LARGEFILE.
37597 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
37598             Joseph Myers  <joseph@codesourcery.com>
37600         * config.make.in (NM): New variable.
37602 2012-10-21  Andreas Jaeger  <aj@suse.de>
37604         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
37605         definitions and declarations that are provided by
37606         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
37608 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
37610         [BZ #14683]
37611         * elf/Makefile (tests-static): Add tst-leaks1-static.
37612         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
37613         ($(objpfx)tst-leaks1-static): New rule.
37614         ($(objpfx)tst-leaks1-static-mem): Likewise.
37615         (tst-leaks1-static-ENV): New macro.
37616         * elf/dl-open.c (dl_open_worker): Check the main application
37617         only if SHARED is defined.
37618         * elf/tst-leaks1-static.c: New file.
37620 2012-10-20  Andreas Jaeger  <aj@suse.de>
37622         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
37623         generic values for Linux.
37624         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
37625         and declarations that are provided by <bits/fcntl-linux.h> and
37626         include <bits/fcntl-linux.h>.
37627         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
37628         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
37630 2012-10-20  Roland McGrath  <roland@hack.frob.com>
37632         * io/fcntl.h: Move include of <bits/types.h> to the top and
37633         include it unconditionally.
37635 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
37637         * wcsmbs/Makefile (tests-ifunc): New variable.
37638         (tests): Add $(tests-ifunc).
37639         * wcsmbs/test-wcschr-ifunc.c: New file.
37640         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
37641         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
37642         * wcsmbs/test-wcslen-ifunc.c: Likewise.
37643         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
37644         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
37646         * string/Makefile (tests-ifunc): New variable.
37647         (tests): Add $(tests-ifunc).
37648         * string/test-memccpy.c (TEST_NAME): New macro.
37649         * string/test-memchr.c (TEST_NAME): Likewise.
37650         * string/test-memcmp.c (TEST_NAME): Likewise.
37651         * string/test-memcpy.c (TEST_NAME): Likewise.
37652         * string/test-memmem.c (TEST_NAME): Likewise.
37653         * string/test-memmove.c (TEST_NAME): Likewise.
37654         * string/test-memset.c (TEST_NAME): Likewise.
37655         * string/test-rawmemchr.c (TEST_NAME): Likewise.
37656         * string/test-stpcpy.c (TEST_NAME): Likewise.
37657         * string/test-stpncpy.c (TEST_NAME): Likewise.
37658         * string/test-strcasecmp.c (TEST_NAME): Likewise.
37659         * string/test-strcasestr.c (TEST_NAME): Likewise.
37660         * string/test-strcat.c (TEST_NAME): Likewise.
37661         * string/test-strchr.c (TEST_NAME): Likewise.
37662         * string/test-strcmp.c(TEST_NAME): Likewise.
37663         * string/test-strcpy.c (TEST_NAME): Likewise.
37664         * string/test-strcspn.c (TEST_NAME): Likewise.
37665         * string/test-strlen.c (TEST_NAME): Likewise.
37666         * string/test-strncasecmp.c (TEST_NAME): Likewise.
37667         * string/test-strncmp.c (TEST_NAME): Likewise.
37668         * string/test-strncpy.c (TEST_NAME): Likewise.
37669         * string/test-strnlen.c (TEST_NAME): Likewise.
37670         * string/test-strpbrk.c (TEST_NAME): Likewise.
37671         * string/test-strrchr.c (TEST_NAME): Likewise.
37672         * string/test-strspn.c (TEST_NAME): Likewise.
37673         * string/test-strstr.c (TEST_NAME): Likewise.
37674         * string/test-bcopy-ifunc.c: New file.
37675         * string/test-bzero-ifunc.c: Likewise.
37676         * string/test-memccpy-ifunc.c: Likewise.
37677         * string/test-memchr-ifunc.c: Likewise.
37678         * string/test-memcmp-ifunc.c: Likewise.
37679         * string/test-memcpy-ifunc.c: Likewise.
37680         * string/test-memmem-ifunc.c: Likewise.
37681         * string/test-memmove-ifunc.c: Likewise.
37682         * string/test-mempcpy-ifunc.c: Likewise.
37683         * string/test-memset-ifunc.c: Likewise.
37684         * string/test-rawmemchr-ifunc.c: Likewise.
37685         * string/test-stpcpy-ifunc.c: Likewise.
37686         * string/test-stpncpy-ifunc.c: Likewise.
37687         * string/test-strcasecmp-ifunc.c: Likewise.
37688         * string/test-strcasestr-ifunc.c: Likewise.
37689         * string/test-strcat-ifunc.c: Likewise.
37690         * string/test-strchr-ifunc.c: Likewise.
37691         * string/test-strchrnul-ifunc.c: Likewise.
37692         * string/test-strcmp-ifunc.c: Likewise.
37693         * string/test-strcpy-ifunc.c: Likewise.
37694         * string/test-strcspn-ifunc.c: Likewise.
37695         * string/test-strlen-ifunc.c: Likewise.
37696         * string/test-strncasecmp-ifunc.c: Likewise.
37697         * string/test-strncat-ifunc.c: Likewise.
37698         * string/test-strncmp-ifunc.c: Likewise.
37699         * string/test-strncpy-ifunc.c: Likewise.
37700         * string/test-strnlen-ifunc.c: Likewise.
37701         * string/test-strpbrk-ifunc.c: Likewise.
37702         * string/test-strrchr-ifunc.c: Likewise.
37703         * string/test-strspn-ifunc.c: Likewise.
37704         * string/test-strstr-ifunc.c: Likewise.
37706         * debug/Makefile (tests-ifunc): New variable.
37707         (tests): Add $(tests-ifunc).
37708         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
37709         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
37710         * debug/test-stpcpy_chk-ifunc.c: New file.
37711         * debug/test-strcpy_chk-ifunc.c: Likewise.
37713 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
37715         [BZ #13601]
37716         * elf/dl-load.c (open_verify): Retry read if the entire ELF
37717         header is not read in.
37719 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
37721         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
37722         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
37723         directly.  Pass built executable to script as
37724         $(built-program-cmd).
37725         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
37726         $testprogram without using LD_LIBRARY_PATH and $ldso.
37728         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
37729         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
37730         $(rtld-installed-name).
37731         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
37732         (rtld_installed_name): Likewise.
37733         (library_path): Likewise.
37734         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
37735         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
37736         $(run-program-prefix) to tst-tables.sh.
37737         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
37738         it to run tst-table-from and tst-table-to.
37739         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
37740         Pass it to tst-table.sh.
37741         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
37742         $(run-program-prefix) to tst-gettext.sh.
37743         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
37744         tst-translit.sh.
37745         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
37746         tst-gettext2.sh.
37747         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
37748         to run tst-gettext.
37749         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
37750         to run tst-gettext2.
37751         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
37752         to run tst-translit.
37753         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
37754         $(run-program-prefix) to tst-mtrace.sh.
37755         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
37756         to run tst-mtrace.
37757         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
37758         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
37759         $(rtld-installed-name).
37760         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
37761         (rtld_installed_name): Likewise.
37762         (run_program_prefix): New variable.  Use it to run wordexp-test.
37764         * Makeconfig (ARCH): Remove all definitions.
37765         (machine): Likewise.
37766         [ARCH]: Remove conditional code.
37767         [!objdir]: Give error.
37768         [!objdir] (objpfx): Remove.
37769         [!objdir] (common-objpfx): Likewise.
37770         [!objdir] (common-objdir): Likewise.
37771         * configure.in (config_makefile): Remove.  Hardcode Makefile in
37772         AC_CONFIG_FILES call.
37773         * configure: Regenerated.
37775         [BZ #13888]
37776         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
37777         or TMPDIR.
37778         (testout): Likewise.
37780         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
37781         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
37782         $(rtld-installed-name).
37783         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
37784         (rtld_installed_name): Likwise.
37785         (runit): Remove function.
37786         (run_getconf): New variable,  Use it for running getconf binary.
37788 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
37790         [BZ #14716]
37791         * string/test-memmem.c (check_result): New function.
37792         (do_one_test): Use it.
37793         (check1): New function.
37794         (test_main): Use it.
37796 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
37798         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
37800 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
37802         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
37803         (_G_LSEEK64): Likewise.
37804         (_G_MMAP64): Likewise.
37805         (_G_FSTAT64): Likewise.
37806         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
37807         (_G_LSEEK64): Likewise.
37808         (_G_MMAP64): Likewise.
37809         (_G_FSTAT64): Likewise.
37810         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
37811         unconditional.  Call __mmap64 directly.
37812         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
37813         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
37814         __lseek64 directly.
37815         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
37816         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
37817         __mmap64 directly.
37818         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
37819         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
37820         __lseek64 directly.
37821         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
37822         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
37823         __lseek64 directly.
37824         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
37825         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
37826         __lseek64 directly.
37827         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
37828         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
37829         __fxstat64 directly.
37830         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
37831         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
37832         unconditional.
37833         (freopen64) [!_G_OPEN64]: Remove conditional code.
37834         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
37835         unconditional.
37836         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
37837         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
37838         unconditional.
37839         (ftello64) [!_G_LSEEK64]: Remove conditional code.
37840         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
37841         unconditional.
37842         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37843         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
37844         unconditional.
37845         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
37846         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
37847         unconditional.
37848         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37849         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
37850         unconditional.
37851         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37852         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
37853         unconditional.
37854         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37856 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
37858         [BZ #12140]
37859         * manual/memory.texi (Malloc Tunable Parameters): Add note
37860         about free list pointers overwriting some perturb bytes.
37861         Wording suggested by Roland McGrath.
37863 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
37865         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
37866         (lgamma_test): Likewise.
37867         (tgamma_test): Likewise.
37869 2012-10-16  Florian Weimer  <fweimer@redhat.com>
37871         [BZ #14700]
37872         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
37873         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
37875 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
37877         * NEWS: Mention BZ #14716.
37878         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
37879         when removing AVAILABLE1_USES_J macro.
37881 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
37883         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
37884         (__bswap_64): __uint64_t for unsigned 64-bit int.
37886 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
37888         * include/string.h (memmem): Declare libc hidden alias.
37889         * string/memmem.c (memmem): Define libc hidden alias.
37890         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
37891         __read, __close instead of open, read, close.
37893 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
37895         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
37896         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
37897         global and hidden.
37898         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
37899         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
37900         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
37901         Likewise.
37902         (__rawmemchr_sse2): Likewise.
37903         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
37904         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
37905         (__strchr_sse2): Likewise.
37906         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
37907         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
37908         (__strcasecmp_sse2): Likewise.
37909         (__strncasecmp_sse2): Likewise.
37910         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
37911         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
37912         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
37913         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
37914         (__strrchr_sse2): Likewise.
37915         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
37916         ifunc-impl-list.c.
37917         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
37918         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
37919         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
37920         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
37921         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
37922         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
37923         * sysdeps/x86_64/multiarch/memset.S: Likewise.
37924         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
37925         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
37926         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
37927         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
37928         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
37929         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
37930         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
37931         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
37932         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
37933         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
37934         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
37935         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
37936         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
37937         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
37938         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
37939         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
37940         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
37941         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
37942         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
37943         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
37944         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
37945         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
37946         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
37948         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
37949         global and hidden.
37950         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
37951         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
37952         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
37953         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
37954         Likewise.
37955         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
37956         Likewise.
37957         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
37958         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
37959         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
37960         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
37961         ifunc-impl-list.c.
37962         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
37963         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
37964         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
37965         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
37966         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
37967         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
37968         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
37969         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
37970         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
37971         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
37972         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
37973         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
37974         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
37975         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
37976         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
37977         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
37978         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
37979         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
37980         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
37981         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
37982         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
37983         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
37984         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
37985         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
37986         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
37987         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
37988         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
37989         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
37990         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
37991         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
37992         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
37993         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
37994         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
37995         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
37996         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
37997         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
37998         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
37999         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
38000         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
38001         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
38002         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
38004         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
38005         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
38006         * include/ifunc-impl-list.h: New file.
38007         * misc/ifunc-impl-list.c: Likewise.
38008         * misc/Makefile (routines): Add ifunc-impl-list.
38009         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
38010         * string/test-string.h: Include <ifunc-impl-list.h>.
38011         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
38012         TEST_NAME]: New variables.
38013         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
38014         are defined.
38015         (test_init): Call __libc_ifunc_impl_list to initialize
38016         func_list if TEST_IFUNC and TEST_NAME are defined.
38018         * string/Makefile (strop-tests): Add bcopy and bzero.
38019         * string/test-bcopy.c: New file.
38020         * string/test-bzero.c: Likewise.
38021         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
38022         defined.
38023         * string/test-memset.c: Support bzero test if TEST_BZERO is
38024         defined.
38025         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
38026         __libc_memmove.
38027         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
38028         __libc_memset.
38029         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
38030         of memset.
38032 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
38034         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
38035         * configure: Regenerated.
38037         * Makeconfig (+link-static-before-libc): Don't include
38038         $(link-static-libc).
38040         * libio/libio.h (_IO_pos_t): Remove.
38042 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38044         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
38045         McGrath.
38047 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38049         * crypt/crypt-entry.c: Include fips-private.h.
38050         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
38051         * crypt/md5c-test.c (main): Tolerate disabled MD5.
38052         * sysdeps/unix/sysv/linux/fips-private.h: New file.
38053         * sysdeps/generic/fips-private.h: New file, dummy fallback.
38055 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38057         * crypt/crypt-private.h: Include stdbool.h.
38058         (_ufc_setup_salt_r): Return bool.
38059         * crypt/crypt-entry.c: Include errno.h.
38060         (__crypt_r): Return NULL with EINVAL for bad salt.
38061         * crypt/crypt_util.c (bad_for_salt): New.
38062         (_ufc_setup_salt_r): Check that salt is long enough and within
38063         the specified alphabet.
38064         * crypt/badsalttest.c: New file.
38065         * crypt/Makefile (tests): Add it.
38066         ($(objpfx)badsalttest): New.
38068 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
38070         * NEWS: Add entry for BZ #14602.
38072 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38074         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
38075         type-generic.
38076         * math/libm-test.inc: Update comment listing what functions and
38077         macros are tested.
38078         (isgreater_test): New function.
38079         (isgreaterequal_test): Likewise.
38080         (isless_test): Likewise.
38081         (islessequal_test): Likewise.
38082         (islessgreater_test): Likewise.
38083         (isunordered_test): Likewise.
38084         (main): Call the new functions.
38086 2012-10-09  Roland McGrath  <roland@hack.frob.com>
38088         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
38089         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
38090         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
38091         * sysdeps/i386/configure: Regenerated.
38092         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
38093         * sysdeps/mach/configure: Regenerated.
38094         * sysdeps/mach/hurd/configure: Regenerated.
38095         * sysdeps/powerpc/configure: Regenerated.
38096         * sysdeps/powerpc/powerpc32/configure: Regenerated.
38097         * sysdeps/powerpc/powerpc64/configure: Regenerated.
38098         * sysdeps/s390/s390-32/configure: Regenerated.
38099         * sysdeps/s390/s390-64/configure: Regenerated.
38100         * sysdeps/sh/configure: Regenerated.
38101         * sysdeps/sparc/configure: Regenerated.
38102         * sysdeps/unix/sysv/linux/configure: Regenerated.
38103         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
38104         * sysdeps/x86_64/configure: Regenerated.
38106         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
38107         defined.  Don't check if MAP is NULL.
38109 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38111         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
38112         (_G_stat64): Likewise.
38113         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
38114         (_G_stat64): Likewise.
38115         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
38116         instead of struct _G_stat64.
38117         * libio/fileops.c (mmap_remap_check): Likewise.
38118         (decide_maybe_mmap): Likewise.
38119         (_IO_new_file_seekoff): Likewise.
38120         (_IO_file_stat): Likewise.
38121         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
38122         _G_off64_t.
38123         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
38124         instead of struct _G_stat64.
38125         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38127 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
38129         [BZ #14602]
38130         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38131         Replace with ...
38132         (CHECK_EOL): New macro.
38133         (two_way_short_needle): Check beginning of haystack for EOL.  Use
38134         CHECK_EOL.
38135         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38136         Replace with CHECK_EOL.
38137         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38138         Replace with CHECK_EOL.
38140 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
38142         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
38143         type-generic.
38144         * math/libm-test.inc: Update comment listing what functions and
38145         macros are tested.
38146         (finite_test): New function.
38147         (isinf_test): Likewise.
38148         (isnan_test): Likewise.
38149         (fpclassify_test): Test subnormal input.
38150         (isfinite_test): Likewise.
38151         (isnormal_test): Likewise.
38152         (main): Call the new functions.
38154 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
38156         [BZ #14660]
38157         * Makerules (%.dynsym): Force C locale when running
38158         $(OBJDUMP) --dynamic-syms.
38160 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
38162         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
38163         <stdint.h>.
38165 2012-10-06  David S. Miller  <davem@davemloft.net>
38167         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
38168         upper 32-bits of the length value in %o2 since we use branch-on-register
38169         tests which consider the entire 64-bit register.
38171 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
38173         * string/test-strstr.c (check2): Add a test for page boundary.
38175 2012-10-05  David S. Miller  <davem@davemloft.net>
38177         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
38178         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
38179         file.
38180         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38181         sysdep_routines.
38182         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38183         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
38184         and bzero when HWCAP_SPARC_CRYPTO is present.
38186 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
38188         [BZ #14602]
38189         * string/test-strstr.c (check2): New function.
38190         (test_main): Call check2.
38192         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
38193         and bug-strchr1.
38194         * string/bug-strcasestr1.c (do_test): Moved to ...
38195         * string/test-strcasestr.c (check1): Here.  New function.
38196         (do_one_test): Break out result checking code into ...
38197         (check_result): This.  New function.
38198         (do_one_test): Call check_result.
38199         (test_main): Call check1.
38200         * string/bug-strchr1.c (do_test): Moved to ...
38201         * string/test-strchr.c (check1): Here.  New function.
38202         (do_one_test): Break out result checking code into ...
38203         (check_result): This.  New function.
38204         (do_one_test): Call check_result.
38205         (test_main): Call check1.
38206         * string/bug-strstr1.c (main): Moved to ...
38207         * string/test-strstr.c (check1): Here.  New function.
38208         (do_one_test): Break out result checking code into ...
38209         (check_result): This.  New function.
38210         (do_one_test): Call check_result.
38211         (test_main): Call check1.
38212         * string/bug-strcasestr1.c: Removed.
38213         * string/bug-strchr1.c: Likewise.
38214         * string/bug-strstr1.c: Likewise.
38216         * elf/Makefile (dl-routines): Add hwcaps.
38217         * elf/dl-support.c (_dl_important_hwcaps): Removed.
38218         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
38219         (_dl_important_hwcaps): Moved to ...
38220         * elf/dl-hwcaps.c: Here.  New file.
38221         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
38223         [BZ #14557]
38224         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
38225         if IS_IN_rtld isn't defined.
38227         * elf/dl-support.c (_dl_sysinfo_map): New.
38228         Include "get-dynamic-info.h" and "setup-vdso.h".
38229         (_dl_non_dynamic_init): Call setup_vdso.
38230         * elf/dynamic-link.h: Don't include <assert.h>.
38231         (elf_get_dynamic_info): Moved to ...
38232         * elf/get-dynamic-info.h: Here.  New file.
38233         * elf/dynamic-link.h: Include "get-dynamic-info.h".
38234         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
38235         * elf/setup-vdso.h: Here.  New file.
38236         * elf/rtld.c: Include "setup-vdso.h".
38237         (dl_main): Call setup_vdso.
38239 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
38241         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
38242         creal in comment listing functions tested.  List finite, isinf,
38243         isnan, isless, islessequal, isgreater, isgreaterequal,
38244         islessgreater, isunordered, lgamma_r and pow10 as functions and
38245         macros not tested.  Mention which functions not tested are aliases
38246         for other functions.  Fix typo.  Note that signs of NaNs are not
38247         tested.
38249         * scripts/config.guess: Update from config.git.
38250         * scripts/config.sub: Likewise.
38252 2012-10-04  Roland McGrath  <roland@hack.frob.com>
38254         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
38255         * misc/madvise.c (madvise): Renamed to __madvise.
38256         Make madvise a weak alias.
38257         * include/sys/mman.h: Declare __madvise.
38258         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
38259         * sysdeps/unix/syscalls.list
38260         (madvise): Make __madvise the strong name, and madvise a weak alias.
38261         * sysdeps/unix/sysv/linux/syscalls.list
38262         (madvise, mmap): Remove redundant entries.
38263         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
38264         * malloc/malloc.c (mtrim): Likewise.
38265         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
38267 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38269         * sysdeps/mach/hurd/dl-cache.c: File removed.
38270         * config.h.in (USE_LDCONFIG): New #undef.
38271         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
38272         * configure: Regenerated.
38273         * elf/Makefile (dl-routines): Add dl-cache only under
38274         [$(use-ldconfig) = yes].
38275         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
38276         cache on [USE_LDCONFIG].
38277         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
38278         [USE_LDCONFIG].
38279         * elf/rtld.c (dl_main): Likewise.
38281 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
38283         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
38284         _SC_LEVEL4_CACHE_LINESIZE.
38286 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38288         * sysdeps/unix/bsd/confstr.h: File removed.
38290 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
38292         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
38293         sys/sdt-config.h.
38295 2012-10-02  Roland McGrath  <roland@hack.frob.com>
38297         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
38298         Make 'mapoff' field ElfW(Off) rather than off_t.
38300 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
38302         * nscd/Makefile: Remove nscd-cflags and all its users.
38303         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
38304         (CFLAGS-nonlib): Add compiler flags for nscd modules.
38306         [BZ #10631]
38307         * malloc.c (malloc_printerr): Clarify error message.
38309 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
38311         [BZ #14648]
38312         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
38313         Set bit_FMA_Usable if FMA is supported.
38314         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
38315         macro.
38316         (bit_FMA4_Usable): Updated.
38317         (index_FMA_Usable): New macro.
38318         (CPUID_FMA): Likewise
38319         (HAS_FMA): Defined with bit_FMA_Usable.
38321 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38323         * bits/types.h (__swblk_t): Type removed.
38324         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
38325         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
38326         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38327         (__SWBLK_T_TYPE): Likewise.
38328         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38329         (__SWBLK_T_TYPE): Likewise.
38330         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38331         (__SWBLK_T_TYPE): Likewise.
38332         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38333         (__SWBLK_T_TYPE): Likewise.
38335 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
38336             Honza Horak <hhorak@redhat.com>
38338         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
38339         (xdr_mapname): Use YPMAXMAP as maxsize.
38340         (xdr_peername): Use YPMAXPEER as maxsize.
38341         (xdr_keydat): Use YPAXRECORD as maxsize.
38342         (xdr_valdat): Use YPMAXRECORD as maxsize.
38344 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38346         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
38348         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
38349         * csu/init-first.c: ... here.
38350         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
38351         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
38352         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
38353         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
38354         * sysdeps/i386/init-first.c: File removed.
38355         * sysdeps/sh/init-first.c: File removed.
38357 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
38359         [BZ #14645]
38360         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
38361         if x * y might underflow to zero and z is zero.
38362         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38363         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38364         * math/libm-test.inc (min_subnorm_value): New variable.
38365         (fma_test): Add more tests.
38366         (fma_test_towardzero): Likewise.
38367         (fma_test_downward): Likewise
38368         (fma_test_upward): Likewise.
38369         (initialize): Set min_subnorm_value.
38371 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
38373         [BZ #14638]
38374         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
38375         0 + 0.
38376         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
38377         mode for addition resulting in exact zero.
38378         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
38379         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
38380         exact 0 + 0.
38381         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
38382         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38383         * math/libm-test.inc (fma_test): Add more tests.
38384         (fma_test_towardzero): New function.
38385         (fma_test_downward): Likewise.
38386         (fma_test_upward): Likewise.
38387         (main): Call the new functions.
38389 2012-09-28  David S. Miller  <davem@davemloft.net>
38391         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
38393 2012-09-28  Roland McGrath  <roland@hack.frob.com>
38395         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
38396         instead of SIGALRM.
38398         * sysdeps/gnu/_G_config.h: Moved to ...
38399         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
38400         * sysdeps/mach/hurd/_G_config.h: Moved to ...
38401         * sysdeps/generic/_G_config.h: ... here.
38403         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
38405         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
38407         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
38408         Conditionalize target on [libnss_test1.so-version].
38410         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
38412         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
38413         (elfobjdir): Move out of conditionals.
38415         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
38416         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
38417         (__nss_lookup_function): Conditionalize label remove_from_tree on
38418         [!DO_STATIC_NSS || SHARED], matching its only use.
38420 2012-09-28  David S. Miller  <davem@davemloft.net>
38422         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
38423         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
38424         file.
38425         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38426         sysdep_routines.
38427         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38428         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
38429         when HWCAP_SPARC_CRYPTO is present.
38431 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38433         * io/tst-mknodat.c: Create a FIFO instead of a socket.
38435 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
38437         [BZ #6530]
38438         * stdio-common/vfprintf.c (process_string_arg): Revert
38439         2000-07-22 change.
38441 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
38443         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
38444         for testcase.
38445         * stdio-common/tst-sprintf.c: Include <locale.h>
38446         (main): Test sprintf's handling of incomplete multibyte
38447         characters.
38449 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
38451         * elf/dl-runtime.c (VERSYMIDX): Removed.
38452         * elf/dl-version.c (VERSYMIDX): Likewise.
38453         * elf/do-rel.h (VERSYMIDX): Likewise.
38454         (VALIDX): Likewise.
38455         * elf/dynamic-link.h (VERSYMIDX): Likewise.
38456         * elf/rtld.c (VALIDX): Likewise.
38457         (ADDRIDX): Likewise.
38458         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
38459         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
38460         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
38461         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
38462         (VALIDX): Likewise.
38463         (ADDRIDX): Likewise.
38465 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38467         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
38469 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
38471         [BZ #11438]
38472         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
38473         to global scope.
38474         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
38475         addresses are in the same scope as 192.0.2/24.
38476         * posix/gai.conf: Document new scope table defaults.
38478 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38480         [BZ #5298]
38481         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
38482         for ftell.  Compute offsets from write pointers instead.
38483         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38485 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38487         [BZ #14543]
38488         * libio/Makefile (tests): New test case tst-fseek.
38489         * libio/tst-fseek.c: New test case to verify that fseek/ftell
38490         combination works in wide mode.
38491         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
38492         state when the external buffer state changes.
38494 2012-09-27  David S. Miller  <davem@davemloft.net>
38496         [BZ #14376]
38497         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
38498         pass reloc->r_addend in as the 'high' argument to
38499         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
38501         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38503 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38505         * rt/tst-aio2.c: Include <pthread.h>.
38506         * rt/tst-aio3.c: Likewise.
38508 2012-09-27  Steve Ellcey  <sellcey@mips.com>
38510         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
38512 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
38514         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
38515         contents on [SHARED].
38517 2012-09-26  Marek Polacek  <polacek@redhat.com>
38519         [BZ #14530]
38520         [BZ #13741]
38521         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
38522         for C++ and GCC <4.3 as well as for non GCC compilers.
38524 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
38526         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38528 2012-09-25  Roland McGrath  <roland@hack.frob.com>
38530         * Makefile.in (all, install): Declare with .PHONY.
38531         Reported by Michael Hope <michael.hope@linaro.org>.
38533 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38535         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
38536         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
38537         system header.
38538         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
38539         Likewise.
38540         (sydep_routines): Add the new and the internal functions.
38541         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
38542         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
38543         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
38544         (GLIBC_2.17): Add the new function.
38545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38546         (GLIBC_2.17): Likewise.
38547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
38548         (GLIBC_2.17): Likewise.
38549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
38550         (GLIBC_2.17): Likewise.
38551         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
38553 2012-09-25  Alan Modra  <amodra@gmail.com>
38555         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
38556         Add release barrier before setting once_control to say
38557         initialisation is done.  Add hints on lwarx.  Use macro in
38558         place of isync.
38559         (clear_once_control): Add release barrier.
38561 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
38563         [BZ #13629]
38564         * math/s_clog.c (__clog): Handle more values close to |z| = 1
38565         specially.
38566         * math/s_clog10.c (__clog10): Likewise.
38567         * math/s_clog10f.c (__clog10f): Likewise.
38568         * math/s_clog10l.c (__clog10l): Likewise.
38569         * math/s_clogf.c (__clogf): Likewise.
38570         * math/s_clogl.c (__clogl): Likewise.
38571         * math/Makefile (libm-calls): Add x2y2m1.
38572         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
38573         (__x2y2m1): Likewise.
38574         (__x2y2m1l): Likewise.
38575         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
38576         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
38577         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
38578         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
38579         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
38580         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
38581         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
38582         * sysdeps/i386/fpu/libm-test-ulps: Update.
38583         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38585         [BZ #14621]
38586         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
38587         int as type of variable DEPTH.
38588         (glob): Use size_t instead of int as type of variables NEWCOUNT
38589         and OLD_PATHC.
38591 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38593         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38594         Add s_sincosf-sse2.
38595         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
38596         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
38597         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
38598         macros for using routine as __sincosf_ia32.
38599         Use macro for function declaration and weak_alias.
38600         * sysdeps/i386/fpu/libm-test-ulps: Update.
38602         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
38603         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38605         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
38606         subnormal argument.
38607         * math/s_cexpf.c (__cexpf): Likewise.
38608         * math/s_csinf.c (__csinf): Likewise.
38609         * math/s_csinhf.c (__csinhf): Likewise.
38610         * math/s_ctanf.c (__ctanf): Likewise.
38611         * math/s_ctanhf.c (__ctanhf): Likewise.
38612         * math/s_ccosh.c (__ccoshf): Likewise.
38613         * math/s_cexp.c (__cexpl): Likewise.
38614         * math/s_csin.c (__csin): Likewise.
38615         * math/s_csinh.c (__csinh): Likewise.
38616         * math/s_ctan.c (__ctan): Likewise.
38617         * math/s_ctanh.c (ctanh): Likewise.
38618         * math/s_ccoshl.c (__ccoshl): Likewise.
38619         * math/s_cexpl.c (__cexpl): Likewise.
38620         * math/s_csinl.c (__csinl): Likewise.
38621         * math/s_csinhl.c (__csinhl): Likewise.
38622         * math/s_ctanl.c (__ctanl): Likewise.
38623         * math/s_ctanhl.c (__ctanhl): Likewise.
38625 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
38627         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
38628         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
38629         (_IO_off_t): Define to __off_t, not _G_off_t.
38630         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
38631         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
38632         (_IO_wint_t): Define to wint_t, not _G_wint_t.
38633         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
38634         type of __dummy and __dummy2 fields.
38635         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
38636         (_G_ssize_t): Likewise.
38637         (_G_off_t): Likewise.
38638         (_G_pid_t): Likewise.
38639         (_G_uid_t): Likewise.
38640         (_G_wchar_t): Likewise.
38641         (_G_wint_t): Likewise.
38642         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
38643         (_G_ssize_t): Likewise.
38644         (_G_off_t): Likewise.
38645         (_G_pid_t): Likewise.
38646         (_G_uid_t): Likewise.
38647         (_G_wchar_t): Likewise.
38648         (_G_wint_t): Likewise.
38649         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
38650         (_G_ssize_t): Likewise.
38651         (_G_off_t): Likewise.
38652         (_G_pid_t): Likewise.
38653         (_G_uid_t): Likewise.
38654         (_G_wchar_t): Likewise.
38655         (_G_wint_t): Likewise.
38657 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38659         * malloc/arena.c: Include malloc-sysdep.h.
38660         (shrink_heap): Use check_may_shrink_heap to decide if madvise
38661         is sufficient to shrink the heap or an unmap is needed.
38662         * sysdeps/generic/malloc-sysdep.h: New file.  Define
38663         new function check_may_shrink_heap.
38664         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
38665         new function check_may_shrink_heap.
38667 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38669         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
38670         comments.
38672 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
38674         * catgets/test-gencat.sh: Add "set -e".
38675         * elf/tst-pathopt.sh: Likewise.
38676         * grp/tst_fgetgrent.sh: Likewise.
38677         * iconvdata/run-iconv-test.sh: Likewise.
38678         * intl/tst-gettext.sh: Likewise.
38679         * intl/tst-gettext2.sh: Likewise.
38680         * intl/tst-gettext4.sh: Likewise.
38681         * intl/tst-gettext6.sh: Likewise.
38682         * intl/tst-translit.sh: Likewise.
38683         * io/ftwtest-sh: Likewise.
38684         * libio/test-freopen.sh: Likewise.
38685         * malloc/tst-mtrace.sh: Likewise.
38686         * posix/globtest.sh: Likewise.
38687         * posix/tst-getconf.sh: Likewise.
38688         * posix/wordexp-tst.sh: Likewise.
38689         * stdio-common/tst-printf.sh: Likewise.
38690         * stdio-common/tst-unbputc.sh: Likewise.
38691         * stdlib/tst-fmtmsg.sh: Likewise.
38692         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38693         * catgets/Makefile: Do not specify -e option when running
38694         testsuite shell scripts.
38695         * elf/Makefile: Likewise.
38696         * grp/Makefile: Likewise.
38697         * iconvdata/Makefile: Likewise.
38698         * intl/Makefile: Likewise.
38699         * io/Makefile: Likewise.
38700         * libio/Makefile: Likewise.
38701         * malloc/Makefile: Likewise.
38702         * posix/Makefile: Likewise.
38703         * stdio-common/Makefile: Likewise.
38704         * stdlib/Makefile: Likewise.
38705         * sysdeps/x86_64/Makefile: Likewise.
38707         * io/ftwtest-sh: Add copyright header.
38708         * posix/globtest.sh: Likewise.
38709         * posix/tst-getconf.sh: Likewise.
38710         * posix/wordexp-tst.sh: Likewise.
38711         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38713 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
38715         [BZ #13679]
38716         * Makeconfig (+link): Defined as $(+link-static) if
38717         $(build-shared) isn't yes.
38718         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
38719         isn't yes.
38720         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
38722         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
38724         [BZ #14562]
38725         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
38726         new chunk size with MALLOC_ALIGN_MASK.
38728 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
38730         [BZ #5044]
38731         * stdio-common/printf_fphex.c: Include <stdbool.h> and
38732         <rounding-mode.h>.
38733         (__printf_fphex): Determine rounding using get_rounding_mode and
38734         round_away.
38735         * stdio-common/tst-printf-round.c (struct hex_test): New
38736         structure.
38737         (hex_tests): New variable.
38738         (test_hex_in_one_mode): New function.
38739         (do_test): Also run tests for hex float output.
38741 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
38743         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38744         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38745         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
38746         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38747         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38748         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
38749         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38750         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38752 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
38754         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
38755         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
38756         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
38757         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
38759 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
38761         [BZ #14579]
38762         * elf/rtld.c (dl_main): Limit the check for self loading to normal
38763         mode only.
38764         * elf/tst-rtld-load-self.sh: New test.
38765         * elf/Makefile: Run it.
38767 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
38769         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
38770         (tst-writev-ENV): Remove.
38771         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
38773 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
38775         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
38777 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
38779         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
38780         unconditional.
38781         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
38782         Likewise.
38783         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
38784         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
38785         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
38786         Likewise.
38788 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
38790         [BZ #14587]
38791         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
38792         * config.make.in (have-cpp-asm-debuginfo): Removed.
38793         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
38794         * configure: Regenerated.
38796 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
38798         [BZ #5044]
38799         * stdio-common/printf_fp.c: Include <stdbool.h> and
38800         <rounding-mode.h>.
38801         (___printf_fp): Determine rounding using get_rounding_mode and
38802         round_away.
38803         * stdio-common/tst-printf-round.c: New file.
38804         * stdio-common/Makefile (tests): Add tst-printf-round.
38805         (link-libm): New variable.
38806         ($(objpfx)tst-printf-round): Depend in $(link-libm).
38808 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
38810         [BZ #14576]
38811         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
38812         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
38813         Likewise.
38814         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
38815         Likewise.
38817 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
38819         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
38820         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38821         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38822         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38824 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
38826         [BZ #14518]
38827         * include/rounding-mode.h: New file.
38828         * sysdeps/generic/get-rounding-mode.h: Likewise.
38829         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
38830         * stdlib/strtod_l.c: Include <rounding-mode.h>.
38831         (MAX_VALUE): New macro.
38832         (MIN_VALUE): Likewise.
38833         (overflow_value): New function.
38834         (underflow_value): Likewise.
38835         (round_and_return): Use overflow_value and underflow_value to
38836         determine return values in overflow and underflow cases.  Use
38837         round_away to determine rounding depending on rounding mode.
38838         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
38839         determine return values in overflow and underflow cases.
38840         * stdlib/tst-strtod-round.c: Include <fenv.h>.
38841         (struct test_results): New structure.
38842         (struct test): Use struct test_results to store expected results
38843         for all rounding modes.
38844         (TEST): Include expected results for all rounding modes.
38845         (test_in_one_mode): New function.
38846         (do_test): Use test_in_one_mode to compute and check results.
38847         Check results for all rounding modes.
38848         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
38849         $(link-libm).
38851 2012-12-09  Allan McRae  <allan@archlinux.org>
38853         * sysdeps/i386/fpu/libm-test-ulps: Update
38855 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
38857         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
38858         (_G_int32_t): Likewise.
38859         (_G_uint16_t): Likewise.
38860         (_G_uint32_t): Likewise.
38861         (_G_HAVE_BOOL): Likewise.
38862         (_G_HAVE_ATEXIT): Likewise.
38863         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38864         (_G_HAVE_IO_FILE_OPEN): Likewise.
38865         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
38866         (_G_int32_t): Likewise.
38867         (_G_uint16_t): Likewise.
38868         (_G_uint32_t): Likewise.
38869         (_G_HAVE_BOOL): Likewise.
38870         (_G_HAVE_ATEXIT): Likewise.
38871         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38872         (_G_HAVE_IO_FILE_OPEN): Likewise.
38873         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
38874         (_G_int32_t): Likewise.
38875         (_G_uint16_t): Likewise.
38876         (_G_uint32_t): Likewise.
38877         (_G_HAVE_BOOL): Likewise.
38878         (_G_HAVE_ATEXIT): Likewise.
38879         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38880         (_G_HAVE_IO_FILE_OPEN): Likewise.
38882 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
38884         * csu/libc-tls.c: Update copyright years.
38886 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
38888         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
38889         [!_G_USING_THUNKS]: Remove conditional code.
38890         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
38891         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
38893         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
38894         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
38895         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38896         (_G_VTABLE_LABEL_PREFIX): Likewise.
38897         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38898         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38899         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38900         (_G_VTABLE_LABEL_PREFIX): Likewise.
38901         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38902         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38903         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38904         (_G_VTABLE_LABEL_PREFIX): Likewise.
38905         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38907 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
38909         * libio/Makefile: Include ../Makeconfig before tests.
38910         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
38911         only if $(build-shared) is yes.
38913         * iconv/gconv_db.c: Update copyright years.
38915 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38917         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
38918         unwind info if defined PIC. Fix special cases description.
38919         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
38921         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
38922         DP_HI_MASK entry.
38923         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
38925 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
38927         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
38929         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
38930         is NULL.
38932         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
38933         (LDLIBS-tst-chk4): This.
38934         (LDFLAGS-tst-chk5): Renamed to ...
38935         (LDLIBS-tst-chk5): This.
38936         (LDFLAGS-tst-chk6): Renamed to ...
38937         (LDLIBS-tst-chk6): This.
38938         (LDFLAGS-tst-lfschk4): Renamed to ...
38939         (LDLIBS-tst-lfschk4): This.
38940         (LDFLAGS-tst-lfschk5): Renamed to ...
38941         (LDLIBS-tst-lfschk5): This.
38942         (LDFLAGS-tst-lfschk6): Renamed to ...
38943         (LDLIBS-tst-lfschk6): This.
38945         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
38946         on $(common-objpfx)soversions.mk.
38948 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
38950         [BZ #10014]
38951         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
38952         example host name.
38954 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
38956         * malloc/arena.c (arena_get_retry): New function that gets
38957         another arena for the caller to try its request on.
38958         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
38959         current arena cannot fulfill the request.
38960         (__libc_memalign): Likewise.
38961         (__libc_memalign): Likewise.
38962         (__libc_pvalloc): Likewise.
38963         (__libc_calloc): Likewise.
38965 2012-09-05  John Tobey  <john.tobey@gmail.com>
38967         [BZ #13542]
38968         * manual/arith.texi (Operations on Complex): Fix description
38969         of carg branch cut.
38971 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
38973         [BZ #10014]
38974         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
38975         host name.
38977         [BZ #10038]
38978         * manual/memory.texi (Memory): Make order of menu items match
38979         order of sections.
38981 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38983         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
38984         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
38985         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
38987 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38989         * csu/libc-tls.c (static_dtv): Renamed to ...
38990         (_dl_static_dtv): This.  Make it global.
38991         (_dl_initial_dtv): Removed.
38992         (__libc_setup_tls): Updated.
38993         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
38994         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
38995         DL_INITIAL_DTV.
38997 2012-09-06  Petr Machata  <pmachata@redhat.com>
38999         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
39000         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
39001         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
39002         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
39004 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39006         [BZ #14545]
39007         * csu/libc-tls.c (_dl_initial_dtv): New variable.
39008         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
39009         freeing dtv[-1].
39011 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39013         [BZ #14544]
39014         * Makeconfig (link-static-before-libc): Replace $(+prector)
39015         with $(+prectorT).
39016         (link-static-after-libc): Replace $(+postctor) with
39017         $(+postctorT).
39018         (link-bounded): Replace $(+prector)/$(+postctor) with
39019         $(+prectorT)/$(+postctorT).
39020         (+prectorT): New macro.
39021         (+postctorT): Likewise.
39023 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39025         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
39026         (round_str): Handle values above the maximum for IBM long double
39027         as inexact.
39028         * stdlib/tst-strtod-round.c (tests): Regenerated.
39030 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39032         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
39033         assembler flag.
39034         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
39035         zarch_nohighgprs around the zarch optimized routines.
39036         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
39037         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
39038         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
39039         for zarch.
39041 2012-09-05  David S. Miller  <davem@davemloft.net>
39043         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39045         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
39046         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
39047         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
39048         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
39049         entries.
39051 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39053         * malloc/arena.c: Fold copyright years.
39054         * malloc/mcheck.c, malloc/memusage.c: Likewise.
39056 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39058         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
39060 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39062         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
39064 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39066         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
39067         change internal state upon failure.
39069 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39071         * malloc/mcheck.c (mcheck_check_all): Fix typo.
39072         * malloc/memusage.c (mmap): Likewise.
39073         (mmap64, mremap): Likewise.  Adjust name in comment.
39075 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39077         * libio/fileops.c: Fix typos in comments.
39078         * libio/oldfileops.c: Likewise.
39079         * libio/wfileops.c: Likewise.
39081 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39083         [BZ #1349]
39084         * malloc/Makefile (tests): Add tst-malloc-usable test case.
39085         (tst-malloc-usable-ENV): Set environment for test case.
39086         * malloc/hooks.c (malloc_check_get_size): New function to get
39087         requested size.
39088         * malloc/malloc.c (musable): Use malloc_check_get_size.
39089         * malloc/tst-malloc-usable.c: New test case.
39091 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39093         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
39095 2012-09-05  Allan McRae  <allan@archlinux.org>
39097         [BZ #13966]
39098         * configure.in (CXX_SYSINCLUDES): Use compiler output to
39099         determine header location.
39100         * configure: Regenerated.
39102 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39104         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
39105         float format.
39106         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
39107         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
39108         format.
39109         (test): Regenerate.
39111 2012-09-04  David S. Miller  <davem@davemloft.net>
39113         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
39114         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
39115         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
39117 2012-09-04  Florian Weimer  <fweimer@redhat.com>
39119         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
39120         failures.
39122         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
39124 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
39126         [BZ #9914]
39127         * libio/iogetdelim.c: Include <limits.h>.
39128         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
39129         + len + 1 would overflow.
39131 2012-09-03  Andreas Jaeger  <aj@suse.de>
39133         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39134         * sysdeps/i386/fpu/libm-test-ulps: Update.
39136 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39138         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39139         Add s_sinf-sse2, s_conf-sse2.
39141         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
39142         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
39143         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
39144         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
39146         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
39147         for using routine as __sinf_ia32.
39148         Use macro for function declaration and weak_alias.
39149         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
39150         for using routine as __cosf_ia32.
39151         Use macro for function declaration and weak_alias.
39153         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
39154         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
39156         * sysdeps/x86_64/fpu/s_sinf.S: New file.
39157         * sysdeps/x86_64/fpu/s_cosf.S: New file.
39158         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39160         * math/libm-test.inc (cos_test): Add more test cases.
39161         (sin_test): Likewise.
39162         (sincos_test): Likewise.
39164 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39166         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
39167         (IFUNC_RESOLVE): Make pointers to the specialized implementations
39168         hidden.
39169         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
39171 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
39173         [BZ #14538]
39174         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
39175         first element of the GOT.
39176         (elf_machine_load_address): Return the difference between
39177         the runtime address of _DYNAMIC and elf_machine_dynamic ().
39179 2012-09-01  Allan McRae  <allan@archlinux.org>
39181         [BZ #13412]
39182         * configure.in (AWK): Require gawk version 3.0 or later.
39183         * configure: Regenerated.
39185 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
39187         * sysdeps/unix/sysv/linux/kernel-features.h
39188         (__ASSUME_POSIX_CPU_TIMERS): Remove.
39189         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39190         [__NR_clock_getres]: Make code unconditional.
39191         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
39192         (clock_getcpuclockid): Remove code left unreachable by removal of
39193         conditionals.
39194         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
39195         code unconditional.
39196         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39197         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39198         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
39199         Make code unconditional.
39200         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39201         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39202         * sysdeps/unix/sysv/linux/clock_settime.c
39203         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
39204         conditional code.
39205         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
39206         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39208 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
39210         [BZ #14476]
39211         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
39212         scripts/test-installation.pl.
39214         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
39215         and $ld_so_version if it is set.
39217 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
39219         [BZ #14516]
39220         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
39221         failure if reading from procfs failed.
39222         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
39224 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39226         * sysdeps/unix/sysv/linux/kernel-features.h
39227         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
39228         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39229         Remove conditional code.
39230         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39231         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
39232         Remove conditional code.
39233         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39234         * sysdeps/unix/sysv/linux/i386/fxstat.c
39235         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39236         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39237         * sysdeps/unix/sysv/linux/i386/fxstatat.c
39238         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39239         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39240         * sysdeps/unix/sysv/linux/i386/lxstat.c
39241         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39242         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39243         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
39244         Remove conditional code.
39245         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39246         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39247         Remove conditional code.
39248         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39249         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
39250         <kernel-features.h>.
39251         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
39252         Remove.
39253         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
39254         Remove conditional code.
39255         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39256         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
39257         Remove conditional.
39259 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
39261         [BZ #5400]
39262         * NEWS: Add fixed bug number.
39264 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39266         [BZ #14519]
39267         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
39268         underflowing exponent in case of negative sign.
39269         * stdlib/tst-strtod-round-data: Add more tests.
39270         * stdlib/tst-strtod-round.c (tests): Regenerated.
39272         [BZ #3479]
39273         * stdlib/strtod_l.c (NDIG): Remove.
39274         (HEXNDIG): Likewise.
39275         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
39276         smallest representable value.
39277         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
39278         lie within an exact representation of 1/2 ulp of the result.
39279         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
39280         unconditionally.
39281         (TENS_P9_IDX): Define unconditionally.
39282         (TENS_P9_SIZE): Likewise.
39283         (TENS_P10_IDX): Likewise.
39284         (TENS_P10_SIZE): Likewise.
39285         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
39286         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
39287         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
39288         entries for 10^2^13 and 10^2^14.
39289         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
39290         (TENS_P13_IDX): Define.
39291         (TENS_P13_SIZE): Likewise.
39292         (TENS_P14_IDX): Likewise.
39293         (TENS_P14_SIZE): Likewise.
39294         (_fpioconst_pow10): Change array size to
39295         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
39296         unconditional.
39297         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
39298         1024]: Add entries for 10^2^13 and 10^2^14.
39299         [LAST_POW10 > _LAST_POW10]: Remove #error.
39300         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
39301         (_fpioconst_pow10): Change array size to
39302         FPIOCONST_POW10_ARRAY_SIZE.
39303         * stdlib/gen-fpioconst.c: New file.
39304         * stdlib/gen-tst-strtod-round.c: Likewise.
39305         * stdlib/tst-strtod-round-data: Likewise.
39306         * stdlib/tst-strtod-round.c: Likewise.
39307         * stdlib/Makefile (tests): Add tst-strtod-round.
39309         [BZ #14459]
39310         * stdlib/strtod_l.c: Include <stdint.h>.
39311         (NDEBUG): Do not define.
39312         (round_and_return): Change EXPONENT parameter to type intmax_t.
39313         Rearrange calculations to avoid internal overflow possibilities.
39314         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
39315         Rearrange calculations to avoid internal overflow possibilities.
39316         Assert that number fits inside MPNSIZE limbs.
39317         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
39318         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
39319         calculations and add assertions to avoid internal overflow
39320         possibilities.  Add casts to avoid signed/unsigned operations.
39321         * stdlib/tst-strtod-overflow.c: New file.
39322         * stdlib/Makefile (tests): Add tst-strtod-overflow.
39324 2012-08-25  Marek Polacek  <polacek@redhat.com>
39326         * time/time.h: Fix some typos in comments.
39328 2012-08-23  Roland McGrath  <roland@hack.frob.com>
39330         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
39331         * posix/tst-rfc3484-2.c: Likewise.
39332         * posix/tst-rfc3484-3.c: Likewise.
39334 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
39336         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
39337         (EF_ARM_ABI_FLOAT_HARD): Likewise.
39339 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
39341         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
39342         #include of fxstatat64.c.
39344 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39346         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
39347         * shadow/getspent_r.c: Likewise.
39348         * shadow/getspnam.c: Likewise.
39349         * shadow/getspnam_r.c: Likewise.
39350         * gshadow/getsgent.c: Likewise.
39351         * gshadow/getsgent_r.c: Likewise.
39352         * gshadow/getsgnam.c: Likewise.
39353         * gshadow/getsgnam_r.c: Likewise.
39354         * inet/getnetbyad.c: Likewise.
39355         * inet/getnetbyad_r.c: Likewise.
39356         * inet/getnetbynm.c: Likewise.
39357         * inet/getnetbynm_r.c: Likewise.
39358         * inet/getnetent.c: Likewise.
39359         * inet/getnetent_r.c: Likewise.
39360         * inet/getproto.c: Likewise.
39361         * inet/getproto_r.c: Likewise.
39362         * inet/getprtent.c: Likewise.
39363         * inet/getprtent_r.c: Likewise.
39364         * inet/getprtname.c: Likewise.
39365         * inet/getprtname_r.c: Likewise.
39366         * inet/getrpcbyname.c: Likewise.
39367         * inet/getrpcbyname_r.c: Likewise.
39368         * inet/getrpcbynumber.c: Likewise.
39369         * inet/getrpcbynumber_r.c: Likewise.
39370         * inet/getrpcent.c: Likewise.
39371         * inet/getrpcent_r.c: Likewise.
39372         * inet/getaliasent.c: Likewise.
39373         * inet/getaliasent_r.c: Likewise.
39374         * inet/getaliasname.c: Likewise.
39375         * inet/getaliasname_r.c: Likewise.
39376         * nscd/getgrgid_r.c: Likewise.
39377         * nscd/getgrnam_r.c: Likewise.
39378         * nscd/gethstbyad_r.c: Likewise.
39379         * nscd/gethstbynm3_r.c: Likewise.
39380         * nscd/getpwnam_r.c: Likewise.
39381         * nscd/getpwuid_r.c: Likewise.
39382         * nscd/getsrvbynm_r.c: Likewise.
39383         * nscd/getsrvbypt_r.c: Likewise.
39384         * nscd/gai.c: Likewise.
39386         * configure.in (build_nscd): New substituted variable, set
39387         by --disable-build-nscd and defaults to $use_nscd.
39388         * configure: Regenerated.
39389         * config.make.in (build-nscd): New substituted variable.
39390         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
39391         Change conditional to require [$(build-nscd) = yes] as well.
39392         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
39394         [BZ# 13696]
39395         * configure.in (use_nscd): New substituted variable, set by
39396         --disable-nscd.  If enabled, define USE_NSCD.
39397         * configure: Regenerated.
39398         * config.h.in: Add USE_NSCD.
39399         * config.make.in (use-nscd): New substituted variable.
39400         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
39401         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
39402         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
39403         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
39404         (CFLAGS-getgrnam_r.c): Likewise.
39405         (CFLAGS-initgroups.c): Likewise.
39406         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
39407         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
39408         Variables removed.
39409         * inet/getnetgrent_r.c
39410         (nscd_setnetgrent): New function, broken out of ...
39411         (setnetgrent): ... here.  Call it.
39412         (innetgr): Conditionalize nscd bits on [USE_NSCD].
39413         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
39414         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
39415         * nscd/Makefile (routines, aux): Move definitions after include of
39416         Makeconfig.  Conditionalize on [$(use-nscd) != no].
39417         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
39418         Conditionalize on [USE_NSCD].
39419         (is_nscd, nscd_init_cb): Likewise.
39420         (nss_load_library): Conditionalize init callback on [USE_NSCD].
39421         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
39422         * nss/nss_db/db-init.c: Likewise.
39423         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
39424         [USE_NSCD].
39425         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
39426         (make_request): Use it.
39427         (cache_valid_p): New function.
39428         (__check_pf): Use it.
39429         * NEWS: Add item for --disable-nscd.
39431 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
39433         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
39434         to support sed >= 4.2.1-20-ga9bf076.
39435         * configure: Regenerated.
39437 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39439         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
39440         Conditionalize whole body on [IREL].
39442 2012-08-22  Jeff Law <law@redhat.com>
39444         [BZ #14505]
39445         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
39446         if the family is PF_UNSPEC.
39448 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
39450         * Makerules (lib-version): Rename from V.
39451         (install-lib-nosubdir): Change V to lib-version.
39453 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
39455         [BZ #14252]
39456         * powerpc32/power6/wcschr.c: New file.
39457         * powerpc32/power6/wcscpy.c: New file.
39458         * powerpc32/power6/wcsrchr.c: New file.
39459         * powerpc64/power6/wcschr.c: New file.
39460         * powerpc64/power6/wcscpy.c: New file.
39461         * powerpc64/power6/wcsrchr.c: New file.
39463 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39465         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
39466         (two_way_short_needle): Use it.
39467         * string/strstr.c (AVAILABLE1_USES_J): Define.
39468         * string/strcasestr.c: Likewise.
39470         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
39471         array references.
39472         * string/strcasestr.c (TOLOWER): Make side-effect safe.
39474         [BZ #11607]
39475         * NEWS: Add an entry.
39476         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
39477         define their defaults.
39478         (two_way_short_needle): Detect end-of-string on-the-fly.
39479         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
39480         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
39481         * string/bug-strcasestr1.c: New test.
39482         * string/Makefile: Run it.
39484 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39486         [BZ #11607]
39487         * string/str-two-way.h (two_way_short_needle): Optimize matching of
39488         the first character.
39490 2012-08-21  Roland McGrath  <roland@hack.frob.com>
39492         * csu/elf-init.c (__libc_csu_irel): Function removed.
39493         * csu/libc-start.c (apply_irel): New function.
39494         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
39496 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
39498         * sysdeps/unix/sysv/linux/kernel-features.h
39499         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
39500         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
39501         <kernel-features.h>.
39502         [__NR_fadvise64_64]: Make code unconditional.
39503         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
39504         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39505         !__NR_fadvise64_64)]: Likewise.
39506         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39507         !__NR_fadvise64_64))]: Likewise.
39508         [__NR_fadvise64]: Make code unconditional.
39509         [!__NR_fadvise64]: Remove conditional code.
39510         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
39511         <kernel-features.h>.
39512         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39513         unconditional.
39514         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39515         conditional code.
39516         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
39517         not include <kernel-features.h>.
39518         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39519         unconditional.
39520         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39521         conditional code.
39522         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
39523         include <kernel-features.h>.
39524         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39525         unconditional.
39526         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39527         conditional code.
39529 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
39531         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
39532         slight instruction rearrangements per scrollpipe analysis.
39533         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
39535 2012-08-20  Roland McGrath  <roland@hack.frob.com>
39537         * manual/syslog.texi (syslog; vsyslog, closelog):
39538         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
39539         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
39541         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
39542         DSOCAPS to match condition on defining it.
39544 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
39546         * sysdeps/unix/sysv/linux/kernel-features.h
39547         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
39548         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
39549         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39550         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
39552         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39553         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39554         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
39555         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39556         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39558         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
39559         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
39561         * sysdeps/unix/sysv/linux/kernel-features.h
39562         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
39563         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
39564         unconditional.
39565         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39566         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
39567         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39568         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39569         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
39570         Make code unconditional.
39571         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39572         (__mmap64) [!__NR_mmap2]: Likewise.
39573         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
39574         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39575         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39576         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
39577         [__NR_mmap2]: Make code unconditional.
39578         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39579         (__mmap64) [!__NR_mmap2]: Likewise.
39581 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39583         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
39585 2012-08-18  Andreas Jaeger  <aj@suse.de>
39587         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
39589 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
39591         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
39592         * include/unistd.h (__have_sock_cloexec): Likewise.
39593         (__have_pipe2): Likewise.
39594         (__have_dup3): Likewise.
39596 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
39598         [BZ #9685]
39599         * include/unistd.h (__have_pipe2): Change define into an extern int.
39600         (__have_dup3): Likewise.
39601         * socket/have_sock_cloexec.c: Include fcntl.h.
39602         (__have_pipe2): New variable.
39603         (__have_dup3): Likewise.
39605 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
39607         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
39609 2012-08-17  Marek Polacek  <polacek@redhat.com>
39611         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
39612         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
39614 2012-08-17  Roland McGrath  <roland@hack.frob.com>
39616         * configure.in: Add AC_SUBST for sysheaders.
39617         * configure: Regenerated.
39618         * config.make.in (sysheaders): New substituted variable.
39620         * sysdeps/unix/mkfifo.c: Moved ...
39621         * sysdeps/posix/mkfifo.c: ... here.
39622         * sysdeps/unix/mkfifoat.c: Moved ...
39623         * sysdeps/posix/mkfifoat.c: ... here.
39625         * sysdeps/unix/utime.c: Moved ...
39626         * sysdeps/posix/utime.c: ... here.
39628         * sysdeps/unix/time.c: Moved ...
39629         * sysdeps/posix/time.c: ... here.
39630         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
39631         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
39633         * sysdeps/unix/nice.c: Moved ...
39634         * sysdeps/posix/nice.c: ... here.
39636         * sysdeps/unix/alarm.c: Moved ...
39637         * sysdeps/posix/alarm.c: ... here.
39639         * intl/Makefile ($(codeset_mo)): Depend on the input file.
39641 2012-08-17  Jeff Law <law@redhat.com>
39643         * intl/Makefile (codeset_mo): New variable.
39644         ($(codeset_mo)): New target.
39645         (tst-codeset.out): Depend on that.  Remove explicit rule.
39646         (tst-gettext3.out, tst-gettext5.out): Likewise.
39647         (LOCPATH-ENV, tst-codeset-ENV): New variables.
39648         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
39649         * intl/tst-codeset.sh: Remove.
39650         * intl/tst-gettext3.sh: Likewise.
39651         * intl/tst-gettext5.sh: Likewise.
39653 2012-08-17  Roland McGrath  <roland@hack.frob.com>
39655         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
39656         * sysdeps/unix/syscalls.list: ... here.
39658         * sysdeps/posix/getaddrinfo.c
39659         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
39660         (gaiconf_init, gaiconf_reload): Use them.
39661         [!_STATBUF_ST_NSEC]
39662         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
39663         Define using time_t rather than struct timespec.
39665         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
39666         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
39667         Macros removed.
39668         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
39669         [!NO_THREADS].
39670         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
39671         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
39672         Likewise.
39674         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
39675         __libc_cleanup_push argument.
39677         * bits/param.h: New file.
39678         * misc/sys/param.h: New file.
39679         * include/sys/param.h: New file.
39680         * misc/Makefile (headers): Add bits/param.h.
39681         * sysdeps/generic/sys/param.h: File removed.
39682         * sysdeps/unix/sysv/linux/bits/param.h: New file.
39683         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
39684         * sysdeps/mach/hurd/bits/param.h: New file.
39685         * sysdeps/mach/hurd/sys/param.h: File removed.
39687         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
39688         last change.
39690         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
39691         [_IO_MTSAFE_IO].
39692         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
39693         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
39694         New macros.
39696         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
39697         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
39698         rather than -D_IO_MTSAFE_IO conditionally.
39699         * stdio-common/Makefile (CPPFLAGS): Likewise.
39700         * wcsmbs/Makefile (CPPFLAGS): Likewise.
39701         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
39702         Use $(libio-mtsafe).
39703         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
39704         of -D_IO_MTSAFE_IO.
39705         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
39706         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
39707         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
39708         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
39709         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
39710         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
39711         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
39712         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
39713         (CFLAGS-fread_u_chk.c): Likewise.
39714         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
39715         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
39716         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
39717         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
39718         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
39719         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
39720         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
39721         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
39722         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
39724         * libio/Makefile: Test [$(libc-reentrant) = yes]
39725         instead of [$(filter %REENTRANT, $(defines)) nonempty].
39727         * Makeconfig
39728         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
39729         * sysdeps/pthread/configure: File removed.
39730         * sysdeps/pthread/Makeconfig: New file.
39731         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
39732         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
39734 2012-08-16  Gary Benson  <gbenson@redhat.com>
39736         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
39737         unmapping the first object in a namespace.
39739 2012-08-16  Roland McGrath  <roland@hack.frob.com>
39741         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
39742         (__internal_setnetgrent): ... this.  Add internal_function to
39743         definition.  Add libc_hidden_def.
39744         (setnetgrent): Update caller.
39745         (internal_endnetgrent): Renamed to ...
39746         (__internal_endnetgrent): ... this.  Add internal_function to
39747         definition.  Add libc_hidden_def.
39748         (endnetgrent): Update caller.
39749         (internal_getnetgrent_r): Renamed to ...
39750         (__internal_getnetgrent_r): ... this.  Add internal_function to
39751         definition.  Add libc_hidden_def.
39752         (__getnetgrent_r): Update caller.
39753         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
39755 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
39757         * stdlib/longlong.h: Update from GCC.
39759 2012-08-16  Roland McGrath  <roland@hack.frob.com>
39761         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
39762         on _QL, which is set by umul_ppmm but never used.
39763         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
39764         variables, which are set by GMP macros but never used.
39765         * stdio-common/_itowa.c (_itowa): Likewise.
39766         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
39767         * stdlib/mod_1.c (mpn_mod_1): Likewise.
39769 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
39771         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
39772         struct La_sh_regs is not constant.
39773         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
39774         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
39775         and struct La_sparc64_regs are not constant.
39777 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
39779         * sysdeps/unix/sysv/linux/kernel-features.h
39780         (__ASSUME_POSIX_TIMERS): Remove.
39781         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39782         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39783         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
39784         Make code unconditional.
39785         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39786         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
39787         Make code unconditional.
39788         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39789         * sysdeps/unix/sysv/linux/clock_nanosleep.c
39790         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
39791         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39792         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
39793         Make code unconditional.
39794         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39795         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
39796         (__libc_missing_posix_timers): Remove.
39798 2012-08-15  Roland McGrath  <roland@hack.frob.com>
39800         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
39801         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
39803         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
39805         * elf/dl-sym.c: Include <stdlib.h>.
39807         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
39808         constants, which avoids warnings in 32-bit builds.
39810         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
39811         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
39813         * misc/lseek.c: File moved to ...
39814         * io/lseek.c: ... here.
39816         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
39818         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
39819         shifting LEN more than 31 bits at once.
39821 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39823         [BZ #14195]
39824         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
39825         segmentation fault for a case of two empty input strings.
39826         * string/test-strncasecmp.c (check1): Renamed to...
39827         (bz12205): ...this.
39828         (bz14195): Add new testcase for two empty input strings and N > 0.
39829         (test_main): Call new testcase, adapt for renamed function.
39831 2012-08-15  Andreas Jaeger  <aj@suse.de>
39833         [BZ #14090]
39834         * crypt/md5test2.c: New test, based on test supplied by Serge
39835         Belyshev <belyshev@depni.sinp.msu.ru>.
39836         * crypt/Makefile (xtests): Add md5test-giant..
39837         * crypt/Makefile ($(objpfx)md5test-giant): Add.
39839 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
39841         [BZ #14090]
39842         * crypt/md5.c (md5_process_block): Don't assume the buffer
39843         length is less than 2**32.
39844         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
39845         length is less than 2**64.
39847 2012-08-15  Roland McGrath  <roland@hack.frob.com>
39849         * string/str-two-way.h: Include <sys/param.h>.
39850         (MAX): Macro removed.
39852         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
39853         Move #define and #undef of memmove to just before and after
39854         including <string.h>.
39856         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
39857         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
39858         and after including <string.h>.  Move declarations of
39859         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
39860         to before #include "string/memmove.c".
39862         * include/dirent.h: Declare __getdirentries.
39864         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
39865         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
39867 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
39869         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
39870         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
39871         * sysdeps/i386/configure: Regenerated.
39872         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
39873         STABS_CURRENT_FILE, and STABS_FUN.
39874         (END): Remove call to STABS_FUN_END.
39875         (STABS_CURRENT_FILE1): Delete.
39876         (STABS_CURRENT_FILE): Likewise.
39877         (STABS_FUN): Likewise.
39878         (STABS_FUN_END): Likewise.
39879         (STABS_FUN2): Likewise.
39880         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
39881         * sysdeps/x86_64/configure: Regenerated.
39883 2012-08-14  Roland McGrath  <roland@hack.frob.com>
39885         * elf/dl-open.c: Include <atomic.h>.
39886         * elf/dl-lookup.c: Likewise.
39888 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
39890         * sysdeps/unix/sysv/linux/kernel-features.h
39891         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
39892         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
39893         unconditionally.
39894         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
39895         unconditionally.
39896         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
39897         condition on __ASSUME_CLONE_THREAD_FLAGS.
39899 2012-08-14  Andreas Jaeger  <aj@suse.de>
39901         * sysdeps/i386/fpu/libm-test-ulps: Update.
39903 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
39905         * include/atomic.h (atomic_exchange_and_add): Split into ...
39906         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
39907         New atomic macros.
39909 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
39911         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39913 2012-08-13  Jeff Law <law@redhat.com>
39915         * manual/stdio.texi (snprintf): Clarify handling of the trailing
39916         null byte in the output string.
39918 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
39920         * sysdeps/unix/sysv/linux/kernel-features.h
39921         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
39922         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
39923         (__ASSUME_ARG_MAX_STACK_BASED): Define.
39924         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
39925         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
39926         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
39927         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
39929 2012-08-09  Jeff Law <law@redhat.com>
39931         [BZ #13939]
39932         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
39933         When avoid_arena is set, don't retry in the that arena.  Pick the
39934         next one, whatever it might be.
39935         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
39936         (arena_lock): Pass in new parameter to arena_get2.
39937         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
39938         arena_get2.
39939         (__libc_malloc): Unify retrying after main arena failure with
39940         __libc_memalign version.
39941         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
39943 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
39945         [BZ #14166]
39946         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
39947         to __redirect_strstr.
39948         (__strstr_sse42): Use typeof __redirect_strstr.
39949         (__strstr_ia32): Likewise.
39950         (__libc_strstr): New prototype.
39951         (strstr): Renamed to ...
39952         (__libc_strstr): This.
39953         (strstr): New strong alias of __libc_strstr.
39954         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
39955         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
39956         __redirect_time.
39957         Include <time.h>.
39958         (__libc_time): New prototype.
39959         (time_ifunc): Replace time with __libc_time.
39960         (time): New strong alias and hidden definition of __libc_time.
39961         (__GI_time): Remove strong alias.
39962         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
39963         Include <stddef.h>.
39964         (memmove): Redefined to __redirect_memmove.
39965         (__memmove_sse2): Use typeof __redirect_memmove.
39966         (__memmove_ssse3): Likewise.
39967         (__memmove_ssse3_back): Likewise.
39968         (__libc_memmove): New prototype.
39969         (memmove): Renamed to ...
39970         (__libc_memmove): This.
39971         (memmove): New strong alias of __libc_memmove.
39973 2012-08-08  Mark Salter  <msalter@redhat.com>
39975         * elf/elf.h
39976         (R_MN10300_TLS_GD): Define.
39977         (R_MN10300_TLS_LD): Likewise.
39978         (R_MN10300_TLS_LDO): Likewise.
39979         (R_MN10300_TLS_GOTIE): Likewise.
39980         (R_MN10300_TLS_IE): Likewise.
39981         (R_MN10300_TLS_LE): Likewise.
39982         (R_MN10300_TLS_DTPMOD): Likewise.
39983         (R_MN10300_TLS_DTPOFF): Likewise.
39984         (R_MN10300_TLS_TPOFF): Likewise.
39985         (R_MN10300_SYM_DIFF): Likewise.
39986         (R_MN10300_ALIGN): Likewise.
39987         (R_MN10300_NUM): Update.
39989 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
39991         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
39992         Remove.
39994 2012-08-08  Roland McGrath  <roland@hack.frob.com>
39996         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
39998         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
39999         sysdeps/unix -> sysdeps/posix move.
40000         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
40002 2012-08-07      Allan McRae     <allan@archlinux.org>
40004         [BZ #14303]
40005         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
40006         (SUNOS_CPP): Likewise.
40007         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
40008         not found.
40009         (open_input): Call CPP using execvp.
40011 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40013         * sysdeps/unix/sysv/linux/kernel-features.h
40014         (__ASSUME_PROT_GROWSUPDOWN): Remove.
40015         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40016         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40017         (__ASSUME_WAITID_SYSCALL): Likewise.
40018         * sysdeps/unix/sysv/linux/dl-execstack.c
40019         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
40020         code unconditional.
40021         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
40022         conditional code.
40023         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
40024         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
40025         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
40026         code.
40027         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
40028         unconditional.
40029         [__ASSUME_WAITID_SYSCALL]: Likewise.
40030         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
40032 2012-08-07  Roland McGrath  <roland@hack.frob.com>
40034         * sysdeps/unix/closedir.c: Renamed to ...
40035         * sysdeps/posix/closedir.c: ... here.
40036         * sysdeps/unix/dirfd.c: Renamed to ...
40037         * sysdeps/posix/dirfd.c: ... here.
40038         * sysdeps/unix/dirstream.h: Renamed to ...
40039         * sysdeps/posix/dirstream.h: ... here.
40040         * sysdeps/unix/fdopendir.c: Renamed to ...
40041         * sysdeps/posix/fdopendir.c: ... here.
40042         * sysdeps/unix/opendir.c: Renamed to ...
40043         * sysdeps/posix/opendir.c: ... here.
40044         * sysdeps/unix/readdir.c: Renamed to ...
40045         * sysdeps/posix/readdir.c: ... here.
40046         * sysdeps/unix/readdir_r.c: Renamed to ...
40047         * sysdeps/posix/readdir_r.c: ... here.
40048         * sysdeps/unix/rewinddir.c: Renamed to ...
40049         * sysdeps/posix/rewinddir.c: ... here.
40050         * sysdeps/unix/seekdir.c: Renamed to ...
40051         * sysdeps/posix/seekdir.c: ... here.
40052         * sysdeps/unix/telldir.c: Renamed to ...
40053         * sysdeps/posix/telldir.c: ... here.
40054         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
40055         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
40056         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
40057         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
40059         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
40060         * bits/fcntl.h: ... here.
40062         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
40063         not 0.
40064         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
40065         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
40066         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
40067         (struct flock): Move l_start, l_len to the beginning.
40068         Use __pid_t for l_pid.
40069         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
40070         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
40071         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
40072         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
40073         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
40074         [__USE_LARGEFILE64] (struct flock64): New type.
40075         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
40077         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
40078         * bits/dirent.h: ... here.
40080         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
40081         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
40083 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40085         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40086         Change from 2.6.0 to 2.6.16.
40087         * sysdeps/unix/sysv/linux/configure: Regenerated.
40088         * sysdeps/unix/sysv/linux/kernel-features.h
40089         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
40090         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
40091         version.
40092         (__ASSUME_UTIMES): Likewise.
40093         (__ASSUME_CLONE_STOPPED): Remove.
40094         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
40095         architectures, not kernel version.
40096         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
40097         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40098         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40099         (__ASSUME_WAITID_SYSCALL): Likewise.
40100         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
40101         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
40102         * README: State 2.6.16 as minimum Linux kernel version.  Do not
40103         refer to older versions.
40105 2012-08-06  Roland McGrath  <roland@hack.frob.com>
40107         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
40108         Define alphasort64 as an alias.
40109         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
40110         Define versionsort64 as an alias.
40111         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
40112         Define scandir64 as an alias.
40113         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
40114         Define scandirat64 as an alias.
40115         * dirent/alphasort64.c (alphasort64):
40116         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
40117         * dirent/versionsort64.c: Likewise.
40118         * dirent/scandir64.c: Likewise.
40119         * dirent/scandirat64.c: Likewise.
40120         * sysdeps/wordsize-64/alphasort.c: File removed.
40121         * sysdeps/wordsize-64/alphasort64.c: File removed.
40122         * sysdeps/wordsize-64/scandir.c: File removed.
40123         * sysdeps/wordsize-64/scandir64.c: File removed.
40124         * sysdeps/wordsize-64/scandirat.c: File removed.
40125         * sysdeps/wordsize-64/scandirat64.c: File removed.
40126         * sysdeps/wordsize-64/versionsort.c: File removed.
40127         * sysdeps/wordsize-64/versionsort64.c: File removed.
40128         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
40129         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
40130         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
40131         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
40132         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
40133         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
40134         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
40135         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
40137         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
40138         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40139         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
40140         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40141         [defined __arch64__ || defined __sparcv9]
40142         (__INO_T_MATCHES_INO64_T): New macro.
40143         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40144         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
40145         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
40146         * sysdeps/unix/sysv/linux/bits/dirent.h
40147         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
40148         (_DIRENT_MATCHES_DIRENT64): New macro.
40150         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
40151         Define lockf64 as an alias.
40152         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
40153         Define fseeko64 as an alias.
40154         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
40155         Define ftello64 as an alias.
40156         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
40157         Define _IO_fgetpos64 and fgetpos64 as aliases.
40158         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
40159         Define _IO_fsetpos64 and fsetpos64 as aliases.
40160         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
40161         Conditionalize body on this.
40162         * libio/fseeko64.c: Likewise.
40163         * libio/ftello64.c: Likewise.
40164         * libio/iofgetpos64.c: Likewise.
40165         * libio/iofsetpos64.c: Likewise.
40166         * sysdeps/wordsize-64/lockf.c: File removed.
40167         * sysdeps/wordsize-64/lockf64.c: File removed.
40168         * sysdeps/wordsize-64/fseeko.c: File removed.
40169         * sysdeps/wordsize-64/fseeko64.c: File removed.
40170         * sysdeps/wordsize-64/ftello.c: File removed.
40171         * sysdeps/wordsize-64/ftello64.c: File removed.
40172         * sysdeps/wordsize-64/iofgetpos.c: File removed.
40173         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
40174         * sysdeps/wordsize-64/iofsetpos.c: File removed.
40175         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
40176         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
40177         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
40178         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
40179         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
40180         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
40181         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
40182         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
40183         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
40184         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
40185         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
40187         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40188         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40189         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
40190         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40191         [defined __arch64__ || defined __sparcv9]
40192         (__OFF_T_MATCHES_OFF64_T): New macro.
40193         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40194         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40195         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40196         (__OFF_T_MATCHES_OFF64_T): New macro.
40198 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40200         * stdlib/secure-getenv.c (__secure_getenv): Replace
40201         GLIBC_2_16 with GLIBC_2_17.
40203 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40205         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
40206         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40208 2012-08-03  David S. Miller  <davem@davemloft.net>
40210         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40212 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40214         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
40215         Remove.
40216         (__ASSUME_CORRECT_SI_PID): Likewise.
40217         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
40218         (__ASSUME_TMPFS_NAME): Likewise.
40219         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
40220         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
40221         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
40222         (HAVE_AUX_SECURE): Make definition unconditional.
40223         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
40224         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
40226 2012-08-03  Roland McGrath  <roland@hack.frob.com>
40228         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
40229         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
40230         * sysdeps/mach/hurd/eloop-threshold.h: New file.
40231         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40232         __eloop_threshold instead of SYMLOOP_MAX.
40234         * sysdeps/generic/eloop-threshold.h: New file.
40235         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
40236         of MAXSYMLINKS.
40237         * elf/chroot_canon.c (chroot_canon): Likewise.
40239 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40241         [BZ #13717]
40242         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40243         Change to 2.6.0 everywhere.
40244         * sysdeps/unix/sysv/linux/configure: Regenerated.
40245         * sysdeps/unix/sysv/linux/kernel-features.h
40246         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
40247         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
40248         kernel versions.
40249         (__ASSUME_POSIX_TIMERS): Define unconditionally.
40250         (__ASSUME_FUTEX_REQUEUE): Remove.
40251         (__ASSUME_STATFS64): Define unconditionally.
40252         (__ASSUME_AT_SECURE): Likewise.
40253         (__ASSUME_CORRECT_SI_PID): Likewise.
40254         (__ASSUME_TGKILL): Define without depending on kernel version for
40255         i386.
40256         (__ASSUME_UTIMES): Likewise.
40257         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
40258         kernel version.
40259         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
40260         (__ASSUME_TMPFS_NAME): Likewise.
40261         * README: Update reference to Linux kernel versions.
40263 2012-08-02  Marek Polacek  <polacek@redhat.com>
40265         [BZ# 14150]
40266         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
40267         libc_cv_asm_type_prefix with %.
40268         * configure: Regenerated.
40269         * include/libc-symbols.h: Remove comment about
40270         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40271         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
40272         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
40273         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
40274         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
40275         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40276         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
40277         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
40278         * elf/tst-unique2mod1.c: Likewise.
40279         * elf/tst-unique1mod2.c: Likewise.
40280         * elf/tst-unique1mod1.c: Likewise.
40281         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
40282         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
40283         Replace ASM_TYPE_DIRECTIVE with .type.
40284         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40285         * sysdeps/i386/sysdep.h: Likewise.
40286         * sysdeps/x86_64/sysdep.h: Likewise.
40287         * sysdeps/sh/sysdep.h: Likewise.
40288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
40289         Do not define ASM_TYPE_DIRECTIVE.
40290         * sysdeps/powerpc/sysdep.h: Likewise.
40291         * sysdeps/powerpc/powerpc32/sysdep.h:
40292         Replace ASM_TYPE_DIRECTIVE with .type.
40293         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40294         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40295         * sysdeps/i386/fpu/e_powf.S: Likewise.
40296         * sysdeps/i386/fpu/e_expl.S: Likewise.
40297         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
40298         * sysdeps/i386/fpu/e_acosh.S: Likewise.
40299         * sysdeps/i386/fpu/e_pow.S: Likewise.
40300         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
40301         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
40302         * sysdeps/i386/fpu/s_expm1.S: Likewise.
40303         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
40304         * sysdeps/i386/fpu/e_log2.S: Likewise.
40305         * sysdeps/i386/fpu/e_log2l.S: Likewise.
40306         * sysdeps/i386/fpu/e_scalb.S: Likewise.
40307         * sysdeps/i386/fpu/e_powl.S: Likewise.
40308         * sysdeps/i386/fpu/e_log10f.S: Likewise.
40309         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
40310         * sysdeps/i386/fpu/e_logl.S: Likewise.
40311         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
40312         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
40313         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
40314         * sysdeps/i386/fpu/e_log2f.S: Likewise.
40315         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
40316         * sysdeps/i386/fpu/e_log.S: Likewise.
40317         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
40318         * sysdeps/i386/fpu/e_logf.S: Likewise.
40319         * sysdeps/i386/fpu/e_log10l.S: Likewise.
40320         * sysdeps/i386/fpu/e_atanh.S: Likewise.
40321         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
40322         * sysdeps/i386/fpu/e_log10.S: Likewise.
40323         * sysdeps/i386/fpu/s_frexp.S: Likewise.
40324         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
40325         * sysdeps/i386/fpu/s_asinh.S: Likewise.
40326         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
40327         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
40328         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
40329         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
40330         * sysdeps/i386/i686/strtok.S: Likewise.
40331         * sysdeps/i386/i386-mcount.S: Likewise.
40332         * sysdeps/i386/strtok.S: Likewise.
40333         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
40334         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
40335         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
40336         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
40337         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40338         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
40339         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
40340         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
40341         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
40342         * sysdeps/x86_64/_mcount.S: Likewise.
40343         * sysdeps/x86_64/strtok.S: Likewise.
40344         * sysdeps/sh/_mcount.S: Likewise.
40346 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40348         * libio/iofopen.c: Include <fcntl.h>.
40349         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
40350         (_IO_fopen64, fopen64): Define as aliases.
40351         * libio/iofopen64.c: Include <fcntl.h>.
40352         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
40353         Conditionalize body on this.
40354         * sysdeps/wordsize-64/iofopen.c: File removed.
40355         * sysdeps/wordsize-64/iofopen64.c: File removed.
40357 2012-08-01  Marek Polacek  <polacek@redhat.com>
40359         * libc/Makeconfig: Use elf in place of binfmt-subdir.
40360         Use dlfcn directly instead of a variable.
40361         (binfmt-subdir): Do not define.
40362         (dlfcn): Likewise.
40364 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
40366         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
40367         Remove all definitions.
40368         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
40369         <kernel-features.h>.
40370         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40371         (miss_F_GETOWN_EX): Remove all definitions.
40372         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
40373         macro definition.
40374         [!__ASSUME_FCNTL64]: Remove conditional code.
40375         [__ASSUME_FCNTL64]: Make code unconditional.
40376         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
40377         <kernel-features.h>.
40378         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40379         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
40380         (lockf64) [__NR_fcntl64]: Make code unconditional.
40381         (lockf64) [__ASSUME_FCNTL64]: Likewise.
40383         * sysdeps/unix/sysv/linux/kernel-features.h
40384         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
40385         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
40386         Make code unconditional.
40387         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40388         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
40390         [__NR_vfork]: Make code unconditional.
40391         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40392         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
40394         [__NR_vfork]: Make code unconditional.
40395         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40396         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40398 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40400         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
40401         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
40403         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40404         Define mkstemp64 as an alias.
40405         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40406         Define mkstemps64 as an alias.
40407         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40408         Define mkostemp64 as an alias.
40409         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40410         Define mkostemps64 as an alias.
40411         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
40412         Conditionalize body on this.
40413         * misc/mkostemp64.c: Likewise.
40414         * misc/mkostemps64.c: Likewise.
40415         * misc/mkstemps64.c: Likewise.
40416         * sysdeps/wordsize-64/mkstemp64.c: File removed.
40417         * sysdeps/wordsize-64/mkostemp64.c: File removed.
40418         * sysdeps/wordsize-64/mkostemp.c: File removed.
40419         * sysdeps/wordsize-64/mkstemp.c: File removed.
40420         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
40421         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
40422         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
40423         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
40425         [BZ #14138]
40426         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
40427         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
40428         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
40429         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
40431         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
40432         compat_symbol macros from <shlib-compat.h> rather than the underlying
40433         default_symbol_version and symbol_version macros, so that DEFAULT
40434         lines in shlib-versions are respected.
40435         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
40437 2012-08-01  Florian Weimer  <fweimer@redhat.com>
40439         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
40440         Declare with warn_unused_result.
40441         (setgid, setregid, setegid, setresgid): Likewise.
40442         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
40443         Likewise.
40444         * WUR-REPORT: Remove set*id functions.
40446 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
40448         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
40450 2012-07-31  Roland McGrath  <roland@hack.frob.com>
40452         [BZ #10191]
40453         * include/sys/socket.h (__libc_accept, __libc_accept4):
40454         Add attribute_hidden.
40455         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
40457         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
40458         use of PTR_MANGLE.
40459         * inet/getnetgrent_r.c (setup): Likewise.
40461         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
40463 2012-07-31  David S. Miller  <davem@davemloft.net>
40465         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40467 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
40469         [BZ #13629]
40470         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
40471         value between 1.0 and 2.0 and smaller part has absolute value less
40472         than 1.0.
40473         * math/s_clog10.c (__clog10): Likewise.
40474         * math/s_clog10f.c (__clog10f): Likewise.
40475         * math/s_clog10l.c (__clog10l): Likewise.
40476         * math/s_clogf.c (__clogf): Likewise.
40477         * math/s_clogl.c (__clogl): Likewise.
40478         * math/libm-test.inc (clog_test): Add more tests.
40479         (clog10_test): Likewise.
40480         * sysdeps/i386/fpu/libm-test-ulps: Update.
40481         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40483 2012-07-31  Florian Weimer  <fweimer@redhat.com>
40485         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
40486         Exit with zero in case no suitable GID is found, and write a
40487         message to standard error.
40489 2012-07-30  Roland McGrath  <roland@hack.frob.com>
40491         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
40492         rather than to 1.
40493         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
40494         (MAXPATHLEN): Removed.
40495         (NOGROUP, NODEV): New macros.
40496         (setbit, clrbit, isset, isclr): New macros.
40497         (howmany, roundup, powerof2): New macros.
40498         (DEV_BSIZE): New macro.
40500         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
40501         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
40503         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
40504         definition on [!__NO_LONG_DOUBLE_MATH].
40506         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
40507         PTR_MANGLE and PTR_DEMANGLE.
40509         * socket/accept4.c (accept4): Rename to __libc_accept4.
40510         Define accept4 as a weak alias.
40512         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
40513         on [_DIRENT_HAVE_D_TYPE].
40514         * io/ftw.c (ftw_dir): Likewise.
40516         * io/xmknod.c (__xmknod): Don't check PATH for being null.
40518         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
40520         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
40521         Use the BSD numbers rather than the arbitrary ones we had.
40522         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
40523         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
40524         (SIGXCPU, SIGXFSZ): New macros.
40525         (_NSIG): Now 32.
40527         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
40528         initializer on [_LIBC_REENTRANT].
40530         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
40531         definitions inside [_POSIX_MAPPED_FILES].
40533         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
40535         * dirent/opendir.c: Include <fcntl.h>.
40537         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
40538         (__libc_getspecific): Likewise.
40539         (__libc_key_create): Likewise.
40541         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
40542         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
40543         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
40544         (tmpfile64): Define as alias.
40545         * sysdeps/wordsize-64/tmpfile.c: File removed.
40546         * sysdeps/wordsize-64/tmpfile64.c: File removed.
40547         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
40548         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
40550         * stdio-common/vfscanf.c: Include <stdbool.h>.
40551         * nss/makedb.c: Likewise.
40552         * stdio-common/_i18n_number.h: Likewise.
40553         * argp/argp-help.c: Likewise.
40554         * posix/wordexp.c: Likewise.
40555         * sysdeps/posix/spawni.c: Likewise.
40556         * nss/nss_files/files-initgroups.c: Likewise.
40557         * stdio-common/reg-modifier.c: Include <stdlib.h>.
40558         * nss/nss_files/files-initgroups.c: Likewise.
40559         * nss/nss_db/db-netgrp.c: Likewise.
40560         * nss/nss_db/db-initgroups.c: Likewise.
40561         * io/fchmodat.c: Include <sys/stat.h>.
40563         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
40564         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
40566         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
40567         [HAVE_MMAP].
40569         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
40570         Add multiple inclusion protection.
40572 2012-07-27  David S. Miller  <davem@davemloft.net>
40574         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40576 2012-07-27  Gary Benson  <gbenson@redhat.com>
40578         [BZ #14298]
40579         * elf/rtld.c: Include <stap-probe.h>.
40580         (dl_main): Added static probes "init_start" and "init_complete".
40581         * elf/dl-load.c: Include <stap-probe.h>.
40582         (lose): Take new parameter "nsid".
40583         Added static probe "map_failed".
40584         (_dl_map_object_from_fd): Pass namespace id to lose.
40585         Added static probe "map_start".
40586         (open_verify): Pass namespace id to lose.
40587         * elf/dl-open.c: Include <stap-probe.h>.
40588         (dl_open_worker) Added static probes "map_complete", "reloc_start"
40589         and "reloc_complete".
40590         * elf/dl-close.c: Include <stap-probe.h>.
40591         (_dl_close_worker): Added static probes "unmap_start" and
40592         "unmap_complete".
40593         * elf/rtld-debugger-interface.txt: New file documenting the above.
40595 2012-07-26  Roland McGrath  <roland@hack.frob.com>
40597         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
40598         rather than a string variable.
40599         * sunrpc/rpc_main.c (h_output): Likewise.
40600         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
40602 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
40604         * inet/check_native.c: New file.
40606 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
40608         [BZ #13629]
40609         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
40610         if larger part has absolute value 1.0.
40611         * math/s_clog10.c (__clog10): Likewise.
40612         * math/s_clog10f.c (__clog10f): Likewise.
40613         * math/s_clog10l.c (__clog10l): Likewise.
40614         * math/s_clogf.c (__clogf): Likewise.
40615         * math/s_clogl.c (__clogl): Likewise.
40616         * math/libm-test.inc (clog_test): Add more tests.
40617         (clog10_test): Likewise.
40618         * sysdeps/i386/fpu/libm-test-ulps: Update.
40619         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40621         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
40622         (pltexit): Likewise.
40623         (La_regs): Likewise.
40624         (La_retval): Likewise.
40625         (int_retval): Likewise.
40626         Update #error for removed macros to refer only to definitions in
40627         tst-audit.h.
40628         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
40629         macro.
40630         (pltexit): Likewise.
40631         (La_regs): Likewise.
40632         (La_retval): Likewise.
40633         (int_retval): Likewise.
40634         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
40635         macro.
40636         (pltexit): Likewise.
40637         (La_regs): Likewise.
40638         (La_retval): Likewise.
40639         (int_retval): Likewise.
40640         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
40641         macro.
40642         (pltexit): Likewise.
40643         (La_regs): Likewise.
40644         (La_retval): Likewise.
40645         (int_retval): Likewise.
40646         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
40647         macro.
40648         (pltexit): Likewise.
40649         (La_regs): Likewise.
40650         (La_retval): Likewise.
40651         (int_retval): Likewise.
40652         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
40653         macro.
40654         (pltexit): Likewise.
40655         (La_regs): Likewise.
40656         (La_retval): Likewise.
40657         (int_retval): Likewise.
40658         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
40659         macro.
40660         (pltexit): Likewise.
40661         (La_regs): Likewise.
40662         (La_retval): Likewise.
40663         (int_retval): Likewise.
40664         * sysdeps/generic/tst-audit.h: Update comment to refer only to
40665         macro definitions in tst-audit.h.
40666         * sysdeps/i386/tst-audit.h: New file.
40667         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
40668         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
40669         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
40670         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
40671         * sysdeps/sh/tst-audit.h: Likewise.
40672         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
40673         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
40674         * sysdeps/x86_64/tst-audit.h: Likewise.
40676 2012-07-26  Andreas Jaeger  <aj@suse.de>
40678         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
40679         ptrace.
40681         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
40682         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
40683         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
40684         PTRACE_O_MASK.
40685         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
40686         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
40687         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
40689         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
40690         value.
40692         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
40693         _sigsys.
40694         (si_call_addr, si_syscall, si_arch): Define new macro.
40695         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
40696         _sigsys.
40697         (si_call_addr, si_syscall, si_arch): Define new marcro.
40698         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
40699         _sigsys.
40700         (si_call_addr, si_syscall, si_arch): Define new macro.
40701         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
40702         _sigsys.
40703         (si_call_addr, si_syscall, si_arch): Define new macro.
40705 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
40707         [BZ #13717]
40708         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40709         Change to 2.4.21 where previously 2.4.1.
40710         * sysdeps/unix/sysv/linux/configure: Regenerated.
40711         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
40712         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
40713         Linux kernel version.
40714         (__ASSUME_STD_AUXV): Remove.
40715         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
40716         kernel version.
40717         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
40718         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
40719         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
40720         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
40721         (__ASSUME_NETLINK_SUPPORT): Likewise.
40722         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
40723         (__no_netlink_support): Remove conditional definition.
40724         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
40725         Remove.
40726         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40727         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
40728         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
40729         (if_nameindex_ioctl): Remove.
40730         (if_nameindex_netlink): Do not handle __no_netlink_support.
40731         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40732         code.
40733         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
40734         Remove conditional code.
40735         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40736         code.
40737         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
40738         unconditional.
40739         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40740         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
40741         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
40742         Remove.
40743         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
40744         [!__ASSUME_STD_AUXV]: Remove conditional code.
40745         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
40746         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
40747         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
40748         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
40749         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
40750         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40751         code.
40752         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40753         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
40754         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
40755         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40756         conditional code.
40757         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
40759         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40760         code.
40761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
40762         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40763         conditional code.
40764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
40765         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40766         code unconditional.
40767         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40768         conditional code.
40769         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40770         unconditional.
40771         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40772         conditional code.
40773         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
40774         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40775         unconditional.
40776         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40777         conditional code.
40778         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
40779         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40780         code unconditional.
40781         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40782         conditional code.
40783         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40784         unconditional.
40785         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40786         conditional code.
40787         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
40788         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40789         code unconditional.
40790         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40791         conditional code.
40792         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40793         unconditional.
40794         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40795         conditional code.
40797 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
40799         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
40800         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
40801         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
40802         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
40803         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
40804         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
40805         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
40806         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
40807         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
40808         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
40809         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
40810         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
40811         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
40812         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
40813         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
40814         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
40815         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
40816         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
40817         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
40818         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
40819         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
40820         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
40821         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40823 2012-07-25  Florian Weimer  <fweimer@redhat.com>
40825         * Versions.def: Add GLIBC_2.17.
40826         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
40827         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
40828         Introduce __libc_secure_getenv.
40829         * stdlib/Versions (2.17): Add secure_getenv
40830         (GLIBC_PRIVATE): Add __libc_secure_getenv.
40831         * stdlib/secure-getenv.c: Rename __secure_getenv to
40832         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
40833         symbol __secure_getenv for GLIBC_2.0.
40834         * stdlib/tst-secure-getenv.c: New.
40835         * stdlib/Makefile (tests): Add testcase.
40836         * manual/startup.texi (Environment Access): Document
40837         secure_getenv.
40838         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
40839         __libc_secure_getenv.
40840         * inet/ruserpass.c (ruserpass): Likewise.
40841         * malloc/mtrace.c (mtrace): Likewise.
40842         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
40843         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
40844         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
40845         * sysdeps/posix/tempname.c: Likewise.  Evaluate
40846         HAVE_SECURE_GETENV.
40847         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
40848         __secure_getenv to __libc_secure_getenv.
40849         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
40850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
40851         Likewise.
40852         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
40853         Likewise.
40854         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
40855         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
40856         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
40857         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
40858         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
40859         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
40860         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
40862 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
40864         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
40865         (struct La_i86_retval): Likewise.
40866         (struct La_x86_64_regs): Likewise.
40867         (struct La_x86_64_retval): Likewise.
40868         (struct La_x32_regs): Likewise.
40869         (struct La_x32_retval): Likewise.
40870         (struct La_ppc32_regs): Likewise.
40871         (struct La_ppc32_retval): Likewise.
40872         (struct La_ppc64_regs): Likewise.
40873         (struct La_ppc64_retval): Likewise.
40874         (struct La_sh_regs): Likewise.
40875         (struct La_sh_retval): Likewise.
40876         (struct La_s390_32_regs): Likewise.
40877         (struct La_s390_32_retval): Likewise.
40878         (struct La_s390_64_regs): Likewise.
40879         (struct La_s390_64_retval): Likewise.
40880         (struct La_sparc32_regs): Likewise.
40881         (struct La_sparc32_retval): Likewise.
40882         (struct La_sparc64_regs): Likewise.
40883         (struct La_sparc64_retval): Likewise.
40884         (struct audit_ifaces): Remove architecture-specific pltenter and
40885         pltexit members.
40886         * sysdeps/i386/ldsodefs.h: New file.
40887         * sysdeps/powerpc/ldsodefs.h: Likewise.
40888         * sysdeps/s390/ldsodefs.h: Likewise.
40889         * sysdeps/sh/ldsodefs.h: Likewise.
40890         * sysdeps/sparc/ldsodefs.h: Likewise.
40891         * sysdeps/x86_64/ldsodefs.h: Likewise.
40893 2012-07-25  Marek Polacek  <polacek@redhat.com>
40895         [BZ #6808]
40896         * math/libm-test.inc (yn_test): Add another test.
40897         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
40898         to ERANGE when the result is +-Inf.
40899         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
40900         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
40901         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
40902         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
40904 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
40906         * conform/data/time.h-data (NULL): Use macro-constant.  Require
40907         equal to 0.
40908         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
40909         clock_t.
40910         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
40912 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
40914         * configure.in <sysdeps resolving>: Correct printing
40915         Implies_before.
40916         * configure: Regenerate.
40918 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
40920         * math/w_ilogb.c: Include <limits.h>.
40921         * math/w_ilogbl.c: Likewise.
40923 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
40925         * manual/lang.texi (__va_copy): Document primarily as ISO C99
40926         va_copy.  Document allowing for unavailable va_copy only as
40927         pre-C99 compatibility.
40928         * manual/string.texi (Copying and Concatenation): Use va_copy
40929         instead of __va_copy in concat example.
40931 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
40933         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
40934         (__sendto): Use create_address_port.  Initialize APORT and deallocate
40935         it if not null.
40937         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
40938         with O_NOLINK passed to __file_name_lookup.
40940         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
40941         with O_NOLINK passed to __file_name_lookup.
40943         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
40944         negative N or less than NGIDS.
40946         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
40947         type to string_t.  Set ERANGE as errno and return it if NAME is not big
40948         enough.  Use memcpy instead of strncpy.
40950 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
40952         * elf/Makefile (check-data): Remove.
40953         (localplt.data): New vpath directive.
40954         ($(objpfx)check-localplt.out): Use localplt.data from vpath
40955         instead of $(check-data).
40956         * scripts/data/localplt-generic.data: Move to ...
40957         * sysdeps/generic/localplt.data: ... here.
40958         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
40959         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
40960         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
40961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
40962         ... here.
40963         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
40964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
40965         ... here.
40966         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
40967         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
40968         ... here.
40969         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
40970         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
40971         ... here.
40972         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
40973         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
40974         ... here.
40975         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
40976         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
40977         ... here.
40979 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40981         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
40982         PPC32 and PPC64 files.
40983         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
40984         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
40986 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40988         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
40989         __makecontext_ret to ...
40990         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
40991         ... here and call exit if uc_link is NULL.  New file.
40992         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
40993         __makecontext_ret.S.
40994         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
40995         __makecontext_ret to ...
40996         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
40997         ... here and call exit if uc_link is NULL.  New file.
40998         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
40999         __makecontext_ret.S.
41001 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41003         * elf/elf.h (R_390_IRELATIVE): New definition.
41004         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
41005         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
41006         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
41007         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
41008         (elf_machine_lazy_rel): Likewise.
41009         * sysdeps/s390/dl-irel.h: New file.
41010         * sysdeps/s390/s390-64/memcpy.S: New asm code.
41011         * sysdeps/s390/s390-64/memset.S: New asm code.
41012         * sysdeps/s390/s390-64/memcmp.S: New asm code.
41013         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
41014         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
41015         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
41016         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
41017         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
41018         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
41019         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
41020         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
41021         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
41022         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
41023         * sysdeps/s390/s390-32/memcpy.S: New asm code.
41024         * sysdeps/s390/s390-32/memset.S: New asm code.
41025         * sysdeps/s390/s390-32/memcmp.S: New asm code.
41027 2012-07-17  Marek Polacek  <polacek@redhat.com>
41029         [BZ #14349]
41030         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
41031         * sysdeps/s390/s390-64/configure.in: Likewise.
41032         * sysdeps/sparc/configure.in: Likewise.
41033         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
41034         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
41035         * sysdeps/i386/configure.in: Likewise.
41036         * sysdeps/x86_64/configure.in: Likewise.
41037         * sysdeps/sh/configure.in: Likewise.
41038         * sysdeps/s390/s390-32/configure: Regenerated.
41039         * sysdeps/s390/s390-64/configure: Likewise.
41040         * sysdeps/x86_64/configure: Likewise.
41041         * sysdeps/sh/configure: Likewise.
41042         * sysdeps/powerpc/powerpc64/configure: Likewise.
41043         * sysdeps/powerpc/powerpc32/configure: Likewise.
41044         * sysdeps/sparc/configure: Likwise.
41045         * sysdeps/i386/configure: Likewise.
41047         * elf/dl-open.c: Comment fixes.
41049 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
41051         * Makefile [CXX] (check-data): Remove.
41052         [CXX] (c++-types.data): New vpath directive.
41053         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
41054         vpath.  Do not allow for C++ type data being missing.
41055         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
41056         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
41057         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
41058         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
41059         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
41060         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
41061         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
41062         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
41063         ... here.
41064         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
41065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
41066         ... here.
41067         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
41068         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
41069         ... here.
41070         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
41071         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
41072         ... here.
41073         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
41074         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
41075         ... here.
41076         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
41077         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
41078         ... here.
41079         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
41080         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
41081         ... here.
41082         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
41083         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
41085         * elf/tls-macros.h (TLS_LE): Move architecture-specific
41086         definitions to architecture-specific files.
41087         (TLS_IE): Likewise.
41088         (TLS_LD): Likewise.
41089         (TLS_GD): Likewise.
41090         * sysdeps/i386/tls-macros.h: New file.
41091         * sysdeps/powerpc/tls-macros.h: Likewise.
41092         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
41093         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
41094         * sysdeps/sh/tls-macros.h: Likewise.
41095         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
41096         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
41097         * sysdeps/x86_64/tls-macros.h: Likewise.
41099 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41101         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
41102         zero value for regular exit case.
41104         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
41105         (__start_context): Preserve zero value for regular exit case.
41107 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41108             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41110         * manual/setjmp.texi (setcontext): Clarify normal process
41111         termination when uc_link is the null pointer.
41112         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
41113         exit call.
41115 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
41117         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
41118         preprocessor.  Test for each exception mask separately.
41120 2012-07-16  Andreas Jaeger  <aj@suse.de>
41122         * po/ru.po: Update from translation team.
41124 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
41126         * conform/data/string.h-data (NULL): Use macro-constant.  Require
41127         equal to 0.
41128         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41129         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41130         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
41131         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
41132         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41134 2012-07-13  Andreas Jaeger  <aj@suse.de>
41136         * po/fr.po: Update from translation team.
41138 2012-07-12  Marek Polacek  <polacek@redhat.com>
41140         [BZ #14173]
41141         * math/libm-test.inc (yn_test): Add test for BZ #14173.
41142         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
41143         loop condition.
41145 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
41147         [BZ #13717]
41148         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41149         Change to 2.4.1 where previously 2.4.0.
41150         * sysdeps/unix/sysv/linux/configure: Regenerated.
41151         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
41152         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
41153         version.
41154         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
41155         (__ASSUME_AT_CLKTCK): Remove.
41156         (__ASSUME_AT_PAGESIZE): Likewise.
41157         (__ASSUME_AT_XID): Likewise.
41158         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
41159         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
41160         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
41161         unconditionally.
41162         (HAVE_AUX_PAGESIZE): Likewise.
41163         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
41164         [__ASSUME_AT_CLKTCK]: Make code unconditional.
41165         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
41167 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
41169         [BZ #14307]
41170         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
41171         the temporary buffer used to invoke __gethostbyname2_r,
41172         __gethostbyaddr_r and gethostbyname4_r to make room for struct
41173         host_data / struct gaih_addrtuple.
41174         * resolv/nss_dns/dns-host.c (global scope): Move definition of
41175         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
41176         header file nss/nsswitch.h.
41177         * nss/nsswitch.h (global scope): Add definition of implementation
41178         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
41179         resolv/nss_dns/dns-host.c).
41181 2012-07-11  Andreas Jaeger  <aj@suse.de>
41183         * po/fr.po: Update from translation team.
41185         * po/sv.po: Update from translation team
41186         * po/fr.po: Another update from translation team.
41188 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41190         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
41191         for subnormals or multiply small sinh result by itself.
41192         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41193         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41195 2012-07-11  David S. Miller  <davem@davemloft.net>
41197         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41199 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
41201         [BZ #14347]
41202         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
41203         (INTERNAL_MARK): Shift it here.
41205 2012-07-10  Marek Polacek  <polacek@redhat.com>
41207         [BZ #14151]
41208         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
41209         libc_cv_asm_global_directive with .globl.
41210         * configure: Regenerated.
41211         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
41212         with .globl.
41213         * sysdeps/i386/configure: Regenerated.
41214         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
41215         with .globl.
41216         * sysdeps/x86_64/configure: Regenerated.
41217         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
41218         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
41219         * elf/tst-unique2mod2.c: Likewise.
41220         * elf/tst-unique2mod1.c: Likewise.
41221         * elf/tst-unique1mod2.c: Likewise.
41222         * elf/tst-unique1mod1.c: Likewise.
41223         * sysdeps/s390/s390-32/sysdep.h: Likewise.
41224         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
41225         * sysdeps/s390/s390-64/sysdep.h: Likewise.
41226         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41227         * sysdeps/mach/sysdep.h: Likewise.
41228         * sysdeps/i386/sysdep.h: Likewise.
41229         * sysdeps/i386/i386-mcount.S: Likewise.
41230         * sysdeps/x86_64/_mcount.S: Likewise.
41231         * sysdeps/x86_64/sysdep.h: Likewise.
41232         * sysdeps/sh/_mcount.S: Likewise.
41233         * sysdeps/sh/sysdep.h: Likewise.
41234         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
41235         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
41236         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
41237         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41238         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
41239         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
41240         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
41241         * locale/localeinfo.h: Likewise.
41242         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
41243         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
41245 2012-07-09  Roland McGrath  <roland@hack.frob.com>
41247         [BZ #14336]
41248         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
41249         system".
41250         * manual/message.texi (The Uniforum approach): Likewise.
41251         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
41252         (glibc iconv Implementation): Likewise.
41254 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
41256         [BZ #14337]
41257         * math/s_clog.c (__clog): Avoid scaling a value down where that
41258         could result in underflow.
41259         * math/s_clog10.c (__clog10): Likewise.
41260         * math/s_clog10f.c (__clog10f): Likewise.
41261         * math/s_clog10l.c (__clog10l): Likewise.
41262         * math/s_clogf.c (__clogf): Likewise.
41263         * math/s_clogl.c (__clogl): Likewise.
41264         * math/libm-test.inc (clog_test): Add more tests.
41265         (clog10_test): Likewise.
41266         * sysdeps/i386/fpu/libm-test-ulps: Update.
41267         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41269 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
41271         [BZ #14283]
41272         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
41273         by 7 not 8 to examine high bit of fractional part.
41275         [BZ #14042]
41276         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
41277         for call to __mcount_internal.
41278         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
41279         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
41280         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
41282 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
41284         [BZ #14154]
41285         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
41286         approximation for values within 0x1p-13f of an odd multiple of
41287         pi/4.
41288         * math/libm-test.inc (tan_test): Do not allow spurious underflow
41289         exception.  Add more tests.
41290         * sysdeps/i386/fpu/libm-test-ulps: Update.
41292         [BZ #6778]
41293         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
41294         inputs and return -1 for them.  Do not check for +Inf in case not
41295         reachable for +Inf.
41296         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
41297         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
41298         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41299         and return -1 for them.  Do not check for +Inf in case not
41300         reachable for +Inf.
41301         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
41302         define.
41303         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41304         and return -1 for them.  Do not check for +Inf in case not
41305         reachable for +Inf.
41306         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
41307         spurious underflow.
41308         * sysdeps/i386/fpu/libm-test-ulps: Update.
41309         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41311 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
41313         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
41315 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
41317         [BZ #14157]
41318         [BZ #14331]
41319         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
41320         could result in spurious underflow.  Scale down values above
41321         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
41322         * math/s_csqrtf.c (__csqrtf): Likewise.
41323         * math/s_csqrtl.c (__csqrtl): Likewise.
41324         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
41325         spurious underflow.
41326         * sysdeps/i386/fpu/libm-test-ulps: Update.
41327         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41329 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
41331         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
41332         xopen-msg.sed.
41333         * catgets/xopen-msg.awk: New file.
41334         * catgets/xopen-msg.sed: Removed.
41336         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
41337         po2text.sed.
41338         * intl/po2test.awk: New file.
41339         * intl/po2test.sed: Removed.
41341 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
41343         [BZ #14328]
41344         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
41345         or multiply small sinh result by itself.
41346         * math/s_ctanf.c (__ctanf): Likewise.
41347         * math/s_ctanh.c (__ctanh): Likewise.
41348         * math/s_ctanhf.c (__ctanhf): Likewise.
41349         * math/s_ctanhl.c (__ctanhl): Likewise.
41350         * math/s_ctanl.c (__ctanl): Likewise.
41351         * math/libm-test.inc (ctan_test_tonearest): New function.
41352         (ctan_test_towardzero): Likewise.
41353         (ctan_test_downward): Likewise.
41354         (ctan_test_upward): Likewise.
41355         (ctanh_test_tonearest): Likewise.
41356         (ctanh_test_towardzero): Likewise.
41357         (ctanh_test_downward): Likewise.
41358         (ctanh_test_upward): Likewise.
41359         (main): Call these new functions.
41360         * sysdeps/i386/fpu/libm-test-ulps: Update.
41361         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41363 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
41365         * .gitignore: Delete /ports entry.
41367 2012-07-03  Andreas Jaeger  <aj@suse.de>
41369         * po/bg.po: Update from translation team.
41370         * po/cs.po: Likewise.
41371         * po/de.po: Likewise.
41372         * po/hr.po: Likewise.
41373         * po/nl.pl: Likewise.
41374         * po/pl.po: Likewise.
41375         * po/vi.po: Likewise.
41377 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
41379         * Makeconfig [!+link] (+link-before-libc): New variable.
41380         [!+link] (+link-after-libc): Likewise.
41381         [!+link] (+link-tests): Likewise.
41382         [!+link] (+link): Define in terms of $(+link-before-libc) and
41383         $(+link-after-libc).
41384         [!+link-static] (+link-static-before-libc): New variable.
41385         [!+link-static] (+link-static-after-libc): Likewise.
41386         [!+link-static] (+link-static-tests): Likewise.
41387         [!+link-static] (+link-static): Define in terms of
41388         $(+link-static-before-libc) and $(+link-static-after-libc).
41389         [build-shared] (link-libc-before-gnulib): New variable.
41390         [build-shared] (link-libc-tests): Likewise.
41391         [build-shared] (link-libc): Define in terms of
41392         $(link-libc-before-gnulib).
41393         [!build-shared] (link-libc-tests): New variable.
41394         (link-libc-static-tests): New variable.
41395         [!gnulib] (gnulib-arch): New variable.
41396         [!gnulib] (gnulib-tests): Likewise.
41397         [!gnulib] (static-gnulib-arch): Likewise.
41398         [!gnulib] (static-gnulib-tests): Likewise.
41399         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
41400         Define with "=" instead of ":=".
41401         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
41402         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
41403         * Rules (binaries-all-notests): New variable.
41404         (binaries-all-tests): Likewise.
41405         (binaries-static-notests): Likewise.
41406         (binaries-static-tests): Likewise.
41407         (binaries-all): Define using $(binaries-all-notests) and
41408         $(binaries-all-tests).
41409         (binaries-static): Define using $(binaries-static-notests) and
41410         $(binaries-static-tests).
41411         (binaries-shared-tests): New variable.
41412         (binaries-shared-notests): Likewise.
41413         (binaries-shared): Remove variable.
41414         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
41415         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
41416         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
41417         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
41418         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
41419         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
41420         * elf/Makefile (sln-modules): New variable.
41421         (extra-objs): Add $(sln-modules:=.o).
41422         (ldconfig-modules): Add static-stubs.
41423         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
41424         * elf/static-stubs.c: New file.
41426         [BZ #14283]
41427         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
41428         by 7 not 8 to examine high bit of fractional part.  Use volatile
41429         variables when splitting into final array of floats if
41430         __FLT_EVAL_METHOD__ != 0.
41431         * math/libm-test.inc (cos_test): Add another test.
41432         (sin_test): Likewise.
41433         * sysdeps/i386/fpu/libm-test-ulps: Update.
41435         [BZ #14273]
41436         * math/libm-test.inc (cosh_test): Add more tests.
41438         * version.h (RELEASE): Set to "development".
41439         (VERSION): Set to "2.16.90".
41441 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
41443         * NEWS: Update copyright. Remove last-updated date.
41444         Mention math library bug fixes and timezone data changes.
41445         * README: Mention GNU/Hurd, x32, and HPPA support status.
41447 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
41449         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
41451 2012-06-27  Andreas Jaeger  <aj@suse.de>
41453         * manual/contrib.texi (Contributors): Add Samuel Thibault.
41455 2012-06-25  Andreas Jaeger  <aj@suse.de>
41457         * sysdeps/s390/fpu/libm-test-ulps: Update.
41459 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
41460             Thomas Schwinge  <thomas@codesourcery.com>
41462         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
41463         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
41464         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
41465         fanotify_mark.
41467 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
41469         * sysdeps/mach/start.c: Remove file.
41470         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
41471         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
41472         * sysdeps/sh/init-first.c: Likewise.
41474         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
41475         registers for frame unwinding purposes, add CFI directives.
41476         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41477         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
41478         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
41479         Likewise.
41481         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
41482         __fortify_fail returning.
41483         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41485         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
41486         sysdeps/sh/____longjmp_chk.S.
41487         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
41488         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
41489         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
41490         (gen-as-const-headers): Append sigaltstack-offsets.sym.
41492         * sysdeps/sh/abort-instr.h: New file.
41493         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
41494         process in case exit returns.
41496         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
41497         initialize the GOT register before use.
41499         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
41500         calculation of ARGC > 4.
41502         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
41503         meaningful names to some local labels.
41505 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
41506             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41508         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
41509         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
41510         (__arch_compare_and_exchange_val_16_acq): Likewise.
41511         (__arch_compare_and_exchange_val_32_acq): Likewise.
41512         (atomic_exchange_and_add): Fix gUSA sequence.
41513         (atomic_add): Likewise.
41514         (atomic_add_negative): Likewise.
41515         (atomic_add_zero): Likewise.
41516         (atomic_bit_test_set): Likewise.
41518 2012-06-22  Andreas Schwab  <schwab@redhat.com>
41520         [BZ #13579]
41521         * include/link.h (struct link_map): Add l_free_initfini.
41522         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
41523         l_initfini.
41524         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
41525         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
41526         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
41527         set.
41529 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
41531         * configure.in: Use AC_LANG_SOURCE.
41532         * configure: Regenerate.
41534 2012-06-22  Roland McGrath  <roland@hack.frob.com>
41536         * configure.in (libc_cv_localstatedir): New substituted variable.
41537         * configure: Regenerated.
41538         * config.make.in (localstatedir): New variable, substituted from
41539         libc_cv_localstatedir.
41540         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
41541         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
41542         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
41543         * sysdeps/gnu/configure: Regenerated.
41545 2012-06-21  Jeff Law  <law@redhat.com>
41547         [BZ #14277]
41548         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
41549         free.  Simplify list management for _LIBC case.
41551 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
41553         [BZ #14273]
41554         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
41555         Clear sign bit of 64-bit integer value before comparing against
41556         overflow value.
41558         * sysdeps/mach/configure: Regenerated.
41560 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
41562         [BZ #14278]
41563         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
41565 2012-06-21  Jeff Law  <law@redhat.com>
41567         [BZ #13882]
41568         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
41569         uint16_t for elements in the "seen" array to avoid char overflows.
41570         * elf/dl-fini.c (_dl_sort_fini): Likewise.
41571         * elf/dl-open.c (dl_open_worker): Likewise.
41573 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
41575         * scripts/list-sources.sh: Scan PORTS for translations.
41576         * po/libc.pot: Regenerated.
41578 2012-06-21  Andreas Jaeger  <aj@suse.de>
41580         [BZ #12194]
41581         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
41582         warning.
41583         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
41584         * bits/byteswap-16.h (__bswap_16): Likewise.
41585         * bits/byteswap.h (__bswap_constant_16): Likewise.
41587 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
41589         [BZ #14117]
41590         * sysdeps/i386/fpu_control.h: Removed.
41591         * sysdeps/x86_64/fpu_control.h: Moved to ...
41592         * sysdeps/x86/fpu_control.h: Here.
41594         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
41595         (_FPU_SETCW): Likewise.
41597 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
41599         [BZ #14117]
41600         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
41601         * sysdeps/x86/fpu/bits/mathinline.h: This.
41602         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
41604         [BZ #14050]
41605         [BZ #14117]
41606         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
41607         functions if __x86_64__ is defined.
41609 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
41611         * string/endian.h: Add !__ASSEMBLER__ condition for including
41612         conversion interfaces.
41614 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
41616         [BZ #14241]
41617         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
41618         of ABS(x) in calculating zero to negative powers other than odd
41619         integers.
41620         * math/libm-test.inc (pow_test): Add more tests.
41622 2012-06-15  Andreas Jaeger  <aj@suse.de>
41624         * manual/contrib.texi (Contributors): Update entry of Liubov
41625         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
41626         Machado Filho.
41628 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
41630         * string/string.h: Add __wur to GNU version of strerror_r.
41632 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
41634         [BZ #14229]
41635         * string/Makefile (tests): Add tst-strtok_r.
41636         * string/tst-strtok_r.c: New file.
41637         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
41638         RAX_LP/RDX_LP on SAVE_PTR.
41640 2012-06-14  Roland McGrath  <roland@hack.frob.com>
41642         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
41644 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
41646         * libm_test.inc (csqrt_test): Allow more spurious underflow
41647         exceptions.
41648         (j0_test): Likewise.
41649         (j1_test): Likewise.
41650         (y0_test): Likewise.
41651         (y1_test): Likewise.
41653 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
41655         * po/Makefile (libc.pot): Use UTF-8 charset.
41657 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
41659         [BZ #14210]
41660         Suppress sign-conversion warning from FD_SET.
41661         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
41662         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
41663         not unsigned long int.
41664         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
41666 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
41668         [BZ #14050]
41669         [BZ #14117]
41670         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
41671         __extern_always_inline instead of __extern_inline.
41672         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
41673         (__signbit): Likewise.
41674         (__signbitl): Support C++ namespace.
41675         (lrintf): New inline function.
41676         (lrint): Likewise.
41677         (llrintf): Likewise.
41678         (llrint): Likewise.
41679         (fmaxf): Likewise.
41680         (fmax): Likewise.
41681         (fminf): Likewise.
41682         (fmin): Likewise.
41683         (rint): Likewise.
41684         (rintf): Likewise.
41685         (ceil): Likewise.
41686         (ceilf): Likewise.
41687         (floor): Likewise.
41688         (floorf): Likewise.
41689         (nearbyint): Likewise.
41690         (nearbyintf): Likewise.
41692 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
41694         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
41695         non-default versions.
41697 2012-06-11  Roland McGrath  <roland@hack.frob.com>
41699         [BZ #14218]
41700         * manual/argp.texi (Argp): Reword argp_parse description slightly.
41702 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
41704         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
41705         (FE_UPWARD, FE_DOWNWARD): Don't define.
41706         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
41707         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41709         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
41710         reading it.
41711         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41712         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41714 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41716         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41717         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
41718         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
41719         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
41721 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
41723         [BZ #14117]
41724         * sysdeps/i386/fpu/bits/fenv.h: Removed.
41725         * sysdeps/i386/fpu/Implies: New file.
41726         * sysdeps/x86_64/fpu/Implies: Likewise.
41727         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
41728         * sysdeps/x86/fpu/bits/fenv.h: This.
41730         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
41731         __SSE_MATH__.
41733 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
41735         [BZ #14134]
41736         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
41737         character 0xffff that matches the last element of the
41738         conversion table.
41740 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41742         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
41743         fmodl commit.
41745 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41747         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
41748         values higher than 25.6283.
41750 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41752         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
41753         subnormal exponent extraction and add some __builtin_expect.
41754         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
41755         Fix for subnormal mantissa calculation.
41757 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
41759         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
41760         cpu2 is -1 and errno is not ENOSYS.
41762 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
41764         [BZ #14117]
41765         * sysdeps/i386/i486/bits/string.h: Renamed to ...
41766         * sysdeps/x86/bits/string.h: This.
41767         * sysdeps/x86_64/bits/string.h: Removed.
41769         * sysdeps/i386/i486/bits/string.h: Define inline functions only
41770         if not compiling for x86-64, but compiling for >= i486.
41772         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
41773         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
41775         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
41776         New macro from Linux kernel 3.4.0.
41777         (FP_XSTATE_MAGIC2): Likewise.
41778         (FP_XSTATE_MAGIC2_SIZE): Likewise.
41779         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
41780         (struct _fpx_sw_bytes): New struct.
41781         (struct _xsave_hdr): Likewise.
41782         (struct _ymmh_state): Likewise.
41783         (struct _xstate): Likewise.
41785         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
41786         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
41787         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
41788         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
41789         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
41790         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
41792         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
41793         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
41794         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
41795         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
41796         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
41797         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
41799 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
41801         [BZ #13743]
41802         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
41803         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
41804         (sysdep_headers): Include sys/platform/ppc.h.
41805         * sysdeps/powerpc/test-gettimebase.c: Test for
41806         __ppc_get_timebase() to catch future ISA opcode/insn changes.
41807         * manual/Makefile (appendices): Include platform.texi.
41808         * manual/contrib.texi (Contributors): Update @node pointers.
41809         * manual/maint.texi (Maintenance): Likewise.
41810         (Platform): New node.
41811         * manual/platform.texi: New file.  Document the new features.
41813 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
41814             Jakub Jelinek  <jakub@redhat.com>
41816         [BZ #14188]
41817         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
41818         where __builtin_expect is unavailable.
41820 2012-06-03  David S. Miller  <davem@davemloft.net>
41822         * stdlib/longlong.h: Updated from GCC.
41824 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
41826         [BZ #14042]
41827         * sysdeps/powerpc/powerpc32/mcount.c: New file.
41828         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
41829         __mcount_internal.
41830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
41831         (GLIBC_2.16): Likewise.
41833 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41835         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
41837 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41839         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
41840         (default-abi): New variable.
41841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
41842         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
41843         variable.
41844         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
41845         Likewise.
41846         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
41847         Likewise.
41848         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
41849         Likewise.
41851         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
41852         definition.  Document in comment.
41854 2012-06-01  David S. Miller  <davem@davemloft.net>
41856         * stdlib/longlong.h: Updated from GCC.
41858 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41860         [BZ #14117]
41861         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
41862         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
41863         sys/debugreg.h sys/io.h here.
41864         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
41865         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
41866         sys/io.h.
41867         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
41868         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
41869         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
41870         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
41871         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
41872         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
41874         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
41875         Define only if __x86_64__ is defined.
41877 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41879         [BZ #14048]
41880         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
41881         Use int64_t for variable i.
41882         * math/libm-test.inc (fmod_test): Add more tests.
41884         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
41885         z computation is not scheduled after fetestexcept.
41886         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
41887         Use math_force_eval instead of asm to ensure calculation scheduled
41888         before exception test.
41889         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
41890         Ensure a1 + u.d computation is not scheduled after fetestexcept.
41892 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
41894         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
41895         computation is not scheduled after fetestexcept.
41897 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41899         [BZ #14117]
41900         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
41901         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
41903 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41905         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
41906         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41908 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41910         [BZ #14117]
41911         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
41912         <bits/wordsize.h>.
41913         (__WCHAR_MIN): Support __WORDSIZE == 64.
41914         (__WCHAR_MAX): Likewise.
41916         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
41917         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
41919         [BZ #14183]
41920         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
41921         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
41923         [BZ #14117]
41924         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
41925         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
41927         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
41928         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
41930         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
41931         Defined to 1 if __x86_64__ isn't defined.
41932         (_STAT_VER_LINUX_OLD): New.
41933         (st_atime): Remove duplicate.
41934         (st_mtime): Likewise.
41935         (st_ctime): Likewise.
41937 2012-05-31  David S. Miller  <davem@davemloft.net>
41939         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
41940         entries.
41942 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
41944         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
41945         gen-libm-test.pl.
41947         [BZ #14132]
41948         * elf/dl-reloc.c: Include <_itoa.h>.
41949         (_dl_reloc_bad_type): Remove use of INTUSE.
41950         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
41951         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
41952         * stdio-common/psiginfo.c (psiginfo): Likewise.
41953         * stdio-common/psignal.c (psignal): Likewise.
41954         * string/strsignal.c (strsignal): Likewise.
41955         * include/signal.h (_sys_siglist): Declare hidden proto.
41956         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
41957         INTVARDEF with libc_hidden_data_def.
41958         * stdio-common/itoa-udigits.c: Likewise.
41959         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
41960         (_itoa_lower_digits_internal): Remove declaration.
41961         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
41962         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
41963         (_sys_sigabbrev_internal): Remove aliases.
41964         (_sys_siglist): Define hidden alias.
41966 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
41968         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41969         bits/sysctl.h.
41971 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41973         [BZ #14117]
41974         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
41975         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
41977         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
41978         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
41979         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
41980         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
41981         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
41982         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
41984         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
41985         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
41986         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
41988         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
41989         with __addr.
41990         (insw): Likewise.
41991         (insl): Likewise.
41992         (outsb): Likewise.
41993         (outsw): Likewise.
41994         (outsl): Likewise.
41996         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
41997         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
41998         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
42000         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
42001         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
42002         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
42003         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
42004         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
42005         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
42007         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
42008         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
42010         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
42011         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
42013         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
42014         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
42015         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
42017         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
42018         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
42019         to ...
42020         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
42022         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
42023         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
42024         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
42026         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
42027         for x86-64.
42028         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
42030 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
42032         * math/math.h (M_El): Use two more decimal places.
42033         (M_LOG2El): Likewise.
42034         (M_LOG10El): Likewise.
42035         (M_LN2l): Likewise.
42036         (M_LN10l): Likewise.
42037         (M_PIl): Likewise.
42038         (M_PI_2l): Likewise.
42039         (M_PI_4l): Likewise.
42040         (M_1_PIl): Likewise.
42041         (M_2_PIl): Likewise.
42042         (M_2_SQRTPIl): Likewise.
42043         (M_SQRT2l): Likewise.
42044         (M_SQRT1_2l): Likewise.
42046 2012-05-31  David S. Miller  <davem@davemloft.net>
42048         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
42049         values between float registers.
42050         * sysdeps/sparc/sparc64/memset.S: Likewise.
42051         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42053 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
42055         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
42056         -D_FORTIFY_SOURCE=1.
42057         (CPPFLAGS-tst-longjmp_chk.c): Define.
42058         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
42059         (CPPFLAGS-tst-longjmp_chk2.c): Define.
42060         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
42061         CFLAGS-tst-wchar-h.c.
42063 2012-05-31  Marek Polacek  <polacek@redhat.com>
42065         [BZ #14132]
42066         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
42067         __endmntent_internal): Remove declaration.
42068         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
42069         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
42070         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
42072 2012-05-30  David S. Miller  <davem@davemloft.net>
42074         * sysdeps/sparc/sparc32/soft-fp/q_util.c
42075         (___Q_simulate_exceptions): Use real FP ops rather than writing
42076         into the %fsr.
42077         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
42078         Likewise.
42080 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42082         [BZ #14117]
42083         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
42084         * sysdeps/x86/bits/xtitypes.h: This.
42086         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
42087         * sysdeps/x86/bits/wordsize.h: This.
42089         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
42090         * sysdeps/x86/bits/huge_vall.h: This.
42092         * sysdeps/i386/bits/select.h: Removed.
42093         * sysdeps/x86_64/bits/select.h: Renamed to ...
42094         * sysdeps/x86/bits/select.h: This.
42096         * sysdeps/i386/bits/setjmp.h: Removed.
42097         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
42098         * sysdeps/x86/bits/setjmp.h: This.
42100         * sysdeps/i386/bits/mathdef.h: Removed.
42101         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
42102         * sysdeps/x86/bits/mathdef.h: This.
42104 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
42106         [BZ #14132]
42107         * include/sys/socket.h (__connect_internal)
42108         (__libc_sa_len_internal): Remove declaration.
42109         (__connect, __libc_sa_len): Declare hidden_proto.
42110         (SA_LEN): Remove use of INTUSE.
42111         * socket/connect.c: Add libc_hidden_def.
42112         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
42113         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
42114         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
42115         alias.
42116         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
42117         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
42118         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
42119         of adding _internal alias.
42121 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42123         [BZ #14117]
42124         * sysdeps/i386/bits/link.h: Removed.
42125         * sysdeps/i386/bits/linkmap.h: Likewise.
42126         * sysdeps/x86_64/bits/link.h: Renamed to ...
42127         * sysdeps/x86/bits/link.h: This.
42128         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
42129         * sysdeps/x86/bits/linkmap.h: This.
42131         * sysdeps/i386/bits/endian.h: Removed.
42132         * sysdeps/x86_64/bits/endian.h: Renamed to ...
42133         * sysdeps/x86/bits/endian.h: This.
42135         * sysdeps/i386/bits/byteswap.h: Removed.
42136         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42137         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
42138         * sysdeps/x86/bits/byteswap.h: This.
42139         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
42140         * sysdeps/x86/bits/byteswap-16.h: This.
42141         * sysdeps/i386/Implies: Add x86.
42142         * sysdeps/x86_64/Implies: Likewise.
42144 2012-05-30  David S. Miller  <davem@davemloft.net>
42146         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
42147         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
42148         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
42149         (FP_TRAPPING_EXCEPTIONS): Define.
42150         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
42151         (FP_TRAPPING_EXCEPTIONS): Define.
42152         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
42153         subnormals only when inexact has been signalled or underflow
42154         exceptions are enabled.
42155         (_FP_PACK_CANONICAL): Likewise.
42157 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42159         [BZ #14183]
42160         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
42161         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
42163 2012-05-30  Richard Henderson  <rth@twiddle.net>
42165         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
42166         with #ifndef NOT_IN_libc.
42168         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
42169         marked to avoid plt entry.
42171 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42173         [BZ #14112]
42174         * Makeconfig (default-abi): New macro.
42175         (abi-includes): Likewise.
42176         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
42177         $(abi-$(default-abi)-lib-soname) for soname if defined.
42178         ($(common-objpfx)gnu/lib-names.stmp): Generate from
42179         abi-variants.
42180         * Makefile (installed-stubs): Likewise.
42181         * include/stubs-biarch.h: Removed.
42182         * scripts/lib-names.awk: Only handle one library at a time.
42183         * scripts/soversions.awk: Remove WORDSIZE support.
42184         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
42185         entries.
42186         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
42187         Removed.
42188         (syscall-list-default-condition): Likewise.
42189         (syscall-list-default-condition): Likewise.
42190         (syscall-list-includes): Likewise.
42191         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
42192         syscall-list-* with abi-*.  Handle undefined abi-variants.
42193         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
42194         * sysdeps/unix/sysv/linux/i386/Implies: New file.
42195         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
42196         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
42197         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
42198         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
42199         Removed.
42200         (syscall-list-32-options): Likewise.
42201         (syscall-list-32-condition): Likewise.
42202         (syscall-list-64-options): Likewise.
42203         (syscall-list-64-condition): Likewise.
42204         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
42205         macro.
42206         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
42207         Renamed to ...
42208         (abi-*): This.
42209         (abi-64-ld-soname): New macro.
42210         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
42211         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
42212         Renamed to ...
42213         (abi-*): This.
42214         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
42215         * sysdeps/x86_64/x32/shlib-versions: Likewise.
42217 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
42219         * sysdeps/unix/sysv/linux/kernel-features.h
42220         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
42221         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
42222         include <kernel-features.h>.
42223         [!__NR_ftruncate64]: Remove conditional code.
42224         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42225         [__NR_ftruncate64]: Make code unconditional.
42226         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42227         * sysdeps/unix/sysv/linux/truncate64.c: Do not
42228         include <kernel-features.h>.
42229         [!__NR_ftruncate64]: Remove conditional code.
42230         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42231         [__NR_ftruncate64]: Make code unconditional.
42232         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42233         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
42234         include <kernel-features.h>.
42235         [!__NR_ftruncate64]: Remove conditional code.
42236         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42237         [__NR_ftruncate64]: Make code unconditional.
42238         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42239         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
42240         include <kernel-features.h>.
42241         [!__NR_ftruncate64]: Remove conditional code.
42242         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42243         [__NR_ftruncate64]: Make code unconditional.
42244         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42246         * configure.in (libc_cv_fpie): Weaken to a compile test using
42247         LIBC_TRY_CC_OPTION.
42248         * configure: Regenerated.
42250 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42252         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
42253         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
42254         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
42255         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42256         Refreshed.
42257         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
42258         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
42259         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
42260         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
42261         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
42262         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42263         Refreshed.
42265 2012-05-27  David S. Miller  <davem@davemloft.net>
42267         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
42268         (___Q_zero): New.
42269         (__Q_simulate_exceptions): Return void.  Change to simulate
42270         exceptions by writing into the %fsr.
42271         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
42272         (__Qp_handle_exceptions): Likewise.
42273         (numbers): Delete.
42274         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
42275         __Qp_handle_exceptions.
42276         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
42277         __Qp_handle_exceptions.
42278         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42279         as unused and give dummy FP_RND_NEAREST initializer.
42280         (FP_INHIBIT_RESULTS): Define.
42281         (___Q_simulate_exceptions): Update declaration.
42282         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
42283         formatting.
42284         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42285         as unused and give dummy FP_RND_NEAREST initializer.
42286         (__Qp_handle_exceptions): Update declaration.
42287         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
42288         formatting.
42290 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
42292         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
42293         the temporary FPU control word.
42294         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
42295         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
42296         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
42297         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42298         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
42299         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
42300         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
42301         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42302         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
42303         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
42304         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42306 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42308         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
42309         fields.
42311 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
42313         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
42314         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
42315         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
42316         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
42317         Likewise.
42318         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
42319         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
42320         Likewise.
42322 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
42324         * po/h.po: Update from translation team.
42326 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
42328         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
42330         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
42331         handling of denormals.
42332         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42333         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
42334         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42335         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42336         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42337         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
42338         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
42339         Likewise.
42341 2012-05-26  Marek Polacek  <polacek@redhat.com>
42343         [BZ #14152]
42344         * math/libm-test.inc (fma_test): Don't always expect underflow
42345         exception.
42347 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42349         [BZ #12416]
42350         * elf/tst-execstack.c: Include stackinfo.h.
42351         (do_test): Adjust test case to ensure that pthread_getattr_np
42352         behaviour remains the same after marking stack executable.
42354 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42356         * sysdeps/unix/sysv/linux/kernel-features.h
42357         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
42358         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
42359         kernel-features.h.
42360         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42361         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42362         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
42363         kernel-features.h.
42364         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42365         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42367 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
42369         * configure.in: Define the default includes to being none.
42370         * configure: Regenerated.
42372 2012-05-25  Roland McGrath  <roland@hack.frob.com>
42374         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
42375         * sysdeps/x86_64/setjmp.S: Likewise.
42376         * sysdeps/i386/bsd-setjmp.S: Likewise.
42377         * sysdeps/i386/bsd-_setjmp.S: Likewise.
42378         * sysdeps/i386/setjmp.S: Likewise.
42379         * sysdeps/i386/__longjmp.S: Likewise.
42380         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42381         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
42383         * include/stap-probe.h: New file.
42384         * configure.in: Handle --enable-systemtap.
42385         * configure: Regenerated.
42386         * config.h.in (USE_STAP_PROBE): New #undef.
42387         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
42388         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
42389         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
42391 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42393         [BZ #13717]
42394         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42395         to 2.4.0 where earlier.
42396         * sysdeps/unix/sysv/linux/configure: Regenerated.
42397         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
42398         <kernel-features.h>.
42399         [__ASSUME_32BITUIDS]: Make code unconditional.
42400         [!__ASSUME_32BITUIDS]: Remove conditional code.
42401         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
42402         <kernel-features.h>.
42403         [__ASSUME_32BITUIDS]: Make code unconditional.
42404         [!__ASSUME_32BITUIDS]: Remove conditional code.
42405         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
42406         [__ASSUME_32BITUIDS]: Make code unconditional.
42407         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
42408         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
42409         <kernel-features.h>.
42410         [__ASSUME_32BITUIDS]: Make code unconditional.
42411         [!__ASSUME_32BITUIDS]: Remove conditional code.
42412         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
42413         <kernel-features.h>.
42414         [__ASSUME_32BITUIDS]: Make code unconditional.
42415         [!__ASSUME_32BITUIDS]: Remove conditional code.
42416         * sysdeps/unix/sysv/linux/i386/getgid.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/getgroups.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/getresgid.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/getresuid.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/getuid.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/lchown.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/msgctl.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/semctl.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/setegid.c: Do not include
42449         <kernel-features.h>.
42450         [__NR_setresgid] (__setresgid): Do not declare.
42451         [__ASSUME_32BITUIDS]: Make code unconditional.
42452         [!__ASSUME_32BITUIDS]: Remove conditional code.
42453         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
42454         <kernel-features.h>.
42455         [__NR_setresuid] (__setresuid): Do not declare.
42456         [__ASSUME_32BITUIDS]: Make code unconditional.
42457         [!__ASSUME_32BITUIDS]: Remove conditional code.
42458         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
42459         <kernel-features.h>.
42460         [__ASSUME_32BITUIDS]: Make code unconditional.
42461         [!__ASSUME_32BITUIDS]: Remove conditional code.
42462         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
42463         <kernel-features.h>.
42464         [__ASSUME_32BITUIDS]: Make code unconditional.
42465         [!__ASSUME_32BITUIDS]: Remove conditional code.
42466         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
42467         <kernel-features.h>.
42468         [__ASSUME_32BITUIDS]: Make code unconditional.
42469         [!__ASSUME_32BITUIDS]: Remove conditional code.
42470         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
42471         <kernel-features.h>.
42472         [__ASSUME_32BITUIDS]: Make code unconditional.
42473         [!__ASSUME_32BITUIDS]: Remove conditional code.
42474         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
42475         <kernel-features.h>.
42476         [__ASSUME_32BITUIDS]: Make code unconditional.
42477         [!__ASSUME_32BITUIDS]: Remove conditional code.
42478         * sysdeps/unix/sysv/linux/i386/setresgid.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/i386/setresuid.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/i386/setreuid.c: Do not include
42487         <kernel-features.h>.
42488         [__ASSUME_32BITUIDS]: Make code unconditional.
42489         [!__ASSUME_32BITUIDS]: Remove conditional code.
42490         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
42491         <kernel-features.h>.
42492         [__ASSUME_32BITUIDS]: Make code unconditional.
42493         [!__ASSUME_32BITUIDS]: Remove conditional code.
42494         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
42495         <kernel-features.h>.
42496         [__ASSUME_32BITUIDS]: Make code unconditional.
42497         [!__ASSUME_32BITUIDS]: Remove conditional code.
42498         * sysdeps/unix/sysv/linux/kernel-features.h
42499         (__ASSUME_SETRESUID_SYSCALL): Remove.
42500         (__ASSUME_SETRESGID_SYSCALL): Likewise.
42501         (__ASSUME_32BITUIDS): Likewise.
42502         (__ASSUME_LDT_WORKS): Likewise.
42503         (__ASSUME_O_DIRECTORY): Likewise.
42504         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
42505         architecture but not kernel version.
42506         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
42507         (__ASSUME_MMAP2_SYSCALL): Likewise.
42508         (__ASSUME_STAT64_SYSCALL): Likewise.
42509         (__ASSUME_IPC64): Likewise.
42510         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
42511         <kernel-features.h>.
42512         [__ASSUME_32BITUIDS]: Make code unconditional.
42513         [!__ASSUME_32BITUIDS]: Remove conditional code.
42514         * sysdeps/unix/sysv/linux/opendir.c: Do not include
42515         <kernel-features.h>.
42516         [__ASSUME_O_DIRECTORY]: Make code unconditional.
42517         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
42518         132096]: Remove conditional code.
42519         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
42520         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
42521         <kernel-features.h>.
42522         [__ASSUME_32BITUIDS]: Make code unconditional.
42523         [!__ASSUME_32BITUIDS]: Remove conditional code.
42524         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
42525         <kernel-features.h>.
42526         [__ASSUME_32BITUIDS]: Make code unconditional.
42527         [!__ASSUME_32BITUIDS]: Remove conditional code.
42528         * sysdeps/unix/sysv/linux/setegid.c: Do not include
42529         <kernel-features.h>.
42530         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
42531         unconditional.
42532         (__setresgid): Do not declare.
42533         [__ASSUME_32BITUIDS]: Make code unconditional.
42534         [!__ASSUME_32BITUIDS]: Remove conditional code.
42535         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
42536         <kernel-features.h>.
42537         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
42538         unconditional.
42539         (__setresuid): Do not declare.
42540         [__ASSUME_32BITUIDS]: Make code unconditional.
42541         [!__ASSUME_32BITUIDS]: Remove conditional code.
42542         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
42543         <kernel-features.h>.
42544         [__ASSUME_32BITUIDS]: Make code unconditional.
42545         [!__ASSUME_32BITUIDS]: Remove conditional code.
42546         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
42547         <kernel-features.h>.
42548         [__ASSUME_32BITUIDS]: Make code unconditional.
42549         [!__ASSUME_32BITUIDS]: Remove conditional code.
42551 2012-05-25  Richard Henderson  <rth@twiddle.net>
42553         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
42554         dl_hwcap to ifunc resolver.
42555         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
42556         elf_ifunc_invoke.
42557         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
42558         dl_hwcap to ifunc resolver.
42559         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
42561 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42563         [BZ #14153]
42564         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
42565         for |x| <= 2**-26, not 2**-57.
42566         * math/libm-test.inc (acos_test): Do not allow spurious underflow
42567         exception.
42569 2012-05-24  Jeff Law  <law@redhat.com>
42571         * stdio-common/Makefile (tests): Add bug25.
42572         * stdio-common/bug25.c: New test.
42574 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
42576         [BZ #13576]
42577         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
42578         multiple of MALLOC_ALIGNMENT in size.
42579         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
42581 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42583         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
42584         Require >= 256.
42585         (FILENAME_MAX): Use macro-int-constant.
42586         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
42587         (_IOFBF): Use macro-int-constant.
42588         (_IOLBF): Likewise.
42589         (_IONBF): Likewise.
42590         (SEEK_CUR): Likewise.
42591         (SEEK_END): Likewise.
42592         (SEEK_SET): Likewise.
42593         (TMP_MAX): Likewise.
42594         (EOF): Use macro-int-constant.  Require < 0.
42595         (NULL): Use macro-constant.  Require == 0.
42596         (stdin): Require type to be FILE *.
42597         (stdout): Likewise.
42598         (stderr): Likewise.
42599         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
42600         macro-int-constant.
42601         (EXIT_SUCCESS): Likewise.
42602         (NULL): Use macro-constant.  Require == 0.
42603         (RAND_MAX): Use macro-int-constant.
42604         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
42605         [C99-based standards] (strtof): Require function.
42606         [C99-based standards] (strtold): Likewise.
42607         [C99-based standards] (strtoll): Likewise.
42608         [C99-based standards] (strtoull): Likewise.
42609         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
42610         [ISO || ISO99 || ISO11] (limits.h): Likewise.
42611         [ISO || ISO99 || ISO11] (math.h): Likewise.
42612         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
42613         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
42614         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42616 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
42618         [BZ #14132]
42619         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
42620         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
42621         * intl/dgettext.c (DCGETTEXT): Likewise.
42622         * intl/gettext.c (DCGETTEXT): Likewise.
42623         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
42624         * posix/regex_internal.h (gettext): Likewise.
42625         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
42626         Remove declaration.
42627         * include/argz.h (__argz_count_internal)
42628         (__argz_stringify_internal): Remove declaration.
42629         (__argz_count, __argz_stringify): Declare hidden proto.
42630         * intl/dcgettext.c: Remove use of INTDEF.
42631         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
42632         * string/argz-stringify.c: Likewise.
42633         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42634         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42635         Declare hidden proto.
42636         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42637         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42638         Declare hidden proto.
42639         * include/stdio.h (__asprintf_internal): Don't declare.
42640         (__asprintf): Don't define as macro.  Declare hidden proto.
42641         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
42642         (__fsetlocking): Declare hidden proto.
42643         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
42644         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
42645         hidden proto.
42646         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
42647         (_IO_setlinebuf): Remove use of INTUSE.
42648         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
42649         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
42650         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
42651         Remove declaration.
42652         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
42653         (_IO_do_flush): Remove use of INTUSE.
42654         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
42655         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
42656         (_IO_adjust_column, _IO_least_wmarker)
42657         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
42658         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
42659         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
42660         (_IO_default_doallocate, _IO_wdefault_doallocate)
42661         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
42662         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
42663         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
42664         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
42665         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
42666         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
42667         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
42668         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
42669         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
42670         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
42671         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
42672         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
42673         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
42674         proto.
42675         (_IO_flush_all_internal, _IO_adjust_column_internal)
42676         (_IO_default_uflow_internal, _IO_default_finish_internal)
42677         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
42678         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
42679         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
42680         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
42681         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
42682         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
42683         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
42684         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
42685         (_IO_file_close_internal, _IO_file_close_it_internal)
42686         (_IO_file_underflow_internal, _IO_file_overflow_internal)
42687         (_IO_file_init_internal, _IO_file_attach_internal)
42688         (_IO_file_fopen_internal, _IO_file_read_internal)
42689         (_IO_file_sync_internal, _IO_file_seek_internal)
42690         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
42691         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
42692         (_IO_str_underflow_internal, _IO_str_overflow_internal)
42693         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
42694         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
42695         (_IO_list_all_internal, _IO_link_in_internal)
42696         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
42697         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
42698         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
42699         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
42700         (_IO_do_write_internal, _IO_padn_internal)
42701         (_IO_getline_info_internal, _IO_getline_internal)
42702         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
42703         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
42704         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
42705         (_IO_vfscanf_internal, _IO_vfprintf_internal)
42706         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
42707         (_IO_init_internal, _IO_un_link_internal): Don't declare.
42708         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
42709         with libc_hidden_ver, remove use of INTUSE.
42710         * libio/genops.c: Likewise.
42711         * libio/freopen.c: Likewise.
42712         * libio/freopen64.c: Likewise.
42713         * libio/iofclose.c: Likewise.
42714         * libio/iofdopen.c: Likewise.
42715         * libio/iofflush.c: Likewise.
42716         * libio/iofflush_u.c: Likewise.
42717         * libio/iofgets.c: Likewise.
42718         * libio/iofgets_u.c: Likewise.
42719         * libio/iofopen.c: Likewise.
42720         * libio/iofopncook.c: Likewise.
42721         * libio/iofread.c: Likewise.
42722         * libio/iofread_u.c: Likewise.
42723         * libio/ioftell.c: Likewise.
42724         * libio/iofwrite.c: Likewise.
42725         * libio/iogetline.c: Likewise.
42726         * libio/iogets.c: Likewise.
42727         * libio/iogetwline.c: Likewise.
42728         * libio/iopadn.c: Likewise.
42729         * libio/iopopen.c: Likewise.
42730         * libio/ioseekoff.c: Likewise.
42731         * libio/ioseekpos.c: Likewise.
42732         * libio/iosetbuffer.c: Likewise.
42733         * libio/iosetvbuf.c: Likewise.
42734         * libio/ioungetc.c: Likewise.
42735         * libio/ioungetwc.c: Likewise.
42736         * libio/iovdprintf.c: Likewise.
42737         * libio/iovsprintf.c: Likewise.
42738         * libio/iovsscanf.c: Likewise.
42739         * libio/memstream.c: Likewise.
42740         * libio/obprintf.c: Likewise.
42741         * libio/oldfileops.c: Likewise.
42742         * libio/oldiofclose.c: Likewise.
42743         * libio/oldiofdopen.c: Likewise.
42744         * libio/oldiofopen.c: Likewise.
42745         * libio/oldiopopen.c: Likewise.
42746         * libio/oldstdfiles.c: Likewise.
42747         * libio/putc.c: Likewise.
42748         * libio/setbuf.c: Likewise.
42749         * libio/setlinebuf.c: Likewise.
42750         * libio/stdfiles.c: Likewise.
42751         * libio/strops.c: Likewise.
42752         * libio/vasprintf.c: Likewise.
42753         * libio/vscanf.c: Likewise.
42754         * libio/vsnprintf.c: Likewise.
42755         * libio/vswprintf.c: Likewise.
42756         * libio/wfiledoalloc.c: Likewise.
42757         * libio/wfileops.c: Likewise.
42758         * libio/wgenops.c: Likewise.
42759         * libio/wmemstream.c: Likewise.
42760         * libio/wstrops.c: Likewise.
42761         * libio/__fpurge.c: Likewise.
42762         * libio/__fsetlocking.c: Likewise.
42763         * assert/assert.c: Likewise.
42764         * debug/fgets_chk.c: Likewise.
42765         * debug/fgets_u_chk.c: Likewise.
42766         * debug/fread_chk.c: Likewise.
42767         * debug/fread_u_chk.c: Likewise.
42768         * debug/gets_chk.c: Likewise.
42769         * debug/obprintf_chk.c: Likewise.
42770         * debug/vasprintf_chk.c: Likewise.
42771         * debug/vdprintf_chk.c: Likewise.
42772         * debug/vsnprintf_chk.c: Likewise.
42773         * debug/vsprintf_chk.c: Likewise.
42774         * malloc/mtrace.c: Likewise.
42775         * misc/error.c: Likewise.
42776         * misc/syslog.c: Likewise.
42777         * stdio-common/asprintf.c: Likewise.
42778         * stdio-common/fxprintf.c: Likewise.
42779         * stdio-common/getw.c: Likewise.
42780         * stdio-common/isoc99_fscanf.c: Likewise.
42781         * stdio-common/isoc99_scanf.c: Likewise.
42782         * stdio-common/isoc99_vfscanf.c: Likewise.
42783         * stdio-common/isoc99_vscanf.c: Likewise.
42784         * stdio-common/isoc99_vsscanf.c: Likewise.
42785         * stdio-common/printf-prs.c: Likewise.
42786         * stdio-common/printf_fp.c: Likewise.
42787         * stdio-common/printf_fphex.c: Likewise.
42788         * stdio-common/printf_size.c: Likewise.
42789         * stdio-common/putw.c: Likewise.
42790         * stdio-common/scanf.c: Likewise.
42791         * stdio-common/sprintf.c: Likewise.
42792         * stdio-common/tmpfile.c: Likewise.
42793         * stdio-common/vfprintf.c: Likewise.
42794         * stdio-common/vfscanf.c: Likewise.
42795         * stdlib/strfmon_l.c: Likewise.
42796         * sunrpc/openchild.c: Likewise.
42797         * sunrpc/xdr_stdio.c: Likewise.
42798         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
42799         * sysdeps/mach/hurd/tmpfile.c: Likewise.
42801 2012-05-24  Roland McGrath  <roland@hack.frob.com>
42803         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42805         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
42806         in the third column, to generate for the shared library an IFUNC
42807         that uses _dl_vdso_vsym.
42808         * Makerules (COMPILE.c, compile-stdin.c): New variables.
42809         * Makeconfig (object-suffixes-noshared): New variable.
42811         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
42812         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
42813         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
42814         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
42816         [BZ #14132]
42817         * include/sys/time.h (__gettimeofday): Remove macro.
42818         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
42819         * time/gettimeofday.c (__gettimeofday): Remove #undef.
42820         Remove INTDEF.
42821         (__gettimeofday): Add libc_hidden_def.
42822         (gettimeofday): Add libc_hidden_weak.
42823         * sysdeps/mach/gettimeofday.c: Likewise.
42824         * sysdeps/posix/gettimeofday.c: Likewise.
42825         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
42826         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
42827         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
42828         (__gettimeofday_internal): Remove strong_alias.
42829         (__gettimeofday): Add libc_hidden_def.
42830         (gettimeofday): Add libc_hidden_weak.
42831         * sysdeps/unix/syscalls.list (gettimeofday):
42832         Remove __gettimeofday_internal alias.
42834 2012-05-24  Daniel Jacobowitz  <drow@false.org>
42835             H.J. Lu  <hongjiu.lu@intel.com>
42837         [BZ #12495]
42838         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
42839         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
42840         (largebin_index_32_big): New.
42841         (largebin_index): Use it for 16-byte alignment.
42842         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
42843         correction with front_misalign.
42845 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
42847         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
42848         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
42849         Likewise.
42850         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
42851         Likewise.
42852         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
42853         Likewise.
42854         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
42855         Likewise.
42856         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
42857         Likewise.
42858         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
42859         Likewise.
42860         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
42861         Likewise.
42862         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
42863         Likewise.
42864         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
42865         Likewise.
42866         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
42867         Likewise.
42868         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
42869         Likewise.
42870         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
42871         Likewise.
42873         * scripts/data/c++-types-x32-linux-gnu.data: New file.
42874         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
42876 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42878         [BZ #10846]
42879         [BZ #14036]
42880         * math/libm-test.inc (exp_test): Add test from bug 14036.
42881         (pow_test): Add test from bug 10846.
42883         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
42884         and other flags.
42885         (special_function): Do not include flags in test name.
42886         (parse_args): Likewise.
42887         * sysdeps/i386/fpu/libm-test-ulps: Update.
42888         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42889         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
42890         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
42891         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42893         * math/gen-libm-test.pl (%beautify): Add entries for underflow
42894         exceptions.
42895         * math/libm-test.inc ("Philosophy"): Update comment about
42896         exception testing.
42897         (UNDERFLOW_EXCEPTION): New macro.
42898         (UNDERFLOW_EXCEPTION_OK): Likewise.
42899         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
42900         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
42901         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
42902         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
42903         (INVALID_EXCEPTION_OK): Update value.
42904         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
42905         (OVERFLOW_EXCEPTION_OK): Likewise.
42906         (IGNORE_ZERO_INF_SIGN): Likewise.
42907         (test_exceptions): Handle underflow exceptions.
42908         (acos_test): Update for underflow exception expectations.
42909         (cexp_test): Likewise.
42910         (clog_test): Likewise.
42911         (clog10_test): Likewise.
42912         (csqrt_test): Likewise.
42913         (ctan_test): Likewise.
42914         (ctanh_test): Likewise.
42915         (exp_test): Likewise.
42916         (exp10_test): Likewise.
42917         (exp2_test): Likewise.
42918         (expm1_test): Likewise.
42919         (fma_test): Likewise.
42920         (j0_test): Likewise.
42921         (jn_test): Likewise.
42922         (nexttoward_test): Likewise.
42923         (pow_test): Likewise.
42924         (scalbn_test): Likewise.
42925         (scalbln_test): Likewise.
42926         (tan_test): Likewise.
42927         (y1_test): Likewise.
42928         * sysdeps/i386/fpu/libm-test-ulps: Update.
42929         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42931 2012-05-23  David S. Miller  <davem@davemloft.net>
42933         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42934         (__libc_sigaction): Remove unused local variables.
42936 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42938         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
42940 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
42942         mktime: avoid signed integer overflow
42943         * time/mktime.c (__mktime_internal): Do not mishandle the case
42944         where diff == INT_MIN.
42946         mktime: simplify computation of average
42947         * time/mktime.c (ranged_convert): Use new time_t_avg function
42948         instead of rolling our own (probably-slower) code.
42950         mktime: do not assume signed right shift propagates sign bit
42951         * time/mktime.c (isdst_differ): New static function.
42952         (__mktime_internal): No need to normalize tm_isdst now.
42953         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
42954         tm_isdst values.
42956         mktime: merge another wrapv change from gnulib
42957         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
42958         from some compilers.
42960         mktime: remove incorrect attempt at unusual arithmetics
42961         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
42962         The code didn't really work on such machines anyway.
42963         (TYPE_MINIMUM): Assume two's complement.
42964         (twos_complement_arithmetic): Verify that long_int and time_t
42965         are two's complement (or unsigned, in the latter case).
42967         mktime: check signed shifts on long_int and time_t, too
42968         * time/mktime.c (SHR): Check that shifts work as desired
42969         on the types long_int and time_t too, as SHR is used on
42970         such types.
42972         mktime: do not assume 'long' is wide enough
42973         * time/mktime.c (verify): Move decl up.
42974         (long_int): New type.
42975         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
42976         to remove assumption in the code that 'long' is wide enough to
42977         store year values.  This assumption is not true on x32 and on
42978         some non-glibc platforms.
42980         mktime: merge wrapv change from gnulib
42981         * time/mktime.c (WRAPV): New macro.
42982         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
42983         (guess_time_tm, __mktime_internal): Do not assume that signed
42984         integer overflow wraps around; modern compilers generate code
42985         where this assumption is no longer valid.
42987 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42989         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42990         Replace "jmp L(pseudo_end)" with "ret".
42991         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
42992         Likewise.
42994 2012-05-23  Andreas Jaeger  <aj@suse.de>
42996         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
42997         * sysdeps/unix/sysv/linux/poll.c: Remove file.
42999 2012-05-23  Andreas Jaeger  <aj@suse.de>
43000             Maximilian Attems  <max@stro.at>
43002         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
43003         New macros.
43005 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43007         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
43008         code so that pseudo_end is just ret and the stack pointer is
43009         correct also for static library in error case.
43011 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
43013         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
43014         move to syscalls.list.
43015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
43016         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
43017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
43018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
43020         * manual/install.texi (Running make install): Do not mention Linux
43021         kernel version for which pt_chown is not needed.
43022         (Linux): Do not mention problems with nscd with 2.0 kernels.
43023         * INSTALL: Regenerated.
43025 2012-05-23  Andreas Jaeger  <aj@suse.de>
43027         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
43028         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
43029         macro.
43030         * sysdeps/unix/sysv/linux/s390/bits/mman.h
43031         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43032         * sysdeps/unix/sysv/linux/sh/bits/mman.h
43033         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43034         * sysdeps/unix/sysv/linux/i386/bits/mman.h
43035         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43036         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
43037         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43038         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
43039         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43040         * sysdeps/unix/sysv/linux/bits/in.h
43041         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
43043 2012-05-22  Roland McGrath  <roland@hack.frob.com>
43045         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
43046         (PREPARE_VERSION): Just use assert instead, it will be elided
43047         under [NDEBUG] anyway.
43049 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43051         * sysdeps/unix/sysv/linux/Makefile: Include
43052         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
43053         (sysdep_routines): Remove sysctl.
43054         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
43055         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
43056         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
43057         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
43058         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
43060 2012-05-22  Andreas Jaeger  <aj@suse.de>
43062         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
43063         that pseudo_end is just ret and the stack pointer is correct also
43064         for static library in error case.
43066 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
43068         [BZ #14122]
43069         * nss/nsswitch.c (defconfig_entries): New variable.
43070         (__nss_database_lookup): Don't leak defconfig entries.
43071         (nss_parse_service_list): Don't leak on error paths.
43072         (free_database_entries): New function.
43073         (free_defconfig): New function.
43074         (free_mem): Move common code to free_database_entries.
43076 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43078         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
43079         Add arch_prctl.
43080         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
43082         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
43083         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
43084         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
43085         New macro.
43086         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
43087         (INTERNAL_SYSCALL_TYPES): Likewise.
43088         (LOAD_ARGS_TYPES_[1-6]): Likewise.
43089         (LOAD_REGS_TYPES_[1-6]): Likewise.
43090         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
43091         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
43093 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43095         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
43096         copysignl for GLIBC_2_0.
43097         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
43098         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
43099         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
43100         logbl for GLIBC_2_0.
43101         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
43102         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
43104 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43106         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
43107         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43109         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43110         Use "neg %eax".
43112         * time/mktime.c: Update copyright years.
43114 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
43116         mktime: merge comment-quoting-style change from gnulib
43117         * time/mktime.c: Quote 'like this' in comments.
43118         The GNU coding standards suggest that we no longer quote `like this',
43119         as "`" and "'" are typically rendered asymmetrically nowadays.
43120         The typical gnulib style is to quote 'like this' when quoting
43121         code, and "like this" when quoting English.
43123         * time/mktime.c (compile-command): Add "-I.".
43125         mktime: merge mktime-internal.h change from gnulib
43126         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
43128         mktime: merge time_r change from gnulib
43129         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
43131         mktime: merge DEBUG change from gnulib
43132         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
43133         case system <time.h> has a #define.
43135         mktime: merge <sys/types.h> change from gnulib
43136         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
43137         since <time.t> is now guaranteed to define time_t.
43139         mktime: merge HAVE_CONFIG_H change from gnulib
43140         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
43142 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43144         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43145         Use "neg %eax".
43147         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
43148         __rlim_t cast.
43149         (struct rusage): Use anonymous union to pad each field to
43150         __syscall_slong_t.
43152 2012-05-21  David S. Miller  <davem@davemloft.net>
43154         * Makefules (o-iterator): Remove .s cases.
43155         (compile-command.s): Delete.
43156         (COMPILE.s): Delete.
43157         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
43159 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
43161         * configure.in (libc_cv_predef_stack_protector): Only consider
43162         "foobar" and "__stack_chk_fail" lines in libc_undefs.
43163         * configure: Regenerated.
43165 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43167         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43168         New macro.  Use R*LP on int and pointer.
43169         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
43170         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
43171         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
43172         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
43174         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
43175         [__WORDSIZE_TIME64_COMPAT32] instead of
43176         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
43177         (struct utmp): Likewise.
43178         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
43179         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
43180         Renamed to ...
43181         (__WORDSIZE_TIME64_COMPAT32): This.
43182         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
43183         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
43184         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
43185         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
43186         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
43187         (__WORDSIZE_TIME64_COMPAT32): New macro.
43189 2012-05-21  Andreas Jaeger  <aj@suse.de>
43191         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
43192         only if [SHARED]. Add prototype for __wcschr_ia32.
43194 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43196         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
43197         of %rbp unmolested in the jmp_buf while mangling the low bits.
43198         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
43199         unmolested high bits of %rbp while demangling the low bits.
43200         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
43202 2012-05-21  Andreas Jaeger  <aj@suse.de>
43204         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
43205         * sunrpc/svc_simple.c: Use it for registerrpc.
43206         * sunrpc/xcrypt.c: Use it for passwd2des.
43208         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
43210 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43212         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
43213         Don't define if [__SYSCALL_WORDSIZE != 32].
43214         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
43215         New macro.
43217 2012-05-21  Bruno Haible  <bruno@clisp.org>
43218             Andreas Jaeger  <aj@suse.de>
43220         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
43221         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
43222         inptr and inend for must_buffer_ch.
43223         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
43224         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
43225         * stdio-common/Makefile (tests): Remove bug15.
43226         (bug15-ENV): Remove macro.
43227         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
43228         anymore.
43230 2012-05-19  Andreas Jaeger  <aj@suse.de>
43231             Roland McGrath  <roland@hack.frob.com>
43233         * manual/contrib.texi: Completely rewritten. It contains now an
43234         alphabetical list of contributors and their contributions.
43236 2012-05-21  Richard Henderson  <rth@twiddle.net>
43238         * misc/getauxval.c (__getauxval): Use unsigned long int.
43239         * misc/sys/auxv.h: Include <sys/cdefs.h>.
43240         (getauxval): Use unsigned long int.
43242 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43244         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43246 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43248         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
43249         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
43250         __alignof__ (long double).
43252 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43254         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43256 2012-05-20  Richard Henderson  <rth@twiddle.net>
43258         * misc/getauxval.c: New file.
43259         * misc/sys/auxv.h: New file.
43260         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
43261         (routines): Add getauxval.
43262         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
43263         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
43264         * elf/dl-sysdep.c (_dl_auxv): Remove.
43265         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
43266         * elf/dl-support.c (_dl_auxv): New variable.
43267         (_dl_aux_init): Initialize it.
43268         * manual/startup.texi (Auxiliary Vector): New node.
43269         * sysdeps/generic/bits/hwcap.h: New file.
43270         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
43271         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
43272         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
43273         * sysdeps/sparc/sysdep.h: ... here.  Include it.
43274         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
43275         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
43276         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43277         Update.
43278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
43279         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
43280         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
43281         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
43282         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43283         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43284         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
43285         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
43287 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43289         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43291 2012-05-19  David S. Miller  <davem@davemloft.net>
43293         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43295 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43297         [BZ #14123]
43298         * math/s_ccosh.c: Include <float.h>
43299         (__ccosh): Avoid internal overflow calculating sinh and cosh
43300         values before multiplying by sin and cos values.
43301         * math/s_ccoshf.c: Likewise.
43302         * math/s_ccoshl.c: Likewise.
43303         * math/s_csin.c: Likewise.
43304         * math/s_csinf.c: Likewise.
43305         * math/s_csinl.c: Likewise.
43306         * math/s_csinh.c: Likewise.
43307         * math/s_csinhf.c: Likewise.
43308         * math/s_csinhl.c: Likewise.
43309         * math/libm-test.inc (ccos_test): Add more tests.
43310         (ccosh_test): Likewise.
43311         (csin_test): Likewise.
43312         (csinh_test): Likewise.
43313         * sysdeps/i386/fpu/libm-test-ulps: Update.
43314         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43316 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
43318         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
43319         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
43321         * sysdeps/x86_64/x32/_itoa.h: Add comment.
43323 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43325         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
43326         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
43327         * sysdeps/powerpc/soft-fp/Versions: Likewise.
43328         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
43329         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
43330         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
43331         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
43332         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
43333         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
43334         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
43335         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
43336         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
43337         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
43338         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
43339         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
43340         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
43341         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
43342         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
43343         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
43344         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
43345         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
43346         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
43347         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
43348         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
43349         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
43350         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
43351         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
43352         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
43353         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
43354         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
43355         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
43357 2012-05-18  Andreas Jaeger  <aj@suse.de>
43359         * csu/.gitignore: Delete.
43361 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43363         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
43364         (timex): Use __syscall_slong_t.
43366 2012-05-18  Andreas Jaeger  <aj@suse.de>
43367             Carlos O'Donell  <carlos_odonell@mentor.com>
43369         * manual/install.texi (Configuring and compiling): Update
43370         description about files modified in the source directory.
43371         * INSTALL: Regenerated.
43373 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43375         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
43376         value.  Use "or" to set return value to -1.
43377         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
43378         negate return value.
43380 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43382         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
43383         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
43384         failure if the compiler has Graphite support disabled.
43385         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
43386         Likewise.
43387         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
43388         (CFLAGS-memmove.c): Likewise.
43389         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
43390         Likewise.
43392 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43394         * sysdeps/x86_64/x32/_itoa.h: New file.
43396         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
43397         getdents system call only if kernel and user dirents have the
43398         same d_ino and d_off.
43400         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43401         LLONG_MAX != LONG_MAX.
43402         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43403         (_fitoa_word): Likewise.
43405         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
43406         years.
43407         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
43408         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
43409         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
43411         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
43412         include <bits/wordsize.h>.  Check __x86_64__ instead of
43413         __WORDSIZE.
43414         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
43415         if __x86_64__ is defined.  Use anonymous union on fpstate.
43417         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
43418         anonymous union.
43420 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
43422         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
43423         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
43424         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
43425         Refer to _rtld_local_ro instead of _rtld_global_ro.
43426         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
43427         Likewise.
43428         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
43429         Likewise.
43430         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
43431         Likewise.
43432         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
43433         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
43434         of _rtld_global, and rtld_progname instead of _dl_argv[0].
43436         * sysdeps/powerpc/powerpc32/dl-machine.c
43437         (__elf_machine_runtime_setup) [PROF]: Don't reference
43438         _dl_prof_resolve.
43440 2012-05-18  Andreas Jaeger  <aj@suse.de>
43442         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
43443         function only available for GCCs before 3.4 since GCC 3.4
43444         introduced a builtin.
43445         (lrint): Likewise.
43446         (llrintf): Likewise.
43447         (llrint): Likewise.
43448         (fmaxf): Likewise.
43449         (fmax): Likewise.
43450         (fminf): Likewise.
43451         (fmin): Likewise.
43452         (rint): Likewise.
43453         (rintf): Likewise.
43454         (nearbyint): Likewise.
43455         (nearbyintf): Likewise.
43456         (ceil): Likewise.
43457         (ceilf): Likewise.
43458         (floor): Likewise.
43459         (floorf): Likewise.
43461 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43463         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
43464         on both fields and cast pointer to __syscall_ulong_t.
43466         * bits/types.h (__fsword_t): New type.
43467         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
43468         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
43469         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43470         (__FSWORD_T_TYPE): Likewise.
43471         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43472         (__FSWORD_T_TYPE): Likewise.
43473         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43474         (__FSWORD_T_TYPE): Likewise.
43475         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
43476         (__FSWORD_T_TYPE): Likewise.
43477         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
43478         __SWORD_TYPE with __fsword_t.
43479         (statfs64): Likewise.
43481 2012-05-17  David S. Miller  <davem@davemloft.net>
43483         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
43485 2012-05-17  Andreas Jaeger  <aj@suse.de>
43487         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
43488         warning.
43490 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43492         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
43494 2012-05-17  Andreas Jaeger  <aj@suse.de>
43496         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
43497         when it is used.
43499 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
43501         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
43503 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43505         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
43506         * sysdeps/x86_64/tst-mallocalign1.c: New file.
43508 2012-05-17  Andreas Jaeger  <aj@suse.de>
43509             Carlos O'Donell  <carlos_odonell@mentor.com>
43511         [BZ #14059]
43512         * sysdeps/x86_64/multiarch/init-arch.h
43513         (bit_YMM_Usable): Rename to...
43514         (bit_AVX_Usable): ... this.
43515         (bit_FMA4_Usable): New macro.
43516         (bit_XMM_state): New macro.
43517         (bit_YMM_state): New macro.
43518         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
43519         [__ASSEMBLER__] (index_AVX_Usable): ... this.
43520         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
43521         (CPUID_OSXSAVE): New macro.
43522         (CPUID_AVX): New macro.
43523         (CPUID_FMA4): New macro.
43524         (index_YMM_Usable): Rename to...
43525         (index_AVX_Usable): ... this.
43526         (HAS_AVX): Use HAS_ARCH_FEATURE.
43527         (HAS_FMA4): Likewise.
43528         (HAS_YMM_USABLE): Remove.
43529         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
43530         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
43531         are present.
43532         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
43533         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
43534         * sysdeps/x86_64/multiarch/Makefile: Likewise.
43535         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
43536         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
43538 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
43540         * math/libm-test.c: Support platforms without multiple rounding modes.
43541         * math/bug-nextafter.c: Support platforms without FP exceptions.
43542         * math/bug-nexttoward.c: Likewise.
43543         * math/test-fenv.c: Likewise.
43544         * math/test-misc.c: Likewise.
43545         * stdlib/bug-getcontext.c: Likewise.
43547 2012-05-17  Andreas Jaeger  <aj@suse.de>
43549         * manual/examples/search.c (critter_cmp): Change signature to
43550         avoid warnings.
43551         * manual/string.texi (Collation Functions): Likewise.
43553 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43555         * bits/types.h: Fold copyright years.
43556         * bits/typesizes.h: Likewise.
43557         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
43558         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
43559         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
43560         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
43561         * time/time.h: Likewise.
43563 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
43565         [BZ #208]
43566         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
43567         in instead of returning them.  Return void.
43568         (__libc_mallinfo): Accumulate over all arenas.
43569         (__malloc_stats): Adjust for change in int_mallinfo interface.
43571 2012-05-16  Roland McGrath  <roland@hack.frob.com>
43573         [BZ #10375]
43574         * configure.in (NM): Add AC_CHECK_TOOL for it.
43575         (libc_extra_cflags): New substituted variable.
43576         Check for -fstack-protector being used implicitly.
43577         * configure: Regenerated.
43578         * config.make.in (config-extra-cflags): New variable,
43579         gets @libc_extra_cflags@.
43580         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
43582         [BZ #10375]
43583         * configure.in: Check for _FORTIFY_SOURCE being predefined.
43584         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
43585         * configure: Regenerated.
43586         * config.make.in (CPPUNDEFS): New substituted variable.
43587         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
43588         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
43589         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
43591 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43593         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
43594         (mq_attr): Use __syscall_slong_t.
43596 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43598         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
43599         Check __x86_64__ instead of __WORDSIZE.
43600         (_STAT_VER_LINUX): Likewise.
43601         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
43602         __syscall_ulong_t and __syscall_slong_t.
43603         (stat64): Likewise.
43605 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43607         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
43609 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43611         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
43613 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43615         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
43616         __syscall_ulong_t.
43618         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
43619         include <bits/wordsize.h>.  Check __x86_64__ instead of
43620         __WORDSIZE.
43621         (greg_t): Use "__extension__ long long int" if __x86_64__ is
43622         defined.
43623         (mcontext_t): Replace "unsigned long" with "unsigned long long".
43625         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
43626         include <bits/wordsize.h>.  Check __x86_64__ instead of
43627         __WORDSIZE.
43628         (user_regs_struct): Use "__extension__ unsigned long long"
43629         instead of "unsigned long" if __x86_64__ is defined.
43630         (user): Likewise.  Pad after pointer field if __ILP32__ is
43631         defined.
43633 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
43635         * configure.in (makeinfo): Require version 4.5 or later.  Allow
43636         versions 5 to 9.
43637         * configure: Regenerated.
43638         * manual/install.texi (texinfo): Increase version requirement to
43639         4.5 or later.
43640         * INSTALL: Regenerated.
43642         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
43644 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43646         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
43648         * sysdeps/x86_64/x32/ffs.c: New file.
43650         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
43651         __syscall_ulong_t.
43652         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
43653         defined.  Use __syscall_ulong_t.
43654         (shminfo): Use __syscall_ulong_t.
43655         (shm_info): Likewise.
43657         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
43658         __syscall_ulong_t.
43660         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
43661         <bits/wordsize.h>.
43662         (msgqnum_t): Use __syscall_ulong_t.
43663         (msglen_t): Likewise.
43664         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
43665         __syscall_ulong_t.
43667         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
43668         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43670         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
43672         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
43673         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
43675         * sysvipc/sys/msg.h (msgbuf): Replace long int with
43676         __syscall_slong_t.
43678         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
43679         include <bits/wordsize.h>.  Check __x86_64__ instead of
43680         __WORDSIZE.
43682         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
43683         "unsigned long long int" if __x86_64__ is defined.
43684         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
43686         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
43687         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43688         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
43690         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
43691         <stdint.h>.
43692         (GET_PC): Cast to uintptr_t first.
43693         (GET_FRAME): Likewise.
43694         (GET_STACK): Likewise.
43696         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
43697         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
43698         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
43699         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
43700         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
43701         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
43702         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
43703         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
43704         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
43705         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
43706         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
43707         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
43708         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
43709         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
43710         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
43711         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
43712         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
43713         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
43714         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
43715         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
43716         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
43717         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
43718         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
43719         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
43720         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
43721         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
43722         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
43723         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
43724         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
43726 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
43728         * Makerules (+depfiles): Also collect depfiles from .oS in
43729         $(extra-objs).
43730         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
43731         .oS, $(libnldbl-routines)).
43733         * Makerules (native-compile-mkdep-flags): Define.
43734         * sunrpc/Makefile (extra-objs): Add $(addprefix
43735         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
43736         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
43737         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
43738         calling $(make-target-directory).
43740 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43742         * bits/types.h (__snseconds_t): Removed.
43743         * time/time.h (struct timespec): Replace __snseconds_t with
43744         __syscall_slong_t.
43745         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
43746         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
43747         Likewise.
43748         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43749         (__SNSECONDS_T_TYPE): Likewise.
43750         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43751         (__SNSECONDS_T_TYPE): Likewise.
43752         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43753         (__SNSECONDS_T_TYPE): Likewise.
43755 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43757         * sysdeps/mach/hurd/bits/typesizes.h
43758         (__SYSCALL_SLONG_TYPE): New macro.
43759         (__SYSCALL_ULONG_TYPE): Likewise.
43761 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43763         * bits/types.h (__syscall_slong_t): New type.
43764         (__syscall_ulong_t): Likewise.
43766         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
43767         (__SYSCALL_ULONG_TYPE): Likewise.
43768         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43769         (__SYSCALL_SLONG_TYPE): Likewise.
43770         (__SYSCALL_ULONG_TYPE): Likewise.
43771         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43772         (__SYSCALL_SLONG_TYPE): Likewise.
43773         (__SYSCALL_ULONG_TYPE): Likewise.
43774         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43775         (__SYSCALL_SLONG_TYPE): Likewise.
43776         (__SYSCALL_ULONG_TYPE): Likewise.
43778 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43780         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
43781         Add sigaltstack-offsets.sym.
43782         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
43783         <sigaltstack-offsets.h>.
43784         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
43785         longjmp_msg pointer.
43786         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
43787         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
43788         signal stack.
43789         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
43791 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
43793         * elf/stackguard-macros.h: Remove file.
43794         * sysdeps/generic/stackguard-macros.h: New file.
43795         * sysdeps/i386/stackguard-macros.h: Likewise.
43796         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
43797         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
43798         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
43799         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
43800         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
43801         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
43802         * sysdeps/x86_64/stackguard-macros.h: Likewise.
43803         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
43804         <elf/stackguard-macros.h>.
43806         [BZ #14109]
43807         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
43808         __aligned__ in attribute.
43809         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
43810         (gregset_t): Likewise.
43812 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43814         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
43815         * sysdeps/x86_64/64/Implies-after: Here.  New file.
43816         * sysdeps/x86_64/x32/Implies-after: New file.
43818 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43820         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
43821         and access return value for _dl_profile_fixup.  Use R10_LP to
43822         load frame size.
43824 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43826         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
43828 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43830         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
43831         * sysdeps/x86_64/x32/sysdep.h: New file.
43833 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43835         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
43836         * sysdeps/x86_64/setjmp.S: Likewise.
43838 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43840         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
43841         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
43842         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
43843         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
43844         remove unused global constant.
43846 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
43848         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
43849         include of <not-cancel.h>.
43851 2012-05-15  Roland McGrath  <roland@hack.frob.com>
43853         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
43855 2012-05-15  Jeff Law  <law@redhat.com>
43856             Andreas Jaeger  <aj@suse.de>
43858         [BZ #13594]
43859         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
43860         out from...
43861         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
43862         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
43863         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
43864         code changing __hst_map_handle.map.
43866 2012-05-15  Roland McGrath  <roland@hack.frob.com>
43868         * configure.in (sysnames): Look for Implies-before and Implies-after
43869         files.
43870         * configure: Regenerated.
43872 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43874         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
43875         8-byte data alignment with LP_SIZE alignment.
43877 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43879         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
43880         into R10_LP.
43882 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43884         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
43886 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43888         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
43889         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
43890         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
43891         Likewise.
43892         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
43894 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43896         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
43897         (stackinfo_sub_sp): Likewise.
43899 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43901         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
43902         RAX_LP.
43904 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43906         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
43907         into R*_LP.
43909 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43911         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
43912         sizes into R*_LP.
43914 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43916         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
43918 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43920         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
43921         into R11_LP and load __x86_64_shared_cache_size_half into
43922         R8_LP.
43924 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43926         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
43927         R8_LP.
43929 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43931         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
43932         logb for POWER7.
43933         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
43934         logbf for POWER7.
43935         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
43936         logbl for POWER7.
43937         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
43938         powerpc32/power7/fpu/s_logb.c via #include.
43939         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
43940         powerpc32/power7/fpu/s_logbf.c via #include.
43941         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
43942         powerpc32/power7/fpu/s_logbl.c via #include.
43944 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
43946         * README.libm: Remove file.
43948 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43950         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
43951         count for x32.  Use R*_LP and omit operand-size suffix.
43953 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43955         * shlib-versions: Move x86_64-.*-linux.* entries to ...
43956         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
43957         * sysdeps/x86_64/x32/shlib-versions: New file.
43959 2012-05-14  Roland McGrath  <roland@hack.frob.com>
43961         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
43962         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
43963         Use _dl_fatal_printf instead.
43965 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
43967         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
43968         set if not set by the user.  Do not allow for being unset.
43969         * sysdeps/unix/sysv/linux/configure: Regenerated.
43971 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43973         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
43974         the `q' suffix from lea and replace .quad with ASM_ADDR.
43976 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43978         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
43979         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
43980         instead of $17.
43981         (PTR_DEMANGLE): Likewise.
43983 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43985         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
43986         (LP_OP): Likewise.
43987         (ASM_ADDR): Likewise.
43988         (RAX_LP): Likewise.
43989         (RBP_LP): Likewise.
43990         (RBX_LP): Likewise.
43991         (RCX_LP): Likewise.
43992         (RDI_LP): Likewise.
43993         (RSI_LP): Likewise.
43994         (RSP_LP): Likewise.
43995         (R8_LP): Likewise.
43996         (R9_LP): Likewise.
43997         (R10_LP): Likewise.
43998         (R10_LP): Likewise.
43999         (R11_LP): Likewise.
44000         (R12_LP): Likewise.
44001         (R13_LP): Likewise.
44002         (R14_LP): Likewise.
44003         (R15_LP): Likewise.
44005 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44007         * sysdeps/x86_64/x32/dl-machine.h: New file.
44009 2012-05-14  Andreas Jaeger  <aj@suse.de>
44011         * manual/Makefile (subdir): Remove export of subdir.
44012         (all): Remove target.
44013         (.PHONY): Remove all from list.
44014         (mkinstalldirs): Remove.
44015         (.PHONY): Remove installdirs from list.
44016         ($(inst_infodir)/libc.info): Use make-target-directory.
44017         (installdirs): Remove.
44018         (subdir_%): Remove.
44019         (glibc-targets): Remove.
44020         (lib): Remove.
44021         (stubs): Remove.
44022         ($(objpfx)stubs ../po/manual.pot): Remove.
44023         ($(objpfx)stamp%): Remove.
44024         (make-target-directory): Remove.
44025         (subdir_install): Remove.
44026         (routines): Remove.
44027         (aux): Remove.
44028         (sources): Remove.
44029         (objects): Remove.
44030         (headers): Remove.
44032         [BZ #13750]
44033         * manual/.gitignore: Remove, it's not needed anymore.
44034         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
44035         all files in it.
44036         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
44037         directory.
44038         (texis): Renamed to $(objpfx)texis.
44039         (texis-path): New, contains path to generated files.
44040         (chapters.%): Use texis-path for complete path, add extra argument
44041         libc-texinfo.sh.
44042         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
44043         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
44044         (summary,texi, stamp-summary): Use complete path of
44045         files. Generate files in build dir.
44046         (dir-add.texi): Build in build dir.
44047         (libm-err.texi,stamp-libm-err): Likewise.
44048         (version.texi, stamp-version): Likewise.
44049         (.%c.texi): Likewise.
44050         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
44051         (mostlyclean): Remove target.
44052         (realclean): Remove target.
44053         (generated): Add new variable with contents from mostlyclean and
44054         realclean, remove entries duplicated in common-mostlyclean, add
44055         stamp-libm-err and stamp-version.
44056         (generated-dirs): Add libc directory.
44057         ($(inst_infodir)/libc.info): Install files from build dir.
44059         * manual/install.texi (Configuring and compiling): Adjust since
44060         the info files are not part of the tar ball anymore.
44062 2012-05-14  Andreas Jaeger  <aj@suse.de>
44064         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
44065         variable.
44067 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44069         [BZ #13717]
44070         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
44071         to 2.2.0 where earlier.
44072         * sysdeps/unix/sysv/linux/configure: Regenerated.
44073         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
44074         Remove conditional code.
44075         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
44076         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
44077         Remove conditional code.
44078         [!__NR_lchown]: Likewise.
44079         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44080         [__NR_lchown]: Likewise.
44081         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
44082         comment referencing __ASSUME_LCHOWN_SYSCALL.
44083         * sysdeps/unix/sysv/linux/i386/sigaction.c
44084         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44085         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44086         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
44087         Remove conditional code.
44088         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
44089         (__protocol_available): Remove #if 0 code.
44090         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
44091         conditional code.
44092         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
44093         * sysdeps/unix/sysv/linux/kernel-features.h
44094         (__ASSUME_GETCWD_SYSCALL): Don't define.
44095         (__ASSUME_REALTIME_SIGNALS): Likewise.
44096         (__ASSUME_PREAD_SYSCALL): Likewise.
44097         (__ASSUME_PWRITE_SYSCALL): Likewise.
44098         (__ASSUME_POLL_SYSCALL): Likewise.
44099         (__ASSUME_LCHOWN_SYSCALL): Likewise.
44100         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
44101         non-SPARC.
44102         (__ASSUME_SIOCGIFNAME): Don't define.
44103         (__ASSUME_MSG_NOSIGNAL): Likewise.
44104         (__ASSUME_SENDFILE): Define unconditionally.
44105         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
44106         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
44107         conditional code.
44108         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
44109         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
44110         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44111         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44112         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
44113         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44114         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44115         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
44116         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44117         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
44119         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44120         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44121         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
44122         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44123         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
44125         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44126         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
44128         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44129         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
44131         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44132         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
44134         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44135         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
44137         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44138         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44139         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
44140         Remove conditional code.
44141         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44142         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44143         Remove conditional code.
44144         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44145         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
44146         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
44147         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44148         Remove conditional code.
44149         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44150         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
44151         Remove conditional code.
44152         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44153         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
44154         Remove conditional code.
44155         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44156         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44157         Remove conditional code.
44158         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44159         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44160         Remove conditional code.
44161         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44162         * sysdeps/unix/sysv/linux/sh/pwrite64.c
44163         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44164         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44165         * sysdeps/unix/sysv/linux/sigaction.c
44166         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44167         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44168         * sysdeps/unix/sysv/linux/sigpending.c
44169         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44170         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44171         * sysdeps/unix/sysv/linux/sigprocmask.c
44172         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44173         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44174         * sysdeps/unix/sysv/linux/sigsuspend.c
44175         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44176         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44177         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
44178         (__libc_missing_rt_sigs): Remove.
44179         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
44180         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
44181         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
44182         Remove conditional code.
44183         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
44184         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
44185         return 1.
44186         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
44187         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
44188         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
44189         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
44191 2012-05-14  Andreas Jaeger  <aj@suse.de>
44193         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
44194         it's not used in glibc.
44195         (__coshm1): Likewise.
44196         (__acosh1p): Likewise.
44197         (__sgn): Likewise.
44199         * manual/string.texi (Copying and Concatenation): Add missing
44200         variable in concat example.
44201         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
44203 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44205         [BZ #14103]
44206         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
44207         __builtin_clzl with __builtin_clzll.
44209 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44211         [BZ #14104]
44212         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
44213         libc_freeres_ptr.
44215 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44217         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
44218         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
44219         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
44220         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
44222 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
44224         * NEWS: Update ia64 info.
44226 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
44228         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
44229         used as bcopy.
44231 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
44233         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
44234         * sysdeps/unix/syscalls.list (dup3): Likewise.
44235         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
44236         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
44238 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44240         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
44241         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
44243 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44245         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
44246         thread pointer.
44247         (TLS_IE): Use mov/add instead of movq/addq to load thread
44248         pointer.
44249         (TLS_GD_PREFIX): New.
44250         (TLS_GD): Use it.
44252 2012-05-11  David S. Miller  <davem@davemloft.net>
44254         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
44255         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
44256         (_FPU_SETCW): Likewise.
44258 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44260         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
44261         is 32-byte aligned.
44263 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
44265         [BZ #11837]
44266         * iconvdata/gb18030.c: Update tables.
44267         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
44268         characters specially.
44269         (BODY for TO_LOOP): Add encoding of missing ranges.
44271 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
44273         [BZ #13673]
44274         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
44275         * sysdeps/mach/hurd/dup3.c: Likewise.
44276         * sysdeps/mach/hurd/readlinkat.c: Likewise.
44277         * sysdeps/powerpc/memmove.c:: Likewise.
44279 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44281         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
44282         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
44284 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44286         * elf/elf.h (R_X86_64_RELATIVE64): New.
44287         (R_X86_64_NUM): Updated.
44288         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
44289         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
44290         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
44291         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
44292         tst-quad1pie tst-quad2pie
44293         (modules-names): Add tst-quadmod1 tst-quadmod2.
44294         ($(objpfx)tst-quad1): New dependency.
44295         ($(objpfx)tst-quad2): Likewise.
44296         ($(objpfx)tst-quad1pie): Likewise.
44297         ($(objpfx)tst-quad2pie): Likewise.
44298         * sysdeps/x86_64/tst-quad1.c: New file.
44299         * sysdeps/x86_64/tst-quad1pie.c: New file.
44300         * sysdeps/x86_64/tst-quad2.c: Likewise.
44301         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
44302         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
44303         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
44304         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
44305         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
44307 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44309         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
44310         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
44311         * streams/stropts.h (t_scalar_t): Define type.
44313         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
44314         (_PATH_PRESERVE): Set to "/var/lib".
44315         (_PATH_RWHODIR): Set to "/var/spool/rwho".
44317         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
44318         instead of int.
44320         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
44321         if __dir_mkfile succeeded.
44323         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
44324         checking for _hurd_dtablesize.  Unlock it right after having
44325         finished _hurd_dtable allocation.
44327 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44329         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
44330         * sysdeps/mach/hurd/configure: Regenerated.
44331         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
44332         special-casing to...
44333         * sysdeps/gnu/configure.in: ... this new file.
44334         * sysdeps/unix/sysv/linux/configure: Regenerated.
44335         * sysdeps/gnu/configure: New generated file.
44337         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
44338         for Linux: use nsec instead of usec, as well as:
44339         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
44340         members of type struct timespec.
44341         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
44342         New macros.
44343         (struct stat64): Likewise.
44344         (_STATBUF_ST_NSEC): New macro.
44345         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
44347         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
44348         __strtoul_internal rather than strtoul.
44350 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44352         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
44353         and reject them.
44355 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44357         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
44358         which preserves existing values.
44359         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
44361 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44363         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
44364         TIMEOUT values.  Return EINVAL for NFDS values either negative or
44365         greater than FD_SETSIZE.
44367 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44369         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
44370         allocated, call __vm_protect to finish enabling the existing space, and
44371         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
44372         allocate the remainder.
44374 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44376         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
44377         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
44379 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44381         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
44382         sysdeps/mach/hurd/readlink.c.
44384         * posix/tst-sysconf.c (posix_options): Only use
44385         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
44386         _POSIX_SYNCHRONIZED_IO when they are defined
44387         * sysdeps/mach/hurd/bits/posix_opt.h:
44388         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
44389         (_XOPEN_REALTIME): Undefine macro.
44390         (_XOPEN_REALTIME_THREADS): Undefine macro.
44391         (_XOPEN_SHM): Undefine macro.
44392         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
44393         macro to -1.
44394         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
44395         macro to -1.
44396         (_POSIX_ASYNC_IO): Undefine macro.
44397         (_POSIX_PRIORITIZED_IO): Undefine macro.
44398         (_POSIX_SPIN_LOCKS): Define macro to -1.
44400         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
44401         SA_NODEFER, SA_RESETHAND.
44402         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
44403         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
44404         F_DUPFD_CLOEXEC.
44406 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44408         * elf/Makefile (pldd-modules): Define unconditionally.
44410 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44412         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
44414 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44416         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
44417         Return ENOENT when name is empty.
44418         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
44420 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44422         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
44424         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
44426 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44428         Fix mlock in all cases except non-readable pages.
44429         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
44430         instead of VM_PROT_ALL as parameter to __vm_wire function.
44432         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
44433         (__mkdir): When path is `/', just fail with EEXIST.
44434         * sysdeps/mach/hurd/mkdirat.c: Likewise.
44436 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44438         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
44439         <sys/uio.h> (for writev).
44440         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
44441         and <sys/param.h> (for MIN).
44443 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44445         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
44446         REQUESTED_TIME.  Properly set the remaining time and return EINTR
44447         if interrupted.
44449 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44451         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
44452         Depend on against $(link-rpcuserlibs).
44454 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44456         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
44457         (__libc_stack_end): Do not use attribute_relro.
44458         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
44459         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
44460         to libthread-provided value.
44461         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
44462         attribute_relro.
44464 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44466         [BZ #3748]
44467         * bits/libc-lock.h (__libc_once_get): New macro.
44468         * sysdeps/mach/bits/libc-lock.h: Likewise.
44469         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
44470         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
44471         instead of using implementation details.
44473         * libio/fileops.c: Unconditionally include <kernel-features.h>.
44474         * libio/freopen.c: Likewise.
44475         * libio/freopen64.c: Likewise.
44476         * misc/syslog.c: Likewise.
44477         * nscd/connections.c: Likewise.
44478         * nscd/netgroupcache.c: Likewise.
44479         * sysdeps/posix/getcwd.c: Likewise.
44481 2012-05-10  Roland McGrath  <roland@hack.frob.com>
44483         * math/w_ilogbf.c: Add #include <limits.h>.
44485 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44487         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
44488         path instead of returning without unlocking.
44490         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
44491         immediate-write ioctls.
44492         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
44494 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44496         * sysdeps/mach/hurd/i386/init-first.c (init): Use
44497         __builtin_frame_address instead of making assumptions about the
44498         location of the return address relative to DATA.  Force early load of
44499         the return address.
44500         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
44501         __builtin_frame_address.
44503         dup3 for GNU Hurd.
44504         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
44505         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
44506         implement dup3 and do some further code clean-ups.
44507         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
44508         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
44510 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44512         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
44514         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
44515         HURD_CRITICAL_END around holding _hurd_dtable_lock.
44516         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
44517         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
44518         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
44519         d->port.lock.
44521         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
44522         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
44523         when handler == SIG_ERR, not when handler != SIG_ERR.
44525 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44527         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
44528         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
44529         definitions.
44531         accept4 for GNU Hurd.
44532         * include/sys/socket.h (__libc_accept4): New prototype.
44533         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
44534         to implement __libc_accept4.
44535         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
44536         __libc_accept4.
44537         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
44539         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
44540         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
44541         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
44542         signal-defines.sym.
44544 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44546         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
44548 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44550         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
44551         assertion on O_CLOEXEC flag.
44552         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
44553         * hurd/intern-fd.c: Likewise.
44554         * hurd/port2fd.c: Likewise.
44556 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44558         [BZ #3906]
44559         * bits/in.h (IPV6_PKTINFO): Define new macro.
44560         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
44562 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44564         [BZ #13954]
44565         [BZ #13955]
44566         [BZ #13956]
44567         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
44568         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
44569         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
44570         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
44571         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
44572         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
44573         * math/libm-test.inc (logb_test) : Additional logb tests.
44575 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
44576             Andreas Jaeger  <aj@suse.de>
44578         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
44579         * configure: Regenerated.
44580         * config.h.in (LINK_OBSOLETE_RPC): New macro.
44581         * config.make.in (link-obsolete-rpc): New substituted variable.
44582         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
44583         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
44584         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44585         (shared-only-routines): Don't set it under [link-obsolete-rpc],
44586         so that libc.a contains the symbols.
44587         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44588         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
44589         * sunrpc/auth_none.c: Likewise.
44590         * sunrpc/auth_unix.c: Likewise.
44591         * sunrpc/authdes_prot.c: Likewise.
44592         * sunrpc/authuxprot.c: Likewise.
44593         * sunrpc/clnt_gen.c: Likewise.
44594         * sunrpc/clnt_perr.c: Likewise.
44595         * sunrpc/clnt_raw.c: Likewise.
44596         * sunrpc/clnt_simp.c: Likewise.
44597         * sunrpc/clnt_tcp.c: Likewise.
44598         * sunrpc/clnt_udp.c: Likewise.
44599         * sunrpc/clnt_unix.c: Likewise.
44600         * sunrpc/des_crypt.c: Likewise.
44601         * sunrpc/des_soft.c: Likewise.
44602         * sunrpc/get_myaddr.c: Likewise.
44603         * sunrpc/key_call.c: Likewise.
44604         * sunrpc/key_prot.c: Likewise.
44605         * sunrpc/netname.c: Likewise.
44606         * sunrpc/pm_getmaps.c: Likewise.
44607         * sunrpc/pm_getport.c: Likewise.
44608         * sunrpc/pmap_clnt.c: Likewise.
44609         * sunrpc/pmap_prot.c: Likewise.
44610         * sunrpc/pmap_prot2.c: Likewise.
44611         * sunrpc/pmap_rmt.c: Likewise.
44612         * sunrpc/publickey.c: Likewise.
44613         * sunrpc/rpc_cmsg.c: Likewise.
44614         * sunrpc/rpc_common.c: Likewise.
44615         * sunrpc/rpc_dtable.c: Likewise.
44616         * sunrpc/rpc_prot.c: Likewise.
44617         * sunrpc/rpc_thread.c: Likewise.
44618         * sunrpc/rtime.c: Likewise.
44619         * sunrpc/svc.c: Likewise.
44620         * sunrpc/svc_auth.c: Likewise.
44621         * sunrpc/svc_raw.c: Likewise.
44622         * sunrpc/svc_run.c: Likewise.
44623         * sunrpc/svc_tcp.c: Likewise.
44624         * sunrpc/svc_udp.c: Likewise.
44625         * sunrpc/svc_unix.c: Likewise.
44626         * sunrpc/svcauth_des.c: Likewise.
44627         * sunrpc/xcrypt.c: Likewise.
44628         * sunrpc/xdr.c: Likewise.
44629         * sunrpc/xdr_array.c: Likewise.
44630         * sunrpc/xdr_float.c: Likewise.
44631         * sunrpc/xdr_intXX_t.c: Likewise.
44632         * sunrpc/xdr_mem.c: Likewise.
44633         * sunrpc/xdr_rec.c: Likewise.
44634         * sunrpc/xdr_ref.c: Likewise.
44635         * sunrpc/xdr_sizeof.c: Likewise.
44636         * sunrpc/xdr_stdio.c: Likewise.
44638 2012-05-10  Roland McGrath  <roland@hack.frob.com>
44640         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
44641         change.  Update copyright years.
44643 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
44645         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
44647 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
44648             Joseph Myers  <joseph@codesourcery.com>
44649             Paul Pluzhnikov  <ppluzhnikov@google.com>
44651         [BZ #14012]
44652         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
44653         requiring rpcgen.
44654         [cross-compiling] (extra-libs): Likewise.
44655         [cross-compiling] (extra-libs-others): Likewise.
44656         [cross-compiling] (librpcsvc-routines): Likewise.
44657         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
44658         [cross-compiling] (omit-deps): Likewise.
44659         (sunrpc-CPPFLAGS): New variable.
44660         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
44661         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
44662         (cross-rpcgen-objs): New variable.
44663         (extra-objs): Append $(cross-rpcgen-objs).
44664         ($(cross-rpcgen-objs)): New rule.
44665         ($(objpfx)cross-rpcgen): Likewise.
44666         (rpcgen-cmd): Define to use $(built-program-file).  Expand
44667         comment.
44668         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
44669         ($(objpfx)x%.stmp): Likewise.
44670         * sunrpc/proto.h [IS_IN_build] (_): Define.
44671         [IS_IN_build] (_libc_intl_domainname): Likewise.
44673 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44675         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
44676         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
44677         and R_X86_64_TPOFF64.
44679 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
44681         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
44682         sysdeps/unix/sysv/syscalls.list.
44683         (stime): Likewise.
44684         (utime): Likewise.
44685         * sysdeps/unix/sysv/syscalls.list: Remove file.
44687 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
44689         [BZ #3440]
44690         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
44691         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
44692         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
44693         (__LC_IDENTIFICATION): Make these macros useful in #if
44694         expressions, as required by C99.
44696 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
44698         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
44699         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
44700         after this.
44702 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
44704         * stdlib/longlong.h: Updated from GCC.
44706 2012-05-09  Andreas Jaeger  <aj@suse.de>
44708         * nscd/nscd.c (run_modes): Make named enum, reorder so that
44709         default is first entry.
44710         (run_mode): Set type.
44711         (main): Remove informal message about syslog.
44712         (options): Fix typo.
44714         [BZ #14053]
44715         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
44716         to asm.
44717         (lrint): Likewise.
44718         (llrintf): Likewise.
44719         (llrint): Likewise.
44720         (rint): Likewise.
44721         (rintf): Likewise.
44722         (nearbyint): Likewise.
44723         (nearbyintf): Likewise.
44725 2012-05-09  Andreas Jaeger  <aj@suse.de>
44726             Pedro Alves  <palves@redhat.com>
44728         * nscd/nscd.c (run_mode): Use enum.
44729         (main): Cleanup coding style issue.
44731 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
44732             Andreas Jaeger  <aj@suse.de>
44734         * nscd/nscd.c (go_background): Replaced with...
44735         (run_mode): ... this.
44736         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
44737         (options): Add -F --foreground.
44738         (main): Implement it.
44739         (parse_opt): Parse it.
44741 2012-05-09  Andreas Jaeger  <aj@suse.de>
44743         [BZ #14083]
44744         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
44745         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
44746         -Wconversion warning.
44747         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
44748         Likewise.
44750 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
44752         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
44753         == 0.
44754         (LC_ALL): Use macro-int-constant.
44755         (LC_COLLATE): Likewise.
44756         (LC_CTYPE): Likewise.
44757         (LC_MESSAGES): Likewise.
44758         (LC_MONETARY): Likewise.
44759         (LC_NUMERIC): Likewise.
44760         (LC_TIME): Likewise.
44761         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
44762         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44763         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44764         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
44765         Specify type.
44766         [C99-based standards] (float_t): Expect type.
44767         [C99-based standards] (double_t): Expect type.
44768         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
44769         type.
44770         [C99-based standards] (HUGE_VALL): Likewise.
44771         [C99-based standards] (INFINITY): Likewise.
44772         [C99-based standards] (NAN): Likewise.
44773         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
44774         [C99-based standards] (FP_NAN): Likewise.
44775         [C99-based standards] (FP_NORMAL): Likewise.
44776         [C99-based standards] (FP_SUBNORMAL): Likewise.
44777         [C99-based standards] (FP_ZERO): Likewise.
44778         [C99-based standards] (FP_FAST_FMA): Use
44779         optional-macro-int-constant.  Specify type.  Require == 1.
44780         [C99-based standards] (FP_FAST_FMAF): Likewise.
44781         [C99-based standards] (FP_FAST_FMAL): Likewise.
44782         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
44783         [C99-based standards] (FP_ILOGBNAN): Likewise.
44784         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
44785         Specify type.
44786         [C99-based standards] (MATH_ERREXCEPT): Likewise.
44787         [C99-based standards] (math_errhandling): Specify type.
44788         [ISO99 || ISO11] (signgam): Do not allow.
44789         [non-C99-based standards] (copysignf): Do not allow.
44790         [non-C99-based standards] (exp2f): Likewise.
44791         [non-C99-based standards] (log2f): Likewise.
44792         [non-C99-based standards] (modff): Allow.
44793         [non-C99-based standards] (erff): Do not allow.
44794         [non-C99-based standards] (erfcf): Likewise.
44795         [non-C99-based standards] (gammaf): Likewise.
44796         [non-C99-based standards] (hypotf): Likewise.
44797         [non-C99-based standards] (j0f): Likewise.
44798         [non-C99-based standards] (j1f): Likewise.
44799         [non-C99-based standards] (jnf): Likewise.
44800         [non-C99-based standards] (lgammaf): Likewise.
44801         [non-C99-based standards] (tgammaf): Likewise.
44802         [non-C99-based standards] (y0f): Likewise.
44803         [non-C99-based standards] (y1f): Likewise.
44804         [non-C99-based standards] (ynf): Likewise.
44805         [non-C99-based standards] (isnanf): Likewise.
44806         [non-C99-based standards] (acoshf): Likewise.
44807         [non-C99-based standards] (asinhf): Likewise.
44808         [non-C99-based standards] (atanhf): Likewise.
44809         [non-C99-based standards] (cbrtf): Likewise.
44810         [non-C99-based standards] (expm1f): Likewise.
44811         [non-C99-based standards] (ilogbf): Likewise.
44812         [non-C99-based standards] (log1pf): Likewise.
44813         [non-C99-based standards] (logbf): Likewise.
44814         [non-C99-based standards] (nextafterf): Likewise.
44815         [non-C99-based standards] (remainderf): Likewise.
44816         [non-C99-based standards] (rintf): Likewise.
44817         [non-C99-based standards] (scalbf): Likewise.
44818         [non-C99-based standards] (copysignl): Likewise.
44819         [non-C99-based standards] (exp2l): Likewise.
44820         [non-C99-based standards] (log2l): Likewise.
44821         [non-C99-based standards] (modfl): Allow.
44822         [non-C99-based standards] (erfl): Do not allow.
44823         [non-C99-based standards] (erfcl): Likewise.
44824         [non-C99-based standards] (gammal): Likewise.
44825         [non-C99-based standards] (hypotl): Likewise.
44826         [non-C99-based standards] (j0l): Likewise.
44827         [non-C99-based standards] (j1l): Likewise.
44828         [non-C99-based standards] (jnl): Likewise.
44829         [non-C99-based standards] (lgammal): Likewise.
44830         [non-C99-based standards] (tgammal): Likewise.
44831         [non-C99-based standards] (y0l): Likewise.
44832         [non-C99-based standards] (y1l): Likewise.
44833         [non-C99-based standards] (ynl): Likewise.
44834         [non-C99-based standards] (isnanl): Likewise.
44835         [non-C99-based standards] (acoshl): Likewise.
44836         [non-C99-based standards] (asinhl): Likewise.
44837         [non-C99-based standards] (atanhl): Likewise.
44838         [non-C99-based standards] (cbrtl): Likewise.
44839         [non-C99-based standards] (expm1l): Likewise.
44840         [non-C99-based standards] (ilogbl): Likewise.
44841         [non-C99-based standards] (log1pl): Likewise.
44842         [non-C99-based standards] (logbl): Likewise.
44843         [non-C99-based standards] (nextafterl): Likewise.
44844         [non-C99-based standards] (remainderl): Likewise.
44845         [non-C99-based standards] (rintl): Likewise.
44846         [non-C99-based standards] (scalbl): Likewise.
44847         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44848         [non-C99-based standards] (FP_*): Do not allow.
44849         [C99-based standards] (FP_*): Change to
44850         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44851         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44852         allow.
44853         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
44854         (SIG_ERR): Likewise.
44855         [X/Open-based standards] (SIG_HOLD): Likewise.
44856         (SIG_IGN): Likewise.
44857         (SIGABRT): Use macro-int-constant.  Specify type.  Require
44858         positive value.
44859         (SIGFPE): Likewise.
44860         (SIGILL): Likewise.
44861         (SIGINT): Likewise.
44862         (SIGSEGV): Likewise.
44863         (SIGTER): Likewise.
44864         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
44865         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
44866         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
44867         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
44868         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
44869         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
44870         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
44871         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
44872         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
44873         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
44874         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
44875         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
44876         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
44877         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
44878         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
44879         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
44880         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
44881         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
44882         [X/Open-based standards] (SIGTRAP): Likewise.
44883         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
44884         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
44885         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
44886         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
44887         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44888         allow.
44890 2012-05-08  Ian Wienand  <ianw@vmware.com>
44892         [BZ #14080]
44893         * time/tzset.c (__tzset_parse_tz): Update default rules for
44894         daylight time changes in the Energy Policy Act of 2005.
44896 2012-05-09  Andreas Jaeger  <aj@suse.de>
44898         [BZ #13983]
44899         * elf/ldconfig.c (parse_conf): Change string to make clear that
44900         ldconfig only issued a warning if ld.so.conf does not exist.
44902 2012-05-08  David S. Miller  <davem@davemloft.net>
44904         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
44905         movxtod instead of popping the value on the stack.
44907         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44909 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
44911         * config.h.in: Add HAVE_ARM_PCS_VFP.
44913 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
44915         [BZ #13979]
44916         * include/features.h: Warn if user requests __FORTIFY_SOURCE
44917         checking but the checks are disabled for any reason.
44919 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
44921         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
44922         and ELF64_R_TYPE with ELFW(R_TYPE).
44924 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
44926         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
44927         (ulimit): Likewise.
44929         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
44930         (settimeofday): Likewise.
44932 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
44934         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
44935         a struct th_u2 inside the union, and move tu_block/tu_code into
44936         a new th_u3 union of tu_block/tu_code inside of that.  Move
44937         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
44938         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
44939         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
44940         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
44941         (th_stuff): Change to th_u1.tu_stuff.
44942         (th_data): Define.
44943         (th_msg): Change to th_u1.th_u2.tu_data.
44945 2012-05-07  David S. Miller  <davem@davemloft.net>
44947         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44949         [BZ #14074]
44950         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
44951         (SETUP_PIC_REG): Use it.
44952         (SETUP_PIC_REG_LEAF): Use it.
44954 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
44956         [BZ #13885]
44957         [BZ #13923]
44958         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44959         USE_AS_EXPM1L.
44960         (EXPL_FINITE): Likewise.
44961         (FLDLOG): Likewise.
44962         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44963         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44964         e_expl.S.
44965         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44966         USE_AS_EXPM1L.
44967         (EXPL_FINITE): Likewise.
44968         (FLDLOG): Likewise.
44969         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44970         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44971         e_expl.S.
44972         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
44973         test of -max_value argument for long double.
44974         * sysdeps/i386/fpu/libm-test-ulps: Update.
44975         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44977 2012-05-06  David S. Miller  <davem@davemloft.net>
44979         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
44980         quad soft-float symbols whose references which are compiler
44981         generated.
44982         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
44984 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
44986         [BZ #13884]
44987         [BZ #13914]
44988         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44989         USE_AS_EXP10L.
44990         (EXPL_FINITE): Likewise.
44991         (FLDLOG): Likewise.
44992         (c0): Likewise.
44993         (c1): Likewise.
44994         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
44995         Adjust comments for base varying.
44996         (__expl_finite): Change alias to EXPL_FINITE.
44997         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
44998         e_expl.S.
44999         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
45000         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
45001         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
45002         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
45003         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45004         USE_AS_EXP10L.
45005         (EXPL_FINITE): Likewise.
45006         (FLDLOG): Likewise.
45007         (c0): Likewise.
45008         (c1): Likewise.
45009         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45010         Adjust comments for base varying.
45011         (__expl_finite): Change alias to EXPL_FINITE.
45012         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
45013         tests for bugs.
45014         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45016         [BZ #14064]
45017         * math/libm-test.inc (check_float_internal): Correct ulp
45018         calculation for subnormal expected results.
45020 2012-05-06  Andreas Jaeger  <aj@suse.de>
45022         * Makeconfig (+math-flags): New, set to -frounding-math.
45023         (+cflags): Add +math-flags so that all of glibc gets compiled with
45024         it.
45026         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
45028 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
45030         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
45031         Disable one test.
45033         [BZ #13787]
45034         [BZ #13922]
45035         [BZ #14036]
45036         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
45037         (__ieee754_expl): Allow for and saturate large arguments.
45038         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
45039         (u_threshold): Likewise.
45040         (__exp): Call __ieee754_exp before checking for overflow and
45041         underflow.
45042         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
45043         (u_threshold): Likewise.
45044         (__expf): Call __ieee754_expf before checking for overflow and
45045         underflow.
45046         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
45047         (u_threshold): Likewise.
45048         (__expl): Call __ieee754_expl before checking for overflow and
45049         underflow.
45050         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
45051         (__ieee754_expl): Allow for and saturate large arguments.
45052         * math/libm-test.inc (exp_test): Add another test.  Do not allow
45053         missing overflow exception on overflow.
45054         (expm1_test): Do not allow missing overflow exception on overflow.
45056         * sysdeps/i386/fpu/e_expl.c: Move to ...
45057         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
45058         rather than using inline asm.
45059         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
45060         * sysdeps/x86_64/fpu/e_expl.S: Copy from
45061         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
45063         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
45064         (nice): Likewise.
45065         (poll): Likewise.
45066         (signal): Likewise.
45067         (time): Likewise.
45068         (times): Likewise.
45070 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45072         * sysdeps/unix/syscalls.list (adjtime): Add entry from
45073         sysdeps/unix/common/syscalls.list.
45074         (fchmod): Likewise.
45075         (fchown): Likewise.
45076         (ftruncate): Likewise.
45077         (getrusage): Likewise.
45078         (gettimeofday): Likewise.
45079         (setpgid): Likewise.
45080         (setregid): Likewise.
45081         (setreuid): Likewise.
45082         (sigaction): Likewise.
45083         (truncate): Likewise.
45084         (vhangup): Likewise.
45085         * sysdeps/unix/common/syscalls.list: Remove file.
45086         * sysdeps/unix/bsd/Implies: Don't include unix/common.
45087         * sysdeps/unix/sysv/linux/Implies: Likewise.
45089 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
45091         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
45092         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
45093         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
45094         Moved to ...
45095         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
45096         Here.
45097         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
45098         to ...
45099         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
45100         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
45101         to ...
45102         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
45103         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
45104         to ...
45105         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
45106         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
45107         to ...
45108         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
45109         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
45110         to ...
45111         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
45112         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
45113         to ...
45114         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
45115         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
45116         to ...
45117         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
45118         Here.
45119         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
45120         to ...
45121         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
45122         Here.
45123         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
45124         to ...
45125         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
45126         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
45127         Moved to ...
45128         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
45129         Here.
45130         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
45131         to ...
45132         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
45134 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45136         * sysdeps/unix/common/bits/dirent.h: Remove file.
45137         * sysdeps/unix/common/bits/fcntl.h: Likewise.
45139         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
45140         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
45141         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
45142         * sysdeps/unix/bsd/isatty.c: Likewise.
45143         * sysdeps/unix/bsd/tcdrain.c: Likewise.
45144         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
45145         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
45147 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45149         [BZ #13563]
45150         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
45151         long double comparison inaccuracies.
45152         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
45153         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45155 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
45157         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
45158         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
45160 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45162         [BZ #14049]
45163         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
45164         nonzero digits before rounding a hex value.
45165         * stdlib/tst-strtod.c (tests): Add another test.
45167 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45169         * sysdeps/s390/fpu/libm-test-ulps: Update.
45171 2012-05-03  Andreas Jaeger  <aj@suse.de>
45173         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
45174         does not get optimized out.
45175         (malloc_opt_barrier): New.
45177 2012-05-03  Andreas Jaeger  <aj@suse.de>
45178             Roland McGrath  <roland@hack.frob.com>
45180         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
45181         intermediate file deletion.
45182         (generated): Add .symlist files.
45184 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
45186         [BZ #13775]
45187         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
45188         Redirect under this condition.
45189         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45190         [__USE_GNU] (__dprintf_chk): Not under this condition.
45191         [__USE_GNU] (__vdprintf_chk): Likewise.
45192         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
45193         under this condition.
45194         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45195         [__USE_XOPEN2K8] (dprintf): Define under this condition.
45196         [__USE_XOPEN2K8] (vdprintf): Likewise.
45197         [__USE_GNU] (__dprintf_chk): Not under this condition.
45198         [__USE_GNU] (__vdprintf_chk): Likewise.
45199         [__USE_GNU] (dprintf): Likewise.
45200         [__USE_GNU] (vdprintf): Likewise.
45202 2012-05-03  Roland McGrath  <roland@hack.frob.com>
45204         * elf/Makefile (common-generated): Set this instead of generated for
45205         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
45206         $(all-built-dso)-derived lists.
45208 2012-05-03  Andreas Jaeger  <aj@suse.de>
45210         * sysdeps/i386/fpu/libm-test-ulps: Update.
45212         * FAQ: Removed.
45213         * FAQ.in: Likewise.
45214         * scripts/gen-FAQ.pl: Likewise.
45215         * manual/install.texi (Installation): Point to online location of
45216         FAQ.
45217         * Makefile (files-for-dist): Remove FAQ.
45218         (FAQ): Remove.
45220 2012-05-02  Allan McRae  <allan@archlinux.org>
45222         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
45223         (LDFLAGS-reldepmod5.so): Likewise.
45224         (LDFLAGS-reldep6mod1.so): Likewise.
45225         (LDFLAGS-reldep6mod4.so): Likewise.
45226         (LDFLAGS-reldep8mod3.so): Likewise.
45227         (LDFLAGS-unload4mod1.so): Likewise.
45228         (LDFLAGS-unload4mod2.so): Likewise.
45229         (LDFLAGS-tst-initorder): Likewise.
45230         (LDFLAGS-tst-initordera2.so): Likewise.
45231         (LDFLAGS-tst-initordera3.so): Likewise.
45232         (LDFLAGS-tst-initordera4.so): Likewise.
45233         (LDFLAGS-tst-initorderb2.so): Likewise.
45234         (LDFLAGS-noload): Likewise.
45235         (LDFLAGS-next): Likewise.
45236         (LDFLAGS-order2mod1.so): Likewise.
45237         (LDFLAGS-order2mod2.so): Likewise.
45238         (LDFLAGS-tst-initorder2): Likewise.
45239         (LDFLAGS-tst-initorder2a.so): Likewise.
45240         (LDFLAGS-tst-initorder2b.so): Likewise.
45241         (LDFLAGS-tst-initorder2c.so): Likewise.
45242         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
45244 2012-05-02  David S. Miller  <davem@davemloft.net>
45246         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45248 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
45250         [BZ #14055]
45251         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
45253 2012-05-02  Andreas Jaeger  <aj@suse.de>
45255         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
45256         since we manipulate rounding mode.
45257         (CPPFLAGS-test-idouble.c): Likewise.
45258         (CPPFLAGS-test-ifloat.c): Likewise.
45259         (CFLAGS-test-ldouble.c): Likewise.
45260         (CFLAGS-test-double.c): Likewise.
45261         (CFLAGS-test-float.c): Likewise.
45262         (CFLAGS-test-misc.c): Likewise.
45263         (CFLAGS-test-test-fenv.c): Likewise.
45265 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45267         [BZ #2550]
45268         [BZ #2570]
45269         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
45270         comparisons to determine direction to adjust input.
45272 2012-05-01  Roland McGrath  <roland@hack.frob.com>
45274         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
45275         output to the target.
45277         * scripts/localplt.awk: New file.
45278         * elf/Makefile ($(objpfx)check-localplt): Target removed.
45279         (check-localplt-CFLAGS): Variable removed.
45280         ($(all-built-dso:=.jmprel)): New static pattern rule.
45281         (generated): Add those targets.
45282         (localplt-built-dso): New variable.
45283         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
45285         * elf/check-localplt.c: File removed.
45287         * scripts/check-execstack.awk: New file.
45288         * elf/Makefile ($(objpfx)check-execstack): Target removed.
45289         (check-execstack-CFLAGS): Variable removed.
45290         ($(objpfx)check-execstack.h): Target removed.
45291         ($(objpfx)execstack-default): New target.
45292         (generated): Add that instead of check-execstack.h.
45293         ($(all-built-dso:=.phdr)): New static pattern rule.
45294         (generated): Add those targets.
45295         * elf/check-execstack.c: File removed.
45297         * scripts/check-textrel.awk: New file.
45298         * elf/Makefile ($(objpfx)check-textrel): Target removed.
45299         (check-textrel-CFLAGS): Variable removed.
45300         (all-built-dso): Use := to define.o
45301         ($(all-built-dso:=.dyn)): New static pattern rule.
45302         (generated): Add those targets.
45303         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
45304         * config.make.in (READELF): New substituted variable.
45305         * elf/check-textrel.c: File removed.
45307 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45309         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45310         allow.
45311         * conform/data/ctype.h-data [C99-based standards] (isblank):
45312         Expect function.
45313         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
45314         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
45315         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45316         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
45317         Specify type.  Require positive value.
45318         (EILSEQ): Likewise.
45319         (ERANGE): Likewise.
45320         [ISO || POSIX] (EILSEQ): Do not expect.
45321         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
45322         Specify type.  Require positive value.
45323         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
45324         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
45325         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
45326         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
45327         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
45328         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
45329         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
45330         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
45331         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
45332         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
45333         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
45334         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
45335         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
45336         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
45337         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
45338         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
45339         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
45340         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
45341         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
45342         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
45343         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
45344         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
45345         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
45346         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
45347         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
45348         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
45349         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
45350         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
45351         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
45352         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
45353         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
45354         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
45355         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
45356         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
45357         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
45358         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
45359         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
45360         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
45361         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
45362         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
45363         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
45364         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
45365         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
45366         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
45367         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
45368         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
45369         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
45370         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
45371         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
45372         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
45373         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
45374         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
45375         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
45376         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
45377         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
45378         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
45379         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
45380         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
45381         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
45382         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
45383         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
45384         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
45385         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
45386         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
45387         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
45388         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
45389         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
45390         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
45391         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
45392         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
45393         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
45394         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
45395         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
45396         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
45397         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
45398         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
45399         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
45400         Require >= 2.
45401         (FLT_ROUNDS): Expect as macro, not constant.
45402         (FLT_MANT_DIG): Use macro-int-constant.
45403         (DBL_MANT_DIG): Likewise.
45404         (LDBL_MANT_DIG): Likewise.
45405         (FLT_DIG): Likewise.
45406         (DBL_DIG): Likewise.
45407         (LDBL_DIG): Likewise.
45408         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
45409         (DBL_MIN_EXP): Likewise.
45410         (LDBL_MIN_EXP): Likewise.
45411         (FLT_MAX_EXP): Use macro-int-constant.
45412         (DBL_MAX_EXP): Likewise.
45413         (LDBL_MAX_EXP): Likewise.
45414         (FLT_MAX_10_EXP): Likewise.
45415         (DBL_MAX_10_EXP): Likewise.
45416         (LDBL_MAX_10_EXP): Likewise.
45417         (FLT_MAX): Use macro-constant.
45418         (DBL_MAX): Likewise.
45419         (LDBL_MAX): Likewise.
45420         (FLT_EPSILON): Use macro-constant.  Give upper bound.
45421         (DBL_EPSILON): Likewise.
45422         (LDBL_EPSILON): Likewise.
45423         (FLT_MIN): Likewise.
45424         (DBL_MIN): Likewise.
45425         (LDBL_MIN): Likewise.
45426         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
45427         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
45428         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
45429         [ISO11] (FLT_HAS_SUBNORM): Likewise.
45430         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
45431         [ISO11] (DBL_DECIMAL_DIG): Likewise.
45432         [ISO11] (FLT_DECIMAL_DIG): Likewise.
45433         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
45434         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
45435         [ISO11] (FLT_TRUE_MIN): Likewise.
45436         [ISO11] (LDBL_TRUE_MIN): Likewise.
45437         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45438         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
45439         (SCHAR_MIN): Use macro-int-constant.  Specify type.
45440         (SCHAR_MAX): Likewise.
45441         (UCHAR_MAX): Likewise.
45442         (CHAR_MIN): Likewise.
45443         (CHAR_MAX): Likewise.
45444         (MB_LEN_MAX): Use macro-int-constant.
45445         (SHRT_MIN): Use macro-int-constant.  Specify type.
45446         (SHRT_MAX): Likewise.
45447         (USHRT_MAX): Likewise.
45448         (INT_MAX): Likewise.
45449         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
45450         bound negative.
45451         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45452         bound with "U".
45453         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45454         bound with "L".
45455         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
45456         bound negative.  Suffix upper bound with "L".
45457         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45458         bound with "UL".
45459         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
45460         Specify type.
45461         [C99-based standards] (LLONG_MAX): Likewise.
45462         [C99-based standards] (ULLONG_MAX): Likewise.
45463         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
45464         == 0.
45465         [ISO11] (max_align_t): Require type.
45466         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45468         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
45469         from $CFLAGS, without defining away __attribute__ calls.
45470         (checknamespace): Use $CFLAGS_namespace.
45472         * conform/conformtest.pl (@keywords): Only include C99 keywords
45473         for standards based on C99 or C11.
45475         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
45476         Disable tests.
45477         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
45478         UNIX98]: Likewise.
45480         * conform/conformtest.pl: Handle "macro-int-constant" and test for
45481         usability of symbols in #if.
45483         * conform/conformtest.pl: If macro or constant types start
45484         "promoted:", expect the symbol to be of the following type
45485         promoted by the integer promotions.
45487         * conform/conformtest.pl: Parse all "constant" and "macro" lines
45488         in one place.  Also handle "macro-constant".
45490         * conform/conformtest.pl: Only accept expected macro values with
45491         "==".  Parse all "macro" lines in one place.
45492         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
45494         * conform/conformtest.pl: Handle braced types on "constant" lines
45495         instead of handling "typed-constant".
45496         * conform/data/signal.h-data: Use "constant" instead of
45497         "typed-constant".
45499         * conform/conformtest.pl: Handle "optional-" at start of lines in
45500         one place rather than duplicating several cases.  Handle each
45501         format of "macro" line with initial "optional-".
45503         * conform/conformtest.pl: Only accept expected constant or
45504         optional-constant values with "==".  Parse all "constant" lines in
45505         one place.  Parse all "optional-constant" lines in one place.
45506         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
45507         * conform/data/fmtmsg.h-data: Likewise.
45508         * conform/data/netinet/in.h-data: Likewise.
45509         * conform/data/tar.h-data: Likewise.
45510         * conform/data/limits.h-data: Use "==" form on "constant" and
45511         "optional-constant" lines.
45513         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
45514         Use -std=c99 for XOPEN2K.
45515         (@knownproblems): Remove.
45516         (newtoken): Don't check %isknown.
45518         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
45519         Do not expect macro.
45520         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
45521         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
45522         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
45523         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
45524         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
45525         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
45526         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
45527         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
45528         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
45529         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
45530         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
45531         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
45532         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
45533         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
45534         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
45535         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
45536         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
45537         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
45538         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
45539         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
45540         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
45541         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
45542         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
45543         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
45544         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
45545         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
45546         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
45547         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
45548         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
45549         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
45550         [XPG3] (acosh): Likewise.
45551         [XPG3] (asinh): Likewise.
45552         [XPG3] (atanh): Likewise.
45553         [XPG3] (cbrt): Likewise.
45554         [XPG3] (expm1): Likewise.
45555         [XPG3] (ilogb): Likewise.
45556         [XPG3] (log1p): Likewise.
45557         [XPG3] (logb): Likewise.
45558         [XPG3] (nextafter): Likewise.
45559         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
45560         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
45561         [XPG3] (remainder): Likewise.
45562         [XPG3] (rint): Likewise.
45563         [XPG3 || XPG4 || UNIX98] (round): Likewise.
45564         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
45565         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
45566         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
45567         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
45568         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
45569         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
45570         [UNIX98 || XOPEN2K] (scalb): Expect.
45571         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
45572         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
45573         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
45574         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
45575         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
45576         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
45577         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
45578         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
45579         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
45580         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
45581         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
45582         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
45583         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
45584         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
45585         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
45586         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
45587         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
45588         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
45589         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
45590         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
45591         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
45592         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
45593         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
45594         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
45595         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
45596         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
45597         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
45598         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
45599         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
45600         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
45601         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
45602         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
45603         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
45604         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
45605         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
45606         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
45607         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
45608         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
45609         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
45610         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
45611         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
45612         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
45613         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
45614         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
45615         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
45616         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
45617         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
45618         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
45619         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
45620         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
45621         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
45622         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
45623         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
45624         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
45625         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
45626         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
45627         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
45628         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
45629         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
45630         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
45631         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
45632         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
45633         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
45634         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
45635         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
45636         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
45637         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
45638         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
45639         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
45640         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
45641         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
45642         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
45643         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
45644         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
45645         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
45646         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
45647         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
45648         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
45649         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
45650         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
45651         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
45652         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
45653         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
45654         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
45655         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
45656         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
45657         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
45658         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
45659         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
45660         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
45661         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
45662         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
45663         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
45664         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
45665         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
45666         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
45667         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
45668         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
45669         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
45670         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
45671         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
45672         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
45673         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
45674         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
45675         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
45676         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
45677         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
45678         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
45679         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
45680         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
45681         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
45682         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
45683         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
45684         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
45685         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
45686         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
45687         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
45688         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
45689         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
45690         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
45691         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
45692         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
45693         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
45694         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
45695         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
45696         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
45697         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
45698         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
45699         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
45700         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
45701         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
45702         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
45703         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
45704         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
45705         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
45706         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
45707         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
45709         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
45710         _XOPEN_SOURCE_EXTENDED for XPG4.
45712         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
45714         * Makeconfig (localtime): Remove variable.
45715         (inst_localtime-file): Likewise.
45717 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
45719         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
45720         Update.
45721         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
45722         Update.
45723         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
45724         Update.
45725         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
45726         Update.
45727         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
45728         Update.
45729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
45730         Update.
45731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
45732         Update.
45733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
45734         Update.
45735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45736         Update.
45738 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45740         [BZ #2550]
45741         [BZ #2570]
45742         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
45743         comparisons to determine direction to adjust input.
45744         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
45745         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
45746         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
45747         Likewise.
45748         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
45749         Likewise.
45750         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
45751         Likewise.
45752         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
45753         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
45754         Likewise.
45755         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
45756         Likewise.
45757         * math/libm-test.inc (nexttoward_test): Add more tests.
45759 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
45761         [BZ #14040]
45762         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
45763         in version GLIBC_2.1, not GLIBC_2.0.
45764         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
45765         Likewise.
45767 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
45769         [BZ #13942]
45770         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
45771         (1 - x) * (1 + x).
45772         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45773         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
45774         * math/libm-test.inc (acos_test): Add more tests.
45775         (asin_test): Likewise.
45776         * sysdeps/i386/fpu/libm-test-ulps: Update.
45777         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45779         [BZ #14034]
45780         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
45781         of square root.
45782         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
45783         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45784         * math/libm-test.inc (acos_test_tonearest): New function.
45785         (acos_test_towardzero): Likewise.
45786         (acos_test_downward): Likewise.
45787         (acos_test_upward): Likewise.
45788         (asin_test_tonearest): Likewise.
45789         (asin_test_towardzero): Likewise.
45790         (asin_test_downward): Likewise.
45791         (asin_test_upward): Likewise.
45792         (main): Call the new functions.
45793         * sysdeps/i386/fpu/libm-test-ulps: Update.
45794         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45796         [BZ #13884]
45797         [BZ #13924]
45798         * math/e_exp10.c: Include <float.h>.
45799         (__ieee754_exp10): Handle underflow here rather than multiplying
45800         large negative argument by M_LN10.
45801         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
45802         of __ieee754_expf.
45803         * math/e_exp10l.c: Include <float.h>.
45804         (__ieee754_exp10l): Handle underflow here rather than multiplying
45805         large negative argument by M_LN10l.
45806         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
45807         spurious overflow exception on underflow.
45809 2012-04-29  Marek Polacek  <polacek@redhat.com>
45811         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
45812         (__fortify_function): New macro.
45813         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
45814         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
45815         __extern_always_inline.
45816         * libio/bits/stdio2.h: Likewise.
45817         * libio/bits/stdio.h: Likewise.
45818         * string/string.h: Likewise.
45819         * string/bits/string3.h: Likewise.
45820         * include/stdio.h: Likewise.
45821         * stdlib/bits/stdlib.h: Likewise.
45822         * stdlib/stdlib.h: Likewise.
45823         * rt/bits/mqueue2.h: Likewise.
45824         * rt/mqueue.h: Likewise.
45825         * posix/bits/unistd.h: Likewise.
45826         * posix/unistd.h: Likewise.
45827         * io/bits/poll2.h: Likewise.
45828         * io/bits/fcntl2.h: Likewise.
45829         * io/fcntl.h: Likewise.
45830         * io/sys/poll.h: Likewise.
45831         * misc/bits/syslog.h: Likewise.
45832         * misc/bits/syslog-ldbl.h: Likewise.
45833         * misc/sys/syslog.h: Likewise.
45834         * socket/bits/socket2.h: Likewise.
45835         * socket/sys/socket.h: Likewise.
45836         * debug/tst-chk1.c: Likewise.
45837         * wcsmbs/bits/wchar2.h: Likewise.
45838         * wcsmbs/bits/wchar-ldbl.h: Likewise.
45839         * wcsmbs/wchar.h: Likewise.
45841 2012-04-29  Andreas Jaeger  <aj@suse.de>
45843         * Makerules (tests): Remove enable-check-abi protection.
45844         (check-abi-warn): Remove.
45845         (check-abi-%): Remove check-abi-warn usage.
45847         * configure.in: Remove check-abi configure option.
45848         * configure: Regenerated.
45849         * config.make.in (enable-check-abi): Remove.
45851 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
45853         [BZ #14033]
45854         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
45855         double functions to double *_finite functions.
45857         [BZ #13941]
45858         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
45859         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
45860         LDBL_MIN_EXP.
45861         * stdio-common/Makefile (tests): Add tst-sprintf3.
45862         * stdio-common/tst-sprintf3.c: New file.
45864         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
45865         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
45867 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
45869         * conform/conformtest.pl: Remove duplicate typed-constant
45870         handling.
45872 2012-04-28  David S. Miller  <davem@davemloft.net>
45874         * Makerules (%.abilist): Add vpath on sysdep_dirs.
45875         (check-abi-%): Remove AWK script prerequisite and explicit
45876         abilist directory.
45877         (check-abi): Rewrite to just diff the symlist with the abilist.
45878         (config-tls, config-abi-config): Delete, no longer used.
45879         (update-abi-%): Remove AWK script and explicit abilist directory.
45880         (update-abi): Rewrite to simply compare and conditionally copy the
45881         symlist and the sysdep abilist file.  Remove update-abi-config
45882         checks.
45883         * abilist/ld.abilist: Remove.
45884         * abilist/libBrokenLocale.abilist: Remove.
45885         * abilist/libanl.abilist: Remove.
45886         * abilist/libcrypt.abilist: Remove.
45887         * abilist/libdl.abilist: Remove.
45888         * abilist/librt.abilist: Remove.
45889         * abilist/libthread_db.abilist: Remove.
45890         * abilist/libutil.abilist: Remove.
45891         * scripts/extract-abilist.awk: Remove.
45892         * scripts/merge-abilist.awk: Remove.
45893         * sysdeps/generic/libcidn.abilist: New file.
45894         * sysdeps/generic/libnss_compat.abilist: New file.
45895         * sysdeps/generic/libnss_db.abilist: New file.
45896         * sysdeps/generic/libnss_dns.abilist: New file.
45897         * sysdeps/generic/libnss_files.abilist: New file.
45898         * sysdeps/generic/libnss_hesiod.abilist: New file.
45899         * sysdeps/generic/libnss_nis.abilist: New file.
45900         * sysdeps/generic/libnss_nisplus.abilist: New file.
45901         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
45902         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
45903         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
45904         file.
45905         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
45906         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
45907         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
45908         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
45909         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
45910         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
45911         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
45912         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
45913         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
45914         file.
45915         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
45916         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
45917         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
45918         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
45919         file.
45920         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
45921         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
45922         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
45923         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
45924         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
45925         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
45926         file.
45927         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
45928         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
45929         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
45930         file.
45931         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
45932         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
45933         New file.
45934         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
45935         New file.
45936         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
45937         New file.
45938         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
45939         New file.
45940         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
45941         New file.
45942         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
45943         New file.
45944         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
45945         New file.
45946         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
45947         New file.
45948         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
45949         New file.
45950         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
45951         New file.
45952         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
45953         New file.
45954         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
45955         New file.
45956         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
45957         New file.
45958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
45959         file.
45960         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
45961         New file.
45962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
45963         New file.
45964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
45965         file.
45966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
45967         New file.
45968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
45969         New file.
45970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
45971         file.
45972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
45973         New file.
45974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45975         New file.
45976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
45977         New file.
45978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
45979         New file.
45980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
45981         New file.
45982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
45983         New file.
45984         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
45985         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
45986         file.
45987         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
45988         New file.
45989         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
45990         file.
45991         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
45992         file.
45993         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
45994         file.
45995         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
45996         file.
45997         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
45998         file.
45999         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
46000         New file.
46001         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
46002         file.
46003         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
46004         file.
46005         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
46006         New file.
46007         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
46008         file.
46009         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
46010         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
46011         file.
46012         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
46013         New file.
46014         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
46015         file.
46016         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
46017         file.
46018         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
46019         file.
46020         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
46021         file.
46022         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
46023         file.
46024         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
46025         New file.
46026         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
46027         file.
46028         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
46029         file.
46030         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
46031         New file.
46032         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
46033         file.
46034         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
46035         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
46036         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
46037         file.
46038         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
46039         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
46040         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
46041         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
46042         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
46043         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
46044         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
46045         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
46046         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
46047         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
46048         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
46049         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
46050         file.
46051         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
46052         New file.
46053         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
46054         file.
46055         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
46056         file.
46057         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
46058         file.
46059         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
46060         file.
46061         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
46062         file.
46063         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
46064         New file.
46065         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
46066         New file.
46067         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
46068         file.
46069         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
46070         New file.
46071         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
46072         file.
46073         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
46074         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
46075         file.
46076         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
46077         New file.
46078         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
46079         file.
46080         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
46081         file.
46082         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
46083         file.
46084         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
46085         file.
46086         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
46087         file.
46088         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
46089         New file.
46090         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
46091         New file.
46092         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
46093         file.
46094         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
46095         New file.
46096         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
46097         file.
46099 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46101         * conform/conformtest.pl: Fix typo in handling typed-constant from
46102         allow-header.
46104 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46106         * README: Cut down references to pre-2.6 Linux kernels and
46107         Linuxthreads.  Update lists of configurations in libc and ports
46108         and sort alphabetically.  Say "or newer" with Linux kernel version
46109         requirements.
46111         * config.h.in [IS_IN_build]: Allow compiling without optimization.
46113 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
46115         [BZ #887]
46116         * math/libm-test.inc (logb_test_downward): New test to expose
46117         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
46118         rounding mode.
46120 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46122         [BZ #14027]
46123         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
46124         to be done.
46125         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
46126         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
46128 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
46130         * sysdeps/unix/i386/brk.S: Remove file.
46131         * sysdeps/unix/i386/dl-brk.S: Likewise.
46132         * sysdeps/unix/i386/pipe.S: Likewise.
46133         * sysdeps/unix/i386/sigreturn.S: Likewise.
46134         * sysdeps/unix/i386/syscall.S: Likewise.
46135         * sysdeps/unix/i386/vfork.S: Likewise.
46136         * sysdeps/unix/i386/wait.S: Likewise.
46138         * sysdeps/unix/common/tcsendbrk.c: Move to ...
46139         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
46141         * configure.in (arm*-none*): Do not allow without
46142         --enable-hacker-mode.
46143         (netbsd*): Remove case setting base_os.
46144         (386bsd*): Likewise.
46145         (freebsd*): Likewise.
46146         (bsdi*): Likewise.
46147         (osf*): Likewise.
46148         (sunos*): Likewise.
46149         (ultrix*): Likewise.
46150         (newsos*): Likewise.
46151         (dynix*): Likewise.
46152         (*bsd*): Likewise.
46153         (sysv*): Likewise.
46154         (isc*): Likewise.
46155         (esix*): Likewise.
46156         (sco*): Likewise.
46157         (minix*): Likewise.
46158         (irix4*): Likewise.
46159         (irix6*): Likewise.
46160         (solaris[2-9]*): Likewise.
46161         (none): Likewise.
46162         * configure: Regenerated.
46164 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46166         [BZ #11521]
46167         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
46168         overflow or cancellation in calculating denominator.
46169         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
46170         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
46171         down expression to avoid unexpected rounding in newer GCCs.
46172         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
46174 2012-04-26  David S. Miller  <davem@davemloft.net>
46176         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
46177         long-double compat symbols.
46178         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46179         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46180         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46181         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
46182         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46183         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
46184         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
46185         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
46186         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
46187         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
46188         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
46189         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
46190         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
46192 2012-04-25  David S. Miller  <davem@davemloft.net>
46194         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
46195         HWCAP_* values only after the memory barriers have been defined.
46196         (atomic_full_barrier): Define.
46197         (atomic_read_barrier): Define.
46198         (atomic_write_barrier): Define.
46200 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
46202         * shlib-versions: Add libgcc_s version information.
46203         * sysdeps/generic/libgcc_s.h: Remove.
46204         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
46205         libgcc_s.h.
46206         * sysdeps/gnu/unwind-resume.c: Likewise.
46207         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
46209 2012-04-25  David S. Miller  <davem@davemloft.net>
46211         * sysdeps/unix/sparc/brk.S: Delete.
46212         * sysdeps/unix/sparc/dl-brk.S: Delete.
46213         * sysdeps/unix/sparc/pipe.S: Delete.
46214         * sysdeps/unix/sparc/sysdep.S: Delete.
46215         * sysdeps/unix/sparc/sysdep.h: Delete.
46216         * sysdeps/unix/sparc/vfork.S: Delete.
46217         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
46218         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
46219         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
46220         (ret_ERRVAL, r0, r1, MOVE): Define.
46221         (JUMPTARGET): Remove.
46222         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
46223         sysdeps/unix/sparc/sysdep.h
46224         (ENTRY, END): Remove.
46225         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46227 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
46229         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
46230         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
46231         -DIS_IN_build.
46233         * timezone/README: Update upstream location and email address for
46234         tzcode and tzdata.
46235         * timezone/zdump.c: Update from tzcode 2012b.
46236         * timezone/zic.c: Likewise.
46238         * configure.in (libc_cv_as_needed): Remove test.
46239         * configure: Regenerated.
46240         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
46241         conditional definition.
46242         [$(have-as-needed) != yes] (no-as-needed): Likewise.
46243         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
46244         * config.make.in (have-as-needed): Remove variable.
46246 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
46247             Paul Pluzhnikov  <ppluzhnikov@google.com>
46249         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
46250         strings correctly.
46252 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
46254         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
46255         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
46256         * sysdeps/sh/strlen.S: Likewise.
46258 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46260         * sysdeps/unix/fork.S: Remove file.
46261         * sysdeps/unix/i386/fork.S: Likewise.
46262         * sysdeps/unix/sparc/fork.S: Likewise.
46264         * sysdeps/unix/system.c: Remove file.
46265         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
46267         * sysdeps/unix/getegid.S: Remove file.
46268         * sysdeps/unix/geteuid.S: Likewise.
46270 2012-04-24  Roland McGrath  <roland@hack.frob.com>
46272         * scripts/check-localplt.awk: New file.
46273         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
46274         of diff.
46275         * scripts/data/localplt-generic.data: Add a comment.
46277         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
46278         NODE when __dir_mkfile failed.
46279         * sysdeps/mach/hurd/symlinkat.c: Likewise.
46280         Reported by Ludovic Courtès <ludo@gnu.org>.
46282 2012-04-24  Andreas Jaeger  <aj@suse.de>
46284         * Makerules (common-clean): Also remove gen-as-const-headers
46285         files.
46287 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46289         * Makerules (native-compile): Do not change working directory for
46290         build.  Use $(OUTPUT_OPTION) in command.
46291         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
46293 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46295         [BZ #13886]
46296         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
46297         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
46298         * math/libm-test.inc (floor_test): Add more tests.
46299         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
46301 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46303         * sysdeps/unix/getdents.c: Remove file.
46304         * sysdeps/unix/sysv/getdents.c: Likewise.
46305         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
46307         * sysdeps/unix/syscalls.list (madvise): Add syscall from
46308         sysdeps/unix/mman/syscalls.list.
46309         (mmap): Likewise.
46310         (mprotect): Likewise.
46311         (msync): Likewise.
46312         (munmap): Likewise.
46313         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
46314         * sysdeps/unix/mman/syscalls.list: Remove.
46315         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
46317         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
46318         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
46319         * configure: Regenerated.
46320         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
46321         $(libgcc_s_suffix).
46322         * config.make.in (libgcc_s_suffix): Remove variable.
46324 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
46326         * sysdeps/unix/sysv/gethostname.c: Move to ...
46327         * sysdeps/posix/gethostname.c: ... here.
46329         * sysdeps/unix/execve.S: Remove file.
46331         * sysdeps/unix/_exit.S: Remove file.
46333 2012-04-23  Andreas Jaeger  <aj@suse.de>
46335         [BZ #13739]
46336         * manual/Makefile: Remove make dist support, there's no
46337         need for a stand-alone documentation tar ball.
46338         (TEXI2DVI): Define always, it's not in Makeconfig.
46339         (dist): Removed.
46340         (tar-it): Removed.
46341         (edition): Removed.
46342         (glibc-doc-$(edition).tar): Removed
46343         (%.Z): Removed.
46344         (%.gz): Removed.
46345         (%.uu): Removed.
46346         (ETAGS): Remove, it's in Makeconfig.
46347         (move-if-change): Remove, it's in Makeconfig.
46349 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
46351         [BZ #13970]
46352         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
46353         (strtod, strtof, strtold, strtol, strtoul, strtoq)
46354         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
46355         (strtod_l, strtof_l, strtold_l): Remove __wur.
46356         It is not necessarily an error to ignore strtol's return value.
46357         One can reliably look at the stored endptr to decide whether
46358         the number had valid syntax.
46360 2012-04-21  Andreas Jaeger  <aj@suse.de>
46362         [BZ #13739]
46363         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
46365 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
46367         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
46368         * sysdeps/unix/sysv/Versions: Remove file.
46370 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
46372         [BZ #13927]
46373         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46375 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
46377         [BZ #7064]
46378         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
46379         version from __vm86.
46381 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
46383         * sysdeps/unix/common/lxstat.c: Remove file.
46384         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
46386         * sysdeps/unix/sysv/Makefile: Remove file.
46388         * sysdeps/unix/sysv/direct.h: Remove file.
46390         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
46391         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
46392         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
46393         * sysdeps/unix/sysv/bits/signum.h: Likewise.
46394         * sysdeps/unix/sysv/bits/stat.h: Likewise.
46395         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
46396         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
46398         * sysdeps/unix/sysv/setrlimit.c: Remove file.
46400         * sysdeps/unix/xmknod.c: Remove file.
46401         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
46403         * sysdeps/unix/sysv/settimeofday.c: Remove file.
46405         * sysdeps/unix/sysv/i386/time.S: Remove file.
46407         * sysdeps/unix/fxstat.c: Remove file.
46408         * sysdeps/unix/xstat.c: Likewise.
46409         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
46411         * sysdeps/unix/sysv/sigaction.c: Remove file.
46413         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
46414         (sysdep_headers): Remove variable.
46415         [termio.h not in sysdep_headers] (generated): Likewise.
46416         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
46417         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
46418         * sysdeps/unix/sysv/tcdrain.c: Likewise.
46419         * sysdeps/unix/sysv/tcflow.c: Likewise.
46420         * sysdeps/unix/sysv/tcflush.c: Likewise.
46421         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
46422         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
46423         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
46424         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
46425         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
46427         * sysdeps/unix/siglist.c: Remove file.
46429         * sysdeps/unix/getppid.S: Remove file.
46431         * sysdeps/unix/mkdir.c: Remove file.
46432         * sysdeps/unix/rmdir.c: Likewise.
46434 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
46436         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
46437         ERR_MAX value.
46438         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
46439         errlist-compat value.
46441 2012-04-18  David S. Miller  <davem@davemloft.net>
46443         * sysdeps/generic/memcopy.h (reg_char): Delete.
46444         * debug/strcat_chk.c: Use char, not reg_char.
46445         * debug/strcpy_chk.c: Likewise.
46446         * debug/strncat_chk.c: Likewise.
46447         * debug/strncpy_chk.c: Likewise.
46448         * string/memchr.c: Likewise.
46449         * string/memrchr.c: Likewise.
46450         * string/rawmemchr.c: Likewise.
46451         * string/strcat.c: Likewise.
46452         * string/strchr.c: Likewise.
46453         * string/strchrnul.c: Likewise.
46454         * string/strcmp.c: Likewise.
46455         * string/strcpy.c: Likewise.
46456         * string/strncat.c: Likewise.
46457         * string/strncmp.c: Likewise.
46458         * string/strncpy.c: Likewise.
46460 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46462         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
46463         __builtin_memcopy is called when src and dest ranges are known to not
46464         overlap.
46466 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46468         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
46469         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
46470         fwd_align_merge macro call.
46471         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
46472         bwd_align_merge macro call.
46473         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46475 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46477         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
46478         bwd_align_merge macros.
46479         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
46480         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
46481         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46483 2012-04-18  David S. Miller  <davem@davemloft.net>
46485         * sysdeps/sparc/sparc64/memcopy.h: Delete.
46487 2012-04-18  Andreas Jaeger  <aj@suse.de>
46489         [BZ# 6794]
46490         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
46491         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
46492         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46494         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
46495         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
46496         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46498         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
46499         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
46500         Adjust for changed ldbl-128 files.
46502         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
46503         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
46504         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46506 2012-04-17  David S. Miller  <davem@davemloft.net>
46508         * sysdeps/sparc/sparc32/memcopy.h: Delete.
46510 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
46512         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
46513         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
46514         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
46515         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
46516         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
46517         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
46519 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46521         [BZ #6794]
46522         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
46523         * math/libm-test.inc: Add ilogb errno and exception tests.
46524         * math/w_ilogb.c: New file: ilogb wrapper.
46525         * math/w_ilogbf.c: New file: ilogbf wrapper.
46526         * math/w_ilogbl.c: New file: ilogbl wrapper.
46527         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
46528         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
46529         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
46530         exception being thrown with 0.0 as argument.
46531         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
46532         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
46533         exception being thrown with 0.0 as argument.
46534         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
46535         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46536         exception being thrown with 0.0 as argument.
46537         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
46538         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46539         exception being thrown with 0.0 as argument.
46540         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
46541         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
46542         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
46543         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
46544         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
46545         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
46546         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
46547         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
46548         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
46550 2012-04-17  Petr Baudis  <pasky@ucw.cz>
46552         * include/sys/uio.h: Change __vector to __iovec to avoid clash
46553         with altivec.
46555 2012-04-16  Marek Polacek  <polacek@redhat.com>
46557         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
46559 2012-04-16  Marek Polacek  <polacek@redhat.com>
46561         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
46562         operands of fdivp instruction.
46564 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
46566         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
46567         * elf/tst-auditmod3b.c: Likewise.
46568         * elf/tst-auditmod4b.c: Likewise.
46569         * elf/tst-auditmod5b.c: Likewise.
46570         * elf/tst-auditmod6b.c: Likewise.
46571         * elf/tst-auditmod6c.c: Likewise.
46572         * elf/tst-auditmod7b.c: Likewise.
46573         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
46574         * sysdeps/x86_64/preconfigure.in: Likewise.
46575         * sysdeps/x86_64/preconfigure: Regenerated.
46577 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
46579         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
46580         __ILP32__.
46582 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
46584         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
46585         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
46587 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
46589         [BZ #13973]
46590         * locale/iso-639.def: Fix gl language name. Spotted by
46591         Yaron Shahrabani.
46593 2012-04-12  Roland McGrath  <roland@hack.frob.com>
46595         [BZ #2074]
46596         * libio/libio.h (__io_write_fn): Update comment.
46598 2012-04-12  Petr Baudis  <pasky@ucw.cz>
46600         [BZ #2074]
46601         * stdio.texi (Hook Functions): The user provided writer function
46602         is not allowed to return -1.
46604 2012-04-11  David S. Miller  <davem@davemloft.net>
46606         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46608 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
46610         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
46611         Add a leading slash to rtkaio.
46613 2012-04-11  Jim Meyering  <meyering@redhat.com>
46615         [BZ #11959]
46616         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
46617         It is not necessarily an error to ignore fwrite's return
46618         value.  One can reliably use ferror to test for errors after
46619         the fact.
46621 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
46623         * bits/types.h (__snseconds_t): New type.
46624         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
46626         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
46627         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
46628         (__SNSECONDS_T_TYPE): Likewise.
46629         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
46630         (__SNSECONDS_T_TYPE): Likewise.
46631         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
46632         (__SNSECONDS_T_TYPE): Likewise.
46634 2012-04-10  Andreas Jaeger  <aj@suse.de>
46636         [BZ #2636]
46637         * manual/time.texi (Processor Time): Return type of times is
46638         elapsed real time since an arbitrary point in the past.
46639         (CPU Time): Move CLK_TCK from here...
46640         (Processor Time): ...to here.  Correct description.
46641         * manual/conf.texi (Constants for Sysconf): Correct description of
46642         _SC_CLK_TCK.
46644 2012-04-10  David S. Miller  <davem@davemloft.net>
46646         [BZ #13967]
46647         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
46648         where the is a gap between DT_REL(A) and DT_JMPREL.
46650 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
46652         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
46653         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46654         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46656 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
46658         * elf/dl-support.c (_dl_inhibit_cache): New variable.
46659         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
46660         (dl_main): Handle --inhibit-cache.
46661         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
46662         _dl_inhibit_cache.
46663         * elf/dl-load.c (_dl_map_object): Use it.
46664         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
46666 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
46668         [BZ #13872]
46669         * sysdeps/i386/fpu/e_powl.S (p78): New object.
46670         (__ieee754_powl): Saturate large exponents rather than testing for
46671         overflow of y*log2(x).
46672         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46673         * math/libm-test.inc (pow_test): Do not permit spurious overflow
46674         exceptions.
46676         [BZ #11521]
46677         * math/s_ctan.c: Include <float.h>.
46678         (__ctan): Avoid internal overflow or cancellation in calculating
46679         denominator.
46680         * math/s_ctanf.c: Likewise.
46681         * math/s_ctanl.c: Likewise.
46682         * math/s_ctanh.c: Likewise.
46683         * math/s_ctanhf.c: Likewise.
46684         * math/s_ctanhl.c: Likewise.
46685         * math/libm-test.inc (ctan_test): Add more tests.
46686         (ctanh_test): Likewise.
46687         * sysdeps/i386/fpu/libm-test-ulps: Update.
46688         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46690 2012-04-09  Andreas Jaeger  <aj@suse.de>
46692         [BZ #6894]
46693         * manual/filesys.texi (Directory Entries): Mention that d_namlen
46694         is an optional BSD extension.
46696         [BZ #10254]
46697         * manual/stdio.texi (Opening Streams): Document additional fopen
46698         parameters.
46700 2012-04-09  Roland McGrath  <roland@hack.frob.com>
46702         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
46703         %eax without telling the compiler.
46705 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
46707         [BZ # 13963]
46708         * manual/install.texi: Use sourceware.org.
46710 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
46712         [BZ #13873]
46713         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
46714         (__ieee754_pow): Generate overflow and underflow using huge*huge
46715         and tiny*tiny rather than just returning constant infinity or zero
46716         for large exponents.
46717         * math/libm-test.inc (pow_test): Require overflow exceptions for
46718         applicable cases of large exponents.
46720         [BZ #706]
46721         * sysdeps/i386/fpu/e_pow.S (p10): New object.
46722         (__ieee754_pow): Use iterative multiplication algorithm only for
46723         integer exponents with absolute value below 1024.  Check for odd
46724         integer exponents when using algorithm for real exponents.
46725         * math/libm-test.inc (pow_test): Add more tests.
46726         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46728 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
46730         [BZ #13705]
46731         * math/libm-test.inc (exp_test): Do not allow overflow exception
46732         on underflow test.
46734 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
46736         [BZ #13705]
46737         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
46738         instead of __kernel_standard_f.
46740 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
46742         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
46743         * sysdeps/x86_64/memset_chk.S: Likewise.
46745 2012-04-08  Andreas Jaeger  <aj@suse.de>
46747         [BZ #10153]
46748         * manual/startup.texi (Environment Access): Describe return value
46749         for putenv and setenv.
46751         [BZ #6895]
46752         * manual/filesys.texi (Directory Entries): Add description for
46753         DT_LNK.
46755         [BZ #6890]
46756         * manual/filesys.texi (Directory Entries): Clarify that it's file
46757         system not operating system in the description of DT_UNKNOWN.
46759         [BZ #6578]
46760         * manual/syslog.texi (closelog): Fix reference, it's openlog.
46762 2012-04-08  Stephen Compall  <s11@member.fsf.org>
46764         [BZ #6649]
46765         * manual/llio.texi (Opening and Closing Files): Add cross
46766         reference to explain mode argument.
46768 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
46770         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
46771         * sysdeps/x86_64/memset_chk.S: Likewise.
46773 2012-04-07  David S. Miller  <davem@davemloft.net>
46775         * elf/elf.h (R_SPARC_WDISP10): Define.
46776         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
46777         R_SPARC_SIZE32.
46778         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
46779         R_SPARC_SIZE64 and R_SPARC_H34.
46781 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
46783         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
46784         conditions and remove no longer applicable assertion.
46786 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
46788         * bits/byteswap.h: Include <features.h>.
46789         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46790         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46792 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
46794         * bits/byteswap.h (__bswap_16): Removed.
46795         Include <bits/byteswap-16.h> to get __bswap_16.
46796         * sysdeps/i386/bits/byteswap.h: Likewise.
46797         * sysdeps/s390/bits/byteswap.h: Likewise.
46798         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46799         * bits/byteswap-16.h: New file.
46800         * sysdeps/i386/bits/byteswap-16.h: Likewise.
46801         * sysdeps/s390/bits/byteswap-16.h: Likewise.
46802         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
46803         * string/Makefile (headers): Add bits/byteswap-16.h.
46805 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
46807         [BZ #13895]
46808         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
46809         extra indirection.
46810         * nss/Makefile (tests-static, tests): Add tst-nss-static.
46811         * nss/tst-nss-static.c: New.
46813 2012-04-06  Robert Millan  <rmh@gnu.org>
46815         [BZ #6486]
46816         * manual/llio.texi (File Position Primitive): lseek
46817         refers to WHENCE when it really means OFFSET.
46819 2012-04-06  Andreas Jaeger  <aj@suse.de>
46821         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
46822         strncmp declarations.
46824         * abilist/libc.abilist: Add __poll and __ppoll.
46826 2012-04-05  David S. Miller  <davem@davemloft.net>
46828         * scripts/check-local-headers.sh: Accept a host triplet in the
46829         path matched by the exclude regexp.
46831         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
46832         definition.
46833         * sysdeps/powerpc/powerpc32/dl-machine.h
46834         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
46835         * sysdeps/s390/s390-32/dl-machine.h
46836         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46837         * sysdeps/sparc/sparc32/dl-machine.h
46838         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46839         * sysdeps/sparc/sparc64/dl-machine.h
46840         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46842         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
46843         lazy binding.
46844         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
46845         undefined symbol errors.
46847         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
46848         DT_NEEDED entries.
46850 2012-04-05  Michael Matz  <matz@suse.de>
46852         [BZ #13592]
46853         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
46855 2012-04-05  Andreas Jaeger  <aj@suse.de>
46857         [BZ #13908]
46858         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
46859         comment.
46861 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46863         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
46864         which ROUND is no valid rounding mode.
46866 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46868         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
46869         read again.
46870         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
46872 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46874         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
46875         an exception using FPU order intentionally.
46877 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46879         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
46880         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
46881         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
46882         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
46884 2012-04-05  Simon Josefsson  <simon@josefsson.org>
46886         [BZ #12340]
46887         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
46888         EINVAL when BUFLEN is too smal.
46890 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
46892         [BZ #13553]
46893         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
46894         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
46896 2012-04-03  Andreas Jaeger  <aj@suse.de>
46898         [BZ #13938]
46899         * manual/setjmp.texi (System V contexts): Fix sentence.
46901         [BZ #13926]
46902         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
46903         New macro for this case.
46904         [!__GNUC__] (__bswap_64): New inline function for this case.
46905         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46906         * bits/byteswap.h: Likewise.
46907         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
46908         ull, guard with __GLIBC_HAVE_LONG_LONG.
46910         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
46911         __GLIBC_HAVE_LONG_LONG.
46913         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
46914         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
46916 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
46918         [BZ #13691]
46919         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
46920         inptr and inend, rather than using last_ch.
46922 2012-04-02  David S. Miller  <davem@davemloft.net>
46924         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
46925         * stdio-common/printf-parse.h (read_int): Change return type to
46926         'int', return -1 on INT_MAX overflow.
46927         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
46928         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
46929         overflows INT_MAX.  Check for overflow of in-format-string precision
46930         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
46931         SIZE_MAX not INT_MAX for integer overflow test.
46932         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
46933         skip the construct in the format string but do not record anything.
46934         * stdio-common/bug22.c: Adjust to test both width/prevision
46935         INT_MAX overflow as well as total length INT_MAX overflow.  Check
46936         explicitly for proper errno values.
46938 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
46940         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
46941         CHAR_MAX.
46942         * string/test-strcmp.c [! WIDE]: Likewise.
46943         * time/tst-mktime2.c: Likewise for INT_MAX.
46944         * string/test-string.h: #include <sys/param.h> for MIN.
46946         * csu/init-first.c (__libc_init_first): Call __ctype_init.
46947         * sysdeps/i386/init-first.c (init): Likewise.
46948         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
46949         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
46950         * sysdeps/sh/init-first.c (init): Likewise.
46952 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
46954         * po/ru.po: Update from translation team.
46955         * po/vi.po: Likewise.
46957 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
46959         * resolv/nss_dns/dns-host.c: Merge copyright years.
46961 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46963         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
46964         Optimize memcpy with prefetch if
46965         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
46966         src, dst pointers have unequal 16 byte alignments.
46968 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
46970         [BZ #13928]
46971         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
46972         from a CNAME entry and return the minimum ttl for the query.
46973         (gaih_getanswer_slice): Likewise.
46975 2012-03-30  Jeff Law  <law@redhat.com>
46977         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
46978         due to long keys.
46979         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
46980         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
46982         * resolv/nss_dns/dns-host.c: Update copyright year.
46984 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
46986         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
46987         requests to save a system call.  Fix check that all bytes are sent.
46989         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
46990         comments for sendmmsg.
46992 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
46994         [BZ #13691]
46995         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
46996         with only 1 character between 0x0041 and 0x01b0.
46997         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
46998         * wcsmbs/tst-mbsnrtowcs.c: New file.
47000 2012-03-29  David S. Miller  <davem@davemloft.net>
47002         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
47003         small copies by hand.
47005 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
47007         [BZ #13761]
47008         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
47009         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
47010         group memberships.
47012 2012-03-28  David S. Miller  <davem@davemloft.net>
47014         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
47015         that branches into memcpy.
47016         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
47017         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
47018         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
47019         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
47020         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
47021         bits.
47022         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
47023         implementation too.
47024         * sysdeps/sparc/mempcpy.S: New file.
47026         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
47027         the IFUNC routine in the libc case.
47028         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
47030         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
47031         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
47032         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
47033         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
47034         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
47035         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
47036         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
47037         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
47039         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
47040         loop to 256 bytes instead of 64 bytes and fix test signedness.
47042         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
47043         * sysdeps/sparc/sparc32/Makefile: rather than here...
47044         * sysdeps/sparc/sparc64/Makefile: and here.
47046 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
47048         * malloc/mallocbug.c: Avoid warnings about unused variables.
47050 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
47052         [BZ #13760]
47053         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
47054         in the right place. Discard and retry query if response is
47055         larger than input buffer size.
47057 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
47059         [BZ #369]
47060         [BZ #2678]
47061         [BZ #3866]
47062         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
47063         x for large integer exponent.
47064         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
47065         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
47066         sign of result as needed afterwards.
47067         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
47068         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
47069         result for underflowing pow the same as for overflow.
47070         (__kernel_standard_l): Handle powl overflow and underflow here
47071         rather than calling __kernel_standard.
47072         * math/libm-test.inc (pow_test): Add more tests.
47074         [BZ #3868]
47075         [BZ #13879]
47076         [BZ #13910]
47077         [BZ #13911]
47078         [BZ #13912]
47079         [BZ #13913]
47080         [BZ #13915]
47081         [BZ #13916]
47082         [BZ #13917]
47083         [BZ #13918]
47084         [BZ #13919]
47085         [BZ #13920]
47086         [BZ #13921]
47087         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
47088         * sysdeps/ieee754/k_standard.c: Include <float.h>.
47089         (__kernel_standard_l): New function.
47090         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
47091         __kernel_standard.
47092         * math/w_acosl.c (__acosl): Likewise.
47093         * math/w_asinl.c (__asinl): Likewise.
47094         * math/w_atan2l.c (__atan2l): Likewise.
47095         * math/w_atanhl.c (__atanhl): Likewise.
47096         * math/w_coshl.c (__coshl): Likewise.
47097         * math/w_exp10l.c (__exp10l): Likewise.
47098         * math/w_exp2l.c (__exp2l): Likewise.
47099         * math/w_fmodl.c (__fmodl): Likewise.
47100         * math/w_hypotl.c (__hypotl): Likewise.
47101         * math/w_j0l.c (__j0l, __y0l): Likewise.
47102         * math/w_j1l.c (__j1l, __y1l): Likewise.
47103         * math/w_jnl.c (__jnl, __ynl): Likewise.
47104         * math/w_lgammal.c (__lgammal): Likewise.
47105         * math/w_log10l.c (__log10l): Likewise.
47106         * math/w_log2l.c (__log2l): Likewise.
47107         * math/w_logl.c (__logl): Likewise.
47108         * math/w_powl.c (__powl): Likewise.
47109         * math/w_remainderl.c (__remainderl): Likewise.
47110         * math/w_scalbl.c (sysv_scalbl): Likewise.
47111         * math/w_sinhl.c (__sinhl): Likewise.
47112         * math/w_sqrtl.c (__sqrtl): Likewise.
47113         * math/w_tgammal.c (__tgammal): Likewise.
47114         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
47115         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
47116         * math/libm-test.inc (acos_test): Add more tests.
47117         (acosh_test): Likewise.
47118         (asin_test): Likewise.
47119         (atanh_test): Likewise.
47120         (exp_test): Likewise.
47121         (exp10_test): Likewise.
47122         (exp2_test): Likewise.
47123         (expm1_test): Likewise.
47124         (lgamma_test): Likewise.
47125         (log_test): Likewise.
47126         (log10_test): Likewise.
47127         (log1p_test): Likewise.
47128         (log2_test): Likewise.
47129         (pow_test): Do not allow some spurious overflow exceptions.
47130         (sqrt_test): Add more tests.
47131         (tgamma_test): Likewise.
47132         (y0_test): Likewise.
47133         (y1_test): Likewise.
47134         (yn_test): Likewise.
47136 2012-03-27  Anton Blanchard  <anton@samba.org>
47138         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
47139         MAP_HUGETLB.
47140         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
47141         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
47142         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
47144 2012-03-27  David S. Miller  <davem@davemloft.net>
47146         * conform/Makefile: Run run-conformtest.sh using $(BASH).
47148         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
47149         have-as-vis3 check.
47151 2012-03-27  Andreas Jaeger  <aj@suse.de>
47153         * sysdeps/x86_64/elf/configure.in: Moved to ...
47154         * sysdeps/x86_64/configure.in: ... here.
47155         * sysdeps/x86_64/elf/start.S: Moved to ...
47156         * sysdeps/x86_64/start.S: ... here.
47157         * sysdeps/x86_64/elf/configure: Delete.
47159         * sysdeps/x86_64/configure.in: Merge contents from
47160         sysdeps/i386/configure.in (without i686 check).
47162         * sysdeps/i386/elf/Versions: Merge into ...
47163         * sysdeps/i386/Versions: ... this.
47164         * sysdeps/i386/elf/Versions: Delete file.
47165         * sysdeps/i386/elf/start.S: Moved to ...
47166         * sysdeps/i386/start.S: ...here.
47167         * sysdeps/i386/elf/configure.in: Merge into...
47168         * sysdeps/i386/configure.in: ...here.
47169         * sysdeps/i386/elf/configure.in: Delete file.
47170         * sysdeps/i386/elf/configure: Delete file.
47172         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
47173         * debug/backtracesyms.c: ... here.
47174         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
47175         * debug/backtracesymsfd.c: ... here.
47176         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
47177         * sysdeps/generic/ifunc-sel.h: ... here.
47179         * sysdeps/unix/i386/start.c: Delete file.
47180         * sysdeps/unix/sparc/start.c: Delete file.
47181         * sysdeps/unix/start.c: Delete file.
47183         * sysdeps/sh/elf/configure.in: Moved to ...
47184         * sysdeps/sh/configure.in: ... here.
47185         * sysdeps/sh/elf/start.S: Moved to ...
47186         * sysdeps/sh/start.S: ... here.
47187         * sysdeps/sh/elf/configure: Delete file.
47189         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
47190         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
47191         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
47192         * sysdeps/powerpc/powerpc64/entry.h: ... here.
47193         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
47194         * sysdeps/powerpc/powerpc64/start.S: here.
47195         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
47196         * sysdeps/powerpc/powerpc64/Makefile: ... this.
47197         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
47198         * sysdeps/powerpc/powerpc64/configure.in: ... this.
47199         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
47201         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
47202         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
47203         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
47204         * sysdeps/powerpc/powerpc32/start.S: ... here.
47205         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
47206         * sysdeps/powerpc/powerpc32/configure.in: ... this.
47207         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
47209         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
47210         * sysdeps/powerpc/ifunc-sel.h: ... here.
47211         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
47212         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
47214         * sysdeps/sparc/elf/configure.in: Moved to ...
47215         * sysdeps/sparc/configure.in: ... here.
47216         * sysdeps/sparc/elf/configure: Delete file.
47217         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
47218         * sysdeps/sparc/sparc32/start.S: ... here.
47219         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
47220         * sysdeps/sparc/sparc64/start.S: ... here.
47221         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
47222         * sysdeps/sparc/sparc32/Makefile: ... this.
47223         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
47224         * sysdeps/sparc/sparc64/Makefile: ... this.
47226         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
47227         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
47228         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
47229         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
47230         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
47231         * sysdeps/s390/s390-32/setjmp.S: ... here.
47232         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
47233         * sysdeps/s390/s390-32/configure.in: ... here.
47234         * sysdeps/s390/s390-32/elf/configure: Delete file.
47235         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
47236         * sysdeps/s390/s390-32/start.S: ... here.
47238         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
47239         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
47240         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
47241         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
47242         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
47243         * sysdeps/s390/s390-64/setjmp.S: ... here.
47244         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
47245         * sysdeps/s390/s390-64/configure.in: ... here
47246         * sysdeps/s390/s390-64/elf/configure: Delete file.
47247         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
47248         * sysdeps/s390/s390-64/start.S: ... here.
47249         * sysdeps/s390/s390-64/elf/configure: Delete.
47251         * configure.in: Remove support for elf directories in sysdeps.
47253         * configure: Regenerated.
47254         * sysdeps/i386/configure: Regenerated.
47255         * sysdeps/powerpc/powerpc32/configure: Regenerated.
47256         * sysdeps/powerpc/powerpc64/configure: Regenerated.
47257         * sysdeps/s390/s390-32/configure: Regenerated.
47258         * sysdeps/s390/s390-64/configure: Regenerated.
47259         * sysdeps/sh/configure: Regenerated.
47260         * sysdeps/sparc/configure: Regenerated.
47261         * sysdeps/x86_64/configure: Regenerated.
47263 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
47265         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47267         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
47268         denormal result into account.
47270 2012-03-25  Roland McGrath  <roland@hack.frob.com>
47272         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
47273         Reported by Allan McRae <allan@archlinux.org>.
47275 2012-03-23  Jeff Law  <law@redhat.com>
47277         * nss/getnssent.c (__nss_getent): Fix typo.
47279 2012-03-23  David S. Miller  <davem@davemloft.net>
47281         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47283 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
47285         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
47286         to pad to uint64_t for each field.
47287         (dl_tls_index): Replace unsigned long with uint64_t.
47289 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
47290         Paul Pluzhnikov  <ppluzhnikov@google.com>
47292         [BZ #6528]
47293         * grp/Makefile (otherlibs): Don't set it.
47294         * inet/Makefile (otherlibs): Likewise.
47295         * login/Makefile (otherlibs): Likewise.
47296         * nscd/Makefile (otherlibs): Likewise.
47297         * posix/Makefile (otherlibs): Likewise.
47298         * pwd/Makefile (otherlibs): Likewise.
47299         * rt/Makefile (otherlibs): Likewise.
47300         * sunrpc/Makefile (otherlibs): Likewise.
47301         * nss/Makefile (otherlibs): Likewise.
47302         Add libnss_files to routines and static-only-routines.
47303         ($(objpfx)getent): Remove rule.
47304         * resolv/Makefile: Add libnss_dns and libresolv to routines and
47305         static-only-routines.
47307 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47309         [BZ #13892]
47310         * math/s_cexp.c: Include <float.h>.
47311         (__cexp): Handle exp result overflowing not necessarily
47312         overflowing both real and imaginary parts of result.
47313         * math/s_cexpf.c: Likewise.
47314         * math/s_cexpl.c: Likewise.
47315         * math/libm-test.inc (cexp_test): Add more tests.
47316         * sysdeps/i386/fpu/libm-test-ulps: Update.
47317         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47319 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47321         * include/link.h (ELFW): New macro.
47322         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
47323         Replace ELF64_R_TYPE with ELFW(R_TYPE).
47325 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47327         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
47328         with uint64_t.
47330 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47332         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
47333         declaration.
47334         (struct La_x32_retval): Likewise.
47336 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47338         * sysdeps/x86_64/preconfigure.in: New file.
47339         * sysdeps/x86_64/preconfigure: New generated file.
47341 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47343         [BZ #13824]
47344         * math/e_exp2l.c: Include <float.h>.
47345         (__ieee754_exp2l): Handle overflow and underflow cases
47346         separately.  Only pass fractional part of argument to
47347         __ieee754_expl.
47348         * math/libm-test.inc (exp2_test): Add more tests.
47350         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
47351         negating x to take absolute value.
47352         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
47353         Likewise.
47354         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
47355         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
47356         Likewise.
47357         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
47358         computing low part if x was negated.
47359         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
47361 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47363         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
47364         la_x32_gnu_pltexit.
47365         (pltexit): Cast int_retval to ptrdiff_t.
47366         * elf/tst-auditmod3b.c: Likewise.
47367         * elf/tst-auditmod4b.c: Likewise.
47368         * elf/tst-auditmod5b.c: Likewise.
47369         * elf/tst-auditmod6b.c: Likewise.
47370         * elf/tst-auditmod6c.c: Likewise.
47371         * elf/tst-auditmod7b.c: Likewise.
47373         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
47374         and x32_gnu_pltexit.
47376         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
47377         __ELF_NATIVE_CLASS.
47378         (La_x32_regs): New macro.
47379         (La_x32_retval): Likewise.
47380         (la_x32_gnu_pltenter): New function prototype.
47381         (la_x32_gnu_pltexit): Likewise.
47383 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
47385         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
47386         exponent.
47388         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47390         * configure.in (libc_cv_cc_nofma): Check for option to disable
47391         generation of FMA instructions.
47392         * configure: Regenerate.
47393         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
47394         * sysdeps/ieee754/dbl-64/Makefile: New file.
47395         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
47396         Remove brandred-fma4.
47397         (CFLAGS-brandred-fma4.c): Remove.
47398         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
47399         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
47400         define.
47401         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
47402         define.
47404 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47406         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
47407         LLONG_MAX != LONG_MAX.
47408         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47409         (_fitoa_word): Likewise.
47410         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
47411         LLONG_MAX != LONG_MAX.
47412         * stdio-common/_itowa.h: Include <_itoa.h>.
47413         (_itowa_word): Use _ITOA_WORD_TYPE on value.
47414         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
47415         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
47416         only if not defined.
47417         (_ITOA_WORD_TYPE): Likewise.
47418         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47419         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
47421 2012-03-21  David S. Miller  <davem@davemloft.net>
47423         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47425 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47427         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
47428         of x86_64 when setting libc_cv_slibdir, libdir and
47429         libc_cv_localedir.
47430         * sysdeps/unix/sysv/linux/configure: Regenerated.
47432 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47434         * manual/lang.texi (Old Varargs): Remove section.
47435         (How Variadic): Update menu.
47436         (va_start): Do not mention varargs.h.
47438 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47439             Joseph Myers  <joseph@codesourcery.com>
47441         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
47442         link test.
47443         * configure: Regenerated.
47445 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47447         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
47448         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
47449         conformtest.pl
47451 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47453         * NOTES: Remove.
47454         * Makefile (files-for-dist): Remove NOTES.
47455         (NOTES): Remove rule.
47456         * README: Don't refer to NOTES.
47457         * manual/creature.texi: Don't include macros.texi.
47458         * manual/intro.texi (creature.texi): Remove comment referring to
47459         NOTES.
47461         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
47462         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
47463         * configure: Regenerated.
47464         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
47465         LIBC_TRY_CC_OPTION.
47466         (libc_cv_as_i686): Likewise.
47467         (libc_cv_cc_avx): Likewise.
47468         (libc_cv_cc_sse2avx): Likewise.
47469         (libc_cv_cc_fma4): Likewise.
47470         (libc_cv_cc_novzeroupper): Likewise.
47471         * sysdeps/i386/configure: Regenerated.
47473         [BZ #13883]
47474         * sysdeps/i386/fpu/s_cexp.S: Remove.
47475         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
47476         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
47477         * math/libm-test.inc (cexp_test): Add more tests.
47478         * sysdeps/i386/fpu/libm-test-ulps: Update.
47479         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47481 2012-03-21  Allan McRae  <allan@archlinux.org>
47483         * timezone/Makefile: Do not install iso3166.tab and zone.tab
47485 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47487         [BZ #13871]
47488         * math/w_exp2.c: Do not include <float.h>.
47489         (o_threshold, u_threshold): Remove.
47490         (__exp2): Calculate result before checking finiteness and calling
47491         __kernel_standard.
47492         * math/w_exp2f.c: Likewise.
47493         * math/w_exp2l.c: Likewise.
47494         * math/libm-test.inc (exp2_test): Require overflow exception for
47495         1e6 input.
47497         [BZ #3866]
47498         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
47499         range of signed 64-bit integers before using fistpll.  Remove
47500         checks for whether integers fit in mantissa bits.
47501         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
47502         the range of signed 32-bit integers before using fistpl.  Remove
47503         checks for whether integers fit in mantissa bits.
47504         * sysdeps/i386/fpu/e_powl.S (p64): New object.
47505         (__ieee754_powl): Test for y outside the range of signed 64-bit
47506         integers before using fistpll.  Reduce 64-bit values to 63-bit
47507         ones as needed.
47508         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
47509         divide-by-zero is raised for zero to large negative powers.
47510         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
47511         (__ieee754_powl): Test for y outside the range of signed 64-bit
47512         integers before using fistpll.  Reduce 64-bit values to 63-bit
47513         ones as needed.
47514         * math/libm-test.inc (pow_test): Add more tests.
47516 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47518         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
47519         <stdio-common/_itoa.h>.
47520         * debug/segfault.c: Likewise.
47521         * elf/dl-cache.c: Likewise.
47522         * elf/dl-minimal.c: Likewise.
47523         * elf/dl-misc.c: Likewise.
47524         * elf/dl-sysdep.c: Likewise.
47525         * elf/dl-version.c: Likewise.
47526         * elf/rtld.c: Likewise.
47527         * hurd/hurdsock.c: Likewise.
47528         * hurd/lookup-retry.c: Likewise.
47529         * malloc/malloc.c: Likewise.
47530         * malloc/mtrace.c: Likewise.
47531         * nscd/nscd_getgr_r.c: Likewise.
47532         * nscd/nscd_getpw_r.c: Likewise.
47533         * nscd/nscd_getserv_r.c: Likewise.
47534         * posix/getopt_init.c: Likewise.
47535         * posix/wordexp.c: Likewise.
47536         * stdio-common/_itoa.c: Likewise.
47537         * stdio-common/printf_fphex.c: Likewise.
47538         * stdio-common/vfprintf.c: Likewise.
47539         * string/_strerror.c: Likewise.
47540         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
47541         * sysdeps/i386/i686/hp-timing.h: Likewise.
47542         * sysdeps/mach/_strerror.c: Likewise.
47543         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
47544         * sysdeps/mach/hurd/sethostid.c: Likewise.
47545         * sysdeps/mach/hurd/xmknodat.c: Likewise.
47546         * sysdeps/mach/xpg-strerror.c: Likewise.
47547         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
47548         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
47549         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
47550         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
47551         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
47552         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
47553         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
47554         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
47555         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
47556         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
47557         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
47558         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
47559         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
47560         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
47561         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
47562         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
47563         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
47564         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
47565         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
47566         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
47567         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
47569         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
47571         * stdio-common/_itoa.h: Moved to ...
47572         * sysdeps/generic/_itoa.h: Here.
47574         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
47576         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
47577         instead of "_itoa.h" and "_itowa.h".
47578         * stdio-common/vfprintf.: Likewise.
47580 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47582         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
47583         <bits/wordsize.h>.
47584         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
47585         (__signbit): Likwise.
47586         (llrintf): Likwise.
47587         (llrint): Likwise.
47589 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47591         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
47592         __WORDSIZE != 64.
47594 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
47596         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
47597         OVERFLOW_EXCEPTION_OK.
47598         * math/libm-test.inc ("Philosophy"): Update comment about
47599         exception testing.
47600         (OVERFLOW_EXCEPTION): Define.
47601         (OVERFLOW_EXCEPTION_OK): Likewise.
47602         (INVALID_EXCEPTION_OK): Renumber.
47603         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
47604         (IGNORE_ZERO_INF_SIGN): Likewise.
47605         (test_exceptions): Handle FE_OVERFLOW.
47606         (exp10_test): Expect overflow exceptions.
47607         (exp2_test): Likewise.
47608         (expm1_test): Likewise.
47609         (nextafter_test): Likewise.
47610         (pow_test): Likewise.
47611         (scalbn_test): Likewise.
47612         (scalbln_test): Likewise.
47614 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47616         * sysdeps/x86_64/bits/atomic.h
47617         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
47618         64bit integer.
47619         (atomic_exchange_acq): Likewise.
47620         (__arch_exchange_and_add_body): Likewise.
47621         (__arch_add_body): Likewise.
47622         (atomic_add_negative): Likewise.
47623         (atomic_add_zero): Likewise.
47625 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47627         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
47628         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
47630 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47632         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
47633         Check __x86_64__ instead of __WORDSIZE.
47635 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47637         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
47639 2012-03-19  David S. Miller  <davem@davemloft.net>
47641         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47643         * sysdeps/sparc/fpu/fenv_private.h: New file.
47644         * sysdeps/sparc/fpu/math_private.h: Use it.
47645         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
47646         Remove.
47647         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
47648         (libc_feholdexcept_setroundl): Remove.
47649         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
47650         Remove.
47651         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
47652         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
47654 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47656         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
47657         int64_t instead of long int.
47658         (INSERT_WORDS64): Likwise.
47660 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47662         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
47663         _Unwind_GetCFA return to _Unwind_Ptr first.
47665 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
47667         [BZ #13629]
47668         * math/s_clog.c: Include <float.h>.
47669         (__clog): Scale large or subnormal inputs.
47670         * math/s_clogf.c: Likewise.
47671         * math/s_clogl.c: Likewise.
47672         * math/s_clog10.c: Include <float.h>.
47673         (M_LOG10_2): Define.
47674         (__clog10): Scale large or subnormal inputs.
47675         * math/s_clog10f.c: Likewise.
47676         * math/s_clog10l.c: Likewise.
47677         * math/libm-test.inc (clog_test): Add more tests.
47678         (clog10_test): Likewise.
47679         * sysdeps/i386/fpu/libm-test-ulps: Update.
47680         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47682         [BZ #11451]
47683         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
47684         x and y.
47685         * math/libm-test.inc (atan2_test): Add another test.
47687         * Makerules (common-objdir-compile): Remove.
47688         * sysdeps/unix/Makefile (config-generated): Do not add
47689         $(unix-generated) to variable.
47690         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
47691         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
47692         Remove rule.
47693         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
47694         Likewise.
47695         [generic bits/local_lim.h] (before-compile): Do not append to
47696         variable.
47697         [generic bits/local_lim.h] (common-generated): Likewise.
47698         [generic sys/param.h] (before-compile): Do not append to variable.
47699         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
47700         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
47701         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
47702         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
47703         include.
47704         [generic sys/param.h] (sys/param.h-includes): Remove variable.
47705         [generic sys/param.h] (sys/param.h-includes): Remove rule.
47706         [generic sys/param.h] ($(addprefix
47707         $(common-objpfx),$(sys/param.h-includes))): Likewise.
47708         [generic sys/param.h] (common-generated): Do not append to
47709         variable.
47710         [generic sys/param.h] (sysdep_headers): Likewise.
47711         [generic bits/errno.h] (before-compile): Do not append to
47712         variable.
47713         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
47714         rule.
47715         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
47716         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
47717         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
47718         [generic bits/errno.h] (common-generated): Do not append to
47719         variable.
47720         [generic bits/ioctls.h] (before-compile): Do not append to
47721         variable.
47722         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
47723         rule.
47724         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
47725         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
47726         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
47727         rule.
47728         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
47729         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
47730         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
47731         [generic bits/ioctls.h] (common-generated): Do not append to
47732         variable.
47733         [generic sys/syscall.h] (syscall.h): Remove variable.
47734         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
47735         rule.
47736         [generic sys/syscall.h] (before-compile): Do not append to
47737         variable.
47738         [generic sys/syscall.h] (common-generated): Likewise.
47739         * sysdeps/unix/errnos-tmpl.c: Remove file.
47740         * sysdeps/unix/errnos.awk: Likewise.
47741         * sysdeps/unix/ioctls-tmpl.c: Likewise.
47742         * sysdeps/unix/ioctls.awk: Likewise.
47743         * sysdeps/unix/mk-local_lim.c: Likewise.
47744         * sysdeps/unix/snarf-ioctls: Likewise.
47746 2012-03-19  Richard Henderson  <rth@twiddle.net>
47748         * sysdeps/i386/fpu/fenv_private.h: New file.
47749         * sysdeps/i386/fpu/math_private.h: Use it.
47750         (math_opt_barrier, math_force_eval): Remove.
47751         (libc_feholdexcept_setround_53bit): Remove.
47752         (libc_feupdateenv_53bit): Remove.
47753         * sysdeps/x86_64/fpu/math_private.h: Likewise.
47754         (math_opt_barrier, math_force_eval): Remove.
47755         (libc_feholdexcept): Remove.
47756         (libc_feholdexcept_setround): Remove.
47757         (libc_fetestexcept, libc_fesetenv): Remove.
47758         (libc_feupdateenv_test): Remove.
47759         (libc_feupdateenv, libc_feholdsetround): Remove.
47760         (libc_feresetround): Remove.
47762         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
47763         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
47765         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
47766         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
47767         (libc_feupdateenv_testl): New.
47768         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
47769         (libc_feupdateenv_testf): New.
47770         (libc_feupdateenv): Use libc_feupdateenv_test.
47771         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
47772         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
47774         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
47775         (libc_feholdsetroundf, libc_feholdsetroundl): New.
47776         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
47777         (libc_feresetround_noex): New.
47778         (libc_feresetround_noexf): New.
47779         (libc_feresetround_noexl): New.
47780         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
47781         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
47782         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
47783         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
47784         SET_RESTORE_ROUND.
47785         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
47786         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
47787         (__cos): Likewise.
47788         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
47789         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
47790         SET_RESTORE_ROUND_NOEX.
47791         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
47792         SET_RESTORE_ROUND_NOEXF.
47793         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
47794         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
47795         (libc_feholdsetroundf): New.
47796         (libc_feresetround, libc_feresetroundf): New.
47798         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
47799         (libc_feholdexcept_setround_53bit): Convert from macro to function.
47800         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
47802         * sysdeps/generic/math_private.h: Include <fenv.h>.
47803         (default_libc_feholdexcept): New.
47804         (default_libc_feholdexcept_setround): New.
47805         (default_libc_fesetenv, default_libc_feupdateenv): New.
47806         (libc_feholdexcept): Only define if undefined.
47807         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
47808         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
47809         (libc_feholdexcept_setroundl): Likewise.
47810         (libc_feholdexcept_setround_53bit): Likewise.
47811         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
47812         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
47813         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
47814         (libc_feupdateenv_53bit): Likewise.
47815         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
47816         (libc_feholdexcept): Convert from macro to inline function.
47817         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
47818         (libc_fesetenv, libc_feupdateenv): Likewise.
47820         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
47821         not previously defined.
47822         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
47823         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
47824         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
47825         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
47826         * sysdeps/ieee754/flt-32/math_private.h: New file.
47827         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
47828         math_private.h below SET_FLOAT_WORD.
47829         (__isnan, __isinf_ns, __finite): Remove.
47830         (__isnanf, __isinf_nsf, __finitef): Remove.
47832 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
47834         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47836 2012-03-17  David S. Miller  <davem@davemloft.net>
47838         [BZ #6471]
47839         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
47840         for 2.16.
47842 2012-03-16  David S. Miller  <davem@davemloft.net>
47844         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
47845         warnings.
47847         [BZ #6471]
47848         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
47849         properly.
47850         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
47851         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
47852         sysdep_routines when subdir is sysvipc.
47853         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
47854         __getshmlba helper.
47856         * sysdeps/sparc/fpu/libm-test/ulps: Update.
47858 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47860         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
47861         [__LP64__].
47863 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47865         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
47866         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
47867         (__lround): Renamed to ...
47868         (__llround): This.  Replace long int with long long int.
47869         Define lround functions as aliases of llround functions.
47870         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
47872 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47874         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
47875         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
47876         adresses to uintptr_t.  Replace "long int" and "unsigned long
47877         int" with "greg_t" on va_arg.
47879 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47881         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
47882         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
47884         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
47885         Move e_machine check before EI_CLASS check.  Handle x32
47886         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
47887         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
47888         SKIP_EM_IA_64 and include
47889         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
47891         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
47892         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
47893         (add_system_dir): New macro.
47895         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
47896         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
47898 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
47900         [BZ #2551]
47901         [BZ #2552]
47902         [BZ #2553]
47903         [BZ #2554]
47904         [BZ #2562]
47905         [BZ #2563]
47906         [BZ #2565]
47907         [BZ #2566]
47908         [BZ #2576]
47909         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
47910         (y0): Likewise.
47911         * math/w_j0f.c (j0f): Likewise.
47912         (y0f): Likewise.
47913         * math/w_j0l.c (__j0l): Likewise.
47914         (__y0l): Likewise.
47915         * math/w_j1.c (j1): Likewise.
47916         (y1): Likewise.
47917         * math/w_j1f.c (j1f): Likewise.
47918         (y1f): Likewise.
47919         * math/w_j1l.c (__j1l): Likewise.
47920         (__y1l): Likewise.
47921         * math/w_jn.c (jn): Likewise.
47922         (yn): Likewise.
47923         * math/w_jnf.c (jnf): Likewise.
47924         (ynf): Likewise.
47925         * math/w_jnl.c (__jnl): Likewise.
47926         (__ynl): Likewise.
47927         * math/libm-test.inc (j0_test): Add more tests.
47928         (j1_test): Likewise.
47929         (jn_test): Likewise.  Add trailing semicolon to existing test.
47930         (y0_test): Likewise.
47931         (y1_test): Likewise.
47932         * sysdeps/i386/fpu/libm-test-ulps: Update.
47933         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47935         [BZ #13851]
47936         [BZ #13854]
47937         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
47938         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
47939         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
47940         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
47941         (__tanl): Set errno for infinite argument.
47942         * sysdeps/i386/fpu/mptan.c: Remove.
47943         * sysdeps/i386/fpu/s_tan.S: Likewise.
47944         * sysdeps/i386/fpu/s_tanl.S: Likewise.
47945         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
47946         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
47947         * math/libm-test.inc (tan_test): Add more tests and enable more
47948         tests for double and long double.
47949         * sysdeps/i386/fpu/libm-test-ulps: Update.
47950         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47952 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
47954         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
47955         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
47957 2012-03-16  Roland McGrath  <roland@hack.frob.com>
47959         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
47960         * configure.in: Use it for both main tree and add-ons.
47961         * configure: Regenerated.
47963 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47965         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
47967 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
47969         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
47970         in comment.
47972         [BZ #13851]
47973         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
47974         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
47975         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
47976         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
47977         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
47978         infinite argument.
47979         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
47980         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
47981         != 0 for prec == 2.
47982         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
47983         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
47984         * sysdeps/i386/fpu/s_cosl.S: Likewise.
47985         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
47986         * sysdeps/i386/fpu/s_sinl.S: Likewise.
47987         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
47988         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
47989         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
47990         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
47991         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
47992         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
47993         * math/libm-test.inc (cos_test): Add more tests and enable more
47994         tests for long double.
47995         (sin_test): Likewise.
47996         (sincos_test): Likewise.
47997         * sysdeps/i386/fpu/libm-test-ulps: Update.
47998         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48000 2012-03-16  David S. Miller  <davem@davemloft.net>
48002         * sysdeps/sparc/fpu/math_private.h: New file.
48004 2012-03-15  David S. Miller  <davem@davemloft.net>
48006         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
48007         file.
48008         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
48009         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
48010         file.
48011         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
48012         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
48013         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
48014         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
48015         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
48016         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
48017         sysdep routines.
48018         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48020         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
48021         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
48023         * sysdeps/sparc/sparc-ifunc.h: New file.
48024         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
48025         sparc-ifunc.h
48026         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
48027         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
48028         Likewise.
48029         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
48030         Likewise.
48031         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
48032         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
48033         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
48034         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
48035         Likewise.
48036         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
48037         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
48038         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
48039         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
48040         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
48041         Likewise.
48042         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
48043         Likewise.
48044         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
48045         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
48046         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
48047         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
48048         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
48049         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
48050         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
48051         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
48052         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
48053         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
48054         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
48055         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
48056         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
48057         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
48058         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
48059         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
48060         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
48061         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
48062         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
48063         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
48064         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
48065         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
48066         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
48067         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
48069 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48071         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
48072         scaling.
48073         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48075 2012-03-15  Andreas Jaeger  <aj@suse.de>
48077         [BZ #13852]
48078         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
48079         ieee754/flt-32 implementation for sin, cos and sincos.
48080         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
48081         * sysdeps/i386/fpu/s_cosf.S: Likewise.
48082         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
48083         * sysdeps/i386/fpu/s_sinf.S: Likewise.
48084         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
48085         ieee754/flt-32 implementation for tan.
48087         * math/libm-test.inc (cos_test): Enable some large input tests for
48088         float as well
48089         (sin_test): Likewise.
48090         (sincos_test): Likewise.
48091         (tan_test): Add tests for large input.
48093         * sysdeps/i386/fpu/libm-test-ulps: Update.
48095 2012-03-15  Andreas Jaeger  <aj@suse.de>
48097         [BZ #13658]
48098         * math/libm-test.inc (cos_test): Add more test cases.
48099         (sin_test): Likewise.
48100         (sincos_test): Likewise.
48102 2012-03-15  Andreas Jaeger  <aj@suse.de>
48104         [BZ #13837]
48105         * math/libm-test.inc (cos_test): Add a test case for large input
48106         value.
48107         (sin_test): Likewise.
48108         (sincos_test): Likewise.
48110 2012-03-15  Andreas Jaeger  <aj@suse.de>
48111             Joseph Myers  <joseph@codesourcery.com>
48113         [BZ #13658]
48114         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
48115         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
48116         * sysdeps/i386/fpu/branred.c: Likewise.
48117         * sysdeps/i386/fpu/dosincos.c: Likewise.
48118         * sysdeps/i386/fpu/mpa.c: Likewise.
48119         * sysdeps/i386/fpu/s_cos.S: Likewise.
48120         * sysdeps/i386/fpu/s_sin.S: Likewise.
48121         * sysdeps/i386/fpu/s_sincos.S: Likewise.
48122         * sysdeps/i386/fpu/sincos32.c: Likewise.
48124         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
48125         Define.
48126         (libc_feupdateenv_53bit): Define.
48127         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
48128         Define.
48129         (libc_feupdateenv_53bit): Define.
48131         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
48132         53 bit (without extend i386 double precision).
48134         * math/libm-test.inc (sincos_test): Add tests for large input.
48135         (sin): Likewise.
48136         (cos): Likewise.
48138         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
48140 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48142         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48144 2012-03-15  David S. Miller  <davem@davemloft.net>
48146         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
48147         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
48148         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
48149         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
48150         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
48151         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
48152         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
48153         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
48154         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
48155         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
48156         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
48157         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
48158         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
48159         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
48160         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
48161         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
48162         file.
48163         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
48164         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
48165         file.
48166         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
48167         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
48168         file.
48169         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
48170         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
48171         file.
48172         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
48173         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
48174         fmin/fmax sysdep routines.
48175         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48177 2012-03-14  David S. Miller  <davem@davemloft.net>
48179         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
48180         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
48181         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
48182         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
48183         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
48184         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
48185         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
48186         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
48187         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
48188         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
48189         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
48190         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
48191         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
48192         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
48193         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
48194         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
48195         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
48196         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
48197         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
48198         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
48199         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
48200         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
48201         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
48202         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
48203         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
48204         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
48205         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
48206         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
48207         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
48208         routines.
48209         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
48210         file.
48211         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
48212         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
48213         file.
48214         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
48215         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
48216         file.
48217         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
48218         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
48219         file.
48220         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
48221         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
48222         file.
48223         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
48224         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
48225         file.
48226         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
48227         file.
48228         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
48229         file.
48230         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
48231         file.
48232         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
48233         New file.
48234         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
48235         file.
48236         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
48237         file.
48238         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
48239         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
48240         file.
48241         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
48242         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
48243         file.
48244         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
48245         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
48246         file.
48247         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
48248         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
48249         VIS3 routines.
48251         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
48252         New file.
48254         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48256         * sysdeps/sparc/configure.in: New file.
48257         * sysdeps/sparc/configure: Generate.
48258         * configure.in (libc_cv_sparc_as_vis3): Substitute.
48259         * configure: Regenerate.
48260         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
48261         * config.make.in (have-as-vis3): New.
48262         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
48263         available use -Av9d instead of -Av9a.
48264         * sysdeps/sparc/sparc64/Makefile: Likewise.
48265         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
48266         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
48267         New file.
48268         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
48269         file.
48270         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
48271         New file.
48272         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
48273         file.
48274         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
48275         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
48276         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
48277         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
48278         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
48280         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
48281         fzeros/fnegs to load 0x80000000 into a float register instead of
48282         using the stack.
48283         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
48285 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48287         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48288         bits/syscall.h.
48289         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
48290         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
48291         ($(inst_includedir)/bits/syscall.h): Remove rule.
48292         ($(objpfx)bits/syscall.d): Include instead of
48293         $(objpfx)syscall-list.d.
48294         (generated): Change syscall-list.h and syscall-list.d to
48295         bits/syscall.h and bits/syscall.d.
48297 2012-03-14  Roland McGrath  <roland@hack.frob.com>
48299         [BZ #13846]
48300         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
48302 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48304         [BZ #13841]
48305         * math/s_csqrt.c: Include <float.h>.
48306         (__csqrt): Scale large or subnormal inputs.
48307         * math/s_csqrtf.c: Likewise.
48308         * math/s_csqrtl.c: Likewise.
48309         * math/libm-test.inc (csqrt_test): Add more tests.
48310         * sysdeps/i386/fpu/libm-test-ulps: Update.
48311         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48313         [BZ #13840]
48314         * math/libm-test.inc (hypot_test): Add more tests.
48316 2012-03-13  David S. Miller  <davem@davemloft.net>
48318         [BZ #13840]
48319         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
48320         double-precision for the calculation instead of scaling.
48322 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
48324         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
48325         manipulate bits before adding and subtracting TWO52[sx].
48326         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
48327         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
48328         Likewise.
48329         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
48331 2012-03-13  David S. Miller  <davem@davemloft.net>
48333         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
48334         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
48335         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
48336         rtld-global-offsets.h
48337         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48339         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
48340         large parameters.
48342         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
48344         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
48345         'err' in the ifdef scope in which it is actually used.
48347         * nss/nss_db/db-init.c: Include string.h
48349 2012-03-12  David S. Miller  <davem@davemloft.net>
48351         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48352         masking out of the most significant byte of random value used.
48353         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48354         Fix coding style in previous change.
48356         * sysdeps/unix/sysv/linux/kernel-features.h
48357         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
48358         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
48359         expression.
48360         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
48361         later.
48363 2012-03-11  David S. Miller  <davem@davemloft.net>
48365         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
48366         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
48367         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
48368         for 'resultvar' otherwise things get truncated on 64-bit.
48370         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48371         Fix masking out of the most significant byte of random value used.
48373         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48375 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
48377         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48379 2012-03-09  David S. Miller  <davem@davemloft.net>
48381         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
48382         variables with appropriate CPP guards.
48383         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
48384         from the frame pointer, not the stack pointer.  Correct layout
48385         comments.  Fix test on resulting framesize and the management of
48386         the outregs buffer for pltexit.  Preserve floating point return
48387         values across _dl_call_pltexit call.
48388         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
48389         framesize and the management of the outregs buffer for pltexit.
48390         Preserve floating point return values across _dl_call_pltexit
48391         call.
48392         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
48393         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
48394         (la_sparc64_gnu_pltexit): New functions.
48395         (print_exit): Fix format string for return register value.
48397 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
48399         * sunrpc/Makefile (others): Add rpcgen.
48400         ($(objpfx)rpcgen): Remove special build rule and dependency on
48401         libc.
48402         * sunrpc/rpcgen.c: New file.
48404 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
48406         [BZ #13673]
48407         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
48408         * stdio-common/bug-vfprintf-nargs.c: Likewise.
48409         * sysdeps/i386/crti.S: Likewise.
48410         * sysdeps/i386/crtn.S: Likewise.
48411         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
48412         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
48413         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
48414         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
48415         * sysdeps/sh/crti.S: Likewise.
48416         * sysdeps/sh/crtn.S: Likewise.
48417         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
48419         [BZ #13673]
48420         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
48421         with URL.
48422         * locale/programs/locfile-kw.gperf: Likewise.
48423         * locale/programs/charmap-kw.h: Regenerated.
48424         * locale/programs/locfile-kw.h: Likewise.
48426         [BZ #13673]
48427         * intl/plural.y: Replace FSF snail mail address with URL.
48428         * intl/plural.c: Regenerated.
48430 2012-03-09  Richard Henderson  <rth@twiddle.net>
48432         * include/math_private.h: Remove file.
48433         * math/math_private.h: Move file ...
48434         * sysdeps/generic/math_private.h: ... here.
48436         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
48437         * sysdeps/powerpc/fpu/math_private.h: Likewise.
48438         * sysdeps/x86_64/fpu/math_private.h: Likewise.
48440         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
48441         and <math_private.h>.
48442         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48443         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48444         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48445         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48446         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48447         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
48448         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48449         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48450         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48451         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48452         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48453         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48454         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48455         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48456         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48457         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48458         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48459         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48460         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48461         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48462         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48463         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48464         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48465         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48466         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
48467         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48468         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48469         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48470         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48471         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48472         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48473         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48474         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
48475         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48476         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48477         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48478         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48479         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48480         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48481         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48482         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
48483         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48484         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48485         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
48486         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
48487         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48488         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
48489         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
48490         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48491         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48492         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
48493         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
48494         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
48495         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48496         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
48497         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48498         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48499         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
48500         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
48501         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
48502         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48503         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
48504         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48505         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48506         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
48507         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48508         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48509         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48510         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
48511         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
48512         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
48513         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48514         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
48515         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48516         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
48517         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
48518         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
48519         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48520         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
48521         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
48522         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
48523         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
48524         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
48525         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48526         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48527         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
48528         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
48529         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
48530         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48531         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48532         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48533         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48534         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48535         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48536         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48537         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48538         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48539         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48540         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48541         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48542         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48543         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48544         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48545         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48546         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48547         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48548         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48549         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48550         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48551         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48552         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48553         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48554         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48555         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48556         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
48557         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48558         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48559         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48560         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48561         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48562         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48563         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48564         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48565         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
48566         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48567         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48568         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48569         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
48570         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48571         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
48572         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
48573         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48574         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48575         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
48576         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
48577         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
48578         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48579         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48580         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
48581         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48582         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48583         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
48584         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
48585         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
48586         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
48587         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48588         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
48589         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
48590         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
48591         * sysdeps/ieee754/k_standard.c: Likewise.
48592         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48593         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48594         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48595         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48596         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48597         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48598         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48599         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48600         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48601         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48602         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48603         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48604         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48605         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48606         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48607         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48608         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
48609         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48610         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48611         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
48612         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
48613         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
48614         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48615         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48616         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
48617         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
48618         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48619         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48620         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48621         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48622         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
48623         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48624         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48625         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48626         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
48627         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
48628         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
48629         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
48630         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
48631         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
48632         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
48633         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
48634         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
48635         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
48636         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
48637         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
48638         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
48639         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
48640         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
48641         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
48642         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
48643         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
48644         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
48645         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
48646         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
48647         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
48648         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
48649         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
48650         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
48651         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
48652         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
48653         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
48654         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
48655         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48656         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48657         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48658         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48659         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48660         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48661         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48662         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48663         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
48664         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48665         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48666         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48667         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48668         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
48669         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48670         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48671         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
48672         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
48673         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
48674         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
48675         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
48676         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
48677         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
48678         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
48679         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
48680         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
48681         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
48682         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
48683         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
48684         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
48685         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
48686         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
48687         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
48688         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
48689         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
48690         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
48691         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
48692         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
48693         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
48694         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
48695         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
48696         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
48697         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
48698         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
48699         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
48700         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
48701         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
48702         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
48703         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
48704         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48705         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48706         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48707         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48708         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48709         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48710         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48711         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48712         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48713         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48714         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48715         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48716         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48717         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
48718         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
48719         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
48720         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
48721         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
48722         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
48723         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
48724         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
48725         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
48726         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
48727         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
48728         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
48729         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
48730         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
48731         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
48732         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
48733         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
48734         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
48735         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
48736         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
48737         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
48738         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
48739         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
48740         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
48741         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
48742         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
48743         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48744         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
48745         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
48746         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
48747         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
48748         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
48749         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
48750         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
48751         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
48752         * sysdeps/ieee754/s_lib_version.c: Likewise.
48753         * sysdeps/ieee754/s_matherr.c: Likewise.
48754         * sysdeps/ieee754/s_signgam.c: Likewise.
48755         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48756         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48757         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
48758         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
48759         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
48760         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
48761         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
48762         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
48763         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
48764         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
48765         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
48766         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
48767         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
48768         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
48769         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
48770         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
48771         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
48772         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
48773         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
48774         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
48775         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
48777 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
48779         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
48780         * sunrpc/rpc_main.c: Likewise.
48781         * sunrpc/rpc_svcout.c: Likewise.
48783 2012-03-09  David S. Miller  <davem@davemloft.net>
48785         * include/math_private.h: New file.
48787 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
48789         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
48790         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
48791         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
48792         from <bits/socket_type.h>.
48793         (enum __socket_type): Don't define here.
48794         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
48795         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48796         bits/socket_type.h.
48798         [BZ #13566]
48799         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
48800         checking __USE_GNU.
48802         * Makerules ($(inst_includedir)/%.h): New rule.
48803         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
48804         (install-others): Remove variable setting.
48805         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
48807 2012-03-08  Richard Henderson  <rth@twiddle.net>
48809         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
48810         from macro to inline function; merge with the
48811         !__LIBC_INTERNAL_MATH_INLINES version.
48812         (__ieee754_sqrtf): Likewise.
48814         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
48815         to inline function.
48816         (__rintf, __floor, __floorf): Likewise.
48818         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
48819         macro to inline function.
48820         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
48822         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
48823         not <math/math_private.h>.
48825 2012-03-08  David S. Miller  <davem@davemloft.net>
48827         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
48828         copyright year.
48829         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
48831 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
48833         * resolv/gai_misc.c (handle_requests): Fix struct timespec
48834         normalization.
48835         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
48836         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
48838 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
48840         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
48841         be defined individually, they must be defined as a block.  Define
48842         S for printing a string instead of hidint the different by using a
48843         macro for adding the 'l'.
48844         * stdio-common/tst-fphex-wide.c: Adjust.
48846 2012-03-07  Marek Polacek  <polacek@redhat.com>
48848         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
48850 2012-03-08  Marek Polacek  <polacek@redhat.com>
48852         [BZ #13806]
48853         * stdio-common/Makefile (tests): Add tst-fphex-wide.
48854         * stdio-common/tst-fphex.c: Define a few macros to make the
48855         test reusable.  Use them.
48856         * stdio-common/tst-fphex-wide.c: New file.
48858 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
48860         [BZ #6911]
48861         * manual/macros.texi (gnusystems): New macro.
48862         (nongnusystems): Likewise.
48863         (gnulinuxhurdsystems): Likewise.
48864         (gnuhurdsystems): Likewise..
48865         (gnulinuxsystems): Likewise.
48866         * manual/charset.texi: Use new macros or @theglibc{} to refer to
48867         variants of the GNU system, not "GNU system".
48868         * manual/conf.texi: Likewise.
48869         * manual/errno.texi: Likewise.  Update example of errno macro
48870         expansion.
48871         * manual/filesys.texi: Likewise.
48872         (getumask): Document as specific to GNU/Hurd.
48873         * manual/install.texi: Likewise.  Reword some references to
48874         GNU/Linux.
48875         * manual/intro.texi: Likewise.
48876         * manual/io.texi: Likewise.
48877         (File Name Portability): Detail which constraints are inapplicable
48878         to all GNU systems and which are only inapplicable to GNU/Hurd.
48879         * manual/job.texi: Likewise.
48880         * manual/llio.texi: Likewise.
48881         (O_NOCTTY): Document as present on GNU/Linux.
48882         * manual/maint.texi: Likewise.
48883         * manual/memory.texi: Likewise.
48884         * manual/pattern.texi: Likewise.
48885         * manual/pipe.texi: Likewise.
48886         * manual/process.texi: Likewise.
48887         * manual/resource.texi: Likewise.
48888         (RUSAGE_CHILDREN): Remove statement about specifying a particular
48889         child on GNU/Hurd.
48890         * manual/setjmp.texi: Likewise.
48891         * manual/signal.texi: Likewise.
48892         * manual/startup.texi: Likewise.
48893         * manual/stdio.texi: Likewise.
48894         * manual/terminal.texi: Likewise.
48895         (ONLCR): Document as POSIX.
48896         (OXTABS): Document availability on GNU/Linux as XTABS.
48897         (ONOEOT): Document availability separately from other bits.
48898         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
48899         * manual/time.texi: Likewise.
48900         * manual/users.texi: Likewise.
48901         * INSTALL: Regenerated.
48902         * sysdeps/gnu/errlist.c: Regenerated.
48904         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
48905         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
48906         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
48907         puts.
48908         * configure: Regenerated.
48910 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
48912         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
48913         default includes instead of AC_HEADER_CHECK.
48914         * sysdeps/i386/configure: Regenerated.
48916         [BZ #10716]
48917         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
48918         * math/s_cacoshf.c (__cacoshf): Likewise.
48919         * math/s_cacoshl.c (__cacoshl): Likewise.
48920         * math/s_casinh.c (__casinh): Set signs of result from argument.
48921         * math/s_casinhf.c (__casinhf): Likewise.
48922         * math/s_casinhl.c (__casinhl): Likewise.
48923         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
48924         (casinh_test): Add more tests.
48925         * sysdeps/i386/fpu/libm-test-ulps: Update.
48926         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48928 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
48930         * po/zh_TW.po: Update from translation team.
48932         * login/Makefile (distribute): Remove variable.
48933         * catgets/Makefile: Likewise.
48934         * mach/Makefile: Likewise.
48935         * malloc/Makefile: Likewise.
48936         * misc/Makefile: Likewise.
48937         * iconv/Makefile: Likewise.
48938         * nscd/Makefile: Likewise.
48939         * hurd/Makefile: Likewise.
48940         * manual/Makefile: Likewise.
48941         * locale/Makefile: Likewise.
48942         * intl/Makefile: Likewise.
48943         * conform/Makefile: Likewise.
48944         * nss/Makefile: Likewise.
48945         * time/Makefile: Likewise.
48946         * soft-fp/Makefile: Likewise.
48947         * dirent/Makefile: Likewise.
48948         * gmon/Makefile: Likewise.
48949         * po/Makefile: Likewise.
48950         * rt/Makefile: Likewise.
48951         * socket/Makefile: Likewise.
48952         * math/Makefile: Likewise.
48953         * signal/Makefile: Likewise.
48954         * debug/Makefile: Likewise.
48955         * elf/Makefile: Likewise.
48956         * timezone/Makefile: Likewise.
48957         * stdlib/Makefile: Likewise.
48958         * iconvdata/Makefile: Likewise.
48959         * sunrpc/Makefile: Likewise.
48960         * io/Makefile: Likewise.
48961         * argp/Makefile: Likewise.
48962         * inet/Makefile: Likewise.
48963         * hesiod/Makefile: Likewise.
48964         * grp/Makefile: Likewise.
48965         * csu/Makefile: Likewise.
48966         * wctype/Makefile: Likewise.
48967         * crypt/Makefile: Likewise.
48968         * libio/Makefile: Likewise.
48969         * string/Makefile: Likewise.
48970         * nis/Makefile: Likewise.
48971         * resolv/Makefile: Likewise.
48972         * stdio-common/Makefile: Likewise.
48973         * wcsmbs/Makefile: Likewise.
48974         * dlfcn/Makefile: Likewise.
48975         * posix/Makefile: Likewise.
48977         [BZ #6959]
48978         * timezone/Makefile: Don't install timezone files, just the programs
48979         and scripts.
48981 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
48983         * nss/databases.def: Add missing gshadow entry.
48985         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
48987 2012-03-06  Marek Polacek  <polacek@redhat.com>
48989         [BZ #13726]
48990         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
48991         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
48992         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
48993         * stdio-common/tst-long-dbl-fphex.c: New file.
48995 2012-03-06  David S. Miller  <davem@davemloft.net>
48997         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
48998         (set_obp_int): New function.
48999         (get_obp_int): New function.
49000         (__get_clockfreq_via_dev_openprom): Likewise.
49001         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
49002         Avoid unused variable warnings on 'val' and use builtin_expect.
49003         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
49004         __builtin_expect.
49005         (INLINE_CLONE_SYSCALL): Likewise.
49007 2012-03-05  David S. Miller  <davem@davemloft.net>
49009         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49011 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
49013         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49015         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
49016         only for |x| >= 40.
49017         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49019 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
49021         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
49022         Replace gettimeofday with __vdso_gettimeofday.
49024         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49025         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
49026         __vdso_clock_gettime and __vdso_getcpu.
49028         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
49029         time with __vdso_time.
49031 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49033         * manual/lang.texi (size_t): Note types to which size_t may be
49034         equivalent with the GNU C Library, but do not describe when
49035         differences between them are significant.
49037 2012-03-05  Andreas Jaeger  <aj@suse.de>
49039         * sysdeps/i386/fpu/libm-test-ulps: Update.
49041 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49043         [BZ #3976]
49044         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
49045         (__ieee754_pow): Save and restore rounding mode and use
49046         round-to-nearest for main computations.
49047         * math/libm-test.inc (pow_test_tonearest): New function.
49048         (pow_test_towardzero): Likewise.
49049         (pow_test_downward): Likewise.
49050         (pow_test_upward): Likewise.
49051         (main): Call the new functions.
49052         * sysdeps/i386/fpu/libm-test-ulps: Update.
49053         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49055         [BZ #3976]
49056         * math/libm-test.inc (cosh_test_tonearest): New function.
49057         (cosh_test_towardzero): Likewise.
49058         (cosh_test_downward): Likewise.
49059         (cosh_test_upward): Likewise.
49060         (sinh_test_tonearest): Likewise.
49061         (sinh_test_towardzero): Likewise.
49062         (sinh_test_downward): Likewise.
49063         (sinh_test_upward): Likewise.
49064         (main): Call the new functions.
49065         * sysdeps/i386/fpu/libm-test-ulps: Update.
49066         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49068 2012-03-05  Tom de Vries  <tom@codesourcery.com>
49070         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
49071         default stack guard is set in last bytes.
49072         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
49074 2012-03-05  Kees Cook  <keescook@chromium.org>
49076         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
49078         [BZ #13656]
49079         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
49080         possibly allocate from heap instead of stack.
49081         * stdio-common/bug-vfprintf-nargs.c: New file.
49082         * stdio-common/Makefile (tests): Add nargs overflow test.
49084 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
49086         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49088 2012-03-03  Marek Polacek  <polacek@redhat.com>
49090         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
49091         * math/math_private.h: Likewise.
49092         * stdlib/tst-strtod.c: Likewise.
49093         * sysdeps/i386/i486/bits/atomic.h: Likewise.
49094         * sysdeps/x86_64/bits/atomic.h: Likewise.
49096 2012-03-02  David S. Miller  <davem@davemloft.net>
49098         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
49099         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
49100         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
49101         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
49102         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
49103         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
49104         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
49105         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
49107 2012-03-02  Roland McGrath  <roland@hack.frob.com>
49109         [BZ #13792]
49110         * manual/examples/README: New file, says the example source files
49111         can be used under GPL>=2.
49112         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
49113         line containing just "*/".
49114         * manual/examples/add.c: Add copyright header (GPL>=2).
49115         * manual/examples/argp-ex1.c: Likewise.
49116         * manual/examples/argp-ex2.c: Likewise.
49117         * manual/examples/argp-ex3.c: Likewise.
49118         * manual/examples/argp-ex4.c: Likewise.
49119         * manual/examples/atexit.c: Likewise.
49120         * manual/examples/db.c: Likewise.
49121         * manual/examples/dir.c: Likewise.
49122         * manual/examples/dir2.c: Likewise.
49123         * manual/examples/execinfo.c: Likewise.
49124         * manual/examples/filecli.c: Likewise.
49125         * manual/examples/filesrv.c: Likewise.
49126         * manual/examples/fmtmsgexpl.c: Likewise.
49127         * manual/examples/genpass.c: Likewise.
49128         * manual/examples/inetcli.c: Likewise.
49129         * manual/examples/inetsrv.c: Likewise.
49130         * manual/examples/isockad.c: Likewise.
49131         * manual/examples/longopt.c: Likewise.
49132         * manual/examples/memopen.c: Likewise.
49133         * manual/examples/memstrm.c: Likewise.
49134         * manual/examples/mkfsock.c: Likewise.
49135         * manual/examples/mkisock.c: Likewise.
49136         * manual/examples/mygetpass.c: Likewise.
49137         * manual/examples/pipe.c: Likewise.
49138         * manual/examples/popen.c: Likewise.
49139         * manual/examples/rprintf.c: Likewise.
49140         * manual/examples/search.c: Likewise.
49141         * manual/examples/select.c: Likewise.
49142         * manual/examples/setjmp.c: Likewise.
49143         * manual/examples/sigh1.c: Likewise.
49144         * manual/examples/sigusr.c: Likewise.
49145         * manual/examples/stpcpy.c: Likewise.
49146         * manual/examples/strdupa.c: Likewise.
49147         * manual/examples/strftim.c: Likewise.
49148         * manual/examples/strncat.c: Likewise.
49149         * manual/examples/subopt.c: Likewise.
49150         * manual/examples/swapcontext.c: Likewise.
49151         * manual/examples/termios.c: Likewise.
49152         * manual/examples/testopt.c: Likewise.
49153         * manual/examples/testpass.c: Likewise.
49154         * manual/examples/timeval_subtract.c: Likewise.
49156         [BZ #13792]
49157         * manual/time.texi (Elapsed Time): Move timeval_subtract example
49158         function to ...
49159         * manual/timeval_subtract.c.texi: ... here, new file.
49161 2012-03-02  David S. Miller  <davem@davemloft.net>
49163         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
49165 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
49167         [BZ #3976]
49168         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
49169         (__sin): Save and restore rounding mode and use round-to-nearest
49170         for all computations.
49171         (__cos): Save and restore rounding mode and use round-to-nearest
49172         for all computations.
49173         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
49174         <fenv.h>.
49175         (tan): Save and restore rounding mode and use round-to-nearest for
49176         all computations.
49177         * math/libm-test.inc (cos_test_tonearest): New function.
49178         (cos_test_towardzero): Likewise.
49179         (cos_test_downward): Likewise.
49180         (cos_test_upward): Likewise.
49181         (sin_test_tonearest): Likewise.
49182         (sin_test_towardzero): Likewise.
49183         (sin_test_downward): Likewise.
49184         (sin_test_upward): Likewise.
49185         (tan_test_tonearest): Likewise.
49186         (tan_test_towardzero): Likewise.
49187         (tan_test_downward): Likewise.
49188         (tan_test_upward): Likewise.
49189         (main): Call the new functions.
49190         * sysdeps/i386/fpu/libm-test-ulps: Update.
49191         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49193         [BZ #10135]
49194         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
49195         small n, then large n, before computing and testing k+n.
49196         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
49197         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
49198         Likewise.
49199         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
49200         Likewise.
49201         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
49202         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
49203         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
49204         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
49205         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
49206         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
49207         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
49208         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
49209         * math/libm-test.inc (scalbn_test): Add more tests.
49210         (scalbln_test): Likewise.
49212         * manual/filesys.texi (mode_t): Describe constraints on size and
49213         signedness, not exact equivalence to a particular type.
49214         (ino_t): Likewise.
49215         (ino64_t): Likewise.
49216         (dev_t): Likewise.
49217         (nlink_t): Likewise.
49218         (blkcnt_t): Likewise.
49219         (blkcnt64_t): Likewise.
49220         * manual/llio.texi (off_t): Likewise.
49222         [BZ #3976]
49223         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
49224         (__ieee754_exp): Save and restore rounding mode and use
49225         round-to-nearest for all computations.
49226         * math/libm-test.inc (exp_test_tonearest): New function.
49227         (exp_test_towardzero): Likewise.
49228         (exp_test_downward): Likewise.
49229         (exp_test_upward): Likewise.
49230         (main): Call the new functions.
49231         * sysdeps/i386/fpu/libm-test-ulps: Update.
49232         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49234 2012-03-01  Chris Demetriou  <cgd@google.com>
49236         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
49237         have predictable order.
49239 2012-03-01  David S. Miller  <davem@davemloft.net>
49241         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
49243         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
49244         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
49245         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
49246         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
49248         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
49249         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
49250         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
49251         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
49252         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
49253         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
49254         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
49255         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
49256         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
49258         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49260         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
49261         * sysdeps/sparc/fpu/libm-test-ulps: to here.
49262         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
49264         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
49265         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49266         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49267         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
49268         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
49269         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
49270         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
49271         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49272         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49273         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
49274         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
49275         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49276         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49277         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49278         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49279         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49280         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
49281         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
49282         * sysdeps/sparc/elf/configure: Regenerated.
49284 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
49286         * configure.in (AS, LD): Require binutils 2.20 or later.
49287         * configure: Regenerated.
49288         * manual/install.texi (Tools for Compilation): Give binutils 2.20
49289         as required minimum version.
49290         * INSTALL: Regenerated.
49292         [BZ #2541]
49293         [BZ #4108]
49294         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
49295         before squaring exponent.
49296         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
49297         bottom long double and 27 bits of top long double before squaring
49298         exponent.
49299         * math/libm-test.inc (erfc_test): Add more tests.
49300         * sysdeps/i386/fpu/libm-test-ulps: Update.
49301         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49302         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49304 2012-03-01  Kai Tietz  <ktietz@redhat.com>
49306         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
49307         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
49308         containing bit-fields.
49309         * soft-fp/extended.h (_FP_UNION_E): Likewise.
49310         * soft-fp/single.h (_FP_UNION_S): Likewise.
49311         * soft-fp/double.h (_FP_UNION_D): Likewise.
49313 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49315         [BZ #13786]
49316         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
49317         not include ../strcmp.S.
49318         [USE_AS_STRNCASECMP_L]: Likewise.
49319         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
49320         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
49321         * sysdeps/i386/i686/multiarch/strncase_l-c.c
49322         (__strncasecmp_l_ia32): Define as alias to
49323         __strncasecmp_l_nonascii.
49325         [BZ #5794]
49326         * math/libm-test.inc (expm1_test): Add test for bug 5794.
49327         * sysdeps/i386/fpu/libm-test-ulps: Update.
49328         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49330         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
49331         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49333 2012-02-29  Jeff Law  <law@redhat.com>
49335         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
49336         out of bounds read.
49338 2012-02-29  Marek Polacek  <polacek@redhat.com>
49340         [BZ #13706]
49341         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
49342         * elf/Makefile: Add rules to run tst-unused-dep.out.
49344 2012-02-28  David S. Miller  <davem@davemloft.net>
49346         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
49347         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
49348         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
49349         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
49350         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
49351         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
49353 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49355         * math/libm-test.inc (llround_test): Move one test from
49356         lround_test.  Use TEST_f_L in moved test.
49357         (lround_test): Move misplaced test to llround_test.  Add testcase
49358         from bug 2561.
49360 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
49362         * sysdeps/x86_64/fpu/e_expf.S: New file.
49363         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
49365 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
49367         [BZ #13637]
49368         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
49369         of remain_len that may cause incomplete multi-byte character and
49370         false match.
49371         * posix/bug-regex33.c: New file.
49372         * posix/Makefile (tests): Add bug-regex33.
49374 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
49376         * manual/macros.texi: New file.
49377         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
49378         * manual/libc.texinfo: Include macros.texi.
49379         * manual/creatute.texi: Likewise.
49380         * manual/install.texi: Likewise.
49381         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
49382         @glibcadj{} in references to the GNU C Library.
49383         * manual/charset.texi: Likewise.
49384         * manual/conf.texi: Likewise.
49385         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
49386         when not using those macros.
49387         * manual/creature.texi: Likewise.
49388         * manual/crypt.texi: Likewise.
49389         * manual/errno.texi: Likewise.
49390         * manual/filesys.texi: Likewise.
49391         * manual/header.texi: Likewise.
49392         * manual/install.texi: Likewise.
49393         * manual/intro.texi: Likewise.
49394         * manual/io.texi: Likewise.
49395         * manual/job.texi: Likewise.
49396         * manual/lang.texi: Likewise.
49397         * manual/libc.texiinfo: Likewise.
49398         * manual/llio.texi: Likewise.
49399         * manual/locale.texi: Likewise.
49400         * manual/maint.texi: Likewise.
49401         * manual/math.texi: Likewise.
49402         * manual/memory.texi: Likewise.
49403         * manual/message.texi: Likewise.
49404         * manual/nss.texi: Likewise.
49405         * manual/pattern.texi: Likewise.
49406         * manual/process.texi: Likewise.
49407         * manual/resource.texi: Likewise.
49408         * manual/search.texi: Likewise.
49409         * manual/setjmp.texi: Likewise.
49410         * manual/signal.texi: Likewise.
49411         * manual/socket.texi: Likewise.
49412         * manual/startup.texi: Likewise.
49413         * manual/stdio.texi: Likewise.
49414         * manual/string.texi: Likewise.
49415         * manual/sysinfo.texi: Likewise.
49416         * manual/syslog.texi: Likewise.
49417         * manual/terminal.texi: Likewise.
49418         * manual/time.texi: Likewise.
49419         * manual/users.texi: Likewise.
49420         * INSTALL: Regenerated.
49421         * NOTES: Regenerated.
49422         * sysdeps/gnu/errlist.c: Regenerated.
49424 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
49426         * include/dirent.h: Include <dirstream.h> before
49427         <dirent/dirent.h>.
49429 2012-02-28  David S. Miller  <davem@davemloft.net>
49431         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
49432         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
49433         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
49434         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
49436 2012-02-27  David S. Miller  <davem@davemloft.net>
49438         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
49439         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
49440         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
49441         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
49443         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
49444         frame pointer instead of stack pointer relative arg slot.
49445         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49446         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49447         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49449 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
49451         [BZ #3992]
49452         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
49454 2012-02-27  David S. Miller  <davem@davemloft.net>
49456         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
49457         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49458         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
49459         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
49460         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49461         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49462         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
49463         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
49465 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
49467         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
49468         later.  Allow versions 5-9.
49469         * configure: Regenerated.
49470         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
49471         required minimum version and 4.6 as recommended version.  Do not
49472         mention bugs in GCC 2.7 and 2.8.
49473         * INSTALL: Regenerated.
49475 2012-02-27  David S. Miller  <davem@davemloft.net>
49477         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
49478         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
49479         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
49480         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
49481         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
49482         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
49483         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
49484         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
49486         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
49487         manipulate bits before adding and subtracting TWO112[sx].
49488         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
49490 2012-02-27  Roland McGrath  <roland@hack.frob.com>
49492         [BZ #13775]
49493         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
49494         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
49495         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
49496         being in POSIX, because they are in 1003.1-2008.
49498         * rt/tst-aio.c: Include <fcntl.h>.
49499         * rt/tst-aio7.c: Likewise.
49500         * rt/tst-aio64.c: Likewise.
49502         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
49504 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
49506         * manual/install.texi (--with-headers): Describe headers as
49507         interface headers, not private headers.
49508         (Specific advice for GNU/Linux systems): Describe use of headers
49509         from "make headers_install", not private headers from older
49510         kernels.
49511         * INSTALL: Regenerated.
49512         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
49513         Change to 2.6.19.
49514         * sysdeps/unix/sysv/linux/configure: Regenerated.
49516         * manual/llio.texi (fclean): Remove documentation.
49518         * manual/Makefile (libc-texi-generated): New variable.  Include
49519         version.texi.
49520         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
49521         $(libc-texi-generated), not duplicated list of files.
49522         (version.texi, stamp-version): New rules.
49523         (realclean): Remove $(libc-texi-generated), not individual files
49524         from that list.  Do not remove dir-add.texinfo.
49525         * manual/libc.texinfo: Comment out uses of edition numbers and
49526         references to printed manual.  Remove last-updated dates.
49527         (EDITION): Comment out.
49528         (ISBN): Likewise.
49529         (VERSION, UPDATED): Remove.
49530         (version.texi): Include.
49532 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
49534         * sysdeps/posix/spawni.c: Include <signal.h>.
49535         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
49536         * sysdeps/pthread/aio_fsync.c: Likewise.
49538 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
49540         * conform/Makefile (tests): Run only when not cross-compiling and
49541         when fast-check is not defined.
49543         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
49544         * conform/data/limits.h-data: Fixes for POSIX2008.
49545         * conform/run-conformtest.sh: Run all tests.
49546         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
49547         headers.
49548         * include/bits/dlfcn.h: Likewise.
49549         * include/langinfo.h: Likewise.
49550         * include/monetary.h: Likewise.
49551         * include/sys/poll.h: Likewise.
49553         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
49554         for __USE_GNU.
49555         * posix/spawn.h: Define __need_sigset_t.
49556         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
49557         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
49558         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
49559         to get sigevent_t only.
49560         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
49561         only for __USE_GNU.
49562         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49563         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
49564         process_vm_writev only for __USE_GNU.
49565         * termios/termios.h: Declare tcgetsid also for POSIX2008.
49567         * conform/Makefile: For now ignore errors from run-conformtest.
49568         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
49569         POSIX to avoid namespace pollution.  Don't prepend headers.
49570         * conform/data/aio.h-data: Fixes for POSIX testing.
49571         * conform/data/fcntl.h-data: Likewise.
49572         * conform/data/glob.h-data: Likewise.
49573         * conform/data/grp.h-data: Likewise.
49574         * conform/data/pthread.h-data: Likewise.
49575         * conform/data/pwd.h-data: Likewise.
49576         * conform/data/signal.h-data: Likewise.
49577         * conform/data/spawn.h-data: Likewise.
49578         * conform/data/stdio.h-data: Likewise.
49579         * conform/data/stdlib.h-data: Likewise.
49580         * conform/data/stropts.h-data: Likewise.
49581         * conform/data/sys/mman.h-data: Likewise.
49582         * conform/data/sys/stat.h-data: Likewise.
49583         * conform/data/sys/types.h-data: Likewise.
49584         * conform/data/sys/wait.h-data: Likewise.
49585         * conform/data/time.h-data: Likewise.
49586         * conform/data/unistd.h-data: Likewise.
49587         * conform/data/utime.h-data: Likewise.
49589         * io/sys/stat.h: fchmod was always in POSIX.
49590         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
49591         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
49592         * rt/aio.h: Define __need_timespec before including <time.h>.
49593         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
49594         struct.  Add forward declaration of pthread_attr_t and use it in
49595         sigevent.
49596         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
49597         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
49598         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
49599         always remove CLK_TCK definition.
49601 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
49603         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
49605 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
49607         * conform/run-conformtest.sh: New file.
49608         * conform/Makefile: Run run-conformtest for tests.
49609         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
49610         support.
49612         * conform/data/uchar.h-data: New file.
49613         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
49614         * conform/data/arpa/inet.h-data: Likewise.
49615         * conform/data/assert.h-data: Likewise.
49616         * conform/data/complex.h-data: Likewise.
49617         * conform/data/cpio.h-data: Likewise.
49618         * conform/data/ctype.h-data: Likewise.
49619         * conform/data/dirent.h-data: Likewise.
49620         * conform/data/dlfcn.h-data: Likewise.
49621         * conform/data/errno.h-data: Likewise.
49622         * conform/data/fcntl.h-data: Likewise.
49623         * conform/data/float.h-data: Likewise.
49624         * conform/data/fmtmsg.h-data: Likewise.
49625         * conform/data/fnmatch.h-data: Likewise.
49626         * conform/data/ftw.h-data: Likewise.
49627         * conform/data/glob.h-data: Likewise.
49628         * conform/data/grp.h-data: Likewise.
49629         * conform/data/iconv.h-data: Likewise.
49630         * conform/data/inttypes.h-data: Likewise.
49631         * conform/data/langinfo.h-data: Likewise.
49632         * conform/data/libgen.h-data: Likewise.
49633         * conform/data/limits.h-data: Likewise.
49634         * conform/data/locale.h-data: Likewise.
49635         * conform/data/math.h-data: Likewise.
49636         * conform/data/monetary.h-data: Likewise.
49637         * conform/data/mqueue.h-data: Likewise.
49638         * conform/data/ndbm.h-data: Likewise.
49639         * conform/data/net/if.h-data: Likewise.
49640         * conform/data/netdb.h-data: Likewise.
49641         * conform/data/netinet/in.h-data: Likewise.
49642         * conform/data/nl_types.h-data: Likewise.
49643         * conform/data/poll.h-data: Likewise.
49644         * conform/data/pthread.h-data: Likewise.
49645         * conform/data/pwd.h-data: Likewise.
49646         * conform/data/regex.h-data: Likewise.
49647         * conform/data/sched.h-data: Likewise.
49648         * conform/data/search.h-data: Likewise.
49649         * conform/data/semaphore.h-data: Likewise.
49650         * conform/data/setjmp.h-data: Likewise.
49651         * conform/data/signal.h-data: Likewise.
49652         * conform/data/spawn.h-data: Likewise.
49653         * conform/data/stdarg.h-data: Likewise.
49654         * conform/data/stdio.h-data: Likewise.
49655         * conform/data/stdlib.h-data: Likewise.
49656         * conform/data/string.h-data: Likewise.
49657         * conform/data/strings.h-data: Likewise.
49658         * conform/data/stropts.h-data: Likewise.
49659         * conform/data/sys/ipc.h-data: Likewise.
49660         * conform/data/sys/mman.h-data: Likewise.
49661         * conform/data/sys/msg.h-data: Likewise.
49662         * conform/data/sys/resource.h-data: Likewise.
49663         * conform/data/sys/select.h-data: Likewise.
49664         * conform/data/sys/sem.h-data: Likewise.
49665         * conform/data/sys/shm.h-data: Likewise.
49666         * conform/data/sys/socket.h-data: Likewise.
49667         * conform/data/sys/stat.h-data: Likewise.
49668         * conform/data/sys/statvfs.h-data: Likewise.
49669         * conform/data/sys/time.h-data: Likewise.
49670         * conform/data/sys/timeb.h-data: Likewise.
49671         * conform/data/sys/times.h-data: Likewise.
49672         * conform/data/sys/types.h-data: Likewise.
49673         * conform/data/sys/uio.h-data: Likewise.
49674         * conform/data/sys/un.h-data: Likewise.
49675         * conform/data/sys/utsname.h-data: Likewise.
49676         * conform/data/sys/wait.h-data: Likewise.
49677         * conform/data/syslog.h-data: Likewise.
49678         * conform/data/tar.h-data: Likewise.
49679         * conform/data/termios.h-data: Likewise.
49680         * conform/data/utime.h-data: Likewise.
49681         * conform/data/utmpx.h-data: Likewise.
49682         * conform/data/varargs.h-data: Likewise.
49683         * conform/data/wchar.h-data: Likewise.
49684         * conform/data/wctype.h-data: Likewise.
49685         * conform/data/wordexp.h-data: Likewise.
49687         * include/stropts.h: New file.
49688         * include/uchar.h: New file.
49689         * include/aio.h: Changes to allow conformtest.pl to use the headers.
49690         * include/assert.h: Likewise.
49691         * include/ctype.h: Likewise.
49692         * include/dirent.h: Likewise.
49693         * include/dlfcn.h: Likewise.
49694         * include/fcntl.h: Likewise.
49695         * include/fnmatch.h: Likewise.
49696         * include/glob.h: Likewise.
49697         * include/grp.h: Likewise.
49698         * include/libio.h: Likewise.
49699         * include/locale.h: Likewise.
49700         * include/math.h: Likewise.
49701         * include/net/if.h: Likewise.
49702         * include/netdb.h: Likewise.
49703         * include/netinet/in.h: Likewise.
49704         * include/pthread.h: Likewise.
49705         * include/pwd.h: Likewise.
49706         * include/regex.h: Likewise.
49707         * include/sched.h: Likewise.
49708         * include/search.h: Likewise.
49709         * include/setjmp.h: Likewise.
49710         * include/signal.h: Likewise.
49711         * include/stdio.h: Likewise.
49712         * include/stdlib.h: Likewise.
49713         * include/string.h: Likewise.
49714         * include/sys/cdefs.h: Likewise.
49715         * include/sys/mman.h: Likewise.
49716         * include/sys/msg.h: Likewise.
49717         * include/sys/resource.h: Likewise.
49718         * include/sys/select.h: Likewise.
49719         * include/sys/socket.h: Likewise.
49720         * include/sys/stat.h: Likewise.
49721         * include/sys/statvfs.h: Likewise.
49722         * include/sys/time.h: Likewise.
49723         * include/sys/times.h: Likewise.
49724         * include/sys/uio.h: Likewise.
49725         * include/sys/utsname.h: Likewise.
49726         * include/sys/wait.h: Likewise.
49727         * include/termios.h: Likewise.
49728         * include/time.h: Likewise.
49729         * include/ulimit.h: Likewise.
49730         * include/unistd.h: Likewise.
49731         * include/utime.h: Likewise.
49732         * include/wchar.h: Likewise.
49733         * include/wctype.h: Likewise.
49734         * include/wordexp.h: Likewise.
49736         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
49738         * time/time.h: TIME_UTC must be a macro.
49739         Make timespec_get available for ISO C11 only as well.
49741 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
49743         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
49744         Reported by Peng Haitao <penght@cn.fujitsu.com>.
49746 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49748         * configure.in: Use -o not -a in test for unsupported multi-arch.
49750 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49752         * manual/texinfo.tex: Update to version 2012-01-19.16.
49754 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49756         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
49758 2012-02-24  Roland McGrath  <roland@hack.frob.com>
49760         [BZ #13738]
49761         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
49762         * manual/fdl-1.3.texi: New file.
49763         * manual/fdl-1.1.texi: File removed.
49765         [BZ #13738]
49766         * manual/libc.texinfo (FDL_VERSION): New @set.
49767         Use it for mention of FDL in cover text.
49768         (Documentation License): Use it in @include file name.
49770 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49771             Roland McGrath  <roland@hack.frob.com>
49773         [BZ #5461]
49774         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
49775         (not LONG_LONG_MAX and LONG_LONG_MIN.
49776         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
49777         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
49778         name.
49779         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
49781 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49783         [BZ #2547]
49784         [BZ #11365]
49785         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
49786         manipulate bits before adding and subtracting TWO23[sx].
49787         * math/libm-test.inc (nearbyint_test): Add more tests.
49789 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49791         [BZ #2548]
49792         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
49793         bits before adding and subtracting TWO23[sx].
49794         * math/libm-test.inc (rint_test): Add more tests.
49795         (rint_test_tonearest): Likewise.
49796         (rint_test_towardzero): Likewise.
49797         (rint_test_downward): Likewise.
49798         (rint_test_upward: Likewise.
49800 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49802         [BZ #10110]
49803         * include/stdc-predef.h: New file.  Extracted from features.h.
49804         * include/features.h: Include stdc-predef.h.
49805         * Makefile (headers): Add stdc-predef.h.
49806         * CONFORMANCE (Compiler limitations): Update.
49808 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49810         * manual/libc.texinfo (VERSION, UPDATED): Revert.
49812 2012-02-21  David S. Miller  <davem@davemloft.net>
49814         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
49815         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49817 2012-02-20  David S. Miller  <davem@davemloft.net>
49819         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
49820         using a normal save/restore sequence, rather than allocating a
49821         dummy stack frame just to store a frame pointer and restore.
49822         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49824 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49826         * manual/install.texi: Fix stray word in line-wrapped comment.
49828 2012-02-20  David S. Miller  <davem@davemloft.net>
49830         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
49831         both binutils and gcc support GOTDATA.
49833         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
49834         "rd %pc" in the PIC register setup sequences.
49836         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
49837         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
49838         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49839         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
49840         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49841         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
49842         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49843         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49844         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
49845         (SYSCALL_ERROR_HANDLER): Likewise.
49846         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49847         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49848         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
49849         (SYSCALL_ERROR_HANDLER): Likewise.
49851         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
49852         (HAVE_GCC_GOTDATA): New.
49853         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
49854         relocation support in both binutils and gcc.
49855         * sysdeps/sparc/elf/configure: Regenerate.
49857         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
49858         * sysdeps/sparc/sparc32/elf/configure: Delete.
49859         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
49860         * sysdeps/sparc/sparc64/elf/configure: Delete.
49861         * sysdeps/sparc/elf/configure.in: New file.
49862         * sysdeps/sparc/elf/configure: Generate.
49864         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
49865         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
49866         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49867         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
49868         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
49870 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49872         * manual/install.texi: Do not mention specific glibc version
49873         numbers.
49874         * manual/libc.texinfo (VERSION, UPDATED): Update.
49875         (@copying): Use @copyright{} and range of years.
49877 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49879         [BZ #13695]
49880         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
49881         [crti.S not in sysdirs] (generated): Do not append.
49882         [crti.S not in sysdirs] (omit-deps): Likewise.
49883         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
49884         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
49885         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
49886         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
49887         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
49888         Likewise.
49889         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
49890         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
49891         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
49892         * csu/defs.awk: Remove file.
49893         * sysdeps/generic/initfini.c: Likewise.
49894         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
49895         variable.
49896         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
49897         Likewise.
49899 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49901         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
49902         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
49903         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
49904         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
49905         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49906         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
49907         <bits/epoll.h>.
49908         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
49909         (__EPOLL_PACKED): Define to empty if not defined by
49910         <bits/epoll.h>.
49911         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
49912         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49913         bits/epoll.h.
49915 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49917         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
49918         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
49919         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
49920         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
49921         <bits/timerfd.h>.
49922         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
49923         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49924         bits/timerfd.h.
49926 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49928         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
49929         in C locale.
49930         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49931         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
49932         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
49933         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49935 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
49937         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49938         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49940 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
49942         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
49943         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
49944         defined.
49945         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
49946         Likewise.
49947         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
49948         entry for 2.16.
49950 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
49952         * math/w_acos.c: Use non-signaling floating-point comparisons.
49953         * math/w_acosf.c: Likewise.
49954         * math/w_acosh.c: Likewise.
49955         * math/w_acoshf.c: Likewise.
49956         * math/w_acoshl.c: Likewise.
49957         * math/w_acosl.c: Likewise.
49958         * math/w_asin.c: Likewise.
49959         * math/w_asinf.c: Likewise.
49960         * math/w_asinl.c: Likewise.
49961         * math/w_atanh.c: Likewise.
49962         * math/w_atanhf.c: Likewise.
49963         * math/w_atanhl.c: Likewise.
49964         * math/w_exp2.c: Likewise.
49965         * math/w_exp2f.c: Likewise.
49966         * math/w_exp2l.c: Likewise.
49967         * math/w_j0.c: Likewise.
49968         * math/w_j0f.c: Likewise.
49969         * math/w_j0l.c: Likewise.
49970         * math/w_j1.c: Likewise.
49971         * math/w_j1f.c: Likewise.
49972         * math/w_j1l.c: Likewise.
49973         * math/w_jn.c: Likewise.
49974         * math/w_jnf.c: Likewise.
49975         * math/w_log.c: Likewise.
49976         * math/w_log10.c: Likewise.
49977         * math/w_log10f.c: Likewise.
49978         * math/w_log10l.c: Likewise.
49979         * math/w_log2.c: Likewise.
49980         * math/w_log2f.c: Likewise.
49981         * math/w_log2l.c: Likewise.
49982         * math/w_logf.c: Likewise.
49983         * math/w_logl.c: Likewise.
49984         * math/w_sqrt.c: Likewise.
49985         * math/w_sqrtf.c: Likewise.
49986         * math/w_sqrtl.c: Likewise.
49987         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49988         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
49989         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49990         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49991         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49993 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49995         [BZ #9739]
49996         * manual/string.texi (strnlen): Use correct parameter name in
49997         equivalent expression.
49999 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50001         [BZ #11174]
50002         * manual/users.texi (seteuid): Consistently use neweuid for
50003         argument name.
50005 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50007         [BZ #13704]
50008         * manual/nss.texi (Services in the NSS configuration): Correct
50009         list of services in example configuration file.
50011 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
50013         [BZ #11322]
50014         * manual/arith.texi: Remove statements about negative zero
50015         behaving identically to zero.
50017 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50019         [BZ #5993]
50020         * manual/install.texi: Do not document upgrading from libc5.
50022 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50024         [BZ #4596]
50025         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
50027 2012-02-18  David S. Miller  <davem@davemloft.net>
50029         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
50030         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
50031         %o7 across the call.
50032         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
50033         instead.
50034         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
50035         SETUP_PIC_REG_LEAF.
50036         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50037         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
50038         * sysdeps/sparc/crtn.S: Likewise.
50040 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
50042         * aout/Makefile: Remove.
50044 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
50046         [BZ #13058]
50047         * manual/examples/argp-ex1.c (main): Format definition in GNU
50048         style.
50049         * manual/examples/argp-ex2.c (main): Likewise.
50050         * manual/examples/argp-ex3.c (main): Likewise.
50051         * manual/examples/argp-ex4.c (main): Likewise.
50052         * manual/examples/longopt.c (main): Use new-style prototype
50053         definition.
50054         * manual/examples/strncat.c (main): Specify return type and use
50055         (void) for arguments.
50056         * manual/examples/subopt.c (main): Use char **argv argument.
50058 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50060         [BZ #5077]
50061         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
50062         rounding modes.
50064 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
50066         [BZ #6907]
50067         * manual/string.texi (strchr): Change when strchrnul is
50068         recommended.
50070 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
50072         [BZ #174]
50073         * manual/locale.texi (setlocale): Document LOCPATH.
50075 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50077         [BZ #10210]
50078         * manual/process.texi (execle): Move @dots{} before last argument.
50080 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
50082         [BZ #12047]
50083         * manual/charset.texi (Generic Charset Conversion): Fix typo
50084         (LC_TYPE -> LC_CTYPE).
50086 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
50088         [BZ #5805]
50089         * manual/arith.texi (scalbn): Use @var{} on parameter names.
50090         (scalbnf): Likewise.
50091         (scalbnl): Likewise.
50092         (scalbln): Likewise.
50093         (scalblnf): Likewise.
50094         (scalblnl): Likewise.
50095         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
50096         (vwarnx): Likewise.
50097         (verr): Likewise.
50098         (verrx): Likewise.
50099         * manual/filesys.texi (telldir): Use braces around return type.
50100         * manual/llio.texi (mmap): Add space after comma.
50101         (mmap64): Likewise.
50102         * manual/math.texi (jn): Use @var{} on parameter names.
50103         (jnf): Likewise.
50104         (jnl): Likewise.
50105         (yn): Likewise.
50106         (ynf): Likewise.
50107         (ynl): Likewise.
50108         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
50109         line.
50110         * manual/resource.texi (ulimit): Use @dots{} instead of literal
50111         "...".
50112         (sched_get_priority_min): Remove semicolon on @deftypefun line.
50113         (sched_get_priority_max): Likewise.
50114         * manual/signal.texi (sigvec): Add space after comma.
50115         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
50116         names.
50117         (if_indextoname): Likewise.
50118         (if_freenameindex): Likewise.
50119         (sendto): Use ',' instead of '.' in prototype.
50120         * manual/startup.texi (syscall): Use @dots{} instead of literal
50121         "...".
50122         * manual/stdio.texi (__fpending): Separate initial words of
50123         paragraph from @deftypefun line.
50124         * manual/syslog.texi (syslog): Use @dots{} instead of literal
50125         "...".
50126         (vsyslog): Use @var{} on parameter names.
50127         * manual/terminal.texi (stty): Use @var{} on parameter names.
50128         * manual/users.texi (getutmp): Use @var{} on parameter names.
50129         (getutmpx): Likewise.
50131 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50133         [BZ #6884]
50134         * manual/stdio.texi (fopen): Fix typos in description of
50135         ",ccs=STRING".
50137 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
50139         [BZ #4026]
50140         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
50141         get clock_id definition.
50143 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
50145         [BZ #4822]
50146         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
50147         (madvise): Cast every argument to void on its own.
50149 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50151         [BZ #9902]
50152         * manual/startup.texi (Exit Status): Fix typo.
50154 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50156         [BZ #10140]
50157         * manual/examples/argp-ex1.c: Include <stdlib.h>.
50158         * manual/examples/argp-ex2.c: Likewise.
50159         * manual/examples/argp-ex3.c: Likewise.
50161 2012-02-16  Richard Henderson  <rth@redhat.com>
50163         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
50164         * sysdeps/s390/s390-32/initfini.c: Remove.
50165         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
50166         * sysdeps/s390/s390-64/initfini.c: Remove.
50168 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
50170         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
50171         compiler output for sysdeps/generic/initfini.c.
50172         * sysdeps/sh/elf/initfini.c: Remove file.
50174 2012-02-16  David S. Miller  <davem@davemloft.net>
50176         [BZ #11494]
50177         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
50179         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
50180         * sysdeps/sparc/crti.S: New file.
50181         * sysdeps/sparc/crtn.S: New file.
50182         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
50183         * sysdeps/sparc/sparc64/Makefile: Likewise.
50185 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
50187         [BZ #3335]
50188         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
50190 2012-02-15  Roland McGrath  <roland@hack.frob.com>
50192         [BZ #4822]
50193         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
50195         * mach/devstream.c (cookie_io_functions_t): Macro removed.
50196         (write, read, close): Likewise.
50197         Patch by Aurelien Jarno <aurelien@aurel32.net>.
50199 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
50201         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
50202         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
50203         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
50204         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
50205         <bits/signalfd.h>.
50206         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
50207         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50208         bits/signalfd.h.
50210 2012-02-14  Marek Polacek  <polacek@redhat.com>
50212         * sysdeps/x86_64/crti.S: New file.
50213         * sysdeps/x86_64/crtn.S: New file.
50214         * sysdeps/x86_64/elf/initfini.c: Remove file.
50216 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50218         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
50219         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
50220         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
50221         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
50222         <bits/inotify.h>.
50223         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
50224         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50225         bits/inotify.h.
50227 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50229         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
50230         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
50231         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
50232         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
50233         <bits/eventfd.h>.
50234         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
50235         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50236         bits/eventfd.h.
50238 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
50240         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
50241         __feraiseexcept instead of feraiseexcept.
50243         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
50244         nanosleep invocations.
50245         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
50246         strings, and add error checking for a nanosleep invocations.
50248 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
50250         Replace FSF snail mail address with URLs, as per GNU coding standards.
50251         Most of the snail mail addresses were wrong anyway, and omitting
50252         them makes the source code easier to maintain.  Almost all of the
50253         changes are to license notices and to locale LC_IDENTIFICATION
50254         addresses, except for this one:
50255         * manual/libc.texinfo: In "Published by", give the FSF's URL,
50256         not its snail mail address.
50258 2012-02-09  Richard Henderson  <rth@twiddle.net>
50260         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
50261         of kernel-features.h.
50263         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
50265 2012-02-08  Marek Polacek  <polacek@redhat.com>
50267         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
50268         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
50269         * sysdeps/gnu/_G_config.h: Likewise.
50270         * sysdeps/generic/_G_config.h: Likewise.
50272 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
50274         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
50275         tests.
50276         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50278         * sysdeps/powerpc/powerpc32/crti.S: New file.
50279         * sysdeps/powerpc/powerpc32/crtn.S: New file.
50280         * sysdeps/powerpc/powerpc64/crti.S: New file.
50281         * sysdeps/powerpc/powerpc64/crtn.S: New file.
50283         * Makeconfig (have-initfini): Don't set.
50284         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
50285         * configure.in (nopic_initfini): Don't substitute.
50286         * config.h.in (HAVE_INITFINI): Don't #undef.
50287         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
50288         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
50290 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
50292         Support crti.S and crtn.S provided directly by architectures.
50293         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
50294         [crti.S in sysdirs] (omit-deps): Likewise.
50295         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
50296         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
50297         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
50298         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
50299         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
50300         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
50301         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
50302         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
50303         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
50304         compiler output for sysdeps/generic/initfini.c.
50305         * sysdeps/i386/elf/Makefile: Remove file.
50306         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
50308 2012-02-07  Marek Polacek  <polacek@redhat.com>
50310         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
50311         * sysdeps/gnu/_G_config.h: Likewise.
50312         * sysdeps/mach/hurd/_G_config.h: Likewise.
50314 2012-02-07  Marek Polacek  <polacek@redhat.com>
50316         * math/Makefile (tests): Add tst-CMPLX2.
50317         * math/tst-CMPLX2.c: New file.
50319 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
50321         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50323         * math/libm-test.inc (jn_test): Add missing L suffix.
50325 2012-02-06  Marek Polacek  <polacek@redhat.com>
50327         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
50328         * sysdeps/i386/fpu/e_powf.S: Likewise.
50329         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
50330         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
50331         * sysdeps/i386/fpu/e_acosh.S: Likewise.
50332         * sysdeps/i386/fpu/e_pow.S: Likewise.
50333         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
50334         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
50335         * sysdeps/i386/fpu/s_expm1.S: Likewise.
50336         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
50337         * sysdeps/i386/fpu/e_log2.S: Likewise.
50338         * sysdeps/i386/fpu/e_log2l.S: Likewise.
50339         * sysdeps/i386/fpu/e_scalb.S: Likewise.
50340         * sysdeps/i386/fpu/e_powl.S: Likewise.
50341         * sysdeps/i386/fpu/s_log1p.S: Likewise.
50342         * sysdeps/i386/fpu/e_log10f.S: Likewise.
50343         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
50344         * sysdeps/i386/fpu/e_logl.S: Likewise.
50345         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
50346         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
50347         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
50348         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
50349         * sysdeps/i386/fpu/e_log2f.S: Likewise.
50350         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
50351         * sysdeps/i386/fpu/e_log.S: Likewise.
50352         * sysdeps/i386/fpu/s_cexp.S: Likewise.
50353         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
50354         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
50355         * sysdeps/i386/fpu/e_logf.S: Likewise.
50356         * sysdeps/i386/fpu/e_log10l.S: Likewise.
50357         * sysdeps/i386/fpu/e_atanh.S: Likewise.
50358         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
50359         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
50360         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
50361         * sysdeps/i386/fpu/e_log10.S: Likewise.
50362         * sysdeps/i386/fpu/s_frexp.S: Likewise.
50363         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
50364         * sysdeps/i386/fpu/s_asinh.S: Likewise.
50365         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
50366         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
50367         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
50368         * sysdeps/i386/asm-syntax.h: Likewise.
50369         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
50370         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
50371         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
50372         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
50373         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
50374         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
50375         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
50376         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
50377         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
50378         * sysdeps/powerpc/sysdep.h: Likewise.
50379         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
50380         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
50382 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50384         [BZ #411]
50385         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
50387 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50389         * sysdeps/i386/sysdep.h: Include <features.h>.
50390         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
50391         version.
50393 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
50395         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
50396         Define.
50397         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
50398         LOAD_PIC_REG_STR.
50400 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50402         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
50403         (SETUP_PIC_REG): Use GET_PC_THUNK.
50404         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
50405         macro.
50407 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50409         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
50410         for non-PIC compilation.
50411         (SETUP_PIC_REG): Add .p2align directive.
50412         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
50413         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
50414         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
50415         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
50416         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
50417         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
50418         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
50419         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
50420         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
50421         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
50422         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
50423         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
50424         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
50425         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
50426         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
50427         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
50428         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
50429         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
50430         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
50431         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
50432         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
50433         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
50434         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
50435         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
50436         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
50437         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
50438         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50439         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
50440         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
50441         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
50442         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
50443         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50444         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
50445         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
50446         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
50447         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
50448         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
50449         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
50450         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
50451         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
50452         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
50454 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50456         * math/tst-CMPLX.c: Include <stdio.h>.
50458 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
50460         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
50461         float.
50462         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50463         * sysdeps/sparc/bits/mathdef.h: Likewise.
50465 2012-01-31  Marek Polacek  <polacek@redhat.com>
50467         * libio/libio.h: Don't define _PARAMS.
50468         * locale/programs/config.h: Don't define PARAMS.
50469         * stdlib/strtol_l.c: Likewise.
50470         (__strtol_l): Remove PARAMS from the prototype.
50472 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
50474         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
50475         names.  Just use the correct names.  Remove unnecessary wrapper
50476         functions.
50477         * malloc/arena.c: Likewise.
50478         * malloc/hooks.c: Likewise.
50480         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
50481         ARENA_TEST says not to.  Simplify test for creation of a new arena.
50482         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
50484 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
50486         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
50487         into tail calls.
50488         (update_get_addr): New function.
50489         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
50490         GET_ADDR_MODULE parameter.
50492 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
50494         * crypt/cert.c: Remove __STDC__ conditionals.
50495         * crypt/crypt-entry.c: Likewise.
50496         * crypt/crypt_util.c: Likewise.
50497         * libio/filedoalloc.c: Likewise.
50498         * libio/fileops.c: Likewise.
50499         * libio/genops.c: Likewise.
50500         * libio/iofclose.c: Likewise.
50501         * libio/iofdopen.c: Likewise.
50502         * libio/iofopen.c: Likewise.
50503         * libio/iofopen64.c: Likewise.
50504         * libio/iogetdelim.c: Likewise.
50505         * libio/iopopen.c: Likewise.
50506         * libio/obprintf.c: Likewise.
50507         * libio/oldfileops.c: Likewise.
50508         * libio/oldiofclose.c: Likewise.
50509         * libio/oldiofdopen.c: Likewise.
50510         * libio/oldiofopen.c: Likewise.
50511         * libio/oldiopopen.c: Likewise.
50512         * libio/wfiledoalloc.c: Likewise.
50513         * libio/wgenops.c: Likewise.
50514         * locale/programs/xmalloc.c: Likewise.
50515         * misc/syslog.c: Likewise.
50516         * stdio-common/xbug.c: Likewise.
50517         * string/memchr.c: Likewise.
50518         * string/memcmp.c: Likewise.
50519         * string/memrchr.c: Likewise.
50520         * string/rawmemchr.c: Likewise.
50521         * sysdeps/posix/getcwd.c: Likewise.
50522         * time/strftime_l.c: Likewise.
50524 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
50526         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
50527         * config.make.in (config-cflags-sse2avx): Define.
50528         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
50529         Fix typo.
50531 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
50533         * scripts/config.guess: Update from upstream config git repository.
50534         * scripts/config.sub: Likewise.
50536 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
50538         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
50539         (EM_NUM): Update.
50540         (R_TILEPRO_*, R_TILEGX_*): New macros.
50542         * scripts/firstversions.awk: Fix bug in version range handling.
50544         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
50546         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
50548         * include/sys/epoll.h: New file.
50549         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
50550         libc_hidden_def.
50552 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
50554         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
50555         Avoid unnecessary __WORDSIZE == 64 test.
50556         (fmaxf): Use VEX format if possible.
50557         (fmax): Likewise.
50558         (fminf): Likewise.
50559         (fmin): Likewise.
50561         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
50562         * math/math_private.h: Remove libc_fegetround* and
50563         libc_fesetround*.
50564         * sysdeps/i386/configure.in: Check for -msse2avx.
50565         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
50566         also if SSE2AVX is defined.
50567         Remove libc_fegetround* and libc_fesetround*.
50568         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
50569         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
50570         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
50571         of HAS_YMM_USABLE.
50572         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50573         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50574         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50575         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50576         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50578         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
50580 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50582         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
50583         size is not set.
50584         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
50586 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
50588         [BZ #13618]
50589         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
50590         relocation.
50591         * Makeconfig (libm): Define.
50592         * elf/Makefile: Add rules to build and run tst-relsort1.
50593         * elf/tst-relsort1.c: New file.
50594         * elf/tst-relsort1mod1.c: New file.
50595         * elf/tst-relsort1mod2.c: New file.
50597 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
50599         * math/s_ldexp.c: Remove __STDC__ conditionals.
50600         * math/s_ldexpf.c: Likewise.
50601         * math/s_ldexpl.c: Likewise.
50602         * math/s_nextafter.c: Likewise.
50603         * math/s_nexttowardf.c: Likewise.
50604         * math/s_significand.c: Likewise.
50605         * math/s_significandf.c: Likewise.
50606         * math/s_significandl.c: Likewise.
50607         * math/w_jnl.c: Likewise.
50608         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
50609         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
50610         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
50611         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
50612         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
50613         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
50614         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
50615         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
50616         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
50617         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
50618         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
50619         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50620         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
50621         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
50622         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
50623         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
50624         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
50625         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
50626         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
50627         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
50628         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
50629         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
50630         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
50631         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
50632         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
50633         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
50634         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
50635         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
50636         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
50637         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
50638         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
50639         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
50640         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
50641         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
50642         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
50643         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
50644         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
50645         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
50646         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
50647         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
50648         * sysdeps/ieee754/k_standard.c: Likewise.
50649         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
50650         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
50651         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
50652         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
50653         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
50654         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
50655         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
50656         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
50657         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
50658         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
50659         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
50660         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
50661         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
50662         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
50663         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
50664         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
50665         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
50666         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
50667         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
50668         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
50669         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
50670         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
50671         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
50672         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
50673         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
50674         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
50675         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
50676         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
50677         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50678         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
50679         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
50680         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
50681         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
50682         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
50683         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
50684         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
50685         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
50686         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
50687         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
50688         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
50689         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
50690         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
50691         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
50692         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
50693         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
50694         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
50695         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
50696         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
50697         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
50698         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
50699         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
50700         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
50701         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
50702         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
50703         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
50704         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
50705         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
50706         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
50707         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
50708         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
50709         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
50710         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
50711         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
50712         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
50713         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
50714         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
50715         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
50716         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
50717         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
50718         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
50719         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
50720         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
50721         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
50722         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
50723         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
50724         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
50725         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
50726         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
50727         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
50728         * sysdeps/ieee754/s_matherr.c: Likewise.
50729         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
50730         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
50731         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
50732         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
50734 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
50736         * crypt/md5.h: Remove __STDC__ conditionals.
50737         * libio/libioP.h: Likewise.
50738         * locale/programs/config.h: Likewise.
50739         * sysdeps/generic/sysdep.h: Likewise.
50740         * sysdeps/i386/asm-syntax.h: Likewise.
50741         * sysdeps/s390/asm-syntax.h: Likewise.
50742         * sysdeps/unix/sysdep.h: Likewise.
50743         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
50744         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
50746 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
50748         * libio/libio.h: Remove __STDC__ conditionals.
50749         * malloc/obstack.h: Likewise.
50750         * math/complex.h: Likewise.
50751         * math/math.h: Likewise.
50752         * sysdeps/generic/_G_config.h: Likewise.
50753         * sysdeps/gnu/_G_config.h: Likewise.
50754         * sysdeps/mach/hurd/_G_config.h: Likewise.
50755         * sysdeps/powerpc/bits/mathdef.h: Likewise.
50756         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50757         * sysdeps/sparc/bits/mathdef.h: Likewise.
50759 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
50761         [BZ #13583]
50762         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
50763         Clean up HAS_* macros.
50764         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
50765         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
50766         possible.
50767         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
50768         HAS_AVX.
50769         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50770         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50771         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50772         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50773         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50775 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
50777         * elf/tst-unique3.cc (gets): Remove declaration.
50778         * elf/tst-unique3lib.cc (gets): Likewise.
50779         * elf/tst-unique3lib2.cc (gets): Likewise.
50780         * elf/tst-unique4.cc (gets): Likewise.
50782 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
50784         * include/stdio.h: Add C++ protection.  Add gets declarations and
50785         definitions.
50786         * debug/tst-chk1.c: Don't declare gets here.
50787         * stdio-common/tst-gets.c: Likewise.
50789 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
50791         * posix/glob: Remove directory.
50793 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
50795         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
50797 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
50799         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
50800         of the non-standard EPFNOSUPPORT.
50802 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50804         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
50805         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
50806         ANYWHERE set to 1 only on KERN_NO_SPACE error.
50808 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
50810         * wcsmbs/uchar.h: Test __STDC_VERSION__.
50812 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
50814         * nscd/aicache.c (addhstaiX): Do not cache negative results of
50815         transient errors.
50816         * nscd/grpcache.c (cache_addgr): Likewise.
50817         * nscd/hstcache.c (cache_addhst): Likewise.
50818         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50819         * nscd/pwdcache.c (cache_addpw): Likewise.
50820         * nscd/servicescache.c (cache_addserv): Likewise.
50822 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
50824         * malloc/malloc.c: Various cleanups.
50825         * malloc/hooks.c: Likewise.
50827         * stdlib/Makefile (tests): Add bug-fmtmsg1.
50828         * stdlib/bug-fmtmsg1.c: New file.
50830         * stdlib/fmtmsg.c (init): Add missing unlock.
50831         Patch by Peng Haitao <penght@cn.fujitsu.com>.
50833 2012-01-12  Marek Polacek  <polacek@redhat.com>
50835         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
50836         and _GNU_SOURCE.
50838 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50840         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
50841         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
50842         macro to ensure uniqueness of label name.
50843         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50844         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50846 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
50848         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
50850         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
50851         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
50852         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
50853         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
50855 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
50857         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
50859         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
50860         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
50861         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
50863         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
50865         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
50866         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
50867         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
50868         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
50870         * math/bits/math-finite.h: Add ldexp support.
50872 2012-01-10  Marek Polacek  <polacek@redhat.com>
50874         * locale/programs/localedef.h (show_archive_content): Add noreturn
50875         attribute.
50877 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
50879         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
50881 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50883         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
50885         * io/Makefile (headers): Add bits/poll2.h.
50887 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
50889         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
50890         typo #include statement.
50892 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50894         * include/sys/cdefs.h: Define __attribute_alloc_size.
50895         * catgets/gencat.c: Add alloc_size attribute and apply consistently
50896         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
50897         * elf/pldd.c: Likewise.
50898         * iconv/iconv_charmap.c: Likewise.
50899         * iconv/iconvconfig.c: Likewise.
50900         * iconv/strtab.c: Likewise.
50901         * locale/programs/locale.c: Likewise.
50902         * locale/programs/localedef.h: Likewise.
50903         * locale/programs/simple-hash.c: Likewise.
50904         * nscd/nscd.h: Likewise.
50905         * nss/makedb.c: Likewise.
50906         * sysdeps/generic/ldconfig.h: Likewise.
50907         * locale/programs/localedef.c: Remove xmalloc prototype.
50908         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
50910 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
50912         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
50913         appropriate.
50915 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50917         * math/Makefile (tests): Add tst-CMPLX.
50918         * math/tst-CMPLX.c: New file.
50920         * math/complex.h (CMPLXL): Fix typo.
50922         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
50923         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
50924         GLIBC_2.16.
50925         * debug/tst-chk1.c: Add poll and ppoll tests.
50926         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
50927         * include/sys/poll.h: Add hidden proto for ppoll.
50928         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
50929         * sysdeps/mach/hurd/ppoll.c: Likewise.
50930         * io/ppoll.c: Likewise.
50931         * debug/poll_chk.c: New file.
50932         * debug/ppoll_chk.c: New file.
50933         * include/bits/poll2.h: New file.
50934         * io/bits/poll2.h: New file.
50936         [BZ #1350]
50937         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
50939         * configure.in: static is always set to yes.  Remove.
50940         * config.make.in: Don't set build-static.
50941         * Makeconfig: Remove use of build-static.
50942         * dlfcn/Makefile: Likewise.
50943         * elf/Makefile: Likewise.
50944         * math/Makefile: Likewise.
50945         * misc/Makefile: Likewise.
50946         * nptl/Makefile: Likewise.
50947         * sysdeps/mach/hurd/Makefile: Likewise.
50949         * configure.in: PWD_P is not used anymore.
50950         * config.make.in: Remove PWD_P entry.
50952         * configure.in: Remove last remnants of RANLIB.
50953         No need to check for signed size_t anymore.
50954         Don't set libc_commonpagesize and libc_relro_required here for Alpha
50955         and IA-64.
50956         Remove __builtin_expect test because we require at least gcc 3.4.
50957         * aclocal.m4: Likewise.
50959         * wcsmbs/mbrtoc16.c: Implement using towc function.
50960         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
50961         * wcsmbs/wcsmbsload.c: Likewise.
50962         * iconv/gconv_simple.c: Likewise.
50963         * iconv/gconv_int.h: Likewise.
50964         * iconv/gconv_builtin.h: Likewise.
50965         * iconv/iconv_prog.c: Remove CHAR16 handling.
50967         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
50969         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
50971         * configure.in: Remove --with-elf and --enable-bounded options.
50972         Dont set base_machine for ia64.  More non-ELF conditions removed.
50973         Remove testing and setting of leading underscore information.
50974         * config.make.in (build-bounded): Set to no.
50975         * config.h.in: Remove NO_UNDERSCORES entry.
50976         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
50977         them.
50978         * csu/start.c: Remove !NO_UNDERSCORE code.
50979         * locale/localeinfo.h: Likewise.
50980         * sysdeps/generic/machine-gmon.h: Likewise.
50981         * sysdeps/generic/sysdep.h: Likewise.
50982         * sysdeps/i386/sysdep.h: Likewise.
50983         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50984         * sysdeps/mach/sysdep.h: Likewise.
50985         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50986         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50987         * sysdeps/sh/sysdep.h: Likewise.
50988         * sysdeps/sparc/sparc32/alloca.S: Likewise.
50989         * sysdeps/unix/i386/sysdep.S: Likewise.
50990         * sysdeps/unix/sparc/start.c: Likewise.
50991         * sysdeps/unix/sparc/sysdep.S: Likewise.
50992         * sysdeps/unix/sparc/sysdep.h: Likewise.
50993         * sysdeps/unix/start.c: Likewise.
50994         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50995         * sysdeps/x86_64/sysdep.h: Likewise.
50997 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
50999         [BZ #13553]
51000         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
51001         for non-gcc.
51002         * argp/argp-fmtstream.h: Use const instead __const.
51003         * argp/argp.h: Likewise.
51004         * assert/assert.h: Likewise.
51005         * bits/fenv.h: Likewise.
51006         * bits/sched.h: Likewise.
51007         * bits/sigset.h: Likewise.
51008         * bits/sigthread.h: Likewise.
51009         * catgets/nl_types.h: Likewise.
51010         * conform/data/pthread.h-data: Likewise.
51011         * crypt/crypt-private.h: Likewise.
51012         * crypt/crypt.h: Likewise.
51013         * crypt/crypt_util.c: Likewise.
51014         * ctype/ctype.h: Likewise.
51015         * debug/execinfo.h: Likewise.
51016         * debug/mbsnrtowcs_chk.c: Likewise.
51017         * debug/mbsrtowcs_chk.c: Likewise.
51018         * debug/wcsnrtombs_chk.c: Likewise.
51019         * debug/wcsrtombs_chk.c: Likewise.
51020         * debug/wcstombs_chk.c: Likewise.
51021         * dirent/dirent.h: Likewise.
51022         * dlfcn/dlfcn.h: Likewise.
51023         * elf/neededtest4.c: Likewise.
51024         * grp/grp.h: Likewise.
51025         * gshadow/gshadow.h: Likewise.
51026         * iconv/gconv.h: Likewise.
51027         * iconv/gconv_int.h: Likewise.
51028         * iconv/gconv_simple.c: Likewise.
51029         * iconv/iconv.h: Likewise.
51030         * iconv/loop.c: Likewise.
51031         * iconv/skeleton.c: Likewise.
51032         * include/aio.h: Likewise.
51033         * include/aliases.h: Likewise.
51034         * include/argz.h: Likewise.
51035         * include/arpa/inet.h: Likewise.
51036         * include/assert.h: Likewise.
51037         * include/dirent.h: Likewise.
51038         * include/dlfcn.h: Likewise.
51039         * include/execinfo.h: Likewise.
51040         * include/fcntl.h: Likewise.
51041         * include/fenv.h: Likewise.
51042         * include/glob.h: Likewise.
51043         * include/grp.h: Likewise.
51044         * include/libintl.h: Likewise.
51045         * include/mntent.h: Likewise.
51046         * include/netdb.h: Likewise.
51047         * include/pwd.h: Likewise.
51048         * include/rpc/netdb.h: Likewise.
51049         * include/sched.h: Likewise.
51050         * include/search.h: Likewise.
51051         * include/shadow.h: Likewise.
51052         * include/signal.h: Likewise.
51053         * include/stdio.h: Likewise.
51054         * include/stdlib.h: Likewise.
51055         * include/string.h: Likewise.
51056         * include/sys/socket.h: Likewise.
51057         * include/sys/stat.h: Likewise.
51058         * include/sys/statfs.h: Likewise.
51059         * include/sys/statvfs.h: Likewise.
51060         * include/sys/syslog.h: Likewise.
51061         * include/sys/time.h: Likewise.
51062         * include/sys/uio.h: Likewise.
51063         * include/time.h: Likewise.
51064         * include/unistd.h: Likewise.
51065         * include/utmp.h: Likewise.
51066         * include/wchar.h: Likewise.
51067         * include/wctype.h: Likewise.
51068         * inet/aliases.h: Likewise.
51069         * inet/arpa/inet.h: Likewise.
51070         * inet/netinet/ether.h: Likewise.
51071         * inet/netinet/in.h: Likewise.
51072         * intl/libintl.h: Likewise.
51073         * io/bits/fcntl2.h: Likewise.
51074         * io/fcntl.h: Likewise.
51075         * io/ftw.h: Likewise.
51076         * io/sys/poll.h: Likewise.
51077         * io/sys/stat.h: Likewise.
51078         * io/sys/statfs.h: Likewise.
51079         * io/sys/statvfs.h: Likewise.
51080         * io/utime.h: Likewise.
51081         * libio/bits/stdio.h: Likewise.
51082         * libio/bits/stdio2.h: Likewise.
51083         * libio/libio.h: Likewise.
51084         * libio/libioP.h: Likewise.
51085         * libio/stdio.h: Likewise.
51086         * locale/lc-ctype.c: Likewise.
51087         * locale/locale.h: Likewise.
51088         * login/utmp.h: Likewise.
51089         * malloc/arena.c: Likewise.
51090         * malloc/malloc.c: Likewise.
51091         * malloc/malloc.h: Likewise.
51092         * malloc/mcheck.c: Likewise.
51093         * malloc/mtrace.c: Likewise.
51094         * math/bits/mathcalls.h: Likewise.
51095         * math/fenv.h: Likewise.
51096         * math/math_private.h: Likewise.
51097         * misc/bits/error.h: Likewise.
51098         * misc/bits/syslog.h: Likewise.
51099         * misc/err.h: Likewise.
51100         * misc/error.h: Likewise.
51101         * misc/fstab.h: Likewise.
51102         * misc/mntent.h: Likewise.
51103         * misc/regexp.h: Likewise.
51104         * misc/search.h: Likewise.
51105         * misc/sgtty.h: Likewise.
51106         * misc/sys/mman.h: Likewise.
51107         * misc/sys/syslog.h: Likewise.
51108         * misc/sys/uio.h: Likewise.
51109         * misc/sys/xattr.h: Likewise.
51110         * misc/ttyent.h: Likewise.
51111         * nis/rpcsvc/ypclnt.h: Likewise.
51112         * nss/nss.h: Likewise.
51113         * posix/bits/unistd.h: Likewise.
51114         * posix/fnmatch.h: Likewise.
51115         * posix/glob.h: Likewise.
51116         * posix/sched.h: Likewise.
51117         * posix/spawn.h: Likewise.
51118         * posix/sys/wait.h: Likewise.
51119         * posix/unistd.h: Likewise.
51120         * posix/wordexp.h: Likewise.
51121         * pwd/pwd.h: Likewise.
51122         * resolv/netdb.h: Likewise.
51123         * resource/sys/resource.h: Likewise.
51124         * rt/aio.h: Likewise.
51125         * rt/bits/mqueue2.h: Likewise.
51126         * rt/mqueue.h: Likewise.
51127         * shadow/shadow.h: Likewise.
51128         * signal/signal.h: Likewise.
51129         * socket/send.c: Likewise.
51130         * socket/sendto.c: Likewise.
51131         * socket/sys/socket.h: Likewise.
51132         * stdio-common/printf.h: Likewise.
51133         * stdlib/bits/stdlib.h: Likewise.
51134         * stdlib/fmtmsg.h: Likewise.
51135         * stdlib/monetary.h: Likewise.
51136         * stdlib/stdlib.h: Likewise.
51137         * stdlib/ucontext.h: Likewise.
51138         * streams/stropts.h: Likewise.
51139         * string/argz.h: Likewise.
51140         * string/bits/string2.h: Likewise.
51141         * string/string.h: Likewise.
51142         * string/strings.h: Likewise.
51143         * sunrpc/rpc/auth.h: Likewise.
51144         * sunrpc/rpc/auth_des.h: Likewise.
51145         * sunrpc/rpc/clnt.h: Likewise.
51146         * sunrpc/rpc/netdb.h: Likewise.
51147         * sunrpc/rpc/pmap_clnt.h: Likewise.
51148         * sunrpc/rpc/xdr.h: Likewise.
51149         * sysdeps/generic/inttypes.h: Likewise.
51150         * sysdeps/generic/net/if.h: Likewise.
51151         * sysdeps/generic/sys/swap.h: Likewise.
51152         * sysdeps/gnu/net/if.h: Likewise.
51153         * sysdeps/gnu/utmpx.h: Likewise.
51154         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
51155         * sysdeps/i386/i486/bits/string.h: Likewise.
51156         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
51157         * sysdeps/s390/bits/string.h: Likewise.
51158         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
51159         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
51160         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
51161         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
51162         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
51163         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
51164         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
51165         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
51166         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
51167         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
51168         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
51169         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
51170         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
51171         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
51172         * sysdeps/unix/sysv/linux/readv.c: Likewise.
51173         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
51174         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
51175         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51176         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
51177         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
51178         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51179         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
51180         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
51181         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
51182         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
51183         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
51184         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
51185         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51186         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
51187         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
51188         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
51189         * sysvipc/sys/ipc.h: Likewise.
51190         * sysvipc/sys/msg.h: Likewise.
51191         * sysvipc/sys/sem.h: Likewise.
51192         * sysvipc/sys/shm.h: Likewise.
51193         * termios/termios.h: Likewise.
51194         * time/sys/time.h: Likewise.
51195         * time/time.h: Likewise.
51196         * wcsmbs/bits/wchar2.h: Likewise.
51197         * wcsmbs/uchar.h: Likewise.
51198         * wcsmbs/wchar.h: Likewise.
51199         * wctype/wctype.h: Likewise.
51201         [BZ #13551]
51202         * Makeconfig: Remove all but ELF support including AIX support.
51203         * Makerules: Likewise.
51204         * config.h.in: Likewise.
51205         * config.make.in: Likewise.
51206         * configure: Likewise.
51207         * configure.in: Likewise.
51208         * csu/Makefile: Likewise.
51209         * csu/version.c: Likewise.
51210         * debug/Makefile: Likewise.
51211         * dlfcn/Makefile: Likewise.
51212         * elf/Makefile: Likewise.
51213         * extra-lib.mk: Likewise.
51214         * iconv/Makefile: Likewise.
51215         * include/libc-symbols.h: Likewise.
51216         * include/shlib-compat.h: Likewise.
51217         * resolv/Makefile: Likewise.
51218         * resolv/res_libc.c: Likewise.
51219         * rt/Makefile: Likewise.
51220         * sysdeps/i386/asm-syntax.h: Likewise.
51221         * sysdeps/i386/sysdep.h: Likewise.
51222         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51223         * sysdeps/mach/sysdep.h: Likewise.
51224         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
51225         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
51226         * sysdeps/s390/asm-syntax.h: Likewise.
51227         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51228         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51229         * sysdeps/sh/sysdep.h: Likewise.
51230         * sysdeps/unix/sparc/sysdep.h: Likewise.
51231         * sysdeps/wordsize-32/divdi3.c: Likewise.
51232         * sysdeps/x86_64/sysdep.h: Likewise.
51234         * argp/Versions: Remove _argp_unlock_xxx.
51236         [BZ #13559]
51237         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
51238         * abilist/libBrokenLocale.abilist: Likewise.
51239         * abilist/libanl.abilist: Likewise.
51240         * abilist/libc.abilist: Likewise.
51241         * abilist/libcrypt.abilist: Likewise.
51242         * abilist/libdl.abilist: Likewise.
51243         * abilist/libm.abilist: Likewise.
51244         * abilist/libnsl.abilist: Likewise.
51245         * abilist/libpthread.abilist: Likewise.
51246         * abilist/libresolv.abilist: Likewise.
51247         * abilist/librt.abilist: Likewise.
51248         * abilist/libthread_db.abilist: Likewise.
51249         * abilist/libutil.abilist: Likewise.
51250         * abilist/libnss_db.abilist: New file.
51252         * scripts/abilist.awk: Add support for indirect functions.
51254         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
51256         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
51258         * shlib-versions: Remove entries for ports architectures.
51260         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
51261         files in ports.
51262         * elf/stackguard-macros.h: Remove support for IA-64.
51263         * elf/tst-auditmod1.c: Likewise.
51264         * sysdeps/generic/ldsodefs.h: Likewise.
51266         * sysdeps/unix/sysv/linux/configure.in: Ports should define
51267         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
51268         configure files.
51270         [BZ #13552]
51271         * configure.in: Remove --enable-omitfp support.
51272         * FAQ.in: Adjust.
51273         * config.make.in: Likewise.
51274         * Makeconfig: Likewise.
51275         * manual/install.texi: Likewise.
51277         In case anyone cares, the IA-64 architecture could move to ports.
51278         * sysdeps/ia64/*: Removed.
51279         * sysdeps/unix/sysv/linux/ia64/*: Removed.
51280         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
51282         [BZ #13555]
51283         * configure.in: Remove entries for unsupported architectures.
51285         [BZ #13533]
51286         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
51287         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
51288         routines.
51289         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
51290         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
51291         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
51292         fall back to using wcrtomb.
51293         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
51294         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
51295         renaming.
51296         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
51297         * wcsmbs/tst-c16c32-1.c: New file.
51299         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
51300         local variable.
51302         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
51304         * elf/tst-unique3.cc: Add explicit declaration of gets.
51305         * elf/tst-unique3lib.cc: Likewise.
51306         * elf/tst-unique3lib2.cc: Likewise.
51307         * elf/tst-unique4.cc: Likewise.
51309         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
51311 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
51313         [BZ #13566]
51314         * assert/assert.h (static_assert): Don't define for C++.
51315         * libio/stdio.h (gets): Do declare for C++ <= C++11.
51316         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
51318 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
51320         * iconv/loop.c (single loop): Fix assertion in storing of
51321         remaining bytes.
51323         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
51325 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
51327         * posix/getconf.c: Update copyright year.
51328         * nss/getent.c: Likewise.
51329         * nss/makedb.c: Likewise.
51330         * iconv/iconvconfig.c: Likewise.
51331         * iconv/iconv_prog.c: Likewise.
51332         * elf/ldconfig.c: Likewise.
51333         * elf/pldd.c: Likewise.
51334         * elf/sotruss.ksh: Likewise.
51335         * catgets/gencat.c: Likewise.
51336         * csu/version.c: Likewise.
51337         * elf/ldd.bash.in: Likewise.
51338         * elf/sprof.c (print_version): Likewise.
51339         * locale/programs/locale.c: Likewise.
51340         * locale/programs/localedef.c: Likewise.
51341         * login/programs/pt_chown.c: Likewise.
51342         * nscd/nscd.c (print_version): Likewise.
51343         * debug/xtrace.sh: Likewise.
51344         * malloc/memusage.sh: Likewise.
51345         * malloc/mtrace.pl: Likewise.
51346         * debug/catchsegv.sh: Likewise.
51348 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
51350         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
51351         pure attribute.
51353 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
51355         [BZ #13533]
51356         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
51357         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
51358         transformations.
51359         * iconv/gconv_int.h: Likewise.
51360         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
51361         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
51362         from libc for GLIBC_2.16.
51363         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
51364         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
51365         * wcsmbs/uchar.h: Really define mbstate_t.
51366         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
51367         * wcsmbs/c16rtomb.c: New file.
51368         * wcsmbs/mbrtoc16.c: New file.
51369         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
51370         for C/POSIX locale.
51371         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
51372         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
51374         * wcsmbs/wchar.h: Add missing __restrict.
51376 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51378         [BZ #13532]
51379         * time/Makefile (routines): Add timespec_get.
51380         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
51381         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
51382         timespec for ISO C11.
51383         * time/timespec_get.c: New file.
51384         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
51385         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
51387         [BZ #13531]
51388         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
51389         * stdlib/stdlib.h: Declare aligned_alloc.
51390         * Versions.def: Add GLIBC_2.16 for libc.
51391         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
51393         [BZ 13527]
51394         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
51395         ISO C11.
51397         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
51398         code.
51400         [BZ #13528]
51401         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
51403         [BZ #13529]
51404         * assert/assert.h (static_assert): Define.
51406         * version.h: Update for 2.16 development version.
51408         [BZ #13526]
51409         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
51410         _ISOC11_SOURCE.
51412         * version.h (RELEASE): Bump for 2.15 release.
51413         * include/features.h (__GLIBC_MINOR__): Bump to 15.
51415         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
51416         Patch by Marek Polacek <mpolacek@redhat.com>.
51418         * bits/byteswap.h: Protect long long constants with __extension__.
51419         * sysdeps/i386/bits/byteswap.h: Likewise.
51420         * sysdeps/ia64/bits/byteswap.h: Likewise.
51421         * sysdeps/s390/bits/byteswap.h: Likewise.
51422         * sysdeps/x86_64/bits/byteswap.h: Likewise.
51424 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51426         [BZ #13540]
51427         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
51428         destination buffer.
51429         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
51431 2011-12-23  Marek Polacek  <polacek@redhat.com>
51433         * elf/dl-addr.c (determine_info): Add inline keyword.
51434         * elf/tst-auditmod4b.c (check_avx): Likewise.
51435         * elf/tst-auditmod6b.c (check_avx): Likewise.
51436         * elf/tst-auditmod6c.c (check_avx): Likewise.
51437         * elf/tst-auditmod7b.c (check_avx): Likewise.
51439 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51441         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
51442         !__SSE_MATH__.
51444 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51446         [BZ #13540]
51447         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
51448         processing for last bytes.
51450 2011-08-06  Bruno Haible  <bruno@clisp.org>
51452         [BZ #13061]
51453         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
51454         U+0385, not to U+1FEE.
51456         [BZ #13062]
51457         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
51458         entry for U+00A5 U+0301.
51460 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
51462         [BZ #13166]
51463         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
51464         buffer for the output is too small.
51466         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
51467         optimization.
51469         [BZ #13185]
51470         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
51471         SSE flags if possible.
51473 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51475         [BZ #13540]
51476         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
51477         processing for last bytes.
51479 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
51481         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
51482         (syscall-list-default-options, syscall-list-default-condition)
51483         (syscall-list-includes): Define.
51484         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
51485         list of ABIs and options and #if conditions for each ABI.  Do not
51486         handle common syscalls between ABIs specially.
51487         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
51488         Remove.
51489         (syscall-list-variants, syscall-list-32bit-options)
51490         (syscall-list-32bit-condition, syscall-list-64bit-options)
51491         (syscall-list-64bit-condition): Define.
51492         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
51493         (syscall-list-variants, syscall-list-32bit-options)
51494         (syscall-list-32bit-condition, syscall-list-64bit-options)
51495         (syscall-list-64bit-condition): Define.
51496         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
51497         Remove.
51498         (syscall-list-variants, syscall-list-32bit-options)
51499         (syscall-list-32bit-condition, syscall-list-64bit-options)
51500         (syscall-list-64bit-condition): Define.
51501         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
51502         Remove.
51503         (syscall-list-variants, syscall-list-32bit-options)
51504         (syscall-list-32bit-condition, syscall-list-64bit-options)
51505         (syscall-list-64bit-condition): Define.
51507 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
51509         * locale/iso-639.def: Add brx entry.
51511         [BZ #13328]
51512         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
51513         Proposed by Mariusz_Cukr <marcukr@op.pl>.
51515         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
51516         __feraiseexcept_renamed.
51518 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
51520         [BZ #13538]
51521         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
51522         EPOLLET with unsigned values.
51523         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51524         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51526         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
51527         to large cancellation.
51528         * math/s_cacoshf.c: Likewise.
51529         * math/s_cacoshl.c: Likewise.
51531 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
51533         [BZ #13305]
51534         [BZ #12786]
51535         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
51536         * math/s_cacoshf.c: Likewise.
51537         * math/s_cacoshl.c: Likewise.
51539 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
51541         [BZ #13439]
51542         * iconv/gconv.h: Define __GCONV_SWAP.
51543         * iconvdata/unicode.c: The swap bit must be stored in __flags.
51544         * iconvdata/utf-16.c: Likewise.
51545         * iconvdata/utf-32.c: Likewise.
51547 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
51549         [BZ #13524]
51550         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
51551         numerator after shifting it by one limb.
51553 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
51555         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
51556         under [__USE_EXTERN_INLINES].
51558 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
51560         [BZ #13446]
51561         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
51563 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51565         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
51566         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
51567         optimized code.
51568         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
51569         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
51570         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
51571         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
51572         for strncasecmp/strncasecmp_l compilation.
51573         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
51574         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
51576 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
51578         [BZ #13484]
51579         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
51580         of __asm__.
51582 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
51584         [BZ #13506]
51585         * time/tzfile.c (__tzfile_read): Check values from file header.
51587 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
51589         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
51590         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
51591         * powerpc/powerpc32/dl-start.S: Likewise.
51592         * powerpc/powerpc32/elf/start.S: Likewise.
51593         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
51594         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
51595         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
51596         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
51597         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
51598         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
51599         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
51600         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
51601         * powerpc/powerpc32/fpu/s_round.S: Likewise.
51602         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
51603         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
51604         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
51605         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
51606         * powerpc/powerpc32/memset.S: Likewise.
51607         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
51608         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
51609         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
51610         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
51611         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
51612         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
51613         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
51614         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
51615         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
51616         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
51617         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
51618         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51619         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51621 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51623         * math/libm-test.inc: Added more nearbyint tests.
51624         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
51625         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
51626         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
51627         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
51629 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
51631         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
51632         FD_CLOEXEC.
51634 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51636         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
51637         Add wcscpy-ssse3 wcscpy-c.
51638         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
51639         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
51640         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
51641         * sysdeps/x86_64/wcschr.S: New file.
51642         * sysdeps/x86_64/wcsrchr.S: New file.
51643         * string/test-strcmp.c: Remove checking of wcscmp function for
51644         wrong alignments.
51645         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
51646         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
51647         wcsrchr-sse2 wcsrchr-c.
51648         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
51649         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
51650         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
51651         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
51652         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
51653         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
51654         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
51655         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
51656         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
51657         * wcsmbc/wcschr.c (WCSCHR): New macro.
51659 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51661         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
51662         * wcsmbs/test-wcsrchr.c: New file.
51663         * string/test-strrchr.c: Add wcsrchr support.
51664         (WIDE): New macro.
51665         * wcsmbs/test-wcscpy.c: New file.
51666         * string/test-strcpy.c: Add wcscpy support.
51667         (WIDE): New macro.
51669 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
51671         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
51672         the inner loop.
51674 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
51676         [BZ #13472]
51677         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
51679 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
51681         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
51682         Minor optimizations.
51684         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
51685         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
51686         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
51688 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
51690         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
51691         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
51692         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
51693         for gcc to avoid warnings.
51694         * inet/Makefile (tests): Add tst-checks.
51695         * inet/tst-checks.c: New file.
51697         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
51698         warning.
51700         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
51701         __wmemcmp_sse2.
51703         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
51704         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
51706         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
51708 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
51710         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
51711         problem.
51713         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
51715 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
51717         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
51718         conditional on GCC version.
51719         (__arch_compare_and_exchange_val_8_acq)
51720         (__arch_compare_and_exchange_val_16_acq)
51721         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
51722         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
51723         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
51725 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
51727         * sysdeps/sh/backtrace.c: New file.
51729 2011-12-02  Andreas Schwab  <schwab@redhat.com>
51731         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
51732         parenthesis.
51734 2011-12-01  Andreas Schwab  <schwab@redhat.com>
51736         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
51737         falling back to utime.
51739 2011-11-30  Andreas Schwab  <schwab@redhat.com>
51741         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
51742         expectations for float.
51744 2011-11-29  Andreas Schwab  <schwab@redhat.com>
51746         * locale/weight.h (findidx): Add parameter len.
51747         * locale/weightwc.h (findidx): Likewise.
51748         * posix/fnmatch_loop.c (FCT): Adjust caller.
51749         * posix/regcomp.c (build_equiv_class): Likewise.
51750         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
51751         * posix/regexec.c (check_node_accept_bytes): Likewise.
51752         * string/strcoll_l.c (STRCOLL): Likewise.
51753         * string/strxfrm_l.c (STRXFRM): Likewise.
51755 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
51757         * Makefile.in: Remove CVSOPT handling.
51758         * configure.in: Remove use of AC_REVISION.
51759         * iconvdata/Makefile (distribute): No need to filter out CVS.
51760         * scripts/list-sources.sh: Remove CVS, subversion and monotone
51761         handling.
51763 2011-11-16  Andreas Schwab  <schwab@redhat.com>
51765         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
51766         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
51767         [USE_AS_STRNCASECMP_L]: Likewise.
51768         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
51769         NO_TLS_DIRECT_SEG_REFS.
51770         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
51771         Fix argument offsets for non-PIC.
51772         [USE_AS_STRNCASECMP_L]: Likewise.
51773         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
51774         NO_TLS_DIRECT_SEG_REFS.
51776 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
51778         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
51779         O_CLOEXEC.
51780         * locale/loadlocale.c (_nl_load_locale): Likewise.
51782 2011-11-15  Andreas Schwab  <schwab@redhat.com>
51784         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
51785         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
51786         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
51787         (SYSCALL_GETTIME): Set errno on error.
51789         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
51790         count references to noai6ai_cached.
51792 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
51794         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
51796         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
51797         FD_CLOEXEC for /proc/self/maps.
51799         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
51800         FD_CLOEXEC for /proc/meminfo.
51802         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
51803         gai.conf.
51805         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
51806         FD_CLOEXEC for given file.
51808         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
51810         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
51811         FD_CLOEXEC for /etc/hosts.
51812         (_gethtent): Likewise.
51814         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
51816         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
51817         cancellation and set FD_CLOEXEC for /etc/netgroup.
51819         * nss/nss_files/files-key.c (search): Don't allow cancellation when
51820         reading /etc/publickey.
51822         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
51823         allow cancellation when reading /etc/group.
51825         * nss/nss_files/files-alias.c (internal_setent): Don't allow
51826         cancellation.
51827         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
51829         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
51830         when using data file.
51832         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
51834         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
51835         (write_nis_obj): Use "c" and "e" in fopen.
51837         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
51839         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
51841         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
51843         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
51845         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
51846         locale.alias.
51848         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
51850         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
51852         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
51854         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
51855         file parsing and set FD_CLOEXEC.
51857 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
51859         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
51861 2011-11-14  Andreas Schwab  <schwab@redhat.com>
51863         * malloc/arena.c (arena_get2): Don't call reused_arena when
51864         _int_new_arena failed.
51866 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
51868         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
51869         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
51870         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
51871         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
51872         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
51873         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
51874         to compile strcasecmp and strncasecmp.
51875         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
51876         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
51878         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
51880 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
51882         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
51883         locale-defines.sym to gen-as-const-headers.
51884         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
51885         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
51886         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
51887         to compile strcasecmp and strncasecmp.
51888         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
51889         strcasecmp_l and strncasecmp_l.
51890         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
51891         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
51892         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
51893         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
51894         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
51895         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
51896         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
51897         * sysdeps/i386/i686/multiarch/strncase.S: New file.
51898         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
51899         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
51900         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
51902 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
51904         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
51905         result of SYSDEP_GETTIME_CPU to retval.
51906         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
51907         parameter list to macro.  Remove trailing semicolon.  Adjust users.
51909         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
51910         variable.
51912         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
51913         mantissa words.
51914         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
51916         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
51917         from unused variable.
51919         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
51920         DWARF definitions.
51921         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
51922         for assembling.
51924         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
51925         over namespaces.
51927         * sunrpc/rpc_prot.c (rejected): Fix case value.
51929         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
51930         unsigned long long int to avoid warnings in shift.
51932         * posix/regex_internal.c (re_string_reconstruct): Actually use result
51933         of use of trans.
51934         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
51935         variable tmp.
51937         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
51938         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
51939         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
51941         * nis/nis_table.c (nis_list): Use variable of correct type for
51942         result of __follow_path call.
51944 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51946         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
51947         of math functions ceil, trunc, floor, round, and sqrt, when
51948         avaliable on the platform.
51949         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
51950         name clash.
51951         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51952         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51953         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51955 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
51957         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
51958         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
51960 2011-11-11  Roland McGrath  <roland@hack.frob.com>
51962         * include/unistd.h: Fix __readlink return type.
51963         Reported by Chris Metcalf <cmetcalf@tilera.com>.
51965 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
51967         * stdlib/ucontext.h: Undo last change for makecontext.
51969 2011-11-11  Andreas Schwab  <schwab@redhat.com>
51971         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
51973         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
51974         * setjmp/setjmp.h: Mark functions as non-leaf.
51975         * setjmp/bits/setjmp2.h: Likewise.
51976         * stdlib/ucontext.h: Likewise.
51978 2011-11-10  Andreas Schwab  <schwab@redhat.com>
51980         * malloc/arena.c (_int_new_arena): Don't increment narenas.
51981         (reused_arena): Don't check arena limit.
51982         (arena_get2): Atomically check arena limit.
51984 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
51986         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
51987         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
51989         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
51990         instructions.
51992 2011-11-07  Andreas Schwab  <schwab@redhat.com>
51994         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
51995         handler when locking.
51997         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51998         Fix size of allocated buffer.
52000 2011-11-04  Andreas Schwab  <schwab@redhat.com>
52002         [BZ #10103]
52003         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
52004         declarations for long double functions.
52005         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
52007         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
52009 2011-11-03  Andreas Schwab  <schwab@redhat.com>
52011         * nscd/nscd.c (main): Don't start AVC thread until credentials are
52012         installed.
52014         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
52015         is disabled.
52017 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52019         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
52021 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
52023         * include/alloca.h (stackinfo_alloca_round): Define.
52024         (extend_alloca): Use it.
52025         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
52026         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
52027         here.
52029         * scripts/check-local-headers.sh: Ignore libaudit.h.
52031         * nscd/Makefile (extra-objs): Make recursively expanded.
52033 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
52035         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
52036         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
52038         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
52039         * posix/tst-rfc3484-2.c: Likewise.
52040         * posix/tst-rfc3484-3.c: Likewise.
52042         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
52043         process_vm_writev.
52044         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
52045         process_vm_writev.
52046         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
52047         process_vm_writev from libc using GLIBC_2.15 version.
52049         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
52051 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
52053         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
52054         stack usage.
52056 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
52058         [BZ #13367]
52059         * nss/getent.c (initgroups_keys): Show error message in case no group
52060         names are given.
52062         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
52063         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
52064         __bump_nl_timestamp.
52065         * nscd/connections (nscd_init): When host database is served open
52066         netlink socket and request notification about configuration changes.
52067         (main_loop_poll): Track netlink file descriptor and bump timestamp
52068         in case data becomes available.
52069         (main_loop_epoll): Likewise.
52070         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
52071         (database_pers_head): Add extra_data fileds.
52072         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
52073         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
52074         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
52075         Adjust caller.
52076         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
52077         in6ai data, call __free_in6ai.
52078         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
52079         Add -DHAVE_NETLINK.
52080         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
52081         interface information.  Reuse previous data if netlink timestamp
52082         is not changed.
52083         (__bump_nl_timestamp): New function.
52084         (__free_in6ai): New function.
52086 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
52088         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
52089         close_not_cancel_no_status here.
52090         (__check_pf): Reorganize code a bit to not call close twice if OOM.
52092 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52094         [BZ #13276]
52095         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
52096         return value.
52098         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
52099         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
52100         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
52102 2011-07-03  Andreas Jaeger  <aj@suse.de>
52104         [BZ #10709]
52105         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
52106         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
52107         * math/libm-test.inc (sin_test): Add test case.
52109 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52111         [BZ #13337]
52112         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
52113         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52115         * elf/chroot_canon.c (chroot_canon): Cleanups.
52117         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
52119         [BZ #13335]
52120         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
52121         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52123         * string/test-strchr.c: Make usable for strchrnul testing.
52124         * string/test-strchrnul.c: New file.
52125         * string/Makefile (strop-tests): Add strchrnul.
52127         * po/it.po: Update from translation team.
52128         * po/es.po: Likewise.
52130 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
52132         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
52133         the three constants needed as parameters.  Drop the others.
52134         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
52135         __m128i_strloadu_tolower.
52136         Create and initialize variable zero and use it in all the places
52137         where _mm_setzero_si128 was used.
52139         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
52140         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
52141         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
52142         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
52143         anymore.
52144         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
52145         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
52146         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
52147         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
52148         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
52149         __mpranred, __mptan.
52150         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
52151         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
52152         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
52153         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
52154         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
52155         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
52156         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
52157         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
52158         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
52160 2011-10-28  Andreas Schwab  <schwab@redhat.com>
52162         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
52163         redefine if SHARED.
52164         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
52166         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
52167         wide char related routines to wcsmbs subdir.
52169 2011-10-27  Andreas Schwab  <schwab@redhat.com>
52171         [BZ #13344]
52172         * misc/sys/cdefs.h (__THROWNL): Define.
52173         * posix/unistd.h: Use __THREADNL instead of __THREAD
52174         for memory synchronization functions.
52176 2011-10-26  Roland McGrath  <roland@hack.frob.com>
52178         [BZ #13349]
52179         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
52180         doesn't exist.
52181         * manual/stdio.texi (Obstack Streams): Node removed.
52183 2011-10-26  Andreas Schwab  <schwab@redhat.com>
52185         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
52186         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52187         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52189         * math/math_private.h (math_force_eval): Allow non-addressable
52190         arguments.
52191         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
52193 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52195         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
52196         file is not needed.
52198         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
52199         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
52200         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
52201         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
52202         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
52203         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
52204         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
52205         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
52206         Add AVX variants.
52207         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
52208         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
52209         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
52210         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
52211         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
52212         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
52213         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
52214         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
52215         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
52216         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
52217         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
52218         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
52219         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
52220         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
52221         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
52222         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
52223         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
52224         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
52225         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
52227         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
52228         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
52230         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
52231         place.  Use VEX encoding when compiling for AVX.
52233 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52235         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
52236         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
52238         * string/test-strchr.c (do_test): Don't generate NUL bytes.
52240 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52242         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
52243         useless if() expression.
52244         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52245         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
52246         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
52247         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52248         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
52249         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52250         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52251         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52252         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
52253         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52254         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52255         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52256         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
52257         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52258         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
52259         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52260         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52261         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52262         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
52264         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
52266 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52268         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
52269         condition.
52270         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52272 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52274         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
52275         .text section.  Avoid duplicate constants.
52276         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
52277         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52278         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52279         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52280         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52281         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52282         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52283         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52284         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
52285         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
52286         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
52287         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
52288         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
52289         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
52290         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
52291         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
52292         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
52293         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
52294         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
52295         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52296         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
52297         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
52298         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
52299         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
52300         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
52301         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
52302         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
52303         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
52304         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
52305         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
52306         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
52307         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
52308         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
52309         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
52310         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
52311         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
52312         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
52313         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
52314         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
52315         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
52316         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
52317         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
52318         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
52319         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
52320         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
52322 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
52324         * sysdeps/x86_64/dla.h: Move to ...
52325         * sysdeps/x86_64/fpu/dla.h: ...here.
52326         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
52327         situations.  Use __builtin_fma only for gcc 4.6 and up.
52329         * config.make.in: Add have-mfma4 entry.
52330         * configure.in: Substitute libc_cv_cc_fma4.
52331         * math/Makefile (dbl-only-routines): Add sincostab.
52332         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
52333         Use __sincostab not sincos.
52334         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
52335         name is a macro.
52336         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52337         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52338         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52339         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
52340         using __copysign.
52341         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
52342         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
52343         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
52344         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
52345         and __inv.
52346         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
52347         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
52348         __copysign.
52349         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
52350         define aliases when function name is a macro.
52351         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
52352         sysdeps/ieee754/dbl-64/sincos.tbl.
52353         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
52354         fma4-enabled routines.
52355         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
52356         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
52357         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
52358         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
52359         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
52360         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
52361         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
52362         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
52363         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
52364         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
52365         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
52366         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
52367         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
52368         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
52369         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
52370         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
52371         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
52372         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
52373         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
52374         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
52375         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
52376         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
52377         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
52378         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
52379         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
52380         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
52381         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
52382         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
52383         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
52384         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
52386         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
52387         rename.
52388         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52389         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52390         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52391         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52392         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52393         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52394         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52395         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52397 2011-10-24  Andreas Schwab  <schwab@redhat.com>
52399         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
52401 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52403         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
52405         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
52406         prediction.
52407         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
52409         * string/strnlen.c: Don't define STRNLEN, reverse logic.
52410         Remove unused variable magic_bits.
52411         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
52413         * string/strnlen.c: Define and use STRNLEN macro.
52414         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
52415         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
52416         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
52417         * wcsmbs/wcslen.c: Define and use WCSLEN.
52418         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
52419         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
52420         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
52421         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
52422         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
52423         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
52424         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52426 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52428         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52429         strnlen-sse2-no-bsf.
52430         Rename strlen-no-bsf to strlen-sse2-no-bsf.
52431         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
52432         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
52433         Add strnlen support.
52434         (USE_AS_STRNLEN): New macro.
52435         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
52436         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
52437         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
52438         * sysdeps/x86_64/wcslen.S: New file.
52440 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
52442         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
52443         XMM-moves are used for copying on small sizes.
52445 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52447         * wcsmbs/Makefile (strop-tests): Add wcschr.
52448         * wcsmbs/test-wcschr.c: New file.
52449         * string/test-strchr.c: Update.
52450         Add wcschr support.
52451         (WIDE): New macro.
52453 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52455         * wcsmbs/Makefile (strop-tests): Add wcslen.
52456         * wcsmbs/test-wcslen.c: New file.
52457         * string/test-strlen.c: Update.
52458         Add wcslen support.
52459         (WIDE): New macro.
52461 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52463         * po/it.po: Update from translation team.
52465 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52467         * sysdeps/x86_64/wcscmp.S: Update.
52468         Fix wrong comparison semantics.
52469         wcscmp shall use signed comparison not unsigned.
52470         Don't use substraction to avoid overflow bug.
52471         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
52472         * wcsmbc/wcscmp.c: Likewise.
52473         * string/test-strcmp.c: Likewise.
52474         Add new tests to check cases with negative values.
52476 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52478         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
52479         * sysdeps/x86_64/dla.h: ...here.  New file.
52480         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
52481         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52482         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52483         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52484         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52485         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52486         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52487         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52488         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52490 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
52492         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
52493         __ynl_finite aliases.
52495 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
52497         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
52499         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
52500         define DLA_FMA.
52501         [DLA_FMA] (EMULV): Use DLA_FMA.
52502         [DLA_FMA] (MUL12): Use EMULV.
52503         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
52504         that are not needed.
52505         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52506         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52507         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52508         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52509         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52510         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52511         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52513 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
52515         * math/s_nan.c: Undef __nan.
52516         * math/s_nanf.c: Undef __nanf.
52517         * math/s_nanl.c: Undef __nanl.
52518         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
52519         "math_private.h".
52521 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
52523         * math/s_catan.c: Add branch predictions.
52524         * math/s_catanf.c: Likewise.
52525         * math/s_catanh.c: Likewise.
52526         * math/s_catanhf.c: Likewise.
52527         * math/s_catanhl.c: Likewise.
52528         * math/s_catanl.c: Likewise.
52529         * math/s_cexp.c: Likewise.
52530         * math/s_cexpf.c: Likewise.
52531         * math/s_cexpl.c: Likewise.
52532         * math/s_clog.c: Likewise.
52533         * math/s_clog10.c: Likewise.
52534         * math/s_clog10f.c: Likewise.
52535         * math/s_clog10l.c: Likewise.
52536         * math/s_clogf.c: Likewise.
52537         * math/s_clogl.c: Likewise.
52538         * math/s_csqrt.c: Likewise.
52539         * math/s_csqrtf.c: Likewise.
52540         * math/s_csqrtl.c: Likewise.
52541         * math/s_ctanf.c: Likewise.
52542         * math/s_ctanh.c: Likewise.
52543         * math/s_ctanhf.c: Likewise.
52544         * math/s_ctanhl.c: Likewise.
52545         * math/s_ctanl.c: Likewise.
52547         * math/math_private.h: Define __nan, __nanf, __nanl.
52548         * math/s_cacosh.c: Include <math_private.h>.
52549         * math/s_cacoshl.c: Likewise.
52550         * math/s_casinh.c: Likewise.
52551         * math/s_casinhf.c: Likewise.
52552         * math/s_casinhl.c: Likewise.
52553         * math/s_ccos.c: Rely entire on ccosh.
52554         * math/s_ccosf.c: Rely entire on ccoshf.
52555         * math/s_ccosl.c: Rely entirely on ccoshl.
52556         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
52557         Remove tests for FE_INVALID.
52558         * math/s_ccoshf.c: Likewise.
52559         * math/s_ccoshl.c: Likewise.
52560         * math/s_csin.c: Likewise.
52561         * math/s_csinf.c: Likewise.
52562         * math/s_csinh.c Likewise.
52563         * math/s_csinhf.c: Likewise.
52564         * math/s_csinhl.c: Likewise.
52565         * math/s_csinl.c: Likewise.
52566         * math/s_ctan.c: Likewise.
52567         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
52568         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
52569         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
52571 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
52573         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
52574         compilation problems.
52576         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
52577         __builtin_expect.
52579 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
52581         * sysdeps/i386/configure.in: Test for -mfma4 option.
52582         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
52583         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
52584         COMMON_CPUID_INDEX_80000001.
52585         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
52586         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
52587         use it if FMA3 is not supported.
52588         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
52590         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
52591         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52593 2011-10-20  Andreas Schwab  <schwab@redhat.com>
52595         [BZ #12892]
52596         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
52597         it would create a cycle with a link time dependency.
52599 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
52601         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
52602         instruction.
52603         * string/Makefile (strop-tests): Add rawmemchr.
52604         * string/test-rawmemchr.c: New file.
52606         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
52607         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
52608         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
52609         when compiling str{,n}casecmp and when AVX is available.  Hook up
52610         new optimized code in initializers.
52612 2011-10-19  Andreas Schwab  <schwab@redhat.com>
52614         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
52615         __feraiseexcept instead of feraiseexcept.
52617 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
52619         * math/math_private.h: Define defaults for libc_fetestexcept and
52620         libc_feupdateenv.
52621         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
52622         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
52623         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52624         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52625         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
52626         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52627         libc_fetestexcept and libc_feupdateenv.
52629         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
52630         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
52631         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
52632         * sysdeps/x86_64/fpu/math_private.h: Define special version of
52633         libc_feholdexcept_setround.
52635         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
52636         Add s_nearbyint-c and s_nearbyintf-c.
52637         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
52638         nearbyintf inlines.
52639         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
52640         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
52641         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
52642         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
52644         * math/math_private.h: Define defaults for libc_fegetround,
52645         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
52646         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
52647         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
52648         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
52649         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
52650         standard functions.
52651         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52652         Remove comments and hacks for old compiler versions.
52653         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52654         libc_fegetround, libc_fesetround, libc_feholdexcept, and
52655         libc_feholdexceptl.
52657 2011-10-18  Andreas Schwab  <schwab@redhat.com>
52659         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
52660         (__feraiseexcept_renamed): Add __NTH.
52661         (feraiseexcept): Add __NTH.  Rename local variables to fix
52662         namespace violations.
52664 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
52666         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
52668         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
52670         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
52671         recently added interfaces.
52672         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
52674         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
52675         about macro parameter expansion.
52677         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
52678         __NO_MATH_INLINES is defined.  Cleanups.
52680         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
52681         and __floorf is target has SSE4.1.
52682         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
52683         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
52684         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
52685         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
52687         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
52688         name.
52689         (floorf): Likewise.
52691         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
52693 2011-10-17  Andreas Schwab  <schwab@redhat.com>
52695         * misc/sys/cdefs.h: Fix last change.
52697         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
52698         database lookup.
52700 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
52702         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
52704         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
52705         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52706         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
52707         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52708         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52709         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
52710         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52711         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52712         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
52713         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
52714         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
52715         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
52716         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
52717         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
52718         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
52719         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
52720         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
52721         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
52722         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
52723         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
52724         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
52725         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
52727         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
52728         ceil, ceilf, floor, floorf.
52730         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
52731         Perform IRELATIVE relocations last.
52733         * elf/do-rel.h: Add another parameter nrelative, replacing the
52734         local variable with the same name.  Change name of the function
52735         to end in Rel or Rela (uppercase).
52736         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
52737         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
52738         elf_dynamic_do_##reloc function.
52740 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
52742         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
52743         is sufficient, at least on modern CPUs.
52745         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
52747         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
52748         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
52750         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
52751         __expl_finite.
52752         * math/bits/math-finite.h: Add entries for exp.
52753         * math/e_expl.c: Add __*_finite alias.
52754         * sysdeps/i386/fpu/e_exp.S: Likewise.
52755         * sysdeps/i386/fpu/e_expf.S: Likewise.
52756         * sysdeps/i386/fpu/e_expl.c: Likewise.
52757         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52758         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52759         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
52760         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
52761         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
52762         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
52763         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
52765         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
52766         is sufficient, at least on modern CPUs.
52768         * ctype/ctype-info.c (__ctype_init): Define.
52769         * include/ctype.h (__ctype_init): Declare.
52770         (__ctype_b_loc): The variable is always initialized.
52771         (__ctype_toupper_loc): Likewise.
52772         (__ctype_tolower_loc): Likewise.
52773         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
52774         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
52776 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
52778         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
52780         * configure.in: Also look in $cxxmachine/include for C++ system
52781         headers.
52783 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52785         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
52786         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
52787         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
52788         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
52789         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
52790         (USE_AS_WMEMCMP): New macro.
52791         Fixing indents.
52792         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
52793         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
52794         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
52795         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
52796         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52797         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
52798         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
52799         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
52800         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
52801         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
52802         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
52803         (USE_AS_WMEMCMP): New macro.
52804         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
52805         * sysdeps/string/test-memcmp.c: Update.
52806         Fix simple_wmemcmp.
52807         Add new tests.
52808         * wcsmbs/wmemcmp.c: Update.
52809         (WMEMCMP): New macro.
52810         Fix overflow bug.
52812 2011-10-12  Andreas Jaeger  <aj@suse.de>
52814         [BZ #13268]
52815         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
52817 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
52819         * libio/iofwide.c (do_length): Avoid warning.
52821         * ctype/ctype.h (__isctype_f): Add missing __THROW.
52823 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
52825         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
52827         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
52828         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
52829         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
52830         * sysdeps/i386/i686/fpu/e_log.S: New file.
52831         * sysdeps/i386/i686/fpu/e_logf.S: New file.
52832         * sysdeps/i386/i686/fpu/e_logl.S: New file.
52834         * ctype/ctype.h: Add support for inlined isXXX functions when
52835         compiling C++ code.
52837 2011-10-14  Andreas Schwab  <schwab@redhat.com>
52839         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52841         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
52843 2011-10-13  Roland McGrath  <roland@hack.frob.com>
52845         [BZ #13291]
52846         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
52848 2011-10-13  Andreas Schwab  <schwab@redhat.com>
52850         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
52851         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
52852         feraiseexcept.
52854         * sysdeps/x86_64/memrchr.S: Check for zero size.
52856         * string/stratcliff.c: Add memrchr tests.
52858 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52860         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52861         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
52862         rawmemchr-sse2 rawmemchr-sse2-bsf.
52863         * sysdeps/i386/i686/multiarch/memchr.S: New file.
52864         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
52865         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
52866         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
52867         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
52868         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
52869         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
52870         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
52871         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
52872         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
52873         * string/memrchr.c (MEMRCHR): New macro.
52875 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
52877         Add integration with gcc's -ffinite-math-only and optimize wrapper
52878         functions in libm.
52879         * Versions.def: Define GLIBC_2.15 version for libm.
52880         * math/Makefile (headers): Add bits/math-finite.h.
52881         * math/bits/math-finite.h: New file.
52882         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
52883         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
52884         * math/e_acoshl.c: Add __*_finite alias.
52885         * math/e_acosl.c: Likewise.
52886         * math/e_asinl.c: Likewise.
52887         * math/e_atan2l.c: Likewise.
52888         * math/e_atanhl.c: Likewise.
52889         * math/e_coshl.c: Likewise.
52890         * math/e_exp10.c: Likewise.
52891         * math/e_exp10f.c: Likewise.
52892         * math/e_exp10l.c: Likewise.
52893         * math/e_exp2l.c: Likewise.
52894         * math/e_fmodl.c: Likewise.
52895         * math/e_gammal_r.c: Likewise.
52896         * math/e_hypotl.c: Likewise.
52897         * math/e_j0l.c: Likewise.
52898         * math/e_j1l.c: Likewise.
52899         * math/e_jnl.c: Likewise.
52900         * math/e_lgammal_r.c: Likewise.
52901         * math/e_log10l.c: Likewise.
52902         * math/e_log2l.c: Likewise.
52903         * math/e_logl.c: Likewise.
52904         * math/e_powl.c: Likewise.
52905         * math/e_sinhl.c: Likewise.
52906         * math/e_sqrtl.c: Likewise.
52907         * math/e_scalb.c: Completely rewritten and optimized.
52908         * math/e_scalbf.c: Likewise.
52909         * math/e_scalbl.c: Likewise.
52910         * math/w_acos.c: Likewise.
52911         * math/w_acosf.c: Likewise.
52912         * math/w_acosl.c: Likewise.
52913         * math/w_acosh.c: Likewise.
52914         * math/w_acoshf.c: Likewise.
52915         * math/w_acoshl.c: Likewise.
52916         * math/w_asin.c: Likewise.
52917         * math/w_asinf.c: Likewise.
52918         * math/w_asinl.c: Likewise.
52919         * math/w_atan2.c: Likewise.
52920         * math/w_atan2f.c: Likewise.
52921         * math/w_atan2l.c: Likewise.
52922         * math/w_atanh.c: Likewise.
52923         * math/w_atanhf.c: Likewise.
52924         * math/w_atanhl.c: Likewise.
52925         * math/w_exp10.c: Likewise.
52926         * math/w_exp10f.c: Likewise.
52927         * math/w_exp10l.c: Likewise.
52928         * math/w_fmod.c: Likewise.
52929         * math/w_fmodf.c: Likewise.
52930         * math/w_fmodl.c: Likewise.
52931         * math/w_j0.c: Likewise.
52932         * math/w_j0f.c: Likewise.
52933         * math/w_j0l.c: Likewise.
52934         * math/w_j1.c: Likewise.
52935         * math/w_j1f.c: Likewise.
52936         * math/w_j1l.c: Likewise.
52937         * math/w_jn.c: Likewise.
52938         * math/w_jnf.c: Likewise.
52939         * math/w_log.c: Likewise.
52940         * math/w_logf.c: Likewise.
52941         * math/w_logl.c: Likewise.
52942         * math/w_log10.c: Likewise.
52943         * math/w_log10f.c: Likewise.
52944         * math/w_log10l.c: Likewise.
52945         * math/w_log2.c: Likewise.
52946         * math/w_log2f.c: Likewise.
52947         * math/w_log2l.c: Likewise.
52948         * math/w_pow.c: Likewise.
52949         * math/w_powf.c: Likewise.
52950         * math/w_powl.c: Likewise.
52951         * math/w_remainder.c: Likewise.
52952         * math/w_remainderf.c: Likewise.
52953         * math/w_remainderl.c: Likewise.
52954         * math/w_scalb.c: Likewise.
52955         * math/w_scalbf.c: Likewise.
52956         * math/w_scalbl.c: Likewise.
52957         * math/w_sqrt.c: Likewise.
52958         * math/w_sqrtf.c: Likewise.
52959         * math/w_sqrtl.c: Likewise.
52960         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
52961         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
52962         used.
52963         * math/math_private.h: Declare __kernel_standard_f.
52964         * math/w_cosh.c: Remove cruft and optimize a bit.
52965         * math/w_coshf.c: Likewise.
52966         * math/w_coshl.c: Likewise.
52967         * math/w_exp2.c: Likewise.
52968         * math/w_exp2f.c: Likewise.
52969         * math/w_exp2l.c: Likewise.
52970         * math/w_hypot.c: Likewise.
52971         * math/w_hypotf.c: Likewise.
52972         * math/w_hypotl.c: Likewise.
52973         * math/w_lgamma.c: Likewise.
52974         * math/w_lgamma_r.c: Likewise.
52975         * math/w_lgammaf.c: Likewise.
52976         * math/w_lgammaf_r.c: Likewise.
52977         * math/w_lgammal.c: Likewise.
52978         * math/w_lgammal_r.c: Likewise.
52979         * math/w_sinh.c: Likewise.
52980         * math/w_sinhf.c: Likewise.
52981         * math/w_sinhl.c: Likewise.
52982         * math/w_tgamma.c: Likewise.
52983         * math/w_tgammaf.c: Likewise.
52984         * math/w_tgammal.c: Likewise.
52985         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
52986         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52987         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
52988         Minor optimizations.  Pretty printing.  Remove cruft.
52989         * sysdeps/i386/fpu/e_acosf.S: Likewise.
52990         * sysdeps/i386/fpu/e_acosh.S: Likewise.
52991         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
52992         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
52993         * sysdeps/i386/fpu/e_acosl.c: Likewise.
52994         * sysdeps/i386/fpu/e_asin.S: Likewise.
52995         * sysdeps/i386/fpu/e_asinf.S: Likewise.
52996         * sysdeps/i386/fpu/e_atan2.S: Likewise.
52997         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
52998         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
52999         * sysdeps/i386/fpu/e_atanh.S: Likewise.
53000         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
53001         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
53002         * sysdeps/i386/fpu/e_exp10.S: Likewise.
53003         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
53004         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
53005         * sysdeps/i386/fpu/e_exp2.S: Likewise.
53006         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
53007         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
53008         * sysdeps/i386/fpu/e_fmod.S: Likewise.
53009         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
53010         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
53011         * sysdeps/i386/fpu/e_hypot.S: Likewise.
53012         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
53013         * sysdeps/i386/fpu/e_log.S: Likewise.
53014         * sysdeps/i386/fpu/e_log10.S: Likewise.
53015         * sysdeps/i386/fpu/e_log10f.S: Likewise.
53016         * sysdeps/i386/fpu/e_log10l.S: Likewise.
53017         * sysdeps/i386/fpu/e_log2.S: Likewise.
53018         * sysdeps/i386/fpu/e_log2f.S: Likewise.
53019         * sysdeps/i386/fpu/e_log2l.S: Likewise.
53020         * sysdeps/i386/fpu/e_logf.S: Likewise.
53021         * sysdeps/i386/fpu/e_logl.S: Likewise.
53022         * sysdeps/i386/fpu/e_pow.S: Likewise.
53023         * sysdeps/i386/fpu/e_powf.S: Likewise.
53024         * sysdeps/i386/fpu/e_powl.S: Likewise.
53025         * sysdeps/i386/fpu/e_remainder.S: Likewise.
53026         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
53027         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
53028         * sysdeps/i386/fpu/e_scalb.S: Likewise.
53029         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
53030         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
53031         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
53032         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
53033         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
53034         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
53035         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
53036         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53037         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
53038         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
53039         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
53040         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
53041         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
53042         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
53043         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
53044         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
53045         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
53046         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53047         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
53048         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
53049         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53050         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
53051         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
53052         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
53053         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53054         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
53055         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
53056         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
53057         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
53058         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
53059         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
53060         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53061         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
53062         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
53063         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
53064         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
53065         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
53066         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53067         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
53068         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
53069         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
53070         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
53071         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
53072         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
53073         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
53074         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
53075         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
53076         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
53077         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
53078         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
53079         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
53080         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
53081         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
53082         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
53083         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
53084         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
53085         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
53086         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
53087         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53088         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
53089         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
53090         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
53091         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
53092         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
53093         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
53094         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
53095         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
53096         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
53097         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
53098         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
53099         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
53100         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
53101         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
53102         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
53103         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
53104         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
53105         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
53106         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
53107         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
53108         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
53109         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
53110         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
53111         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
53112         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
53113         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
53114         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
53115         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
53116         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
53117         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
53118         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
53119         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
53120         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53121         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
53122         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
53123         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
53124         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
53125         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
53126         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
53127         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
53128         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
53129         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
53130         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
53131         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
53132         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
53133         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
53134         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
53135         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
53136         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
53137         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
53138         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
53139         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
53140         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
53141         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
53142         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
53143         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
53144         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
53145         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
53146         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
53147         (__isnanf): Likewise.
53148         (__isinf_ns): Likewise.
53149         (__isinf_nsf): Likewise.
53150         (__finite): Likewise.
53151         (__finitef): Likewise.
53152         (__ieee754_sqrt): Define as macro.
53153         (__ieee754_sqrtf): Define as macro.
53154         (__ieee754_sqrtl): Define as macro.
53155         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
53156         inlined copy.
53157         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
53158         __FINITE_MATH_ONLY__ consistent.
53159         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
53161 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
53163         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
53164         of rawmemchr.
53166         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
53168 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
53170         * po/ja.po: Update from translation team.
53172 2011-10-08  Roland McGrath  <roland@hack.frob.com>
53174         * locale/programs/locarchive.c (prepare_address_space): New function.
53175         (create_archive, enlarge_archive, open_archive): Use it.
53177         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
53178         inside [SHARED], where it is used.
53180         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
53182         * nss/getent.c (netgroup_keys): Remove unused variable.
53183         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
53185 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
53187         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
53188         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
53189         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
53190         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
53191         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
53192         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
53193         * math/Makefile (libm-calls): Add s_isinf_ns.
53194         * math/divtc3.c: Use __isinf_nsl instead of isinf.
53195         * math/multc3.c: Likewise.
53196         * math/s_casin.c: Likewise.
53197         * math/s_casinf.c: Likewise.
53198         * math/s_casinl.c: Likewise.
53199         * math/s_ccos.c: Likewise.
53200         * math/s_ccosf.c: Likewise.
53201         * math/s_ccosl.c: Likewise.
53202         * math/s_ctan.c: Likewise.
53203         * math/s_ctanf.c: Likewise.
53204         * math/s_ctanh.c: Likewise.
53205         * math/s_ctanhf.c: Likewise.
53206         * math/s_ctanhl.c: Likewise.
53207         * math/s_ctanl.c: Likewise.
53208         * math/w_fmod.c: Likewise.
53209         * math/w_fmodf.c: Likewise.
53210         * math/w_fmodl.c: Likewise.
53211         * math/w_remainder.c: Likewise.
53212         * math/w_remainderf.c: Likewise.
53213         * math/w_remainderl.c: Likewise.
53214         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
53215         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
53216         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
53217         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
53218         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
53219         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
53220         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
53221         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
53223         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
53224         of the number.
53225         * stdio-common/printf_fphex.c: Likewise.
53226         * stdio-common/printf_size.c: Likewise.
53228         * math/e_exp10.c: Include math_private.h using <...> not "...".
53229         * math/e_exp10f.c: Likewise.
53230         * math/e_exp10l.c: Likewise.
53231         * math/e_exp2l.c: Likewise.
53232         * math/e_j0l.c: Likewise.
53233         * math/e_j1l.c: Likewise.
53234         * math/e_jnl.c: Likewise.
53235         * math/e_lgammal_r.c: Likewise.
53236         * math/e_rem_pio2l.c: Likewise.
53237         * math/e_scalb.c: Likewise.
53238         * math/e_scalbf.c: Likewise.
53239         * math/e_scalbl.c: Likewise.
53240         * math/k_cosl.c: Likewise.
53241         * math/k_sinl.c: Likewise.
53242         * math/k_tanl.c: Likewise.
53243         * math/s_cacoshf.c: Likewise.
53244         * math/s_catan.c: Likewise.
53245         * math/s_catanf.c: Likewise.
53246         * math/s_catanh.c: Likewise.
53247         * math/s_catanhf.c: Likewise.
53248         * math/s_catanhl.c: Likewise.
53249         * math/s_catanl.c: Likewise.
53250         * math/s_ccosh.c: Likewise.
53251         * math/s_ccoshf.c: Likewise.
53252         * math/s_ccoshl.c: Likewise.
53253         * math/s_cexp.c: Likewise.
53254         * math/s_cexpf.c: Likewise.
53255         * math/s_cexpl.c: Likewise.
53256         * math/s_clog.c: Likewise.
53257         * math/s_clog10.c: Likewise.
53258         * math/s_clog10f.c: Likewise.
53259         * math/s_clog10l.c: Likewise.
53260         * math/s_clogf.c: Likewise.
53261         * math/s_clogl.c: Likewise.
53262         * math/s_csin.c: Likewise.
53263         * math/s_csinf.c: Likewise.
53264         * math/s_csinh.c: Likewise.
53265         * math/s_csinhf.c: Likewise.
53266         * math/s_csinhl.c: Likewise.
53267         * math/s_csinl.c: Likewise.
53268         * math/s_csqrt.c: Likewise.
53269         * math/s_csqrtf.c: Likewise.
53270         * math/s_csqrtl.c: Likewise.
53271         * math/s_ctan.c: Likewise.
53272         * math/s_ctanf.c: Likewise.
53273         * math/s_ctanh.c: Likewise.
53274         * math/s_ctanhf.c: Likewise.
53275         * math/s_ctanhl.c: Likewise.
53276         * math/s_ctanl.c: Likewise.
53277         * math/s_ldexp.c: Likewise.
53278         * math/s_ldexpf.c: Likewise.
53279         * math/s_ldexpl.c: Likewise.
53280         * math/s_significand.c: Likewise.
53281         * math/s_significandf.c: Likewise.
53282         * math/s_significandl.c: Likewise.
53283         * math/w_acos.c: Likewise.
53284         * math/w_acosf.c: Likewise.
53285         * math/w_acosh.c: Likewise.
53286         * math/w_acoshf.c: Likewise.
53287         * math/w_acoshl.c: Likewise.
53288         * math/w_acosl.c: Likewise.
53289         * math/w_asin.c: Likewise.
53290         * math/w_asinf.c: Likewise.
53291         * math/w_asinl.c: Likewise.
53292         * math/w_atan2.c: Likewise.
53293         * math/w_atan2f.c: Likewise.
53294         * math/w_atan2l.c: Likewise.
53295         * math/w_atanh.c: Likewise.
53296         * math/w_atanhf.c: Likewise.
53297         * math/w_atanhl.c: Likewise.
53298         * math/w_cosh.c: Likewise.
53299         * math/w_coshf.c: Likewise.
53300         * math/w_coshl.c: Likewise.
53301         * math/w_dremf.c: Likewise.
53302         * math/w_exp10.c: Likewise.
53303         * math/w_exp10f.c: Likewise.
53304         * math/w_exp10l.c: Likewise.
53305         * math/w_exp2.c: Likewise.
53306         * math/w_exp2f.c: Likewise.
53307         * math/w_fmod.c: Likewise.
53308         * math/w_fmodf.c: Likewise.
53309         * math/w_fmodl.c: Likewise.
53310         * math/w_hypot.c: Likewise.
53311         * math/w_hypotf.c: Likewise.
53312         * math/w_hypotl.c: Likewise.
53313         * math/w_j0.c: Likewise.
53314         * math/w_j0f.c: Likewise.
53315         * math/w_j0l.c: Likewise.
53316         * math/w_j1.c: Likewise.
53317         * math/w_j1f.c: Likewise.
53318         * math/w_j1l.c: Likewise.
53319         * math/w_jn.c: Likewise.
53320         * math/w_jnf.c: Likewise.
53321         * math/w_jnl.c: Likewise.
53322         * math/w_lgamma.c: Likewise.
53323         * math/w_lgamma_r.c: Likewise.
53324         * math/w_lgammaf.c: Likewise.
53325         * math/w_lgammaf_r.c: Likewise.
53326         * math/w_lgammal.c: Likewise.
53327         * math/w_lgammal_r.c: Likewise.
53328         * math/w_log.c: Likewise.
53329         * math/w_log10.c: Likewise.
53330         * math/w_log10f.c: Likewise.
53331         * math/w_log10l.c: Likewise.
53332         * math/w_log2.c: Likewise.
53333         * math/w_log2f.c: Likewise.
53334         * math/w_log2l.c: Likewise.
53335         * math/w_logf.c: Likewise.
53336         * math/w_logl.c: Likewise.
53337         * math/w_pow.c: Likewise.
53338         * math/w_powf.c: Likewise.
53339         * math/w_powl.c: Likewise.
53340         * math/w_remainder.c: Likewise.
53341         * math/w_remainderf.c: Likewise.
53342         * math/w_remainderl.c: Likewise.
53343         * math/w_scalb.c: Likewise.
53344         * math/w_scalbf.c: Likewise.
53345         * math/w_scalbl.c: Likewise.
53346         * math/w_sinh.c: Likewise.
53347         * math/w_sinhf.c: Likewise.
53348         * math/w_sinhl.c: Likewise.
53349         * math/w_sqrt.c: Likewise.
53350         * math/w_sqrtf.c: Likewise.
53351         * math/w_sqrtl.c: Likewise.
53352         * math/w_tgamma.c: Likewise.
53353         * math/w_tgammaf.c: Likewise.
53354         * math/w_tgammal.c: Likewise.
53356         * po/ja.po: Update from translation team.
53358 2011-09-29  Andreas Jaeger  <aj@suse.de>
53360         [BZ #13179]
53361         * sunrpc/netname.c (netname2host): Fix logic.
53363         [BZ #6779]
53364         [BZ #6783]
53365         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
53366         correctly.
53367         * math/w_remainder.c (__remainder): Likewise.
53368         * math/w_remainderf.c (__remainderf): Likewise.
53369         * math/libm-test.inc (remainder_test): Add test cases.
53371 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53373         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
53374         sdiv_qrnnd.
53376 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53378         * string/test-memcmp.c: Avoid unncessary #defines.
53379         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
53381 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53383         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
53384         Use new sse2 version for core i3 - i7 as it's faster
53385         than sse42 version.
53386         (bit_Prefer_PMINUB_for_stringop): New.
53387         * sysdeps/x86_64/rawmemchr.S: Update.
53388         Replace with faster SSE2 version.
53389         * sysdeps/x86_64/memrchr.S: New file.
53390         * sysdeps/x86_64/memchr.S: Update.
53391         Replace with faster SSE2 version.
53393 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
53395         * elf/dl-load.c (lose): Add cast to avoid warning.
53397 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53399         * po/ca.po: Update from translation team.
53401         * inet/getnetgrent_r.c: Hook up nscd.
53402         * nscd/Makefile (routines): Add nscd_netgroup.
53403         (nscd-modules): Add netgroupcache.
53404         (CFLAGS-netgroupcache.c): Define.
53405         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
53406         (cache_search): Add const to second parameter.
53407         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
53408         INNETGR.
53409         (dbs): Add netgrdb entry.
53410         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
53411         (verify_persistent_db): Handle netgrdb.
53412         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
53413         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
53414         GETFDNETGR.
53415         (netgroup_response_header): Define.
53416         (innetgroup_response_header): Define.
53417         (datahead): Add netgroup_response_header and innetgroup_response_header
53418         elements.
53419         * nscd/nscd.conf: Add entries for netgroup cache.
53420         * nscd/nscd.h (dbtype): Add netgrdb.
53421         (_PATH_NSCD_NETGROUP_DB): Define.
53422         (netgroup_iov_disabled): Declare.
53423         (xmalloc, xcalloc, xrealloc): Move declarations here.
53424         (cache_search): Adjust prototype.
53425         Add netgroup-related prototypes.
53426         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
53427         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
53428         (__nscd_innetgr): Declare.
53429         * nscd/selinux.c (perms): Use access_vector_t as element type and
53430         add netgroup-related initializers.
53431         * nscd/netgroupcache.c: New file.
53432         * nscd/nscd_netgroup.c: New file.
53433         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
53434         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
53435         For four parameters use innetgr.
53436         * nss/nss_files/files-init.c: Add definition and callback for netgr.
53437         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
53438         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
53439         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
53441         * nscd/connections.c (register_traced_file): Don't register file
53442         for disabled databases.
53444 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
53446         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
53448         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
53449         from tree and freeing node.
53451 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
53453         * nss/nsswitch.c (__nss_database_lookup): Handle
53454         nss_parse_service_list out of memory case.
53456 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
53458         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
53459         out of memory case.
53461 2011-10-04  Andreas Schwab  <schwab@redhat.com>
53463         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
53464         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
53465         pass it down.
53466         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
53467         elf_machine_rela, elf_machine_lazy_rel.
53468         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
53469         (ELF_DYNAMIC_DO_REL): Likewise.
53470         (ELF_DYNAMIC_DO_RELA): Likewise.
53471         (ELF_DYNAMIC_RELOCATE): Likewise.
53472         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
53473         to ELF_DYNAMIC_DO_REL.
53474         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
53475         (dl_main): In trace mode always set __RTLD_NOIFUNC.
53476         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
53477         elf_machine_rela.
53478         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
53479         skip_ifunc, don't call ifunc function if non-zero.
53480         (elf_machine_rela): Likewise.
53481         (elf_machine_lazy_rel): Likewise.
53482         (elf_machine_lazy_rela): Likewise.
53483         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
53484         (elf_machine_lazy_rel): Likewise.
53485         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
53486         Likewise.
53487         (elf_machine_lazy_rel): Likewise.
53488         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53489         Likewise.
53490         (elf_machine_lazy_rel): Likewise.
53491         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
53492         (elf_machine_lazy_rel): Likewise.
53493         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
53494         (elf_machine_lazy_rel): Likewise.
53495         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
53496         (elf_machine_lazy_rel): Likewise.
53497         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
53498         (elf_machine_lazy_rel): Likewise.
53499         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
53500         (elf_machine_lazy_rel): Likewise.
53501         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
53502         (elf_machine_lazy_rel): Likewise.
53504 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
53506         * nss/nss_files/files-init.c (_nss_files_init): Use static
53507         initialization for all the *_traced_file variables.
53509 2011-09-28  Andreas Schwab  <schwab@redhat.com>
53511         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53513 2011-09-27  Roland McGrath  <roland@hack.frob.com>
53515         [BZ #13226]
53516         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
53518 2011-09-27  Andreas Schwab  <schwab@redhat.com>
53520         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
53521         Reread the line before reparsing it.
53523 2011-09-26  Andreas Schwab  <schwab@redhat.com>
53525         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
53527 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
53528             Maxim Kuvyrkov  <maxim@codesourcery.com>
53529             Joseph Myers  <joseph@codesourcery.com>
53531         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
53532         if needed for __stack_chk_guard.
53534 2011-09-19  Roland McGrath  <roland@hack.frob.com>
53536         * sysdeps/posix/spawni.c (script_execute): Always define it.
53537         It will be optimized away if unused.
53538         (maybe_script_execute): New function.
53539         (__spawni): Call it.
53541         * Makerules: Don't include tls.make.
53542         (config-tls): Always set to thread.
53543         * tls.make.c: File removed.
53545 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
53547         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
53548         * config.make.in (CPPFLAGS-config): New substituted variable.
53550 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
53552         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
53554         [BZ #13192]
53555         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
53556         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
53558 2011-09-15  Roland McGrath  <roland@hack.frob.com>
53560         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
53561         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
53562         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53563         (CALL_FAIL): Likewise.
53564         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
53565         (CALL_FAIL): Macro removed.
53566         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
53568 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
53570         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
53571         for __FINITE_MATH_ONLY__ == 1.
53573 2011-09-15  Andreas Schwab  <schwab@redhat.com>
53575         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
53576         __ieee754_sqrt instead of sqrt.
53577         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
53578         __ieee754_sqrtf instead of sqrtf.
53579         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
53580         __floorf instead of floorf.
53581         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
53582         __floorf, __truncf instead of floorf, truncf.
53584 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
53586         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
53588         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
53589         __extern_always_inline.
53590         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
53591         32-bit.
53593 2011-09-14  Andreas Schwab  <schwab@redhat.com>
53595         * elf/rtld.c (dl_main): Also relocate in dependency order when
53596         doing symbol dependency testing.
53598 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
53600         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53601         Always define `refsym'.
53603 2011-09-13  Andreas Schwab  <schwab@redhat.com>
53605         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
53606         (__FD_ELT): Renamed from __FDELT.
53607         * misc/bits/select2.h (__FD_ELT): Likewise.
53608         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
53609         __FD_MASK instead of __FDELT, __FDMASK.
53610         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53611         Likewise.
53612         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53613         Likewise.
53615         * elf/Makefile (gen-ldd): Fix pattern.
53617         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
53618         (init_tls): Likewise.
53620 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
53622         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
53624 2011-09-12  Andreas Schwab  <schwab@redhat.com>
53626         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
53627         `struct cmsghdr *' instead of `void *'.
53628         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
53629         Likewise.
53631 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
53633         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
53634         if non-absolute.
53635         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
53636         ldd_rewrite_script.
53638 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
53640         * configure.in: Remove --with-tls option.
53641         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
53642         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
53643         out in case it is missing.
53644         * sysdeps/ia64/elf/configure.in: Likewise.
53645         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
53646         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
53647         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
53648         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
53649         * sysdeps/sh/elf/configure.in: Likewise.
53650         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
53651         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
53652         * sysdeps/x86_64/elf/configure.in: Likewise.
53653         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
53654         * sysdeps/mach/hurd/tls.h: Likewise.
53656         [BZ #13067]
53657         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
53659         [BZ #13090]
53660         * configure.in: Fix use of AC_INIT.
53662         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
53664 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
53666         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
53667         __set_errno.
53668         * malloc/hooks.c: Likewise.
53670         [BZ #11929]
53671         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
53672         variables statically.
53673         (narenas): Initialize.
53674         (list_lock): Initialize.
53675         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
53676         initializtion of main_arena and list_lock.  Small cleanups.
53677         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
53678         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
53679         Add initializers to main_arena and mp_.
53680         (malloc_state): Remove pagesize member.  Change all users to use
53681         GLRO(dl_pagesize).
53683         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
53684         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
53685         is always initialized.
53687         * malloc/malloc.c: Removed unused configurations and dead code.
53688         * malloc/arena.c: Likewise.
53689         * malloc/hooks.c: Likewise.
53690         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
53692         * include/tls.h: Removed.  USE___THREAD must always be defined.
53693         * bits/libc-tsd.h: Don't handle !USE___THREAD.
53694         * elf/dl-libc.c: Likewise.
53695         * elf/dl-tsd.c: Likewise.
53696         * include/errno.h: Likewise.
53697         * include/netdb.h: Likewise.
53698         * include/resolv.h: Likewise.
53699         * inet/herrno-loc.c: Likewise.
53700         * inet/herrno.c: Likewise.
53701         * malloc/arena.c: Likewise.
53702         * malloc/hooks.c: Likewise.
53703         * malloc/malloc.c: Likewise.
53704         * resolv/res-state.c: Likewise.
53705         * resolv/res_libc.c: Likewise.
53706         * sysdeps/i386/dl-machine.h: Likewise.
53707         * sysdeps/ia64/dl-machine.h: Likewise.
53708         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
53709         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
53710         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
53711         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
53712         * sysdeps/sh/dl-machine.h: Likewise.
53713         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
53714         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
53715         * sysdeps/unix/i386/sysdep.S: Likewise.
53716         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
53717         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
53718         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
53719         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
53720         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
53721         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
53722         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
53723         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
53724         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
53725         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
53726         * sysdeps/unix/x86_64/sysdep.S: Likewise.
53727         * sysdeps/x86_64/dl-machine.h: Likewise.
53728         * tls.make.c: Likewise.
53730         * configure.in: Remove --with-__thread option.  Make tests for
53731         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
53732         tls_model attribute fail if no support is available.  Remove
53733         USE_IN_LIBIO.
53734         * Makeconfig: Adjust for dropped configure option.  All features are
53735         now mandatory.
53736         * Makerules: Likewise.
53737         * Versions.def: Likewise.
53738         * argp/argp-fmtstream.c: Likewise.
53739         * argp/argp-fmtstream.h: Likewise.
53740         * argp/argp-help.c: Likewise.
53741         * assert/assert.c: Likewise.
53742         * config.h.in: Likewise.
53743         * config.make.in: Likewise.
53744         * configure: Likewise.
53745         * configure.in: Likewise.
53746         * csu/Versions: Likewise.
53747         * csu/init.c: Likewise.
53748         * elf/tst-audit2.c: Likewise.
53749         * elf/tst-tls10.c: Likewise.
53750         * elf/tst-tls10.h: Likewise.
53751         * elf/tst-tls11.c: Likewise.
53752         * elf/tst-tls12.c: Likewise.
53753         * elf/tst-tls14.c: Likewise.
53754         * elf/tst-tlsmod11.c: Likewise.
53755         * elf/tst-tlsmod12.c: Likewise.
53756         * elf/tst-tlsmod13.c: Likewise.
53757         * elf/tst-tlsmod13a.c: Likewise.
53758         * elf/tst-tlsmod14a.c: Likewise.
53759         * elf/tst-tlsmod15b.c: Likewise.
53760         * elf/tst-tlsmod16a.c: Likewise.
53761         * elf/tst-tlsmod16b.c: Likewise.
53762         * elf/tst-tlsmod7.c: Likewise.
53763         * elf/tst-tlsmod8.c: Likewise.
53764         * elf/tst-tlsmod9.c: Likewise.
53765         * gmon/gmon.c: Likewise.
53766         * grp/fgetgrent_r.c: Likewise.
53767         * grp/putgrent.c: Likewise.
53768         * hurd/fopenport.c: Likewise.
53769         * include/libc-symbols.h: Likewise.
53770         * include/tls.h: Likewise.
53771         * intl/gettextP.h: Likewise.
53772         * intl/loadinfo.h: Likewise.
53773         * locale/global-locale.c: Likewise.
53774         * locale/localeinfo.h: Likewise.
53775         * mach/devstream.c: Likewise.
53776         * malloc/arena.c: Likewise.
53777         * malloc/set-freeres.c: Likewise.
53778         * misc/err.c: Likewise.
53779         * misc/getttyent.c: Likewise.
53780         * misc/mntent_r.c: Likewise.
53781         * posix/getopt.c: Likewise.
53782         * posix/wordexp.c: Likewise.
53783         * pwd/fgetpwent_r.c: Likewise.
53784         * resolv/Versions: Likewise.
53785         * resolv/res_hconf.c: Likewise.
53786         * shadow/fgetspent_r.c: Likewise.
53787         * shadow/putspent.c: Likewise.
53788         * stdio-common/printf_fphex.c: Likewise.
53789         * stdio-common/tmpfile.c: Likewise.
53790         * stdlib/abort.c: Likewise.
53791         * stdlib/fmtmsg.c: Likewise.
53792         * sunrpc/auth_unix.c: Likewise.
53793         * sunrpc/clnt_perr.c: Likewise.
53794         * sunrpc/clnt_tcp.c: Likewise.
53795         * sunrpc/clnt_udp.c: Likewise.
53796         * sunrpc/clnt_unix.c: Likewise.
53797         * sunrpc/openchild.c: Likewise.
53798         * sunrpc/svc_simple.c: Likewise.
53799         * sunrpc/svc_tcp.c: Likewise.
53800         * sunrpc/svc_udp.c: Likewise.
53801         * sunrpc/svc_unix.c: Likewise.
53802         * sunrpc/xdr.c: Likewise.
53803         * sunrpc/xdr_array.c: Likewise.
53804         * sunrpc/xdr_rec.c: Likewise.
53805         * sunrpc/xdr_ref.c: Likewise.
53806         * sunrpc/xdr_stdio.c: Likewise.
53808 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53810         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53812 2011-07-03  Andreas Jaeger  <aj@suse.de>
53814         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
53815         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
53816         regenerate with gen-libm-tests.pl.
53818 2010-05-12  Petr Baudis  <pasky@suse.cz>
53820         [BZ #11589]
53821         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
53822         around j0() zero points by switching to j1().
53823         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53824         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53825         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
53826         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53828 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53830         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
53831         instead of 0.
53832         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
53833         instead of 0.
53834         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53835         Patch in part by Pavel Roskin <proski@gnu.org>.
53837         [BZ #13138]
53838         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
53839         realloc.
53840         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
53841         Free memory block if necessary.
53843         [BZ #12847]
53844         * libio/genops.c (INTDEF): For string streams the _lock pointer can
53845         be NULL.  Don't lock in this case.
53847 2011-09-09  Roland McGrath  <roland@hack.frob.com>
53849         * elf/elf.h (ELFOSABI_GNU): New macro.
53850         (ELFOSABI_LINUX): Define to that.
53852 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
53854         * string/strncat.c (strncat): Undef the symbol in case it has been
53855         defined in bits/string.h.
53857 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53859         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
53861         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
53862         link map.
53864 2011-08-17  Andreas Jaeger  <aj@suse.de>
53866         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
53868 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
53869             Ian Lance Taylor  <iant@google.com>
53871         * math/libm-test.inc (lround_test): New testcase.
53872         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
53874 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
53876         * Makefile: Remove support for automatic cvs check-ins.
53877         * Makerules: Likewise.
53878         * config.make.in: Likewise.
53879         * configure.in: Likewise.
53880         * intl/Makefile: Likewise.
53881         * locale/Makefile: Likewise.
53882         * po/Makefile: Likewise.
53883         * posix/Makefile: Likewise.
53884         * sysdeps/gnu/Makefile: Likewise.
53885         * sysdeps/mach/hurd/Makefile: Likewise.
53886         * sysdeps/sparc/sparc32/Makefile: Likewise.
53888         [BZ #13118]
53889         * posix/Makefile (bug-regex32-ENV): Define.
53890         Patch by John Stanley <jpsinthemix@verizon.net>.
53892         * misc/Makefile (headers): Add bits/select2.h.
53893         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
53894         * misc/bits/select2.h: New file.
53895         * include/bits/select2.h: New file.
53896         * debug/Makefile (routines): Add fdelt_chk.
53897         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
53898         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
53899         FD_ISSET.
53900         * debug/fdelt_chk.c: New file.
53902         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
53903         * wcsmbs/test-wmemcmp.c: Likewise.
53904         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
53905         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
53907 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53909         * string/Makefile (strop-tests): Add memcmp.
53910         * string/test-wmemcmp.c: New file.
53911         * string/test-memcmp.c: Add wmemcmp support.
53913 2011-09-08  Roland McGrath  <roland@hack.frob.com>
53915         [BZ #13153]
53916         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
53917         2011-07-19 change.
53919         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
53920         garbage value in a __mach_port_mod_refs call in the cases of the
53921         task-self and thread-self ports.
53923 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53925         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
53927 2011-09-08  Andreas Schwab  <schwab@redhat.com>
53929         * elf/dl-load.c (lose): Check for non-null L.
53931 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
53933         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
53935         * elf/dl-libc.c (dlerror_run): Pass back error code from
53936         dl_catch_error.
53938         [BZ #13123]
53939         * elf/dl-load.c (lose): Free l_origin if it is valid.
53941         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
53942         names.
53943         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
53944         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53945         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53946         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53947         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
53948         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
53950 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53952         * sysdeps/powerpc/fpu/e_hypot.c: New file.
53953         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
53954         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
53955         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
53956         * sysdeps/powerpc/fpu/k_cosf.c: New file.
53957         * sysdeps/powerpc/fpu/k_sinf.c: New file.
53958         * sysdeps/powerpc/fpu/s_cosf.c: New file.
53959         * sysdeps/powerpc/fpu/s_sinf.c: New file.
53960         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
53961         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
53963 2011-08-15  Alan Modra  <amodra@gmail.com>
53965         [BZ #13092]
53966         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
53967         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
53968         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
53969         ppc_mcount to static-only-routines.
53970         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
53971         __mcount_internal.
53972         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
53973         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
53975 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
53977         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
53978         for finite and infinity parameters.
53980 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
53982         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
53983         and add nop instructions for throughput optimization.
53984         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
53986 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
53988         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
53989         aligned copy for power7 with vector-scalar instructions.
53990         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
53992 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
53994         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
53995         AVX check.
53997 2011-09-07  Andreas Schwab  <schwab@redhat.com>
53999         [BZ #13144]
54000         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
54001         last change.
54003 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54005         * sysdeps/unix/sysv/linux/x86_64/init-first.c
54006         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
54007         syscall wrapper around clock_gettime in __vdso_clock_gettime.
54008         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
54009         clock_gettime.
54011 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54013         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
54014         Forgot to demangle the pointer.
54016         * sysdeps/i386/sysdep.h: Define atom_text_section.
54017         * sysdeps/x86_64/sysdep.h: Likewise.
54018         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
54019         section with atom_text_section.
54020         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54021         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54022         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
54023         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54024         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
54026         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
54027         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
54028         already be defined.  Change to take two parameters and don't assign
54029         result to variable.  Adjust all users.
54030         Define INTERNAL_GETTIME if not already defined.
54031         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
54032         call.
54033         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
54034         HAVE_CLOCK_GETTIME_VSYSCALL.
54035         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
54037         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
54038         gettimeofday vsyscall, just use time.
54040 2011-09-06  Andreas Schwab  <schwab@redhat.com>
54042         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
54043         <errno.h>.
54045 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54047         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
54048         syscall on x86-64.
54049         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
54050         syscall.
54051         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
54052         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
54053         syscall if possible.
54055 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54057         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
54058         e_ident.  Don't pass to find_mapsXX.
54059         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
54061 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54063         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54064         strchr-sse2-no-bsf strrchr-sse2-no-bsf
54065         * sysdeps/x86_64/multiarch/strchr.S: Update.
54066         Check bit_slow_BSF bit.
54067         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
54068         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
54069         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
54071 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54073         [BZ #13134]
54074         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
54075         before glibc 2.15.
54076         (tryshell): Define.
54077         (__spawni): Change last parameter to be flag.  Test
54078         SPAWN_XFLAGS_USE_PATH flag to use path or not.
54079         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
54080         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
54081         * posix/spawni.c: Likewise.
54082         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
54083         * posix/spawnp.c: Likewise.  Change normal version to use
54084         SPAWN_XFLAGS_USE_PATH.
54085         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
54086         SPAWN_XFLAGS_TRY_SHELL.
54088         [BZ #13150]
54089         * posix/glob.h: Remove gcc 1.x support.
54091         [BZ #13068]
54092         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
54094 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54096         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54097         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
54098         strrchr-sse2-bsf
54099         * sysdeps/i386/i686/multiarch/strchr.S: New file.
54100         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
54101         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
54102         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
54103         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
54104         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
54106 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54108         * sysdeps/x86_64/wcscmp.S: New file.
54110         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
54111         wcscmp-c wcscmp-sse2
54112         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
54113         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
54114         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
54115         * wcsmbs/wcscmp.c: Allow renaming.
54117 2011-09-05  David S. Miller  <davem@davemloft.net>
54119         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
54120         stack slot, rather than the struct return pointer slot.
54121         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
54122         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
54123         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
54124         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
54126 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54128         * po/ja.po: Update from translation team.
54130         [BZ #13144]
54131         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
54132         kernel in 64-bit binaries.
54134 2011-09-01  David S. Miller  <davem@davemloft.net>
54136         * elf/elf.h (HWCAP_SPARC_*): Move to..
54137         * sysdeps/sparc/sysdep.h: this new file and add new values.
54138         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
54139         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
54140         _DL_HWCAP_COUNT to 24.
54141         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
54142         entries.
54143         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
54144         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
54145         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
54146         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
54147         instead of magic constants.
54148         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
54150 2011-08-31  David S. Miller  <davem@davemloft.net>
54152         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
54153         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
54154         Reimplement to do errno handling inline.
54155         (SYSCALL_ERROR_HANDLER): New macro.
54156         (__SYSCALL_STRING): Do not do errno handling in asm.
54157         (__CLONE_SYSCALL_STRING): Delete.
54158         (__INTERNAL_SYSCALL_STRING): Delete.
54159         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
54160         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
54161         (PSEUDO): Reimplement to do errno handling inline.
54162         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
54163         (SYSCALL_ERROR_HANDLER): New macro.
54164         (__SYSCALL_STRING): Do not do errno handling in asm.
54165         (__CLONE_SYSCALL_STRING): Delete.
54166         (__INTERNAL_SYSCALL_STRING): Delete.
54167         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
54168         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
54169         i386.
54170         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
54171         (inline_syscall*): Add 'err' argument.
54172         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
54173         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
54174         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
54175         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
54177         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
54178         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
54180 2011-08-30  Andreas Schwab  <schwab@redhat.com>
54182         * elf/rtld.c (dl_main): Relocate objects in dependency order.
54184 2011-08-29  Jiri Olsa <jolsa@redhat.com>
54186         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
54187         directive.
54189 2011-08-24  David S. Miller  <davem@davemloft.net>
54191         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
54193 2011-08-24  Andreas Schwab  <schwab@redhat.com>
54195         * elf/Makefile: Add rules to build and run unload8 test.
54196         * elf/unload8.c: New file.
54197         * elf/unload8mod1.c: New file.
54198         * elf/unload8mod1x.c: New file.
54199         * elf/unload8mod2.c: New file.
54200         * elf/unload8mod3.c: New file.
54202         * elf/dl-close.c (_dl_close_worker): Reset private search list if
54203         it wasn't used.
54205 2011-08-23  David S. Miller  <davem@davemloft.net>
54207         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
54208         subtract stack bias.
54209         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
54210         %sp not %fp in calculations.
54211         (_JMPBUF_UNWINDS_ADJ): Likewise.
54213         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
54214         (aio_suspend): Call it to force an exception region around the
54215         AIO_MISC_WAIT() invocation.
54217 2011-08-23  Andreas Schwab  <schwab@redhat.com>
54219         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
54220         backslash.
54222 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
54224         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
54225         protection macro.
54226         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
54227         and <dl-machine.h>.
54228         (Elf64_FuncDesc): Remove.
54230 2011-08-22  David S. Miller  <davem@davemloft.net>
54232         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
54233         sigaltstack check, add missing cfi directives.
54234         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
54235         missing cfi directives, and sigaltstack handling.
54237 2011-08-16  Andreas Schwab  <schwab@redhat.com>
54239         [BZ #11724]
54240         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
54241         object is seen twice.
54242         * elf/dl-fini.c (_dl_sort_fini): Likewise.
54244         * elf/Makefile (distribute): Add tst-initorder2.c.
54245         (tests): Add tst-initorder2.
54246         (modules-names): Add tst-initorder2a tst-initorder2b
54247         tst-initorder2c tst-initorder2d.  Add rules to build them.
54248         ($(objpfx)tst-initorder2.out): New rule.
54249         * elf/tst-initorder2.c: New file.
54250         * elf/tst-initorder2.exp: New file.
54252 2011-08-22  Andreas Schwab  <schwab@redhat.com>
54254         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
54256         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
54257         dependencies back to end of function.
54259         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54260         $(elfobjdir)/ld.so.
54262 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
54264         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
54265         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
54266         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
54267         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
54268         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
54269         of __vdso_gettimeofday.
54270         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
54271         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
54272         attribute_hidden.
54273         (_libc_vdso_platform_setup): Remove initialization of
54274         __vdso_gettimeofday and __vdso_time.
54276 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54278         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
54279         and fgetc_unlocked.
54280         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
54281         getc_unlocked.
54283         * elf/dl-open.c (add_to_global): Report additions to the global scope
54284         for LD_DEBUG=scopes.
54285         (dl_open_worker): Also print scope of newly loaded dependencies.
54286         (_dl_show_scope): Indicate if there is no scope.
54288         [BZ #13114]
54289         * stdio-common/Makefile (tests): Add bug24.
54290         * stdio-common/bug24.c: New file.
54292 2011-08-19  Andreas Jaeger  <aj@suse.de>
54294         [BZ #13114]
54295         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
54296         non-existant file when using close-on-exec mode.
54298 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54300         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
54301         the very first instruction.
54303         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
54304         the CFI state in the end.
54305         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
54306         inclusion of dl-trampoline.h.
54307         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
54309 2011-08-19  Andreas Schwab  <schwab@redhat.com>
54311         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
54312         expectations for long double.
54314         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
54315         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
54317 2011-08-14  David S. Miller  <davem@davemloft.net>
54319         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
54320         artificual limit depends upon the system page size.
54322 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54324         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
54325         * resolv/Makefile: Define CFLAGS-libresolv.
54327 2011-08-17  Andreas Schwab  <schwab@redhat.com>
54329         * nss/makedb.c (compute_tables): Make variables used in nested
54330         function static.
54332 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54334         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
54335         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
54336         if buffer was too small.
54338         * elf/pldd.c (main): Attach to all threads in the process.
54339         Rewrite /proc handling to use *at functions.
54341 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
54343         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
54344         specifies first scope to show.
54345         (dl_open_worker): Update callers.  Move printing scope of new
54346         object to before the relocation.
54347         * elf/rtld.c (dl_main): Update _dl_show_scope call.
54348         * sysdeps/generic/ldsodefs.h: Update declaration.
54350         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
54351         string for the scope number.
54353 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
54355         * nscd/servicescache.c (cache_addserv): Make sure written is always
54356         initialized.
54358 2011-08-14  Roland McGrath  <roland@hack.frob.com>
54360         * sysdeps/i386/i486/bits/atomic.h
54361         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
54362         statement expression, so as to suppress "set but not used" warning.
54363         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
54365         * string/strncat.c (STRNCAT): Use prototype definition.
54367         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
54368         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
54369         -Iprograms here.
54370         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
54371         (localedef-modules): Add localedef.
54372         (locale-modules): Add locale.
54374         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
54375         * elf/rtld.c (dl_main): Invert order of assignment in last change,
54376         to avoid a warning.
54378 2011-08-14  David S. Miller  <davem@davemloft.net>
54380         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
54381         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
54383 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
54385         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
54386         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
54387         * elf/rtld.c (dl_main): Set l_name of vDSO.
54388         Call _dl_show_scope when DL_DEBUG_SCOPES.
54389         (process_dl_debug): Recognize scopes flag and also set it for all.
54390         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
54391         Declare _dl_show_scope.
54393         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
54394         (do_dlopen): Pass caller_dlopen to dl_open.
54395         (__libc_dlopen_mode): Initialize caller_dlopen.
54397         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
54398         of libc.  Make tolower call locale-independent.  Optimize a bit by
54399         using isdigit instead of isalnum.
54400         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
54402 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
54404         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
54405         was a dependency or dynamically loaded.
54407 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
54409         * intl/l10nflist.c: Allow architecture-specific pop function.
54410         * sysdeps/x86_64/l10nflist.c: New file.
54412         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
54413         classification.
54415 2011-08-10  Andreas Schwab  <schwab@redhat.com>
54417         * include/dirent.h: Add libc_hidden_proto for scandirat and
54418         scandirat64.  Don't declare __scandirat64.
54419         * dirent/scandirat.c: Add libc_hidden_def.
54420         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
54421         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
54423 2011-08-10  David S. Miller  <davem@davemloft.net>
54425         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
54426         enum.
54427         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54428         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54429         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54431 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
54433         * Versions.def [libc]: Add GLIBC_2.15.
54434         * dirent/Makefile (routines): Add scandirat and scandirat64.
54435         * dirent/Versions [libc]: Export scandirat and scandirat64 for
54436         GLIBC_2.15.
54437         * dirent/dirent.h: Declare scandirat and scandirat64.
54438         * dirent/scandirat.c: New file.
54439         * dirent/scandirat64.c: New file.
54440         * sysdeps/wordsize-64/scandirat.c: New file.
54441         * sysdeps/wordsize-64/scandirat64.c: New file.
54442         * dirent/opendir.c: Define opendirat.
54443         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
54444         using scandirat.
54445         * dirent/scandir64.c: Adjust for scandir.c change.
54446         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
54447         __scandirat64, and __scandir_cancel_handler.
54448         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
54449         additional parameter and use openat instead of open (outside of ld.so).
54450         Add new __opendir as wrapper around __opendirat.
54451         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
54452         here without requiring old scandirat implementation.
54454 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
54456         * dirent/scandir.c (cancel_handler): Renamed to
54457         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
54458         defined.  Adjust users.
54459         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
54460         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
54462 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
54464         * string/test-string.h (IMPL): Use __STRING to expand name and then
54465         stringify it.
54467         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
54468         of cleanups.
54470 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54472         * string/Makefile: Update.
54473         (strop-tests): Append strncat.
54474         * string/test-wcscmp.c: New file.
54475         New comprehensive test for wcscmp.
54476         * string/test-strcmp.c: Update.
54477         (WIDE): New define.
54479 2011-07-22  Andreas Schwab  <schwab@redhat.com>
54481         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
54482         line.
54484 2011-07-26  Andreas Schwab  <schwab@redhat.com>
54486         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54487         encoding to ACE if AI_IDN.
54489 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
54491         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
54492         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
54494 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54496         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
54497         Fix overflow bug in strncat.
54498         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
54500         * string/test-strncat.c: Update.
54501         Add new tests for checking overflow bugs.
54503 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54505         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54506         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
54507         * sysdeps/i386/i686/multiarch/strcat.S: New file.
54508         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
54509         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
54510         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
54511         * sysdeps/i386/i686/multiarch/strncat.S: New file.
54512         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
54513         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
54515         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
54516         (USE_AS_STRCAT): Define.
54517         Add strcat and strncat support.
54518         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54520 2011-07-25  Andreas Schwab  <schwab@redhat.com>
54522         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
54523         __n bigger than INT_MAX+1.
54524         (__strncmp_g): Likewise.
54526 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
54528         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
54529         * libio/stido.h: Likewise.
54531         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
54532         (AF_NFC): Define.
54533         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
54534         (AF_NFC): Define.
54536         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
54537         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54538         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54539         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
54540         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54542         [BZ #13021]
54543         * scripts/test-installation.pl: Don't expect libnss_test1 to be
54544         installed.
54546         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
54547         typo.
54548         (_dl_x86_64_save_sse): Likewise.
54550 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
54552         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
54553         OSXSAVE.
54554         (_dl_x86_64_save_sse): Likewise.
54556         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
54558         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
54560 2011-07-21  Andreas Schwab  <schwab@redhat.com>
54562         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
54563         change.
54564         (_dl_x86_64_save_sse): Use correct AVX check.
54566 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54568         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
54569         bug in strncpy/strncat.
54570         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
54572 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
54574         * string/tester.c (test_strcat): Add tests for different alignments
54575         of source and destination.
54576         (test_strncat): Likewise.
54578 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
54580         [BZ #12852]
54581         * posix/glob.c (glob): Check passed in values before using them in
54582         expressions to avoid some overflows.
54583         (glob_in_dir): Likewise.
54585         [BZ #13007]
54586         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
54587         check for AVX enablement so that we don't crash with old kernels and
54588         new hardware.
54589         * elf/tst-audit4.c: Add same checks here.
54590         * elf/tst-audit6.c: Likewise.
54592         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
54594 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
54596         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
54598 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
54600         * po/cs.po: Update from translation team.
54601         * po/bg.po: Likewise.
54603 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
54605         * misc/sys/cdefs.h: Add support for const attribute.
54606         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
54607         to gnu_dev_{major,minor,makedev} functions.
54609 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
54611         * intl/dcigettext.c (get_output_charset): Add missing bracket.
54613 2011-07-20  Andreas Schwab  <schwab@redhat.com>
54615         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
54616         strlen results.
54618 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54620         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
54621         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
54622         register in order to avoid conflicts with the soft frame pointer
54623         being held in r11 when necessary.
54624         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
54625         (INTERNAL_VSYSCALL_NCS): Likewise.
54627 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
54629         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
54630         * elf/dl-fini.c (_dl_fini): Adjust caller.
54631         * elf/dl-close.c (_dl_close_worker): Likewise.
54632         * sysdeps/generic/ldsodefs.h: Adjust declaration.
54634 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
54636         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
54637         "aux_cache->nlibs < 0".
54639         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
54640         in the reload-count case.
54642 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54644         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54645         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
54646         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
54647         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
54648         * sysdeps/x86_64/multiarch/strcat.S: New file.
54649         * sysdeps/x86_64/multiarch/strncat.S: New file.
54650         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
54651         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
54652         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
54653         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
54654         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
54655         (USE_AS_STRCAT): Define.
54656         Add strcat and strncat support.
54657         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54658         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
54659         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
54660         * string/strncat.c: Update.
54661         (USE_AS_STRNCAT): Define.
54662         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54663         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
54664         and i7.
54665         * sysdeps/x86_64/multiarch/init-arch.h
54666         (bit_Prefer_PMINUB_for_stringop): New.
54667         (index_Prefer_PMINUB_for_stringop): Likewise.
54668         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
54669         bit_Prefer_PMINUB_for_stringop.
54671 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
54673         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
54674         buffer64.
54675         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
54676         of casting of buffer.
54677         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
54678         buffer32 and buffer64.
54679         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
54680         writes instead of casting of buffer.
54681         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
54682         buffer32.
54683         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
54684         casting of buffer.
54686 2011-07-19  Andreas Schwab  <schwab@redhat.com>
54688         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
54690 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
54692         * nscd/nscd.c (termination_handler): Don't do anything for a database
54693         if it has not yet been initialized.
54695 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
54697         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54699 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
54701         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54703 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
54705         * po/nl.po: Update from translation team.
54706         * po/sv.po: Likewise.
54708 2011-07-16  Roland McGrath  <roland@hack.frob.com>
54710         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
54711         now disallowed by GCC.
54713         * configure.in (use-default-link): Default to yes if a test -shared
54714         link meets our qualifications.
54715         * configure: Regenerated.
54717         * config.make.in (output-format): New variable.
54718         * configure.in: Check for ld --print-output-format support.
54719         * configure: Regenerated.
54720         * Makerules ($(common-objpfx)format.lds)
54721         [$(output-format) != unknown]: Just use $(output-format),
54722         instead of the linker-script munging.
54724 2011-07-14  Roland McGrath  <roland@hack.frob.com>
54726         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
54727         of $(common-objpfx)shlib.lds.
54728         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
54730         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
54731         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
54733         * configure.in (-z relro check): Adjust test code to add a large
54734         writable data section after it.
54735         * configure: Regenerated.
54737 2011-07-11  Roland McGrath  <roland@hack.frob.com>
54739         * configure.in (-z relro check): Fix test code to make the variable
54740         truly const.
54741         * configure: Regenerated.
54743 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
54745         * nscd/nscd.h (struct traced_file): Define.
54746         (struct database_dyn): Remove inotify_descr, reset_res, and filename
54747         elements.  Add traced_files.
54748         (inotify_fd): Declare.
54749         (register_traced_file): Declare.
54750         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
54751         (inotify_fd): Export.
54752         (resolv_conf_descr): Remove.
54753         (nscd_init): Move inotify descriptor creation to main.
54754         Don't register files for notification here.
54755         (register_traced_file): New function.
54756         (invalidate_cache): Don't use reset_res to determine whether to call
54757         res_init, go through the list of registered files.
54758         (main_loop_poll): The inotify descriptors are now stored in the
54759         structures for the traced files.
54760         (main_loop_epoll): Likewise
54761         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
54762         to __nss_disable_nscd.
54763         * nscd/cache.c (prune_cache): There is no single inotify descriptor
54764         for a database anymore.  Check the records for all the registered
54765         files instead.
54766         * nss/Makefile (libnss_files-routines): Add files-init.
54767         (libnss_db-routines): Add db-init.
54768         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
54769         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
54770         * nss/nss_db/db-init.c: New file.
54771         * nss/nss_files/files-init.c: New file.
54772         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
54773         __nss_lookup_function.
54774         (__nss_lookup_function): Call nss_load_library.
54775         (nss_load_all_libraries): New function.
54776         (__nss_disable_nscd): Take parameter with callback function for files
54777         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
54778         used for the cached services.
54779         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
54780         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
54781         options for features to all the files in nscd.
54783         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
54785 2011-07-10  Roland McGrath  <roland@hack.frob.com>
54787         * csu/elf-init.c (__libc_csu_init): Comment typo.
54789 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
54791         * po/pl.po: Update from translation team.
54792         * po/ja.po: Likewise.
54793         * po/ru.po: Likewise.
54794         * po/ko.po: Likewise.
54795         * po/fr.po: Likewise.
54797 2011-07-09  Roland McGrath  <roland@hack.frob.com>
54799         * configure.in (.ctors/.dtors header and trailer check):
54800         Use an empirical test on a built program.
54801         * configure: Regenerated.
54803         * configure.in (-z relro check): Use an empirical test on a built DSO.
54804         Detect, but do not require, on ia64.
54805         * configure: Regenerated.
54807         * configure.in (READELF): Find it with AC_CHECK_TOOL.
54808         Update tests that use readelf to use $READELF instead.
54809         * configure: Regenerated.
54811 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
54813         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
54814         if the result is not used.
54816 2011-07-05  Andreas Jaeger  <aj@suse.de>
54818         [BZ#9696]
54819         * stdlib/tst-strtod.c: Add testcase.
54821 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
54823         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
54824         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
54825         The latter has a higher limit.  Take additional parameter to pass to
54826         the new function.
54827         (__pathconf): Pass file to __statfs_link_max.
54828         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
54829         __statfs_link_max.
54830         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
54831         __statfs_link_max.
54833         [BZ #12868]
54834         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
54835         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54836         Handle Lustre.
54837         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
54838         (__statfs_filesize_max): Likewise.
54839         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
54841 2011-07-05  Andreas Jaeger  <aj@suse.de>
54843         * resolv/res_comp.c (dn_skipname): Remove unused variable.
54845 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
54847         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
54848         `status' variable.
54849         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
54850         Likewise.
54852 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
54854         * Makefile (strop-tests): Add strncat.
54855         * string/test-strncat.c: New file.
54857 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
54859         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
54861 2011-06-21  Andreas Jaeger  <aj@suse.de>
54863         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
54864         Copy rule from iconvdata/Makefile.
54866 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54868         [BZ #12922]
54869         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
54870         but no long options are defined, just return 'W'.
54872 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
54874         [BZ #9696]
54875         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
54877 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54879         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
54880         netgroups to read.
54881         (innetgr): Likewise.
54883 2011-07-05  Roland McGrath  <roland@hack.frob.com>
54885         * config.make.in (install_root): Default to $(DESTDIR).
54887 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
54889         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
54891 2011-07-02  Roland McGrath  <roland@hack.frob.com>
54893         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
54895         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
54896         containing directory rather than embedding absolute directory names.
54898         * scripts/check-local-headers.sh: Rewritten using awk.
54899         Match by word, not by line.  Print error messages for matches.
54900         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
54902         * Makerules [shlib-lds-flags empty]:
54903         ($(common-objpfx)libc_pic.opts): New target.
54904         ($(common-objpfx)libc_pic.os.clean): New target.
54905         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
54907         * config.make.in (OBJCOPY): New variable.
54908         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
54909         * configure: Regenerated.
54911         * config.make.in (use-default-link): New variable.
54912         * configure.in (use_default_link): Grok --with-default-link to set it.
54913         * configure: Regenerated.
54914         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
54915         (shlib-lds, shlib-lds-flags): Define to empty.
54917         * Makerules (shlib-lds): New variable.
54918         (shlib-lds-flags): New variable.
54919         (build-shlib, build-moduile, build-module-asneeded): Use it.
54920         ($(common-objpfx)libc.so): Use $(shlib-lds).
54921         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
54922         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
54924         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
54925         DT_FLAGS/DT_FLAGS_1 with zero flags.
54927         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
54928         linker script munging.
54930 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
54932         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
54933         as 128-bit value.
54934         * crypt/sha512.c (sha512_process_block): Perform total addition using
54935         128-bit if possible.
54936         (__sha512_finish_ctx): Likewise.
54937         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
54938         as 64-bit value.
54939         * crypt/sha256.c (SWAP64): Define.
54940         (sha256_process_block): Perform total addition using 64-bit if
54941         possible.
54942         (__sha256_finish_ctx): Likewise.
54944 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
54946         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
54947         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54948         * nscd/hstcache.c (cache_addhst): Likewise.
54949         * nscd/grpcache.c (cache_addgr): Likewise.
54950         * nscd/aicache.c (addhstaiX): Likewise
54951         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
54953 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
54955         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
54956         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54957         * nscd/hstcache.c (cache_addhst): Likewise.
54958         * nscd/grpcache.c (cache_addgr): Likewise.
54959         * nscd/aicache.c (addhstaiX): Likewise
54961 2011-07-01  Andreas Schwab  <schwab@redhat.com>
54963         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
54964         domain only when needed.
54966 2011-06-30  Andreas Schwab  <schwab@redhat.com>
54968         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
54969         is always restored.
54971 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
54973         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
54974         are re-adding the entry.
54975         * nscd/servicescache.c (cache_addserv): Likewise.
54977 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
54979         * sysdeps/generic/dl-irel.h: fix protection against multiple
54980         inclusions.
54981         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
54983 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
54985         [BZ #12935]
54986         * malloc/memusage.sh: Fix quoting in message.
54987         * debug/xtrace.sh: Likewise.
54989         * configure.in: Remove support for --experimental-malloc option, make
54990         it the default.
54991         * config.make.in: Likewise.
54992         * malloc/Makefile: Likewise.
54994 2011-06-27  Andreas Schwab  <schwab@redhat.com>
54996         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
54997         two-byte characters.
54999 2011-06-27  Roland McGrath  <roland@hack.frob.com>
55001         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
55002         AC_CACHE_CHECK invocation.
55003         * configure: Regenerated.
55005         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
55007 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
55009         [BZ #12350]
55010         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
55011         bit from old_res_options.
55013         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
55015         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
55016         value type for setfct.
55018 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
55020         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55021         __gettimeofday instead of gettimeofday.
55023 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
55025         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
55027 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
55029         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
55031         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
55032         info.
55034 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55036         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55037         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55038         strcpy-sse2-unaligned strncpy-sse2-unaligned
55039         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
55040         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
55041         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
55042         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
55043         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
55044         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
55045         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
55046         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
55047         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
55048         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
55049         (STRCPY): Support SSE2 and SSSE3 versions.
55051 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
55053         [BZ #12874]
55054         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
55055         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
55056         kernels which artificially limit size of requests.
55058 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55060         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55061         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55062         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
55063         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
55064         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
55065         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
55066         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
55067         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
55068         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
55069         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
55070         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
55071         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
55072         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
55073         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
55074         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
55075         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55076         Enable unaligned load optimization for Intel Core i3, i5 and i7
55077         processors.
55078         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
55079         Define.
55080         (index_Fast_Unaligned_Load): Define.
55081         (HAS_FAST_UNALIGNED_LOAD): Define.
55083 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
55085         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
55087 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55089         [BZ #12907]
55090         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
55091         until it is clear that the information is realy needed.
55092         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
55094 2011-06-22  Andreas Schwab  <schwab@redhat.com>
55096         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
55098 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55100         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55101         /sys/devices/system/cpu/online if it is usable.
55103         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
55104         reading the information from the /proc filesystem to once a second.
55106 2011-06-21  Andreas Jaeger  <aj@suse.de>
55108         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
55109         NULL after inclusion of kernel headers.
55111 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
55113         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
55114         calls to internal_setent.
55116         [BZ #12885]
55117         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
55118         addresses using gethostbyname4_r ignore IPv4 addresses.
55120         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
55121         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
55123         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
55125 2011-06-20  David S. Miller  <davem@davemloft.net>
55127         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
55128         inclusions.
55129         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
55131         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
55132         (elf_irel): Use it.
55133         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
55134         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
55135         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
55136         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
55137         * sysdeps/x86_64/dl-irel.h: Likewise.
55139         * elf/dl-runtime.c: Use elf_ifunc_invoke.
55140         * elf/dl-sym.c: Likewise.
55142 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55144         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
55145         need to dereference resplen2.
55147 2011-06-14  Andreas Schwab  <schwab@redhat.com>
55149         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
55151 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55153         * Makeconfig: Define vardbdir and inst_vardbdir.
55154         * nss/Makefile: Add rules to install db-Makefile.
55156         * nss/nss_db/db-XXX.c: Cleanup.
55158         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
55159         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
55160         GLIBC_PRIVATE.
55161         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
55162         * nss/makedb.c: Implement -g option to specify that value strings
55163         are generated and should not be added to table iterated over for
55164         get*ent calls.
55165         * nss/nss_db/db-initgroups.c: New file.
55167         * nss/getent.c: Add support for initgroups lookups through getgrouplist
55168         interface.
55170         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
55171         (internal_getgrouplist): Adjust to name change.
55172         Update use_initgroups_entry if this is not the first call.
55173         * nss/databases.def: Add initgroups entry.
55175         * nss/makedb.c (compute_tables): Check result of multiple hash table
55176         sizes to minimize maximum chain length.
55178 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
55180         * Versions.def: Add entry for libnss_db.
55181         * shlib-versions: Likewise.
55182         * nss/Makefile: Add rules to build libnss_db.
55183         * nss/Versions: Add libnss_db information.  Organize libnss_files
55184         entries better.
55185         * nss/db-Makefile: Add gshadow support.  Change rules for the new
55186         makedb progra.  Some minor improvements to generate smaller files.
55187         * nss/nss_db/nss_db.h: Move NSS database header data structures to
55188         here from...
55189         * nss/makedb.c: ...here.
55190         Improve database format to be smaller and require less memory at
55191         runtime.
55192         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
55193         db anymore.
55194         * nss/nss_db/db-netgrp.c: Likewise.
55195         * nss/nss_db/db-open.c: Likewise.
55196         * nss/nss_files/flies-XXX.x: Adjust comments.
55197         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
55198         * nss/nss_files/files-grp.c: Likewise.
55199         * nss/nss_files/files-hosts.c: Likewise.
55200         * nss/nss_files/files-network.c: Likewise.
55201         * nss/nss_files/files-proto.c: Likewise.
55202         * nss/nss_files/files-pwd.c: Likewise.
55203         * nss/nss_files/files-rpc.c: Likewise.
55204         * nss/nss_files/files-service.c: Likewise.
55205         * nss/nss_files/files-sgrp.c: Likewise.
55206         * nss/nss_files/files-spwd.c: Likewise.
55207         * nss/nss_db/db-alias.c: Removed.
55208         * nss/nss_db/dummy-db.h: Removed.
55210 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
55212         * nss/makedb.c: Rewritten to not use database library.
55213         * nss/Makefile: Update to build new makedb program.
55215 2011-06-14  Andreas Jaeger  <aj@suse.de>
55217         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
55218         memset declaration.
55220 2011-06-10  Andreas Schwab  <schwab@redhat.com>
55222         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
55223         tmpbuf.
55225 2011-06-10  Roland McGrath  <roland@hack.frob.com>
55227         * Makerules (shlib.lds): Fail if the linker script comes out empty.
55228         * elf/Makefile ($(objpfx)ld.so): Likewise.
55230         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
55231         Don't list ld.so twice in dependencies.
55233         * posix/bug-regex31.c: Include <stdlib.h>.
55235         * nscd/hstcache.c (cache_addhst): Remove unused variable.
55237         * nis/nss_compat/compat-spwd.c
55238         (getspent_next_nss_netgr): Remove unused variable.
55239         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
55241         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
55242         nonmembers" output to use the right array.
55244         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
55246         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
55248         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
55249         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
55250         * catgets/gencat.c (read_input_file): Likewise.
55251         * locale/programs/locarchive.c (enlarge_archive): Likewise.
55253         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
55254         variable definition inside #if's controlling its use.
55256         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
55258         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
55260         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
55262         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
55263         unreachable code.
55265         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
55267         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
55268         * configure: Regenerated.
55270         * Makerules: Revert last change.
55271         * elf/Makefile: Likewise.
55273 2011-06-09  Roland McGrath  <roland@hack.frob.com>
55275         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
55276         * elf/Makefile ($(objpfx)librtld.os): Likewise.
55277         (reloc-link): Likewise.
55279 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
55281         * elf/Makefile: Add rules to build pldd.
55282         * elf/pldd.c: New file.
55283         * elf/pldd-xx.c: New file.
55285 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
55287         * version.h: Update for 2.15 development version.
55289 2011-06-07  David S. Miller  <davem@davemloft.net>
55291         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
55292         ifuncs.
55293         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
55294         elf_machine_lazy_rel): Likewise.
55295         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
55296         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
55297         elf_machine_lazy_rel): Likewise.
55298         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
55299         dl_hwcap via passed in argument.
55300         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
55301         Likewise.
55303 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55305         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
55307 2011-06-06  Roland McGrath  <roland@hack.frob.com>
55309         [BZ #12849]
55310         * manual/fdl-1.1.texi: New file, verbatim from:
55311         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
55312         * manual/lgpl-2.1.texi: New file, verbatim from:
55313         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
55314         * manual/Makefile (licenses): New variable, list those new file names.
55315         (texis): Use it.
55316         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
55318         * manual/fdl.texi: File removed.
55319         * manual/lesser.texi: File removed.
55320         * manual/libc.texinfo (Copying, Documentation License):
55321         Use new @include file names, put @appendix directive before @include.
55323 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
55325         [BZ #12841]
55326         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
55327         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
55328         (mq_open): Add __NTH.
55330 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
55332         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55333         Assume Intel Core i3/i5/i7 processor if AVX is available.
55335 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55337         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
55338         typo.
55340 2011-05-31  Andreas Schwab  <schwab@redhat.com>
55342         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
55343         memory.  Use alloca_account.  Fix memory leak when retrying.
55345 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55347         * version.h (RELEASE): Bump for 2.14 release.
55348         * include/features.h (__GLIBC_MINOR__): Bump to 14.
55350         * config.make.in (RANLIB): Remove entry.
55352 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
55354         * po/Makefile (po-sed-cmd): Add ksh to extensions.
55355         (libc.pot): Work around missing support for .ksh extension in xgettext.
55357         [BZ #12684]
55358         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
55359         if both request failed.
55360         (send_dg): In case of server errors clear resplen or *resplen2.
55362         [BZ #12454]
55363         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
55364         when there are multiple maps.
55365         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
55366         (_dl_fini): Remove test here.
55368         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
55370 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
55372         [BZ #12350]
55373         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
55374         bit from old_res_options.
55375         (gaih_inet): Likewise.
55377         [BZ #11099]
55378         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
55379         as signed.
55381         * resolv/res_init.c (res_setoptions): Make the code more compact.
55383         [BZ #11558]
55384         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
55385         set RES_USEVC.
55387         [BZ #11634]
55388         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
55390         * malloc/malloc.h: Mark malloc hook variables as deprecated.
55392         [BZ #11781]
55393         * malloc/malloc.h: Declare malloc hook variables as volatile.
55395         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
55396         in last patch.
55398         [BZ #11799]
55399         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
55400         raise in the comment.
55401         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
55402         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
55403         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
55405 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
55407         [BZ #12811]
55408         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
55409         grow the buffers more if it already has to be sufficient.
55410         (build_wcs_upper_buffer): Likewise.
55411         * posix/regexec.c (check_matching): Likewise.
55412         (clean_state_log_if_needed): Likewise.
55413         (extend_buffers): Don't enlarge buffers beyond size of the input
55414         buffer.
55415         Patches mostly by Emil Wojak <emil@wojak.eu>.
55416         * posix/bug-regex32.c: New file.
55417         * posix/Makefile (tests): Add bug-regex32.
55419         * locale/findlocale.c (_nl_find_locale): Return right away if
55420         _nl_explode_name failed.
55421         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
55423         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
55425         * debug/xtrace.sh: Unify messages.
55426         * malloc/memusage.sh: Likewise.
55428         [BZ #12813]
55429         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
55430         time symbol from vDSO.  Substitute with vsyscall if not available.
55431         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
55432         __vdso_time.
55434         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
55435         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
55436         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
55437         Add sendmmsg and internal_sendmmsg.
55438         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
55439         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
55440         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
55442         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
55443         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
55444         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
55446 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
55448         [BZ #12813]
55449         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
55450         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
55451         available.
55452         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
55453         __vdso_getcpu.
55455         [BZ #12814]
55456         * iconvdata/Makefile (tests): Add bug-iconv9.
55457         * iconvdata/bug-iconv9.c: New file.
55459 2011-05-27  Andreas Schwab  <schwab@redhat.com>
55461         [BZ #12814]
55462         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
55464 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
55466         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55467         (struct user_regs_struct): Change intcs field back to cs.
55469 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
55471         * po/ja.po: Update from translation team.
55473 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
55475         [BZ #12795]
55476         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
55477         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
55479 2011-05-20  Andreas Schwab  <schwab@redhat.com>
55481         * stdlib/longlong.h: Update from GCC.
55483 2011-05-23  Andreas Schwab  <schwab@redhat.com>
55485         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
55486         parameter name.
55487         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
55488         Add parameter name.
55489         (__sysconf): Pass it down.
55491 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
55493         [BZ #12671]
55494         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
55495         some situations.
55496         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
55497         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
55498         add in in __libc_use_alloca calls.  Adjust callers.
55499         (glob): Use malloc in some situations.
55501         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
55502         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
55503         pltexit.
55505 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
55507         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
55508         and CLOCK_BOOTTIME_ALARM.
55510         [BZ #12782]
55511         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
55512         is returned.
55514         * string/_strerror.c (__strerror_r): Print negative errors as signed
55515         numbers.
55517         [BZ #12777]
55518         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
55519         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
55520         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
55522         * configure.in: Fix typo in redirection and correct removal of test
55523         files in two cases.
55525         [BZ #12788]
55526         * locale/setlocale.c (new_composite_name): Fix test to check for
55527         identical name of all categories.
55529         [BZ #12792]
55530         * libio/filedoalloc.c (local_isatty): New function.
55531         (_IO_file_doallocate): Use local_isatty.
55532         * stdio-common/perror.c (perror): In case a new stream is used
55533         forward the stream error.
55534         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
55535         error flag.
55537 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
55539         [BZ #11869]
55540         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
55541         alloca.
55542         * include/alloca.h (extend_alloca_account): Define.
55544         [BZ #11857]
55545         * posix/regex.h: Fix comments with documentation of user-accessible
55546         fields after compilation and describe correct free'ing of pattern
55547         after re_compile_pattern.
55548         Patch by Reuben Thomas <rrt@sc3d.org>.
55550 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
55552         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
55553         and -mno-altivec to prevent the compiler from using Altivec and/or
55554         VSX instructions when the corresponding registers are not available.
55556 2011-05-19  Andreas Schwab  <schwab@redhat.com>
55558         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
55560 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
55562         * libio/freopen.c (freopen): Use __dup2, not dup2.
55563         * libio/freopen64.c (freopen64): Likewise.
55565 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
55567         [BZ #12775]
55568         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
55569         * math/Makefile (tests): Add test-powl.
55570         (CFLAGS-test-powl.c): Define.
55571         * math/test-powl.c: New file.
55573 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
55575         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
55577 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
55579         [BZ #11837]
55580         * iconvdata/gb18030.c: Update to GB18020-2005.
55582 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
55584         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
55585         RE_SYNTAX_POSIX_AWK): Update to match recent development.
55586         Patch by Aharon Robbins <arnold@skeeve.com>.
55588         [BZ #11892]
55589         * stdlib/putenv.c (putenv): Don't always create copy of the variable
55590         on the stack.
55592         [BZ #11895]
55593         * misc/pselect.c (__pselect): Handle timeout value errors hidden
55594         through underflows.
55596         [BZ #12766]
55597         * misc/error.c (error_at_line): Ensure file_name and old_file_name
55598         point to strings before performing equality test for error_one_per_line
55599         mode.
55601         [BZ #11697]
55602         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
55604         [BZ #11820]
55605         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55606         (struct user_fpregs_struct): Avoid __uint*_t types.
55608         [BZ #6420]
55609         * malloc/mtrace.c (tr_where): Add additional parameter to point to
55610         symbol info.  Use it instead of calling _dl_addr locally.
55611         (lock_and_info): New function.
55612         (tr_freehook): Call lock_and_info and pass symbol info as additional
55613         parameter to tr_where.
55614         (tr_mallochook): Likewise.
55615         (tr_reallochook): Likewise.
55616         (tr_memalignhook): Likewise.
55618         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
55619         used and couldn't be at all thread-safe.
55621 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
55623         * libio/freopen.c (freopen): Don't close old file descriptor
55624         before the new one is opened.  Instead dup the new file descriptor
55625         to the old one after the new stream is created.
55626         * libio/freopen64.c (freopen64): Likewise.
55627         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
55628         * libio/fileops.c (_IO_new_file_close_it): Handle new
55629         _IO_FLAGS2_NOCLOSE flag.
55630         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
55631         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
55632         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
55633         _IO_FLAGS2_NOCLOSE flag.
55634         * include/unistd.h: Add hidden_proto for dup3.
55635         Define __have_dup3.
55636         * io/dup3.c: Define hidden symbol.
55637         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
55639         [BZ #7101]
55640         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
55641         when an incomplete long option is used.
55642         * posix/tst-getopt_long1.c: New file.
55643         * posix/Makefile (tests): Add tst-getopt_long1.
55645         [BZ #10138]
55646         * scripts/config.guess: Update from autoconf-2.68.
55647         * scripts/config.sub: Likewise.
55649         [BZ #10157]
55650         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
55651         tests into ...
55652         (has_cpuclock): ...this.  New function.
55653         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
55654         macro here based on has_cpuclock code.
55656         [BZ #10149]
55657         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55658         First byte (not low byte) is now always NUL.
55659         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
55661         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55662         Use non-cancelable interfaces.
55664         [BZ #9809]
55665         * locale/iso-639.def: Add entry for Sorani.
55667         [BZ #11901]
55668         * include/stdlib.h: Move include protection to the right place.
55669         Define abort_msg_s.  Declare __abort_msg with it.
55670         * stdlib/abort.c (__abort_msg): Adjust type.
55671         * assert/assert.c (__assert_fail_base): New function.  Majority
55672         of code from __assert_fail.  Allocate memory for __abort_msg with
55673         mmap.
55674         (__assert_fail): Now call __assert_fail_base.
55675         * assert/assert-perr.c: Remove bulk of implementation.  Use
55676         __assert_fail_base.
55677         * include/assert.hL Declare __assert_fail_base.
55678         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
55679         mmap.
55680         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
55682 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
55684         [BZ #11952]
55685         [BZ #12453]
55686         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
55687         until all modules are registered in the DTV.
55688         * elf/Makefile: Add rules to build and run tst-tls19.
55689         * elf/tst-tls19.c: New file.
55690         * elf/tst-tls19mod1.c: New file.
55691         * elf/tst-tls19mod2.c: New file.
55692         * elf/tst-tls19mod3.c: New file.
55693         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
55695         [BZ #12083]
55696         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
55697         correctly.
55699         [BZ #12601]
55700         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
55701         two-byte sequence errors.
55702         * iconvdata/Makefile (tests): Add bug-iconv8.
55703         * iconvdata/bug-iconv8.c: New file.
55705         [BZ #12626]
55706         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
55707         buf2 definition.
55709         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
55711         [BZ #12432]
55712         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
55713         (dummy_getcfa): New function.
55714         (init): Get _Unwind_GetCFA address, use dummy if not found.
55715         (backtrace_helper): In recursion check, also check whether CFA changes.
55716         (__backtrace): Completely initialize arg.
55718         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
55719         storing incomplete byte sequence in state object.  Avoid testing for
55720         guaranteed too small input if we know there is enough data available.
55722 2011-05-11  Andreas Schwab  <schwab@redhat.com>
55724         * Makeconfig (+link-pie): Indent.
55725         * Rules (binaries-pie): Define if $(have-fpie) and
55726         $(build-shared).
55727         (binaries-shared): Also filter out $(binaries-pie).
55728         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
55729         * nscd/Makefile (others-pie): Add nscd.
55730         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
55731         ($(objpfx)nscd): Remove command override.
55732         * login/Makefile (others-pie): Add pt_chown.
55733         ($(objpfx)pt_chown): Remove command override.
55734         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
55735         remove command overrides.
55737 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
55739         * libio/tst_putwc.c: Fix error messages.
55741         [BZ #12724]
55742         * libio/fileops.c (_IO_new_file_close_it): Always flush when
55743         currently writing and seek to current position when not.
55744         * libio/Makefile (tests): Add bug-fclose1.
55745         * libio/bug-fclose1.c: New file.
55747 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
55749         [BZ #12511]
55750         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
55751         don't set DF_1_NODELETE here.
55752         (do_lookup_x): When entering new entry test for copy relocation
55753         and if necessary set DF_1_NODELETE flag.
55754         * elf/tst-unique4.cc: New file.
55755         * elf/tst-unique4.h: New file.
55756         * elf/tst-unique4lib.cc: New file.
55757         * elf/Makefile: Add rules to build and run tst-unique4.
55758         Patch by Piotr Bury <pbury@goahead.com>.
55760 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
55762         [BZ #12052]
55763         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
55765         [BZ #12625]
55766         * misc/mntent_r.c (addmntent): Flush the stream after the output
55768         [BZ #12393]
55769         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
55770         (is_trusted_path_normalize): Skip initial colon.  Append slash
55771         to empty buffer.  Duplicate is_trusted_path code but allow
55772         constructed patch to be prefix.
55773         (is_dst): Allow $ORIGIN followed by /.
55774         (_dl_dst_substitute): Correct clearing of check_for_trusted.
55775         Correct testing of result of is_trusted_path_normalize
55776         (decompose_rpath): Fix warning.
55778 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
55780         [BZ #11257]
55781         * grp/initgroups.c (internal_getgrouplist): When we found the service
55782         list through the initgroups entry in nsswitch.conf do not always
55783         continue on a successful lookup.  Don't always use the
55784         __nss_group_database value if it is set.
55785         * nss/nsswitch.conf (initgroups): Change action for successful db
55786         lookup to continue for compatibility.
55788 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
55790         [BZ #11532]
55791         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
55792         and CP774 modules.
55793         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
55794         and CP774 modules.
55795         * iconvdata/tst-tables.sh: Likewise.
55796         * iconvdata/cp770.c: New file.
55797         * iconvdata/cp771.c: New file.
55798         * iconvdata/cp772.c: New file.
55799         * iconvdata/cp773.c: New file.
55800         * iconvdata/cp774.c: New file.
55801         * iconvdata/testdata/CP770: New file.
55802         * iconvdata/testdata/CP770..UTF8: New file.
55803         * iconvdata/testdata/CP771: New file.
55804         * iconvdata/testdata/CP771..UTF8: New file.
55805         * iconvdata/testdata/CP772: New file.
55806         * iconvdata/testdata/CP772..UTF8: New file.
55807         * iconvdata/testdata/CP773: New file.
55808         * iconvdata/testdata/CP773..UTF8: New file.
55809         * iconvdata/testdata/CP774: New file.
55810         * iconvdata/testdata/CP774..UTF8: New file.
55812         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
55813         END CHARMAP line.
55814         * iconvdata/gen-8bit-gap.sh: Likewise.
55815         * iconvdata/gen-8bit.sh: Likewise.
55817         * locale/iso-639.def: Add ary entry.
55819         [BZ #11258]
55820         * locale/C-translit.h.in: Add U20A1 transliteration.
55822         [BZ #12178]
55823         * locale/iso-639.def: Add wae entry.
55824         Patch by Kevin Bortis <bortis@translate-wae.ch>.
55826         [BZ #12545]
55827         * locale/programs/localedef.c (construct_output_path): Use ssize_t
55828         for n.
55830         [BZ #12711]
55831         * locale/C-translit.h.in: Add entry for U20B9.
55832         Patch by pravin.d.s@gmail.com.
55834 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
55836         [BZ #12713]
55837         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
55838         ENAMETOOLONG use generic getcwd.
55839         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
55840         in rtld.  Use *stat64.
55841         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
55842         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
55843         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
55844         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
55845         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
55846         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
55847         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
55848         __fstatat64 macros.
55849         * include/dirent.h: Add libc_hidden_proto for rewinddir.
55850         * dirent/rewinddir.c: Add libc_hidden_def.
55851         * sysdeps/mach/hurd/rewinddir.c: Likewise.
55852         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
55854         * include/dirent.h (__alloc_dir): Add flags parameter.
55855         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
55856         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
55857         __alloc_dir.
55858         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
55859         from fdopendir if O_CLOEXEC is already set.
55861 2011-03-15  Alan Modra  <amodra@gmail.com>
55863         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
55864         l_tls_firstbyte_offset non-zero.  Save padding offset in
55865         l_tls_firstbyte_offset for later use.
55866         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
55867         freeing static tls block.
55869 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
55871         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
55872         where #ifdef was intended.  The intent is to prevent ARG_MAX from
55873         being defined by the kernel headers.
55875 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
55877         [BZ #12734]
55878         * resolv/resolv.h: Define RES_NOTLDQUERY.
55879         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
55880         no-tld-query and set RES_NOTLDQUERY.
55881         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
55882         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
55883         modern BIND to search name as TLD unless forbidden.
55885 2011-05-07  Petr Baudis  <pasky@suse.cz>
55886             Ulrich Drepper  <drepper@gmail.com>
55888         [BZ #12393]
55889         * elf/dl-load.c (fillin_rpath): Move trusted path check...
55890         (is_trusted_path): ...to here.
55891         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
55892         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
55893         using is_trusted_path_normalize() in setuid scripts.
55895 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
55897         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
55898         __BEGIN/__END_DECLS.
55900 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
55902         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
55903         NSS_STATUS_NOTFOUND if no record was found.
55905 2011-05-05  Andreas Schwab  <schwab@redhat.com>
55907         * sunrpc/Makefile (headers): Add rpc/netdb.h.
55908         (headers-not-in-tirpc): Remove rpc/netdb.h
55909         * resolv/netdb.h: Revert last change.
55911 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
55913         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
55914         circular dependency between libgcc.a and libc.a.
55916 2011-05-05  Andreas Schwab  <schwab@redhat.com>
55918         * resolv/netdb.h: Don't include <rpc/netdb.h>.
55919         * nis/Makefile: Don't install rpcsvc/*.
55920         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
55921         instead of <rpc/types.h>.
55922         (MAXHOSTNAMELEN): Define.
55924 2011-05-03  Andreas Schwab  <schwab@redhat.com>
55926         * elf/ldconfig.c (add_dir): Don't crash on empty path.
55928 2011-04-28  Maciej Babinski  <mbabinski@google.com>
55930         [BZ #12714]
55931         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
55932         gethostbyname4_r when IPv6 results are possible.
55934 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
55936         [BZ #12723]
55937         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
55938         _PC_PIPE_BUF handling.
55940 2011-04-30  Bruno Haible  <bruno@clisp.org>
55942         [BZ #12717]
55943         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
55944         * resolv/netdb.h (getnameinfo): Change type of flags parameter
55945         to 'int'.
55946         * inet/getnameinfo.c (getnameinfo): Likewise.
55948 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
55950         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
55951         to groups setting in database lookup.
55952         * nss/nsswitch.conf: Add initgroups entry.
55954 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
55956         [BZ #12685]
55957         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
55958         mode string.
55959         Patch by Eric Blake <eblake@redhat.com>.
55961 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
55963         * sunrpc/Makefile (need-export-routines): Add svc_run.
55964         (routines): Remove svc_run.
55965         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
55966         * sunrpc/clnt_perr.c (clnt_perrno): Export.
55967         * sunrpc/svc_run.c (svc_run): Likewise.
55968         * sunrpc/svc_udp.c (svcudp_create): Likewise.
55970 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
55972         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
55973         problem in reallocation in last patch.
55975 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
55977         * sunrpc/Makefile: Move inclusion of Rules.
55979 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55981         * nss/nss_files/files-initgroups.c: New file.
55982         * nss/Makefile (libnss_files-routines): Add files-initgroups.
55983         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
55984         _nss_files_initgroups_dyn.
55986 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
55988         * elf/elf.h (R_ARM_IRELATIVE): Define.
55990 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55992         * po/ru.po: Update from translation team.
55994 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
55996         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
55997         dependencies.
55999 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
56001         [BZ #12653]
56002         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
56003         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
56004         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
56005         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
56006         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
56008 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
56010         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
56011         differing bytes.
56012         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
56013         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
56014         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
56016 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56018         [BZ #12420]
56019         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
56020         storing it.
56021         * stdlib/bug-getcontext.c: New file.
56022         * stdlib/Makefile: Add rules to build and run bug-getcontext.
56024 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56026         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
56027         instructions into .machine "z9-109".
56028         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
56029         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
56031 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56033         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
56034         between environment variables and auxiliary vector.
56036 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
56038         * Makefile: Add rules to build linkobj/libc.so.
56039         * include/libc-symbols.h: Define libc_hidden_nolink.
56040         * include/rpc/auth.h: Mark functions which are to be hidden.
56041         * include/rpc/auth_des.h: Likewise.
56042         * include/rpc/auth_unix.h: Likewise.
56043         * include/rpc/clnt.h: Likewise.
56044         * include/rpc/des_crypt.h: Likewise.
56045         * include/rpc/key_prot.h: Likewise.
56046         * include/rpc/pmap_clnt.h: Likewise.
56047         * include/rpc/pmap_prot.h: Likewise.
56048         * include/rpc/pmap_rmt.h: Likewise.
56049         * include/rpc/rpc_msg.h: Likewise.
56050         * include/rpc/svc.h: Likewise.
56051         * include/rpc/svc_auth.h: Likewise.
56052         * include/rpc/xdr.h: Likewise.
56053         * nis/Makefile: Link all DSOs against linkobj/libc.so.
56054         * nss/Makefile: Likewise.
56055         * sunrpc/Makefile: Don't install headers.  Build library with normal
56056         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
56057         * sunrpc/auth_des.c: Hide exported symbols by default, export some
56058         for the compat linking library.  Remove use of INTDEF/INTUSE.
56059         * sunrpc/auth_none.c: Likewise.
56060         * sunrpc/auth_unix.c: Likewise.
56061         * sunrpc/authdes_prot.c: Likewise.
56062         * sunrpc/authuxprot.c: Likewise.
56063         * sunrpc/clnt_gen.c: Likewise.
56064         * sunrpc/clnt_perr.c: Likewise.
56065         * sunrpc/clnt_raw.c: Likewise.
56066         * sunrpc/clnt_simp.c: Likewise.
56067         * sunrpc/clnt_tcp.c: Likewise.
56068         * sunrpc/clnt_udp.c: Likewise.
56069         * sunrpc/clnt_unix.c: Likewise.
56070         * sunrpc/des_crypt.c: Likewise.
56071         * sunrpc/des_soft.c: Likewise.
56072         * sunrpc/get_myaddr.c: Likewise.
56073         * sunrpc/key_call.c: Likewise.
56074         * sunrpc/key_prot.c: Likewise.
56075         * sunrpc/netname.c: Likewise.
56076         * sunrpc/pm_getmaps.c: Likewise.
56077         * sunrpc/pm_getport.c: Likewise.
56078         * sunrpc/pmap_clnt.c: Likewise.
56079         * sunrpc/pmap_prot.c: Likewise.
56080         * sunrpc/pmap_prot2.c: Likewise.
56081         * sunrpc/pmap_rmt.c: Likewise.
56082         * sunrpc/publickey.c: Likewise.
56083         * sunrpc/rpc_cmsg.c: Likewise.
56084         * sunrpc/rpc_common.c: Likewise.
56085         * sunrpc/rpc_dtable.c: Likewise.
56086         * sunrpc/rpc_prot.c: Likewise.
56087         * sunrpc/rpc_thread.c: Likewise.
56088         * sunrpc/rtime.c: Likewise.
56089         * sunrpc/svc.c: Likewise.
56090         * sunrpc/svc_auth.c: Likewise.
56091         * sunrpc/svc_authux.c: Likewise.
56092         * sunrpc/svc_raw.c: Likewise.
56093         * sunrpc/svc_run.c: Likewise.
56094         * sunrpc/svc_simple.c: Likewise.
56095         * sunrpc/svc_tcp.c: Likewise.
56096         * sunrpc/svc_udp.c: Likewise.
56097         * sunrpc/svc_unix.c: Likewise.
56098         * sunrpc/svcauth_des.c: Likewise.
56099         * sunrpc/xcrypt.c: Likewise.
56100         * sunrpc/xdr.c: Likewise.
56101         * sunrpc/xdr_array.c: Likewise.
56102         * sunrpc/xdr_float.c: Likewise.
56103         * sunrpc/xdr_intXX_t.c: Likewise.
56104         * sunrpc/xdr_mem.c: Likewise.
56105         * sunrpc/xdr_rec.c: Likewise.
56106         * sunrpc/xdr_ref.c: Likewise.
56107         * sunrpc/xdr_sizeof.c: Likewise.
56108         * sunrpc/xdr_stdio.c: Likewise.
56110 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
56112         [BZ #12650]
56113         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
56114         * sysdeps/ia64/dl-tls.h: Likewise.
56115         * sysdeps/powerpc/dl-tls.h: Likewise.
56116         * sysdeps/s390/dl-tls.h: Likewise.
56117         * sysdeps/sh/dl-tls.h: Likewise.
56118         * sysdeps/sparc/dl-tls.h: Likewise.
56119         * sysdeps/x86_64/dl-tls.h: Likewise.
56120         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
56122 2011-03-14  Andreas Schwab  <schwab@redhat.com>
56124         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
56125         rpath element also skip the following colon.
56126         (expand_dynamic_string_token): Add is_path parameter and pass
56127         down to DL_DST_REQUIRED and _dl_dst_substitute.
56128         (decompose_rpath): Call expand_dynamic_string_token with
56129         non-zero is_path.  Ignore empty rpaths.
56130         (_dl_map_object_from_fd): Call expand_dynamic_string_token
56131         with zero is_path.
56133 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
56135         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
56136         Make cancelable.
56138 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
56140         [BZ #12655]
56141         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
56142         Patch by Filipe David Manana <fdmanana@apache.org>.
56144 2011-04-07  Andreas Schwab  <schwab@redhat.com>
56146         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
56147         Maintain aligned stack.
56148         (CHECK_RSP): Remove unused macro.
56150 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
56152         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
56153         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
56155 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
56157         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
56159         * include/features.h: Mention __USE_XOPEN2K8 in comment.
56161 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
56163         [BZ #12518]
56164         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
56165         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
56166         * sysdeps/x86_64/memmove.c: New file.
56167         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
56168         (memcpy): Renamed to ...
56169         (__new_memcpy): This.
56170         (memcpy): Provide GLIBC_2_14 memcpy.
56171         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
56172         (memcpy): Provide GLIBC_2_2_5 memcpy.
56174 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56176         [BZ #12631]
56177         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
56179 2011-03-30  Andreas Schwab  <schwab@redhat.com>
56181         * misc/syncfs.c: New file.
56182         * misc/Makefile (routines): Add syncfs.
56183         * posix/unistd.h: Declare syncfs.
56184         * sysdeps/unix/syscalls.list: Add syncfs.
56186 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56188         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
56189         open_by_handle_at.
56190         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56191         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56192         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56193         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56194         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56195         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
56196         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56198 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56200         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
56201         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56202         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
56203         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56204         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56205         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56206         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56208         * io/Makefile: Compile fallocate.c, fallocate64.c, and
56209         sync_file_range.c with -fexceptions.
56210         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
56211         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
56212         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
56213         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
56214         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
56215         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
56216         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
56217         sync_file_range as cancellation point
56218         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
56219         now a wrapper around __call_sync_file_range with cancellation handling.
56220         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
56221         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
56222         function name to __call_sync_file_range.
56223         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
56224         Add call_sync_file_range.
56226 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56228         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
56229         bits/timex.h.
56231 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56233         * iconv/iconv.h: Fix typo in comment.
56234         * io/fcntl.h: Likewise.
56235         * libio/stdio.h: Likewise.
56236         * posix/spawn.h: Likewise.
56237         * posix/unistd.h: Likewise.
56238         * stdlib/stdlib.h: Likewise.
56239         * time/time.h: Likewise.
56240         * wcsmbs/wchar.h: Likewise.
56242         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
56243         open_by_handle): Add.
56244         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
56245         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
56246         Augment a few comments.
56247         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56248         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56249         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56250         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56251         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56252         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
56253         open_by_handle.
56255         * io/fcntl.h (AT_EMPTY_PATH): Define.
56257 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
56259         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
56260         * sysdeps/unix/sysv/linux/bits/time.h: New file.
56261         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
56262         to...
56263         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
56264         * Versions.def: Add GLIBC_2.14.
56265         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
56266         Export.
56268 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
56270         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
56271         round counter.
56272         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56274 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
56276         [BZ #12597]
56277         * string/test-strncmp.c (do_page_test): New function.
56278         (check2): Likewise.
56279         (test_main): Call check2.
56280         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
56282 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
56284         [BZ #12587]
56285         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
56286         Handle cache information in CPU leaf 4.
56287         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56289 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
56291         [BZ #12583]
56292         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
56293         character representation.
56294         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
56296 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
56298         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
56299         END(__isnan) to END(__isnanf) to match function entry point/label
56300         EALIGN(__isnanf,...).
56302 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
56304         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
56306 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
56308         [BZ #12510]
56309         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
56310         copy from the symbol referenced in the relocation to initialize the
56311         used variable.
56312         Patch by Piotr Bury <pbury@goahead.com>.
56313         * elf/Makefile: Add rules to build and tst-unique3.
56314         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
56315         * elf/tst-unique3.cc: New file.
56316         * elf/tst-unique3.h: New file.
56317         * elf/tst-unique3lib.cc: New file.
56318         * elf/tst-unique3lib2.cc: New file.
56320         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
56322 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
56324         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
56325         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
56326         to _start.
56328 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
56330         * elf/dl-load.c (_dl_map_object): If we are looking for the first
56331         to-be-loaded object along a path to loader is ld.so.
56333 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56334             Ulrich Drepper  <drepper@gmail.com>
56336         * sysdeps/x86_64/memset.S: After aligning destination, code
56337         branches to different locations depending on the value of
56338         misalignment, when multiarch is enabled. Fix this.
56340 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56342         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
56343         Set _x86_64_preferred_memory_instruction for AMD processsors.
56344         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56345         Set bit_Prefer_SSE_for_memop for AMD processors.
56347 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
56349         * libio/fmemopen.c (fmemopen): Optimize a bit.
56351 2011-03-03  Andreas Schwab  <schwab@redhat.com>
56353         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
56355 2011-03-03  Roland McGrath  <roland@redhat.com>
56357         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
56359 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
56361         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
56362         __bzero_ultra1 instead of __memset_ultra1.
56364 2011-02-23  Andreas Schwab  <schwab@redhat.com>
56365             Ulrich Drepper  <drepper@gmail.com>
56367         [BZ #12509]
56368         * include/link.h (struct link_map): Add l_orig_initfini.
56369         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
56370         returning unsuccessfully.
56371         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
56372         close of a file loaded at startup, restore the original l_initfini
56373         list.
56374         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
56375         list, store the pointer.
56376         * elf/Makefile ($(objpfx)noload-mem): New rule.
56377         (noload-ENV): Define.
56378         (tests): Add $(objpfx)noload-mem.
56379         * elf/noload.c: Include <memcheck.h>.
56380         (main): Call mtrace.  Close all opened handles.
56382 2011-02-17  Andreas Schwab  <schwab@redhat.com>
56384         [BZ #12454]
56385         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
56386         dependencies are missing.
56388 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56390         Fix __if_freereq crash: Unlike the generic version which uses free,
56391         Hurd needs munmap.
56392         * sysdeps/mach/hurd/ifreq.h: New file.
56394 2011-01-27  Petr Baudis  <pasky@suse.cz>
56395             Ulrich Drepper  <drepper@gmail.com>
56397         [BZ 12445]#
56398         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
56399         to extend_alloca().
56400         * stdio-common/bug23.c: New file.
56401         * stdio-common/Makefile (tests): Add bug23.
56403 2010-09-28  Andreas Schwab  <schwab@redhat.com>
56404             Ulrich Drepper  <drepper@gmail.com>
56406         [BZ #12489]
56407         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
56408         before performing relro protection.  At old place add assertion
56409         to make sure nothing changed.
56411 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
56412             Glauber de Oliveira Costa  <glommer@gmail.com>
56414         * elf/elf.h: Add new ARM TLS relocs.
56416 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
56418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
56419         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
56420         cast from r3.
56421         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
56422         'tests' variable.
56423         * sysdeps/wordsize-64/tst-writev.c: New file.
56425 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
56427         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
56428         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
56429         insns in _dl_start to prevent a TOC reference before relocs are
56430         resolved.
56432 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
56434         [BZ #12469]
56435         * Makeconfig: Remove RANLIB definition.
56436         * Makerules: Don't use RANLIB.
56437         * aclocal.m4: Remove ranlib test.
56438         * configure.in: No need to check for ranlib.
56439         * elf/rtld-Rules: Don't use RANLIB.
56441 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56443         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
56444         protection macro.
56445         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
56446         inclusion protection macro.
56448         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
56449         SIGRTMIN and SIGRTMAX and print information in that case only when
56450         SIGRTMIN is defined.
56452 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
56454         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
56455         arginfo fn returning -1.
56457         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
56458         and thousands string is zero terminated.
56460 2011-02-03  Andreas Schwab  <schwab@redhat.com>
56462         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
56463         sysdeps/unix/sysv/linux/bits/socket.h.
56465 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56467         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
56468         (__CPU_COUNT): Remove old macros.
56469         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
56470         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
56471         (__CPU_ALLOC, __CPU_FREE): Add macros.
56472         (__sched_cpualloc, __sched_cpufree): Add declarations.
56474 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
56476         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
56477         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
56478         * nscd/aicache.c (addhstaiX): Return timeout of added value.
56479         (readdhstai): Return value of addhstaiX call.
56480         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
56481         (addgrbyX): Return value returned by cache_addgr.
56482         (readdgrbyname): Return value returned by addgrbyX.
56483         (readdgrbygid): Likewise.
56484         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
56485         (addpwbyX): Return value returned by cache_addpw.
56486         (readdpwbyname): Return value returned by addhstbyX.
56487         (readdpwbyuid): Likewise.
56488         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
56489         (addservbyX): Return value returned by cache_addserv.
56490         (readdservbyname): Return value returned by addservbyX:
56491         (readdservbyport): Likewise.
56492         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
56493         (addhstbyX): Return value returned by cache_addhst.
56494         (readdhstbyname): Return value returned by addhstbyX.
56495         (readdhstbyaddr): Likewise.
56496         (readdhstbynamev6): Likewise.
56497         (readdhstbyaddrv6): Likewise.
56498         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
56499         (readdinitgroups): Return value returned by addinitgroupsX.
56500         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
56501         (prune_cache): Keep track of timeout value of re-added entries.
56502         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
56503         * nscd/nscd.h: Adjust prototypes of readd* functions.
56505 2011-02-04  Roland McGrath  <roland@redhat.com>
56507         * nis/nis_server.c (nis_servstate): Use the right name for 0.
56508         (nis_stats): Likewise.
56509         * nis/nis_modify.c (nis_modify): Likewise.
56510         * nis/nis_remove.c (nis_remove): Likewise.
56511         * nis/nis_add.c (nis_add): Likewise.
56513         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
56515         * posix/fnmatch_loop.c: Add some consts.
56517         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
56519 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
56521         [BZ #12460]
56522         * config.make.in (config-cflags-novzeroupper): Define.
56523         * configure.in: Substitute libc_cv_cc_novzeroupper.
56524         * elf/Makefile (AVX-CFLAGS): Define.
56525         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
56526         (CFLAGS-tst-auditmod4a.c): Likewise.
56527         (CFLAGS-tst-auditmod4b.c): Likewise.
56528         (CFLAGS-tst-auditmod6b.c): Likewise.
56529         (CFLAGS-tst-auditmod6c.c): Likewise.
56530         (CFLAGS-tst-auditmod7b.c): Likewise.
56531         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
56533 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
56535         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
56536         function to the callback.
56537         Patch partly by Jiri Olsa <jolsa@redhat.com>.
56539 2011-02-02  Andreas Schwab  <schwab@redhat.com>
56541         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
56542         of errno.
56544 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
56546         [BZ #11724]
56547         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
56548         of constructors.
56549         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
56550         of destructors.
56551         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
56553         [BZ #11724]
56554         * elf/Makefile: Add rules to build and run new test.
56555         * elf/tst-initorder.c: New file.
56556         * elf/tst-initorder.exp: New file.
56557         * elf/tst-initordera1.c: New file.
56558         * elf/tst-initordera2.c: New file.
56559         * elf/tst-initordera3.c: New file.
56560         * elf/tst-initordera4.c: New file.
56561         * elf/tst-initorderb1.c: New file.
56562         * elf/tst-initorderb2.c: New file.
56563         * elf/tst-order-a1.c: New file.
56564         * elf/tst-order-a2.c: New file.
56565         * elf/tst-order-a3.c: New file.
56566         * elf/tst-order-a4.c: New file.
56567         * elf/tst-order-b1.c: New file.
56568         * elf/tst-order-b2.c: New file.
56569         * elf/tst-order-main.c: New file.
56570         New test case by George Gensure <werkt0@gmail.com>.
56572 2010-10-01  Andreas Schwab  <schwab@redhat.com>
56574         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
56575         decoding ACE if AI_CANONIDN.
56577 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
56579         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
56581 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
56583         * version.h (RELEASE): Bump for 2.13 release.
56584         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
56586         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
56588         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
56589         MADV_NOHUGEPAGE.
56590         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
56591         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
56592         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
56593         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
56594         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
56595         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56597         * posix/getconf.c: Update copyright year.
56598         * catgets/gencat.c: Likewise.
56599         * csu/version.c: Likewise.
56600         * debug/catchsegv.sh: Likewise.
56601         * debug/xtrace.sh: Likewise.
56602         * elf/ldconfig.c: Likewise.
56603         * elf/ldd.bash.in: Likewise.
56604         * elf/sprof.c (print_version): Likewise.
56605         * iconv/iconv_prog.c: Likewise.
56606         * iconv/iconvconfig.c: Likewise.
56607         * locale/programs/locale.c: Likewise.
56608         * locale/programs/localedef.c: Likewise.
56609         * malloc/memusage.sh: Likewise.
56610         * malloc/mtrace.pl: Likewise.
56611         * nscd/nscd.c (print_version): Likewise.
56612         * nss/getent.c: Likewise.
56614         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
56615         PF_CAIF, and PF_ALG.
56616         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
56618 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
56620         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
56621         (modules-names): Use them.
56622         (ifunc-test-modules, ifunc-pie-tests): Define.
56623         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
56624         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
56625         (test-extras): Likewise.
56626         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
56627         $(compile-command.c).
56628         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
56629         (all-built-dso): Define.
56630         (check-textrel.out, check-execstack.out): Depend on it.
56632         * configure.in: Don't override --enable-multi-arch.
56634 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
56636         [BZ #6812]
56637         * nscd/hstcache.c (tryagain): Define.
56638         (cache_addhst): Return tryagain not notfound for temporary errors.
56639         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
56640         failed.
56642 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
56644         [BZ #10563]
56645         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
56646         to make the syscall.
56647         * sysdeps/unix/sysv/linux/setgroups.c: New file.
56649         [BZ #12378]
56650         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
56651         and fall back to matching as normal character if the string ends before
56652         the matching ']' is found.  This is what POSIX requires.
56653         * posix/testfnm.c: Adjust test result.
56654         * posix/globtest.sh: Adjust test result.  Add new test.
56655         * posix/tst-fnmatch.input: Likewise.
56656         * posix/tst-fnmatch2.c: Add new test.
56658 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
56660         * elf/Makefile (check-execstack): Revert last change.  Depend on
56661         check-execstack.h.
56662         (check-execstack.h): New target.
56663         (generated): Add check-execstack.h.
56664         * elf/check-execstack.c: Include "check-execstack.h".
56665         (main): Revert last change.
56666         (handle_file): Return zero if GNU_STACK is absent and
56667         DEFAULT_STACK_PERMS doesn't include PF_X.
56669 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
56671         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
56672         in child fails because the descriptor is already closed.
56673         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
56674         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
56675         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
56677         [BZ #12397]
56678         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
56679         syscall.
56681         [BZ #10484]
56682         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
56683         temporary buffer used to handle multi lookups locally.
56684         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
56686 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
56688         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
56689         loader is ld.so.
56691 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
56693         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
56694         alignment for SSE2.
56696 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
56698         [BZ #12394]
56699         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
56700         characters.  When rounding increased number of integer digits recompute
56701         number of groups.
56702         * stdio-common/tst-grouping.c: New file.
56703         * stdio-common/Makefile: Add rules to build and run tst-grouping.
56705 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
56707         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
56708         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
56710         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
56711         void.
56712         * bits/select.h: Likewise.
56714 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
56716         * po/ja.po: Update from translation team.
56718 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
56720         [BZ #11155]
56721         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
56722         implementation just like for lxstat, fxstatat, et al.
56724 2010-12-27  Jim Meyering  <meyering@redhat.com>
56726         [BZ #12348]
56727         * posix/regexec.c (build_trtable): Return failure indication upon
56728         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
56730 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
56732         [BZ #12201]
56733         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
56734         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
56735         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
56736         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
56738         [BZ #12207]
56739         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
56741         [BZ #12204]
56742         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
56743         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
56745 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
56747         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
56748         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
56749         script has SORT_BY_INIT_PRIORITY.
56750         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
56751         NO_CTORS_DTORS_SECTIONS is defined.
56752         * elf/soinit.c: Likewise.
56753         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
56754         NO_CTORS_DTORS_SECTIONS is defined.
56755         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
56756         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
56757         * sysdeps/sh/init-first.c: Likewise.
56758         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
56760 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
56762         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
56763         always use the slow path.
56765 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
56767         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
56768         similar rule which adds the sysdep directories to the header search in
56769         order to pick up the correct platform stackinfo.h.
56770         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
56771         perform test if it is, otherwise return successfully without testing.
56772         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
56773         DEFAULT_STACK_PERMS define in stackinfo.h.
56774         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
56775         defined in stackinfo.h.
56776         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
56777         DEFAULT_STACK_PERMS defined in stackinfo.h.
56778         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
56779         * sysdeps/ia64/stackinfo.h: Likewise.
56780         * sysdeps/s390/stackinfo.h: Likewise.
56781         * sysdeps/sh/stackinfo.h: Likewise.
56782         * sysdeps/sparc/stackinfo.h: Likewise.
56783         * sysdeps/x86_64/stackinfo.h: Likewise.
56784         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
56785         PF_X for powerpc64.  Retain PF_X for powerpc32.
56787 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
56789         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
56790         accurately.
56791         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
56792         GETDENTS_64BIT_ALIGNED.
56794 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
56796         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
56798 2010-12-10  Andreas Schwab  <schwab@redhat.com>
56800         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
56801         _GNU_SOURCE.
56803         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
56804         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
56805         Remove __restrict.
56806         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
56807         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
56809 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
56811         [BZ #11655]
56812         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
56813         are initialized.
56815 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
56817         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
56819 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
56821         * po/it.po: Update from translation team.
56823 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
56825         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
56826         unused codes.
56828 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
56830         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
56832 2010-11-24  Andreas Schwab  <schwab@redhat.com>
56834         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
56835         specially.
56836         (gaih_getanswer_slice): Likewise.
56838 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
56840         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
56842 2010-05-31  Petr Baudis  <pasky@suse.cz>
56844         [BZ #11149]
56845         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
56846         silently even in the chroot mode.
56848 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
56850         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
56851         last patch a bit.  Pretty printing
56853 2010-05-31  Petr Baudis <pasky@suse.cz>
56855         [BZ #10085]
56856         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
56857         initialization of skip_initgroups_dyn.
56859 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
56861         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
56862         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56864 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
56866         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
56868 2010-11-11  Andreas Schwab  <schwab@redhat.com>
56870         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
56871         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
56872         (tst-fnmatch-ENV): Set MALLOC_TRACE.
56873         ($(objpfx)tst-fnmatch-mem): New rule.
56874         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
56875         * posix/tst-fnmatch.c (main): Call mtrace.
56877 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
56879         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56880         Support Intel processor model 6 and model 0x2c.
56882 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
56884         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
56885           signed comparison.
56887 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
56889         [BZ #12205]
56890         * string/test-strncasecmp.c (check_result): New function.
56891         (do_one_test): Use it.
56892         (check1): New function.
56893         (test_main): Use it.
56894         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
56895         Support strcasecmp and strncasecmp.
56897 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
56899         [BZ #12194]
56900         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
56901         * sysdeps/x86_64/bits/byteswap.h: Likewise.
56903 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
56905         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
56906         IFUNC support.
56907         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56908         memset-x86-64.
56909         * sysdeps/x86_64/multiarch/bzero.S: New file.
56910         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
56911         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
56912         * sysdeps/x86_64/multiarch/memset.S: New file.
56913         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
56914         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56915         Set bit_Prefer_SSE_for_memop for Intel processors.
56916         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
56917         Define.
56918         (index_Prefer_SSE_for_memop): Define.
56919         (HAS_PREFER_SSE_FOR_MEMOP): Define.
56921 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
56923         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
56924         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
56926 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
56928         [BZ #12191]
56929         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56930         (__x86_64_raw_data_cache_size_half): Likewise.
56931         (__x86_64_raw_shared_cache_size): Likewise.
56932         (__x86_64_raw_shared_cache_size_half): Likewise.
56934         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56935         (__x86_64_raw_data_cache_size_half): Likewise.
56936         (__x86_64_raw_shared_cache_size): Likewise.
56937         (__x86_64_raw_shared_cache_size_half): Likewise.
56938         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
56939         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
56940         and __x86_64_raw_shared_cache_size_half.  Round
56941         __x86_64_data_cache_size_half, __x86_64_data_cache_size
56942         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
56943         to multiple of 256 bytes.
56945 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
56947         [BZ #12167]
56948         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
56949         of inacessible symlinks.  Verify result of symlink before returning it.
56950         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
56951         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
56953 2010-10-28  Erich Ritz  <erichritz@gmail.com>
56955         * math/math.h (isinf): Fix typo in comment.
56957 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
56959         * po/da.po: Update from translation team.
56961 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
56963         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
56964         is added to the list.
56966 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56967             Ulrich Drepper  <drepper@gmail.com>
56969         * elf/dl-object.c (_dl_new_object): Don't append the new object to
56970         the global list here.  Move code to...
56971         (_dl_add_to_namespace_list): ...here.  New function.
56972         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
56973         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
56974         * elf/dl-load.c (lose): Don't remove the element from the list.
56975         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
56976         (_dl_map_object): Likewise.
56978 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
56980         [BZ #12159]
56981         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
56982         into all bytes of SSE register.
56983         Patch by Richard Li <richardpku@gmail.com>.
56985 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
56987         [BZ #12140]
56988         * malloc/malloc.c (_int_free): Fill correct number of bytes when
56989         perturbing.
56991 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
56993         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
56994         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
56995         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
56996         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
56997         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
56998         submachine.
56999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
57001 2010-10-22  Andreas Schwab  <schwab@redhat.com>
57003         * include/dlfcn.h (__RTLD_SECURE): Define.
57004         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
57005         mode & __RTLD_SECURE instead.
57006         (open_path): Rename preloaded parameter to secure.
57007         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
57008         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
57009         * elf/dl-deps.c (openaux): Likewise.
57010         * elf/rtld.c (struct map_args): Remove is_preloaded.
57011         (map_doit): Don't use it.
57012         (dl_main): Likewise.
57013         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
57014         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
57016 2010-09-09  Andreas Schwab  <schwab@redhat.com>
57018         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
57019         (sysd-rules-targets): Remove duplicates.
57020         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
57021         rtld-%.$o dependency.
57023 2010-10-18  Andreas Schwab  <schwab@redhat.com>
57025         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
57026         _dl_map_object do it.
57028 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
57030         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
57031         fast fma builtins, define the macros in the C99 standard.
57032         (FP_FAST_FMAF): Likewise.
57033         (FP_FAST_FMAL): Likewise.
57034         * sysdeps/x86_64/bits/mathdef.h: Likewise.
57036         * bits/mathdef.h: Update copyright year.
57037         * sysdeps/powerpc/bits/mathdef.h: Likewise.
57039 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
57041         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
57042         builtins, define the macros in the C99 standard.
57043         (FP_FAST_FMAF): Likewise.
57044         (FP_FAST_FMAL): Likewise.
57045         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
57046         multiply/add.
57047         (FP_FAST_FMAF): Likewise.
57049 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
57051         [BZ #3268]
57052         * math/libm-test.inc (fma_test): Some new testcases.
57053         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
57054         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
57055         y and infinite z.  Do multiplication by C already in long double.
57056         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
57057         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
57058         y and infinite z.  Do bitwise or of inexact bit into u.d.
57059         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
57060         * sysdeps/i386/fpu/s_fmaf.S: Removed.
57061         * sysdeps/i386/fpu/s_fma.S: Removed.
57062         * sysdeps/i386/fpu/s_fmal.S: Removed.
57064 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
57066         [BZ #3268]
57067         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
57068         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
57069         computation is not scheduled after fetestexcept.  Fix value
57070         of minimum denormal long double.
57072 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
57074         [BZ #3268]
57075         * math/libm-test.inc (fma_test): Add some more tests.
57076         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
57077         correctly.
57079 2010-10-15  Andreas Schwab  <schwab@redhat.com>
57081         * scripts/data/localplt-s390-linux-gnu.data: New file.
57082         * scripts/data/localplt-s390x-linux-gnu.data: New file.
57084 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
57086         [BZ #3268]
57087         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
57088         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
57089         instead of dbl-64.
57090         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
57091         inlines.
57092         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
57093         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
57094         if one of x and y is very large and the other is subnormal.
57095         * sysdeps/s390/fpu/s_fmaf.c: New file.
57096         * sysdeps/s390/fpu/s_fma.c: New file.
57097         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
57098         * sysdeps/powerpc/fpu/s_fma.S: New file.
57099         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
57100         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
57101         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
57103 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
57105         [BZ #3268]
57106         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
57107         fma tests.
57108         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
57109         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
57110         * sysdeps/i386/i686/multiarch/s_fma.c: Include
57111         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
57112         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
57113         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
57114         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
57116 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
57118         [BZ #12078]
57119         * posix/regcomp.c (parse_branch): One more memory leak plugged.
57120         * posix/bug-regex31.input: Add test case.
57122 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57124         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
57125         * posix/bug-regex31.input: New file.
57127         [BZ #12078]
57128         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
57129         (parse_sub_exp): Fix last change, use postorder.
57131         * posix/bug-regex31.c: New file.
57132         * posix/Makefile: Add rules to build and run bug-regex31.
57134         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
57136         [BZ #12078]
57137         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
57139         [BZ #12108]
57140         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
57141         to have entries in sys_siglist.
57143         [BZ #12093]
57144         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
57145         be NULL.
57147 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
57149         [BZ #3268]
57150         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
57151         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
57152         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
57153         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
57154         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
57155         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
57156         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
57157         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
57158         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
57159         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
57160         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
57161         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
57162         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
57163         * math/ftestexcept.c (fetestexcept): Likewise.
57164         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
57165         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
57166         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
57167         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
57168         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
57169         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
57170         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
57172 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57174         [BZ #12107]
57175         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
57176         newline.
57178 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
57180         * string/bug-strstr1.c: New file.
57181         * string/Makefile: Add rules to build and run bug-strstr1.
57183 2010-10-05  Eric Blake  <eblake@redhat.com>
57185         [BZ #12092]
57186         * string/str-two-way.h (two_way_long_needle): Always clear memory
57187         when skipping input due to the shift table.
57189 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
57191         [BZ #12005]
57192         * malloc/mcheck.c: Handle large requests.
57194         [BZ #12077]
57195         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
57196         for strncmp and strncasecmp.
57197         * string/stratcliff.c: Add tests for strcmp and strncmp.
57198         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
57200 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
57202         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
57203         __set_fpscr.
57205 2010-09-30  Andreas Jaeger  <aj@suse.de>
57207         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
57208         (CGROUP_SUPER_MAGIC): Define.
57209         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57210         Handle btrfs and cgroup file systems.
57211         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
57212         Likewise.
57214 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
57216         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
57217         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
57219 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57221         [BZ #12067]
57222         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
57223         trying to locate the ELF header.
57225 2010-09-27  Andreas Schwab  <schwab@redhat.com>
57227         [BZ #11611]
57228         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
57229         Mask out sign-bit copies when constructing f_fsid.
57231 2010-09-24  Petr Baudis <pasky@suse.cz>
57233         * debug/stack_chk_fail_local.c: Add missing licence exception.
57234         * debug/warning-nop.c: Likewise.
57236 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
57238         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
57239         implementing getdents64 using getdents syscall, set d_type if
57240         __ASSUME_GETDENTS32_D_TYPE.
57242 2010-09-16  Andreas Schwab  <schwab@redhat.com>
57244         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
57245         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
57247 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
57249         [BZ #12037]
57250         * posix/unistd.h: Undo change of feature selection for ftruncate from
57251         2010-01-11.
57253 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
57255         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
57256         detection.
57258 2010-09-20  Andreas Schwab  <schwab@redhat.com>
57260         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
57261         fanotify_mark.
57262         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57264 2010-09-14  Andreas Schwab  <schwab@redhat.com>
57266         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
57267         variables after CHECK_SP call.
57268         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
57270 2010-09-13  Andreas Schwab  <schwab@redhat.com>
57271             Ulrich Drepper  <drepper@redhat.com>
57273         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
57274         re-relocationg ld.so.
57275         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
57276         _dl_init_paths call.
57277         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
57278         here anymore.
57280 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
57282         * resolv/res_init.c (__res_vinit): Count the default server we added.
57284 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
57285             Ulrich Drepper  <drepper@redhat.com>
57287         [BZ #11968]
57288         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
57289         (____longjmp_chk): Use %ebx for saving value across system call.
57290         Add unwind info.
57292 2010-09-06  Andreas Schwab  <schwab@redhat.com>
57294         * manual/Makefile: Don't mix pattern rules with normal rules.
57296 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
57298         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
57299         operation.
57300         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
57301         * libio/iofopncook.c (_IO_cookie_init): Likewise.
57302         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
57303         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
57304         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
57305         Likewise.
57307 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
57309         [BZ #11979]
57310         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
57311         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
57313 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
57315         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
57316         * sysdeps/x86_64/addmul_1.S: Likewise.
57317         * sysdeps/x86_64/lshift.S: Likewise.
57318         * sysdeps/x86_64/mul_1.S: Likewise.
57319         * sysdeps/x86_64/rshift.S: Likewise.
57320         * sysdeps/x86_64/sub_n.S: Likewise.
57321         * sysdeps/x86_64/submul_1.S: Likewise.
57323 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57325         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
57326         Define __sched_param instead of SCHED_* and sched_param when
57327         <bits/sched.h> is included with __need_schedparam defined.
57328         * bits/sched.h [__need_schedparam]
57329         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
57330         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
57331         (__defined_schedparam): Define to 1.
57332         (__sched_param): New structure, identical to sched_param.
57333         (__need_schedparam): Undefine.
57335 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
57337         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
57338         (epoll_create1): Declare.
57340         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
57342 2010-08-31  Andreas Schwab  <schwab@redhat.com>
57344         [BZ #7066]
57345         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
57346         shifting retval into place.
57348 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
57350         * nis/rpcsvc/nis.h: Update copyright notice.
57351         * nis/rpcsvc/nis.x: Likewise.
57352         * nis/rpcsvc/nis_callback.h: Likewise.
57353         * nis/rpcsvc/nis_callback.x: Likewise.
57354         * nis/rpcsvc/nis_object.x: Likewise.
57355         * nis/rpcsvc/nis_tags.h: Likewise.
57356         * nis/rpcsvc/yp.h: Likewise.
57357         * nis/rpcsvc/yp.x: Likewise.
57358         * nis/rpcsvc/ypupd.h: Likewise.
57359         * nis/yp_xdr.c: Likewise.
57360         * nis/ypupdate_xdr.c: Likewise.
57362         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
57363         mainly the body of pmap_getport.  Add parameters to specify timeouts.
57364         (pmap_getport): Use __libc_rpc_getport.
57365         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
57366         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
57367         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
57369 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
57371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
57372         fanotify_mark.
57374 2010-08-27  Roland McGrath  <roland@redhat.com>
57376         * sysdeps/i386/i686/multiarch/Makefile
57377         (CFLAGS-varshift.c): New variable.
57379 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
57381         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
57382         * sysdeps/i386/i686/multiarch/varshift.c: New file.
57384         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
57386         * sysdeps/x86_64/strlen.S: Minimal code improvement.
57388 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
57390         * sysdeps/x86_64/strlen.S: Unroll the loop.
57391         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57392         strlen-sse2 strlen-sse2-bsf.
57393         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
57394         __strlen_no_bsf if bit_Slow_BSF is set.
57395         (__strlen_sse42): Removed.
57396         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
57397         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
57399 2010-08-25  Roland McGrath  <roland@redhat.com>
57401         * sysdeps/x86_64/multiarch/varshift.S: File removed.
57402         * sysdeps/x86_64/multiarch/varshift.c: New file.
57403         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
57404         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
57405         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
57406         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
57408 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
57410         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57411         strlen-sse2 strlen-sse2-bsf.
57412         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
57413         __strlen_sse2_bsf if bit_Slow_BSF is unset.
57414         (__strlen_sse2): Removed.
57415         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
57416         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
57417         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
57418         bit_Slow_BSF for Atom.
57419         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
57420         (index_Slow_BSF): Define.
57421         (HAS_SLOW_BSF): Define.
57423 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
57425         [BZ #10851]
57426         * resolv/res_init.c (__res_vinit): When no server address at all
57427         is given default to loopback.
57429 2010-08-24  Roland McGrath  <roland@redhat.com>
57431         * configure.in: Remove config-name.h generation.
57432         * configure: Regenerated.
57433         * config-name.in: File removed.
57434         * scripts/config-uname.sh: New file.
57435         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
57436         ($(objdir)config-name.h): New target.
57438         * sunrpc/rpc_parse.h: Avoid nested comment.
57440 2010-08-24  Richard Henderson  <rth@redhat.com>
57441             Ulrich Drepper  <drepper@redhat.com>
57442             H.J. Lu  <hongjiu.lu@intel.com>
57444         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
57445         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
57446         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
57447         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
57448         _mm_alignr_epi8 with _mm_loadu_si128.
57449         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
57450         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
57451         (__m128i_shift_right): Removed.
57452         * sysdeps/i386/i686/multiarch/varshift.h: New file.
57453         * sysdeps/i386/i686/multiarch/varshift.S: New file.
57454         * sysdeps/x86_64/multiarch/varshift.h: New file.
57455         * sysdeps/x86_64/multiarch/varshift.S: New file.
57457 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
57459         * configure.in: Move assembler checks to before sysdep dir checking.
57461 2010-08-20  Petr Baudis  <pasky@suse.cz>
57463         * LICENSES: Sync the sunrpc license.
57465 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
57467         * sunrpc/auth_des.c: Update copyright notice once again.
57468         * sunrpc/auth_none.c: Likewise.
57469         * sunrpc/auth_unix.c: Likewise.
57470         * sunrpc/authdes_prot.c: Likewise.
57471         * sunrpc/authuxprot.c: Likewise.
57472         * sunrpc/bindrsvprt.c: Likewise.
57473         * sunrpc/clnt_gen.c: Likewise.
57474         * sunrpc/clnt_perr.c: Likewise.
57475         * sunrpc/clnt_raw.c: Likewise.
57476         * sunrpc/clnt_simp.c: Likewise.
57477         * sunrpc/clnt_tcp.c: Likewise.
57478         * sunrpc/clnt_udp.c: Likewise.
57479         * sunrpc/clnt_unix.c: Likewise.
57480         * sunrpc/des_crypt.c: Likewise.
57481         * sunrpc/des_soft.c: Likewise.
57482         * sunrpc/get_myaddr.c: Likewise.
57483         * sunrpc/getrpcport.c: Likewise.
57484         * sunrpc/key_call.c: Likewise.
57485         * sunrpc/key_prot.c: Likewise.
57486         * sunrpc/openchild.c: Likewise.
57487         * sunrpc/pm_getmaps.c: Likewise.
57488         * sunrpc/pm_getport.c: Likewise.
57489         * sunrpc/pmap_clnt.c: Likewise.
57490         * sunrpc/pmap_prot.c: Likewise.
57491         * sunrpc/pmap_prot2.c: Likewise.
57492         * sunrpc/pmap_rmt.c: Likewise.
57493         * sunrpc/rpc/auth.h: Likewise.
57494         * sunrpc/rpc/auth_unix.h: Likewise.
57495         * sunrpc/rpc/clnt.h: Likewise.
57496         * sunrpc/rpc/des_crypt.h: Likewise.
57497         * sunrpc/rpc/key_prot.h: Likewise.
57498         * sunrpc/rpc/netdb.h: Likewise.
57499         * sunrpc/rpc/pmap_clnt.h: Likewise.
57500         * sunrpc/rpc/pmap_prot.h: Likewise.
57501         * sunrpc/rpc/pmap_rmt.h: Likewise.
57502         * sunrpc/rpc/rpc.h: Likewise.
57503         * sunrpc/rpc/rpc_des.h: Likewise.
57504         * sunrpc/rpc/rpc_msg.h: Likewise.
57505         * sunrpc/rpc/svc.h: Likewise.
57506         * sunrpc/rpc/svc_auth.h: Likewise.
57507         * sunrpc/rpc/types.h: Likewise.
57508         * sunrpc/rpc/xdr.h: Likewise.
57509         * sunrpc/rpc_clntout.c: Likewise.
57510         * sunrpc/rpc_cmsg.c: Likewise.
57511         * sunrpc/rpc_common.c: Likewise.
57512         * sunrpc/rpc_cout.c: Likewise.
57513         * sunrpc/rpc_dtable.c: Likewise.
57514         * sunrpc/rpc_hout.c: Likewise.
57515         * sunrpc/rpc_main.c: Likewise.
57516         * sunrpc/rpc_parse.c: Likewise.
57517         * sunrpc/rpc_parse.h: Likewise.
57518         * sunrpc/rpc_prot.c: Likewise.
57519         * sunrpc/rpc_sample.c: Likewise.
57520         * sunrpc/rpc_scan.c: Likewise.
57521         * sunrpc/rpc_scan.h: Likewise.
57522         * sunrpc/rpc_svcout.c: Likewise.
57523         * sunrpc/rpc_tblout.c: Likewise.
57524         * sunrpc/rpc_util.c: Likewise.
57525         * sunrpc/rpc_util.h: Likewise.
57526         * sunrpc/rpcinfo.c: Likewise.
57527         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
57528         * sunrpc/rpcsvc/key_prot.x: Likewise.
57529         * sunrpc/rpcsvc/klm_prot.x: Likewise.
57530         * sunrpc/rpcsvc/mount.x: Likewise.
57531         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
57532         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
57533         * sunrpc/rpcsvc/rex.x: Likewise.
57534         * sunrpc/rpcsvc/rstat.x: Likewise.
57535         * sunrpc/rpcsvc/rusers.x: Likewise.
57536         * sunrpc/rpcsvc/sm_inter.x: Likewise.
57537         * sunrpc/rpcsvc/spray.x: Likewise.
57538         * sunrpc/rpcsvc/yppasswd.x: Likewise.
57539         * sunrpc/rtime.c: Likewise.
57540         * sunrpc/svc.c: Likewise.
57541         * sunrpc/svc_auth.c: Likewise.
57542         * sunrpc/svc_authux.c: Likewise.
57543         * sunrpc/svc_raw.c: Likewise.
57544         * sunrpc/svc_run.c: Likewise.
57545         * sunrpc/svc_simple.c: Likewise.
57546         * sunrpc/svc_tcp.c: Likewise.
57547         * sunrpc/svc_udp.c: Likewise.
57548         * sunrpc/svc_unix.c: Likewise.
57549         * sunrpc/svcauth_des.c: Likewise.
57550         * sunrpc/xcrypt.c: Likewise.
57551         * sunrpc/xdr.c: Likewise.
57552         * sunrpc/xdr_array.c: Likewise.
57553         * sunrpc/xdr_float.c: Likewise.
57554         * sunrpc/xdr_mem.c: Likewise.
57555         * sunrpc/xdr_rec.c: Likewise.
57556         * sunrpc/xdr_ref.c: Likewise.
57557         * sunrpc/xdr_sizeof.c: Likewise.
57558         * sunrpc/xdr_stdio.c: Likewise.
57560         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
57561         handling.
57563 2010-08-19  Andreas Schwab  <schwab@redhat.com>
57565         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
57567 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
57569         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
57570         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
57571         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
57572         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
57573         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
57574         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
57575         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
57576         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
57577         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
57578         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
57579         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
57580         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
57581         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
57582         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
57584 2010-07-26  Anton Blanchard  <anton@samba.org>
57586         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
57587         * malloc/arena.c (heap_trim): Likewise.
57589 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
57591         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
57592         here.  Not...
57593         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
57594         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
57596 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
57598         * sysdeps/i386/elf/Makefile: New file.
57600 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
57602         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
57603         from fanotify_init.
57604         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
57605         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57607 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
57609         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
57610         of strncasecmp_l.
57611         * sysdeps/multiarch/strcmp.S: Likewise.
57613 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
57615         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57616         strncase_l-nonascii.
57617         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57618         Add strncase_l-ssse3.
57619         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
57620         * sysdeps/x86_64/strcmp.S: Likewise.
57621         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
57622         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
57623         * sysdeps/x86_64/strncase.S: New file.
57624         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
57625         * sysdeps/x86_64/strncase_l.S: New file.
57626         * string/Makefile (strop-tests): Add strncasecmp.
57627         * string/test-strncasecmp.c: New file.
57629         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
57630         warning.
57632         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
57633         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
57635 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
57637         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
57639 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
57641         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
57642         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
57643         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
57645 2010-05-01  Alan Modra  <amodra@gmail.com>
57647         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
57648         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
57649         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
57650         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
57651         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
57652         tidying.  Don't tail-call __sigjmp_save for static lib.
57653         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
57654         save location.
57655         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
57656         (CALL_MCOUNT): Add eh info, and nop after bl.
57657         (TAIL_CALL_SYSCALL_ERROR): New macro.
57658         (PSEUDO_RET): Use it.
57659         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
57660         Correct save location of integer regs and cr.
57661         (_dl_profile_resolve): Correct cr save location.  Delete nops
57662         after bl when SHARED.  Reduce cfi size a little by better
57663         placement of cfi directives.
57664         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
57665         make a stack frame.  Instead use parm save area as a temp.
57666         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
57667         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
57668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
57669         Don't make a stack frame for parent, use parm save area.
57670         Increase child stack frame to 112 bytes.  Don't save unused reg,
57671         and adjust reg usage.  Set up cfi on error recovery and
57672         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
57673         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
57674         (__makecontext): Add dummy nop after jump to exit.
57675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
57676         Use correct parm save area and cr save, reduce stack frame.
57677         Correct cfi for possible PSEUDO_RET frame setup.
57678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
57679         Branch to local label emitted by PSEUDO_RET rather than
57680         __syscall_error.
57682 2010-08-12  Andreas Schwab  <schwab@redhat.com>
57684         [BZ #11904]
57685         * locale/programs/locale.c (print_assignment): New function.
57686         (show_locale_vars): Use it.
57688 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
57690         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
57691         field.
57692         (struct statfs64): Likewise.
57693         (_STATFS_F_FLAGS): Define.
57694         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
57695         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57696         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
57697         (ST_VALID): Define locally.
57698         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
57699         __statvfs_getflags, use the provided value.
57700         * sysdeps/unix/sysv/linux/kernel-features.h: Define
57701         __ASSUME_STATFS_F_FLAGS.
57703         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
57705         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
57706         Add sys/fanotify.h.
57707         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
57708         fanotify_mask for GLIBC_2.13.
57709         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
57710         fanotify_init and fanotify_mark.
57711         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57712         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
57714         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
57715         Add prlimit.
57716         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
57717         prlimit64 for GLIBC_2.13.
57718         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
57719         prlimit64.
57720         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
57721         syscall.
57722         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
57723         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57724         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
57725         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
57726         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
57727         add prlimit alias.
57728         * sysdeps/unix/sysv/linux/prlimit.c: New file.
57730         [BZ #11903]
57731         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
57732         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
57734         * nss/Makefile: Add rules to build and run tst-nss-test1.
57735         * shlib-versions: Add entry for libnss_test1.
57736         * nss/nss_test1.c: New file.
57737         * nss/tst-nss-test1.c: New file.
57739         * nss/nsswitch.c (__nss_database_custom): Define new variable.
57740         (__nss_configure_lookup): Set appropriate entry in
57741         __nss_configure_lookup to true.
57742         * nss/nsswitch.h: Define enum with indeces of databases in
57743         databases and __nss_database_custom arrays.  Declare
57744         __nss_database_custom.
57745         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
57746         to avoid using nscd when custom rules are installed.
57747         * nss/getXXbyYY_r.c: Likewise.
57748         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
57750         * nss/nss_files/files-parse.c: Whitespace fixes.
57752 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
57754         [BZ #11883]
57755         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
57756         * posix/fnmatch_loop.c: Likewise.
57758 2010-07-17  Andi Kleen  <ak@linux.intel.com>
57760         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
57761         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
57762         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
57763         * Versions.def [GLIBC_2.13]: Add.
57765 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
57767         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57768         Also fail if tpwd after pwuid call is NULL.
57770 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57772         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
57773         when converting to ms.
57775 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57777         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
57778         EOPNOTSUPP errors with ENOTTY.
57779         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
57780         EOPNOTSUPP errors with ENOTTY.
57782 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
57784         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57785         Add strcasecmp_l-ssse3.
57786         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
57787         strcasecmp.
57788         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
57789         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
57790         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
57792 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
57794         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
57796         * string/Makefile (strop-tests): Add strcasecmp.
57797         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57798         strcasecmp_l-nonascii.
57799         (gen-as-const-headers): Add locale-defines.sym.
57800         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
57801         * sysdeps/x86_64/strcasecmp.S: New file.
57802         * sysdeps/x86_64/strcasecmp_l.S: New file.
57803         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
57804         * sysdeps/x86_64/locale-defines.sym: New file.
57805         * string/test-strcasecmp.c: New file.
57807         * string/test-strcasestr.c: Test both ends of the range of characters.
57808         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
57810 2010-07-29  Roland McGrath  <roland@redhat.com>
57812         [BZ #11856]
57813         * manual/locale.texi (Yes-or-No Questions): Fix example code.
57815 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
57817         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
57818         for ld.so.
57820 2010-07-27  Andreas Schwab  <schwab@redhat.com>
57822         * manual/memory.texi (Malloc Tunable Parameters): Document
57823         M_PERTURB.
57825 2010-07-26  Roland McGrath  <roland@redhat.com>
57827         [BZ #11840]
57828         * configure.in (-fgnu89-inline check): Set and substitute
57829         gnu89_inline, not libc_cv_gnu89_inline.
57830         * configure: Regenerated.
57831         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
57833 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
57835         * string/test-strnlen.c: New file.
57836         * string/Makefile (strop-tests): Add strnlen.
57837         * string/tester.c (test_strnlen): Add a few more test cases.
57838         * string/tst-strlen.c: Better error reporting.
57840         * sysdeps/x86_64/strnlen.S: New file.
57842 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
57844         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
57845         lower-latency instructions.
57847 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
57849         * string/test-strcasestr.c: New file.
57850         * string/test-strstr.c: New file.
57851         * string/Makefile (strop-tests): Add strstr and strcasestr.
57852         * string/str-two-way.h: Don't undefine MAX.
57853         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
57855 2010-07-21  Andreas Schwab  <schwab@redhat.com>
57857         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57858         strcasestr-nonascii.
57859         (CFLAGS-strcasestr-nonascii.c): Define.
57860         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
57861         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
57862         Remove unused attribute.
57864 2010-07-20  Roland McGrath  <roland@redhat.com>
57866         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
57867         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
57868         ld.so.cache was broken.  With it, there is no way to disable dsocaps
57869         like LD_HWCAP_MASK can disable hwcaps.
57871 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
57873         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
57875 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
57877         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
57878         call in strcasestr.
57879         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
57880         __strcasestr_sse42_nonascii.
57881         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
57882         strcasestr-nonascii.c.
57883         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
57885 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
57887         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
57888         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
57889         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
57890         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
57892 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
57894         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
57895         fcntl.
57897 2010-07-06  Andreas Schwab  <schwab@redhat.com>
57899         [BZ #11577]
57900         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
57901         dl_signal_cerror.
57903 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
57905         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
57906         _PC_PIPE_BUF using F_GETPIPE_SZ.
57908 2010-07-05  Roland McGrath  <roland@redhat.com>
57910         * manual/arith.texi (Rounding Functions): Fix rint description
57911         implicit in round description.
57913 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
57915         * elf/Makefile: Fix linking for a few tests to make recent linker
57916         happy.
57918 2010-06-30  Andreas Schwab  <schwab@redhat.com>
57920         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
57921         $(common-objpfx)libc_nonshared.a.
57923 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
57925         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
57926         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
57927         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57928         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57929         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
57930         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
57931         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57932         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57933         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
57934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
57935         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
57936         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
57938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
57940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
57941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
57942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
57943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
57945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
57947         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
57948         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
57949         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
57950         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
57951         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
57952         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
57953         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
57954         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
57955         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
57956         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
57957         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
57958         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
57959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
57960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
57961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
57962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
57963         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
57964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
57965         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
57966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
57967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
57968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
57969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
57970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
57971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
57972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
57974 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
57976         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
57977         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
57978         * string/memmove.c (memmove): Renamed to ...
57979         (MEMMOVE): ...this.  Default to memmove.
57980         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
57981         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
57982         (END_CHK): Define.
57983         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57984         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
57985         mempcpy-ssse3-back memmove-ssse3-back.
57986         * sysdeps/x86_64/multiarch/bcopy.S: New file .
57987         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
57988         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
57989         * sysdeps/x86_64/multiarch/memcpy.S: New file.
57990         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
57991         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
57992         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
57993         * sysdeps/x86_64/multiarch/memmove.c: New file.
57994         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
57995         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
57996         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
57997         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
57998         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
57999         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
58000         Define.
58001         (index_Fast_Copy_Backward): Define.
58002         (HAS_ARCH_FEATURE): Define.
58003         (HAS_FAST_REP_STRING): Define.
58004         (HAS_FAST_COPY_BACKWARD): Define.
58006 2010-06-21  Andreas Schwab  <schwab@redhat.com>
58008         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58009         Restore proper fallback handling.
58011 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
58013         [BZ #11701]
58014         * posix/group_member.c (__group_member): Correct checking loop.
58016         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
58017         OOM in getpwuid_r correctly.  Return error number when the caller
58018         should return, otherwise -1.
58019         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
58020         call returning > 0 value.
58021         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
58023 2010-06-07  Andreas Schwab  <schwab@redhat.com>
58025         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
58026         libc_nonshared.a from targets in modules-names.
58028 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
58030         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
58031         requires it.
58033 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
58035         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
58036         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
58037         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
58038         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
58040 2010-06-02  Andreas Schwab  <schwab@redhat.com>
58042         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
58044 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
58046         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
58047         and F_GETPIPE_SZ.
58048         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
58049         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
58050         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
58051         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
58052         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
58053         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
58055 2010-06-14  Roland McGrath  <roland@redhat.com>
58057         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
58059 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
58061         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
58062         __REDIRECT followed by __THROW.
58063         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
58064         * posix/getopt.h (getopt): Likewise.
58066 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58068         * hurd/lookup-at.c (__file_name_lookup_at): Accept
58069         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
58070         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
58071         in AT_FLAGS.
58072         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
58073         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
58075 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
58077         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
58079 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
58081         [BZ #11640]
58082         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58083         Properly check family and model.
58085 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
58087         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
58089 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
58091         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
58093 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
58095         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
58096         symbol reference.
58098 2010-05-19  Andreas Schwab  <schwab@redhat.com>
58100         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
58101         symbol reference.
58103 2010-05-21  Andreas Schwab  <schwab@redhat.com>
58105         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
58106         and internal_recvmmsg.
58107         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
58108         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
58109         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
58110         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
58112         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
58113         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
58114         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
58116 2010-05-20  Andreas Schwab  <schwab@redhat.com>
58118         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
58120 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
58122         POWER7 optimizations.
58123         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
58124         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
58126 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
58128         * version.h: Update for 2.13 development version.
58130 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
58132         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
58133         exceptions.  Return 0.
58135 2010-05-07  Roland McGrath  <roland@redhat.com>
58137         * elf/ldconfig.c (main): Add a const.
58139 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
58141         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
58142         (args_options): Add no-idn option.
58143         (ahosts_keys_int): Add idn_flags to ai_flags.
58144         (parse_option): Handle 'i' option to clear idn_flags.
58146         * malloc/malloc.c (_int_free): Possible race in the most recently
58147         added check.  Only act on the data if no current modification
58148         happened.
58150 See ChangeLog.17 for earlier changes.