Omit libc-modules.h for all .v.i files.
[glibc.git] / ChangeLog
blobc2eacca8de7785ea0f5f19498e50c64a06e3f068
1 2015-04-09  Roland McGrath  <roland@hack.frob.com>
3         * Makeconfig (module-cppflags): Exclude all .v.i files.
4         (skip-module-cppflags): Variable removed.
6         * configure.ac (libc_config_ok): Initialize before reading
7         preconfigure scripts, not after.
8         * configure: Regenerated.
10         * test-skeleton.c (TIMEOUT): Move #define to top level.
11         (main): Grok environment variable TEST_DIRECT.  If set, print
12         test expectation details into that file and then behave as if
13         given --direct.
15 2015-04-09  Florian Weimer  <fweimer@redhat.com>
17         * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
18         warning on 32-bit.
20 2015-04-08  David S. Miller  <davem@davemloft.net>
22         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
26         * math/auto-libm-test-in: Add more tests of atanh.
27         * math/auto-libm-test-out: Regenerated.
28         * sysdeps/i386/fpu/libm-test-ulps: Update.
29         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31         * math/auto-libm-test-in: Add more tests of atan.
32         * math/auto-libm-test-out: Regenerated.
33         * sysdeps/i386/fpu/libm-test-ulps: Update.
34         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36 2015-04-08  Florian Weimer  <fweimer@redhat.com>
38         * elf/pldd.c (main): Rewrite to use struct
39         scratch_buffer instead of extend_alloca.
40         * elf/pldd-xx.c (find_maps): Likewise.
41         * grp/initgroups.c: Include <scratch_buffer.h> instead of
42         <alloca.h>.
43         * grp/compat-initgroups.c (compat_call): Rewrite to use struct
44         scratch_buffer instead of extend_alloca.
45         * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
46         grp/compat-initgroups.c.
47         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
48         Rewrite to use struct scratch_buffer instead of extend_alloca.
49         * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
50         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
52 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
54         * math/auto-libm-test-in: Add more tests of cbrt.
55         * math/auto-libm-test-out: Regenerated.
56         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
58         * math/auto-libm-test-in: Add more tests of cabs.
59         * math/auto-libm-test-out: Regenerated.
60         * sysdeps/i386/fpu/libm-test-ulps: Update.
61         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
63         [BZ #18210]
64         [BZ #18211]
65         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
66         (__ieee754_atan2): Set FE_TONEAREST mode for internal
67         computations.
68         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
69         clog10.
70         * math/auto-libm-test-out: Regenerated.
71         * sysdeps/i386/fpu/libm-test-ulps: Update.
72         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
74         [BZ #18197]
75         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
76         (atan): Set FE_TONEAREST mode for internal computations.
77         * math/auto-libm-test-in: Add more tests of atan.
78         * math/auto-libm-test-out: Regenerated.
80 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
82         [BZ #17930]
83         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
85 2015-04-07  Florian Weimer  <fweimer@redhat.com>
87         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
89 2015-04-07  Florian Weimer  <fweimer@redhat.com>
91         * include/scratch_buffer.h: New file.
92         * malloc/scratch_buffer_grow.c: Likewise.
93         * malloc/scratch_buffer_grow_preserve.c: Likewise.
94         * malloc/scratch_buffer_set_array_size.c: Likewise.
95         * malloc/tst-scratch_buffer.c: Likewise.
96         * malloc/Makefile (routines): Add scratch_buffer_grow.
97         (tests): Add test case.
98         * malloc/Versions (GLIBC_PRIVATE): Export
99         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
100         __libc_scratch_buffer_set_array_size.
102 2015-04-06  Richard Henderson  <rth@redhat.com>
104         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
105         * sysdeps/alpha/fpu/libm-test-ulps: Update.
107         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
108         unsigned int before printing.
110 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
112         [BZ #17596]
113         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
114         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
116 2015-04-02  Florian Weimer  <fweimer@redhat.com>
118         * include/libc-internal.h (libc_max_align_t): Define.
120 2015-04-02  Andreas Schwab  <schwab@suse.de>
122         [BZ #16850]
123         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
125 2015-04-02  Mel Gorman  <mgorman@suse.de>
127         [BZ #17195]
128         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
129         as well as the main arena.
131 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
133         [BZ #18185]
134         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
135         sharing L2 cache to 2 for Silvermont/Knights Landing.
137 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
139         [BZ #17711]
140         * config.make.in (have-protected-data): New.
141         * configure.ac: Check linker support for protected data symbol.
142         * configure: Regenerated.
143         * elf/Makefile (modules-names): Add tst-protected1moda and
144         tst-protected1modb if $(have-protected-data) is yes.
145         (tests): Add tst-protected1a and tst-protected1b if
146         $(have-protected-data) is yes.
147         ($(objpfx)tst-protected1a): New.
148         ($(objpfx)tst-protected1b): Likewise.
149         (tst-protected1modb.so-no-z-defs): Likewise.
150         * elf/tst-protected1a.c: New file.
151         * elf/tst-protected1b.c: Likewise.
152         * elf/tst-protected1mod.h: Likewise.
153         * elf/tst-protected1moda.c: Likewise.
154         * elf/tst-protected1modb.c: Likewise.
156 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
158         [BZ #17711]
159         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
160         indicates it is called from do_lookup_x on relocation against
161         protected data, skip the data definion in the executable from
162         copy reloc.
163         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
164         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
165         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
166         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
167         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
168         otherwise to 0.
169         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
170         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
171         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
172         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
173         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
174         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
176 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
178         * sysdeps/nptl/pthread.h: Remove duplicate definition of
179         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
181 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
183         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
184         THREAD_SETMEM_NC.
185         * sysdeps/x86_64/nptl/tls.h: Ditto.
187 2015-03-27  Roland McGrath  <roland@hack.frob.com>
189         * dlfcn/tststatic.c (main): Converted to ...
190         (do_test): ... this.
191         (TEST_FUNCTION): New macro.
192         Include test-skeleton.c.
194 2015-03-26  Alan Modra  <amodra@gmail.com>
196         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
197         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
198         zero for undefined weak.
199         (elf_machine_plt_conflict): Similarly.
201 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
203         * math/auto-libm-test-in: Add more tests of acosh, asinh and
204         atanh.
205         * math/auto-libm-test-out: Regenerated.
206         * sysdeps/i386/fpu/libm-test-ulps: Update.
207         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
209         * math/auto-libm-test-in: Add another test of asin.
210         * math/auto-libm-test-out: Regenerated.
211         * sysdeps/i386/fpu/libm-test-ulps: Update.
212         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
214         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
215         Remove macro.
216         (LLL_EBX_REG): Likewise.
217         (LLL_ENTER_KERNEL): Likewise.
219         * math/auto-libm-test-in: Add more tests of asin.
220         * math/auto-libm-test-out: Regenerated.
221         * sysdeps/i386/fpu/libm-test-ulps: Update.
222         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
224         [BZ #18138]
225         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
226         libc_do_syscall_args): New structure.
227         (INTERNAL_SYSCALL_MAIN_0): New macro.
228         (INTERNAL_SYSCALL_MAIN_1): Likewise.
229         (INTERNAL_SYSCALL_MAIN_2): Likewise.
230         (INTERNAL_SYSCALL_MAIN_3): Likewise.
231         (INTERNAL_SYSCALL_MAIN_4): Likewise.
232         (INTERNAL_SYSCALL_MAIN_5): Likewise.
233         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
234         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
235         Replace conditional definitions by conditional definitions of ....
236         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
237         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
238         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
239         (libpthread-sysdep_routines): Add libc-do-syscall.
240         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
241         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
242         to __NR_futex not 240.
244 2015-03-25  Alan Modra  <amodra@gmail.com>
246         * NEWS: Advertise TLS optimization.
247         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
248         (DT_PPC_NUM): Increment.
249         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
250         (CHECK_STATIC_TLS): Use here.
251         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
252         TLS descriptors.
253         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
254         * sysdeps/powerpc/dl-tls.c: New file.
255         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
256         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
257         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
258         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
263 2015-03-25  Alan Modra  <amodra@gmail.com>
265         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
266         for overlapping .opd entries" to "support...".
267         * sysdeps/powerpc/powerpc64/configure: Regenerate
269 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
271         * math/auto-libm-test-in: Add more tests of acos.
272         * math/auto-libm-test-out: Regenerated.
273         * sysdeps/i386/fpu/libm-test-ulps: Update.
274         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
276         * math/auto-libm-test-in: Add more tests of expm1.
277         * math/auto-libm-test-out: Regenerated.
278         * sysdeps/i386/fpu/libm-test-ulps: Update.
279         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
281 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
283         * math/auto-libm-test-in: Add more tests of cosh and sinh.
284         * math/auto-libm-test-out: Regenerated.
285         * sysdeps/i386/fpu/libm-test-ulps: Update.
286         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
288         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
289         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
291         * math/auto-libm-test-in: Add more tests of log2.
292         * math/auto-libm-test-out: Regenerated.
293         * sysdeps/i386/fpu/libm-test-ulps: Update.
294         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
296 2015-03-23  Roland McGrath  <roland@hack.frob.com>
298         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
299         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
300         _IO_IS_APPENDING bit in READ_WRITE instead.
302 2015-03-23  Florian Weimer  <fweimer@redhat.com>
304         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
305         (__determine_cpumask_size): Replace extend_alloca with a
306         variable-length array.  Do not treat res == 0 as an error.
308 2015-03-23  Florian Weimer  <fweimer@redhat.com>
310         [BZ #18100]
311         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
312         and integer overflow.
313         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
314         (main): Add integer overflow tests.
315         * manual/pattern.texi (Calling Wordexp): Document additional use
316         for WRDE_SYNTAX.
318 2015-03-23  Alan Modra  <amodra@gmail.com>
320         * config.h.in: Remove HAVE_ASM_PPC_REL16.
321         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
322         and false branch of conditional.
323         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
324         Likewise.
326 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
328         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
329         libc-modules.h
330         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
331         unused declaration of _hurd_intr_rpc_msg_in_trap.
332         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
333         defined instead of whether it is non-zero.
334         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
335         input constraint instead of both input and output constraint.  Use ecx
336         clobber instead of %ecx.
337         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
338         mutex_unlock): Use a statement expression instead of an expression list.
339         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
340         type to vm_size_t instead of vm_address_t.
341         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
342         defined instead of whether it is non-zero.
343         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
344         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
345         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
346         comparisons with mapaddr.
347         * nscd/nscd-client.h: Include <time.h>.
348         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
349         9th parameter to __vm_region instead of int.
350         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
351         * scripts/check-local-headers.sh (exclude): Add device/,
352         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
353         cthreads.h.
355 2015-03-19  Roland McGrath  <roland@hack.frob.com>
357         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
358         to account for alignment padding.
359         * sysdeps/arm/memmove.S: Likewise.
361 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
363         * sysdeps/unix/sysv/linux/generic/README: New file.
365 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
367         [BZ #18138]
368         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
369         (futex_abstimed_wait)
370         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
371         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
372         of lll_futex_timed_wait.
374 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
376         [BZ #17542]
377         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
379 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
381         [BZ #17090]
382         [BZ #17620]
383         [BZ #17621]
384         [BZ #17628]
385         * NEWS: Update.
386         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
387         entries with Static TLS too.  Skip entries past the end of the
388         allocated DTV, from Alan Modra.
389         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
390         Static TLS DTV entry set up from...
391         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
392         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
393         * nptl/allocatestack.c (init_one_static_tls): ... and here...
394         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
395         for Static TLS.
396         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
397         that the slot we find is associated with the given map before
398         using its generation count.
399         * nptl_db/db_info.c: Include ldsodefs.h.
400         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
401         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
402         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
403         (link_map::l_tls_offset): New struct field.
404         (dtv_t::counter): Likewise.
405         (rtld_global): New struct.
406         (_rtld_global): New rtld variable.
407         (dl_tls_dtv_slotinfo_list): New rtld global field.
408         (dtv_slotinfo_list): New struct.
409         (dtv_slotinfo): Likewise.
410         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
411         (td_lookup): Rename to...
412         (td_mod_lookup): ... this.  Use new mod parameter instead of
413         LIBPTHREAD_SO.
414         * nptl_db/td_thr_tlsbase.c: Include link.h.
415         (dtv_slotinfo_list, dtv_slotinfo): New functions.
416         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
417         addresses even if the DTV is out of date or missing them.
418         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
419         index zero-length arrays.
420         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
421         (td_lookup): Make it a macro implemented in terms of...
422         (td_mod_lookup): ... this declaration.
423         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
424         (DB_MAIN_VARIABLE): Likewise.
426 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
428         [BZ #18134]
429         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
431 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
433         * stdlib/setenv.c (__add_to_environ): Revert previous change.
435 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
437         [BZ #18128]
438         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
439         (atomic_add, atomic_increment_and_test)
440         (atomic_decrement_and_test): Fix 64-bit arithmetic.
442 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
444         * stdlib/setenv.c (__add_to_environ):
445         Dump core quickly if setenv (..., NULL, ...) is called.
447 2015-03-13  Roland McGrath  <roland@hack.frob.com>
449         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
450         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
451         all the necessary asm magic in one place.
452         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
453         using those.
455 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
457         [BZ #14906]
458         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
459         traced file mtime. Use consistent log message.
460         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
461         (register_traced_file): Call install_watches. Always set mtime.
462         (invalidate_cache): Iterate over all trace files. Call install_watches.
463         (inotify_check_files): Don't inline. Handle watching parent
464         directories and configuration file movement in and out.
465         (handle_inotify_events): New function.
466         (main_loop_poll): Call handle_inotify_events.
467         (main_loop_epoll): Likewise.
468         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
469         (struct traced_file): Use array of inotify fds. Add parent directory,
470         and basename.
471         (struct database_dyn): Remove unused file_mtime.
472         (init_traced_file): New inline function.
473         (define_traced_file): New macro.
474         * nss/nss_db/db-init.c: Use define_traced_file.
475         (_nss_db_init): Use init_traced_file.
476         * nss/nss_files/files-init.c: Use define_traced_file.
477         (_nss_files_init): Use init_traced_file.
479 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
481         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
482         [_LIBC]: Do not include <stdlib.h>.
483         [!_LIBC] (abort): Remove declaration.
484         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
485         _FP_STATIC_ASSERT instead of conditionally calling abort.
486         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
487         (_FP_EXTEND_CNAN): Likewise.
488         (FP_TRUNC): Likewise.
489         (__FP_CLZ): Likewise.
490         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
492 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
494         * manual/string.texi (XPG basename): Fix prototype.
496 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
498         [BZ #18080]
499         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
500         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
501         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
502         (__setcontext): Likewise.
503         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
504         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
505         Call rt_sigprocmask syscall one time to set new signal mask
506         and retrieve the current signal mask instead of two calls.
507         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
508         (__swapcontext): Likewise.
509         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
510         * stdlib/tst-setcontext2.c: New file.
512 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
514         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
516 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
518         [BZ #18093]
519         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
520         the wrong size.
522 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
524         [BZ #18043]
525         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
527 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
529         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
530         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
531         Remove define.
532         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
533         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
534         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
535         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
536         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
537         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
538         define.
539         * nptl_db/td_symbol_list.c (td_lookup): Remove
540         HAVE_ASM_GLOBAL_DOT_NAME code.
541         * sysdeps/powerpc/powerpc64/configure.ac: Remove
542         HAVE_ASM_GLOBAL_DOT_NAME check.
543         * sysdeps/powerpc/powerpc64/configure: Regenerate.
544         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
545         (DOT_LABEL): Remove define.
546         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
547         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
548         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
549         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
550         (__TLS_GET_ADDR): Likewise.
551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
552         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
554 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
556         [BZ #18111]
557         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
558         (_FPU_SETCW): Initialize cw from fpsr before storing.
559         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
560         (fesetexceptflag): Rewrite using fpu_control.h.
561         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
563 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
565         [BZ #18110]
566         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
567         asms.
568         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
570 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
572         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
573         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
574         abort.
575         (_FP_FMA): Likewise.
576         (_FP_DIV): Likewise.
578 2015-03-10  Roland McGrath  <roland@hack.frob.com>
580         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
581         with 0 in that case.
582         * Makefile (summarize-tests): New canned sequence, factored out of
583         commands for targets tests and xtests.  Display summary lines that
584         don't start with PASS: or XFAIL: rather than ones that do start with
585         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
586         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
587         do start with ERROR: or FAIL:.
588         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
589         (except for [$(build-shared) = yes]).
590         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
591         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
592         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
593         * nptl/Makefile: Revert 2015-03-04 changes.
594         [$(CXX) empty] (tests-unsupported): New variable.
595         * debug/Makefile: Likewise.
597         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
598         gnulib file.  Replace __attribute with __attribute__ throughout.
600 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
602         * sysdeps/hppa/fpu/libm-test-ulps: Update.
604 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
606         [BZ #18104]
607         * math/auto-libm-test-in: Add another test of pow.
608         * math/auto-libm-test-out: Regenerated.
610 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
612         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
613         $(config-cflags-nofma).
615 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
617         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
618         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
619         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
620         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
621         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
622         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
623         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
624         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
625         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
626         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
627         Add comment on closing #endif.
629 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
631         * posix/wordexp.c (CHAR_IN_SET): New macro.
632         (parse_param): Use it.
634 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
636         * sysdeps/powerpc/fpu/libm-test-ulps: update.
638 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
640         [BZ #18043]
641         * posix/wordexp.c (parse_param): Fix buffer overflow.
642         * posix/wordexp-test.c (test_case): Add test case.
644 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
646         [BZ #18042]
647         * posix/wordexp.c (parse_backtick): Fix off-by-one.
648         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
650 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
652         [BZ #18043]
653         * posix/wordexp-test.c (test_case): Add test for BZ #18043
654         (do_bz18043): Delete.
655         (at_page_end): New.
656         (testit): Refactor to have words at the edge of unreadable page.
658 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
660         [BZ #16734]
661         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
662         Cleanup read-only streams as well.
663         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
665 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
667         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
668         <bits/libc-lockP.h>
670 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
672         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
673         on [__KERNEL__].
674         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
675         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
676         * soft-fp/op-common.h (_FP_DECL): Likewise.
678 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
680         * elf/ifuncdep2.c (global): Replace
681         __attribute__((visibility("protected"))) with
682         asm (".protected global").
683         * elf/ifuncmod1.c (global): Likewise.
684         * elf/ifuncmod5.c (global): Likewise.
686 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
688         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
689         <asm/sfp-machine.h> instead of <sfp-machine.h>.
691 2015-03-06  Roland McGrath  <roland@hack.frob.com>
693         * manual/install.texi (Configuring and compiling):
694         Document test-wrapper-env-only.
695         * INSTALL: Regenerated.
697 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
699         [BZ #18043]
700         * posix/wordexp.c (parse_param): Fix buffer overflow.
701         * posix/wordexp-test.c (do_bz18043): Add test case.
703 2015-03-06  Vincent Bernat  <vincent@bernat.im>
705         * time/tst-strptime2.c (do_test): Ensure failing tests are
706         reported correctly.
707         * time/tst-strptime3.c (do_test): Likewise.
709 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
711         Fix aio_error thread-safety.
712         * sysdeps/pthread/aio_error.c: New file
713         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
714         synchronization.
716 2015-03-06  Florian Weimer  <fweimer@redhat.com>
718         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
719         (group_number, vfprintf): Use it.
720         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
721         (JUMP, REF): Use it.
722         (WORK_BUFFER_SIZE): New enum constant.
723         (process_arg, vfprintf): Use it.
725 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
727         * manual/errno.texi (Error Messages): Complete example function
728         by adding missing #define.
729         (program_invocation_name): Add statement indicating GNU
730         extension and reference which header file declares the variable.
731         (program_invocation_short_name): Likewise.
733 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
735         * manual/errno.texi (Error Messages): Delete strerror ISO C89
736         compatibility note.
738 2015-03-05  Roland McGrath  <roland@hack.frob.com>
740         * Makeconfig (test-wrapper-env-only): New variable.
741         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
742         then use that with $(test-wrapper-env-only) rather than using
743         $(test-wrapper-env) $(run-program-env) $($*-ENV).
745 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
747         [BZ #18082]
748         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
749         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
750         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
751         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
752         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
753         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
754         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
755         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
756         Likewise.
757         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
758         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
759         Likewise.
760         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
761         Likewise.
762         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
763         Likewise.
764         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
765         Likewise.
766         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
767         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
768         Likewise.
769         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
770         Likewise.
771         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
772         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
774 2015-03-04  Roland McGrath  <roland@hack.frob.com>
776         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
777         (ETH_ALEN): New macro.
778         (struct ether_addr): Use it for length of ether_addr_octet.
780         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
781         (setdb): Don't call __nss_configure_lookup for "rpc".
782         (do_test): Don't call test_rpc.
783         (output_rpcent, test_rpc): Functions moved ...
784         * sunrpc/test-rpcent.c: ... to this new file.
785         * sunrpc/Makefile (tests): Add it.
787         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
788         __xpg_sigpause.
789         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
790         * nptl/tst-signal6.c: Likewise.
791         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
792         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
794         * configure.ac (libc_cv_cxx_link_ok): New check.
795         Reset CXX to empty if it fails to link.
796         * configure: Regenerated.
797         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
798         bug-atexit3-lib only if $(CXX) is nonempty.
799         * nptl/Makefile (tests): Likewise for tst-cancel24.
800         (tests, tests-static): Likewise for tst-cancel24-static.
801         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
802         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
803         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
804         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
806 2015-03-04  Andreas Schwab  <schwab@suse.de>
808         [BZ #17631]
809         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
810         for non-GCC compilers.
811         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
812         Likewise.
814 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
816         [BZ #17776]
817         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
818         integer before bitwise and assembly operations.
819         (feclearexcept): Likewise.
820         * math/test-fenvinline.c: New file.
821         * math/Makefile: Add test-fenvinline test.
823 2015-03-03  Alan Modra  <amodra@gmail.com>
825         [BZ #16512]
826         * scripts/localplt.awk: Strip off symbol version.
827         * NEWS: Mention bug fix.
829 2015-03-02  Roland McGrath  <roland@hack.frob.com>
831         * sysdeps/pthread/timer_routines.c
832         (timer_free_list, thread_free_list, thread_active_list): Make static.
834 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
836         [BZ #17779]
837         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
838         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
839         Undefine.
840         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
841         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
842         Likewise.
843         * sysdeps/unix/sysv/linux/sh/kernel-features.h
844         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
845         Likewise.
847 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
849         [BZ #18036]
850         * posix/fnmatch_loop.c (END): Detect invalid pattern.
851         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
853 2015-03-02  Andreas Schwab  <schwab@suse.de>
855         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
856         variable name.
858 2015-03-02  Florian Weimer  <fweimer@redhat.com>
860         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
861         Return error status.
863 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
865         [BZ #15969]
866         * locale/findlocale.c (_nl_find_locale): Introduce const
867         version of loc_name and drop unsafe type casts.
869 2015-02-27  Roland McGrath  <roland@hack.frob.com>
871         * dlfcn/tststatic2.c (main): Converted to ...
872         (do_test): ... this.
873         (TEST_FUNCTION): New macro.
874         Include test-skeleton.c.
876 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
878         [BZ #17711]
879         * elf/Makefile (tests): Add vismain only if PIE is enabled.
880         (tests-pie): Add vismain.
881         (CFLAGS-vismain.c): New.
882         * elf/vismain.c: Add comments for PIE requirement.
884 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
886         [BZ #18046]
887         [BZ #18047]
888         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
889         0x1p-56L as threshold for just returning the argument.
890         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
891         0x1p-32L as threshold for just returning the argument.
892         * math/auto-libm-test-in: Add more tests of atanh.
893         * math/auto-libm-test-out: Regenerated.
894         * sysdeps/i386/fpu/libm-test-ulps: Update.
895         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
897 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
899         * string/bcopy.c (bcopy): Call memmove for performance.
901 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
903         * string/bzero.c (__bzero): Call memset for performance.
905 2015-02-27  John David Anglin  <dave.anglin@bell.net>
907         [BZ #18068]
908         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
909         to 00100000.
911 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
913         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
915 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
917         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
918         (__kernel_standard): Use CSTR macro when setting exc.name.
919         * sysdeps/ieee754/Makefile [$(subdir) = math]
920         (CFLAGS-k_standard.c): Remove variable.
922         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
923         setting p and q from "else if" to "else".
924         (qzero): Likewise.
925         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
926         (qone): Likewise.
927         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
928         (qzerof): Likewise.
929         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
930         (qonef): Likewise.
931         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
932         (qzero): Likewise.
933         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
934         (qone): Likewise.
936         [BZ #18038]
937         [BZ #18039]
938         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
939         return pi/2 for arguments below 0x1p-113L.
940         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
941         return pi/2 for arguments below 0x1p-106L.
942         * math/auto-libm-test-in: Add more tests of acos.
943         * math/auto-libm-test-out: Regenerated.
945         [BZ #16351]
946         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
947         (MO): New macro.
948         (__ieee754_asin): Force underflow exception for results with small
949         absolute value.
950         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
951         (MO): New macro.
952         (__ieee754_asinf): Force underflow exception for results with
953         small absolute value.
954         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
955         (__ieee754_asin): Force underflow exception for results with small
956         absolute value.
957         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
958         (__ieee754_asinf): Force underflow exception for results with
959         small absolute value.
960         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
961         (__ieee754_asinl): Force underflow exception for results with
962         small absolute value.
963         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
964         (__ieee754_asinl): Force underflow exception for results with
965         small absolute value.
966         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
967         (__ieee754_asinl): Force underflow exception for results with
968         small absolute value.
969         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
970         Include <math.h>.
971         * math/auto-libm-test-in: Do not mark underflow exceptions as
972         possibly missing for bug 16351.
973         * math/auto-libm-test-out: Regenerated.
975         [BZ #18030]
976         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
977         of power of 2 down when low part has opposite sign.
978         * math/libm-test.inc (logb_test_data): Add more tests.
980 2015-02-26  Andreas Schwab  <schwab@suse.de>
982         [BZ #18032]
983         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
984         over collating symbol inside a bracket expression.  Minor cleanup.
985         * posix/tst-fnmatch3.c (do_test): Add test case.
987 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
989         [BZ #18029]
990         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
991         Adjust exponent of power of 2 down when low part has opposite
992         sign.
993         * math/libm-test.inc (ilogb_test_data): Add more tests.
995 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
997         [BZ #15969]
998         * locale/findlocale.c (_nl_find_locale): Fix constness error in
999         the previous change.
1001         [BZ #15969]
1002         * locale/findlocale.c (_nl_find_locale): Retry archive search
1003         after alias expansion.
1005 2015-02-25  Roland McGrath  <roland@hack.frob.com>
1007         * iconv/tst-iconv3.c (main): Converted to ...
1008         (do_test): ... this.
1009         (TEST_FUNCTION): New macro.
1010         Include test-skeleton.c.
1012         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
1013         (convert): Make function static.
1014         (test_unalign): Likewise.  Add const to argument pointee types.
1015         (main): Replace with static function do_test.
1016         Print "Succeeded." only if RET is zero.
1017         (TEST_FUNCTION): New macro.
1018         Include test-skeleton.c.
1020         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
1021         returns a null pointer.
1023 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1025         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
1026         to __memcpy_ppc only for static builds.
1028 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
1030         [BZ #18020]
1031         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
1032         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
1033         * math/auto-libm-test-in: Add more tests of asinh.
1034         * math/auto-libm-test-out: Regenerated.
1035         * sysdeps/i386/fpu/libm-test-ulps: Update.
1036         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1038 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
1040         [BZ #15850]
1041         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
1042         and ip6_mtuinfo definitions here.
1043         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
1044         in this define too.  Update comment.
1046 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
1048         * elf/sprof.c (load_shobj): Tweak error message to match others.
1050 2015-02-24  Kevin Easton  <kevin@guarana.org>
1052         [BZ #16145] (partial fix)
1053         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
1054         to reduce lock contention.
1056 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
1058         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
1059         (struct timex): Update time comment.
1060         (ADJ_SETOFFSET): Define.
1062 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1064         [BZ #18019]
1065         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
1066         2**56 not 2**28 as threshold for log (2x) formula.
1067         * math/auto-libm-test-in: Add more tests of acosh.
1068         * math/auto-libm-test-out: Regenerated.
1069         * sysdeps/i386/fpu/libm-test-ulps: Update.
1070         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1072 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1074         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
1075         parenthesis around the buf assignment.
1076         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
1078 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1080         [BZ #16783]
1081         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
1082         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
1083         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
1084         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1085         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1086         * math/libm-test.inc (scalb_test_data): Add more tests.
1088 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
1090         [BZ #17916]
1091         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
1092         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
1094 2015-02-24  Eric Rannaud  <e@nanocritical.com>
1096         [BZ #17523]
1097         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
1098         * io/bits/fcntl2.h (open): Use it.
1099         (openat): Likewise.
1100         * io/open.c (__libc_open): Likewise.
1101         * io/open64.c (__libc_open64): Likewise.
1102         * io/open64_2.c (__open64_2): Likewise.
1103         * io/open_2.c (__open_2): Likewise.
1104         * io/openat.c (__openat): Likewise.
1105         * io/openat64.c (__openat64): Likewise.
1106         * io/openat64_2.c (__openat64_2): Likewise.
1107         * io/openat_2.c (__openat_2): Likewise.
1108         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
1109         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
1110         * sysdeps/posix/open64.c (__libc_open64): Likewise.
1111         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
1112         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
1113         (__open_nocancel): Likewise.
1114         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
1115         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
1116         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
1118 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1120         [BZ #14841]
1121         * resolv/gethnamaddr.c (getanswer): Skip logging if
1122         RES_USE_DNSSEC is set.
1123         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
1125 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1127         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
1129 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
1131         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
1132         201304L, for Unicode 7.
1134 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1136         [BZ #17836]
1137         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
1138         shared library.  Add gmon-start.os otherwise.
1139         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
1140         $(objpfx)gmon-start.os if builing shared library.
1141         ($(objpfx)g$(static-start-installed-name)): Likewise.
1143 2015-02-23  Andreas Schwab  <schwab@suse.de>
1145         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
1147 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
1149         [BZ #17269]
1150         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
1151         (enlarge_userbuf): Likewise.
1153 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
1155         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
1156         * math/atest-exp.c (TIMEOUT): Adjust to 200.
1157         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
1158         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
1160 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
1162         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
1163         expression inside statement expression.
1165 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
1167         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
1168         <sysdeps/nptl/lowlevellock.h> and remove macros and
1169         functions that are now defined there.
1170         (SYS_futex): Remove.
1171         (lll_compare_and_swap): Remove.
1172         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
1174 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
1176         [BZ #17999]
1177         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
1178         instead of scandirat.
1179         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
1180         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
1181         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
1182         __scandirat.
1183         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
1184         (__scandirat): Declare.  Use libc_hidden_proto.
1185         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
1186         Remove variable.
1187         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1189 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1191         [BZ #15319]
1192         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
1193         (MO): New macro.
1194         (__ieee754_atan2): For results with small absolute value, force
1195         underflow exception and remove excess range and precision from
1196         return value.
1197         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
1198         (MO): New macro.
1199         (__ieee754_atan2f): For results with small absolute value, force
1200         underflow exception and remove excess range and precision from
1201         return value.
1202         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
1203         (MO): New macro.
1204         (__atan): For results with small absolute value, force underflow
1205         exception and remove excess range and precision from return value.
1206         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
1207         (MO): New macro.
1208         (__atanf): For results with small absolute value, force underflow
1209         exception and remove excess range and precision from return value.
1210         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
1211         <math.h>.
1212         (__ieee754_atan2): Force underflow exception for results with
1213         small absolute value.
1214         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
1215         <math_private.h>.
1216         (atan): Force underflow exception for results with small absolute
1217         value.
1218         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
1219         (__atanf): Force underflow exception for results with small
1220         absolute value.
1221         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
1222         <math.h>.
1223         (__atanl): Force underflow exception for results with small
1224         absolute value.
1225         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
1226         (__atanl): Force underflow exception for results with small
1227         absolute value.
1228         * sysdeps/x86/fpu/bits/mathinline.h
1229         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
1230         (__ieee754_atan2): Only define inline for long double.
1231         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
1232         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
1233         * math/auto-libm-test-in: Do not mark underflow exceptions as
1234         possibly missing for bug 15319.  Add more tests of atan2.
1235         * math/auto-libm-test-out: Regenerated.
1236         * math/libm-test.inc (casin_test_data): Do not mark underflow
1237         exceptions as possibly missing for bug 15319.
1238         (casinh_test_data): Likewise.
1239         * sysdeps/i386/fpu/libm-test-ulps: Update.
1241 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
1243         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
1244         * sysdeps/mips/bits/endian.h: Fix comments.
1246 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1248         [BZ #17996]
1249         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
1250         (hdestroy_r): Likewise.
1251         (hsearch_r): Likewise.
1252         (__hcreate_r): Declare and use libc_hidden_proto.
1253         (__hdestroy_r): Likewise.
1254         (__hsearch_r): Likewise.
1255         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
1256         (hcreate): Call __hcreate_r instead of hcreate_r.
1257         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
1258         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
1259         as weak alias of __hcreate_r.
1260         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
1261         __hdestroy_r.
1262         (hsearch_r): Rename to __hsearch_r and define as weak alias of
1263         __hsearch_r.
1264         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
1265         Remove variable.
1266         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1267         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1268         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1269         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1271 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
1273         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
1274         arena_lock into a single arena_get.
1276 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
1278         * dl-reloc.c: Inlucde libc-internal.h.
1279         (_dl_try_allocate_static_tls): Call ALIGN_UP.
1280         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
1281         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
1282         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
1283         (grow_heap): Likewise.
1284         * malloc/malloc.c: Include libc-internal.h.
1285         (do_check_malloc): Call powerof2.
1286         (sysmalloc): Use pagesize. Call ALIGN_UP.
1287         (systrim): Use pagesize.
1288         (mremap_chunk): Use pagesize. Call ALIGN_UP.
1289         (__libc_valloc): Use pagesize.
1290         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
1292 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1294         [BZ #17991]
1295         * include/sys/resource.h (__getrlimit64): Declare.  Use
1296         libc_hidden_proto.
1297         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
1298         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
1299         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
1300         getrlimit64.
1301         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
1302         __getrlimit64.
1303         [!getrlimit64] (getrlimit64): Define as weak alias of
1304         __getrlimit64.  Use libc_hidden_weak.
1305         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
1306         using __getrlimit64 not __new_getrlimit64.
1307         (__GI_getrlimit64): Likewise.
1308         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
1309         Likewise.
1310         (__GI_getrlimit64): Likewise.
1311         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
1312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
1313         (getrlimit): Add __getrlimit64 alias.
1314         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
1315         Likewise.
1316         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
1317         Remove variable.
1318         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1319         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1321 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
1323         * libio/fileops.c: Add missing sys/mman.h
1324         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
1326 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1328         * manual/math.texi (Errors in Math Functions): Clarify goals
1329         regarding inexact and underflow exceptions.
1331 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1333         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
1334         * sysdeps/mips/memset.S: Ditto.
1336 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1338         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
1340 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1342         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
1343         (__v1longjmp): Remove versioned symbol.
1344         (__v1siglongjmp): Remove alias and versioned symbol.
1345         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
1346         (__v2siglongjmp): Likewise.
1348 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1350         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
1352 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
1354         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
1356 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1358         [BZ #17987]
1359         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
1360         zero result does not depend on the sign resulting from
1361         subtraction.
1362         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1363         Likewise.
1364         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1365         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1366         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1367         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1368         * math/libm-test.inc (remquo_test_data): Add more tests.
1370 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
1372         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
1373         Problem reported by J William Piggott.
1375 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1377         [BZ #17978]
1378         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
1379         products 4 * y and 2 * y where those would overflow.
1380         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1381         Likewise.
1382         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1383         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1384         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1385         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1386         * math/libm-test.inc (remquo_test_data): Add more tests.
1388         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
1390         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
1391         [defined _COMPILING_NEWLIB].
1392         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
1393         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
1395         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
1396         [!defined __mips_isa_rev || __mips_isa_rev < 6].
1398 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1400         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
1401         acquired.
1403 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
1405         [BZ #17792]
1406         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
1407         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
1408         HOST_STACK_END_ADDR): Likewise.
1410 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
1412         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
1413         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
1414         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
1416 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1418         * sysdeps/generic/c++-types.data: New file.
1419         * sysdeps/generic/ld.abilist: New file.
1420         * sysdeps/generic/libBrokenLocale.abilist: New file.
1421         * sysdeps/generic/libanl.abilist: New file.
1422         * sysdeps/generic/libc.abilist: New file.
1423         * sysdeps/generic/libcrypt.abilist: New file.
1424         * sysdeps/generic/libdl.abilist: New file.
1425         * sysdeps/generic/libm.abilist: New file.
1426         * sysdeps/generic/libpthread.abilist: New file.
1427         * sysdeps/generic/libresolv.abilist: New file.
1428         * sysdeps/generic/librt.abilist: New file.
1430 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1432         [BZ #17569]
1433         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1434         Compute absolute value of x as modified by fmod, not original
1435         value of x.
1436         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
1437         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
1438         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
1439         RUN_TEST_ffI_f1_mod8.
1440         (remquo_test_data): Add more tests.
1442 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1444         * sysdeps/init_array/pt-crti.S: New file.
1446 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1448         [BZ #17967]
1449         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
1450         __builtin_fmaf instead of relying on contraction of a * b + c.
1452 2015-02-12  J William Piggott  <elseifthen@gmx.com>
1454         [BZ #17969]
1455         * manual/time.texi: correct the zoneinfo path in the TZ Variable
1456         node.
1458 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1460         [BZ #17964]
1461         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
1462         __builtin_fma instead of relying on contraction of a * b + c.
1464 2015-02-12  Roland McGrath  <roland@hack.frob.com>
1466         * Makeconfig (ASFLAGS): Add -Werror=undef.
1467         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
1468         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
1469         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
1471         * Makeconfig (after-link): New variable.
1472         (+link-pie, +link-pie-tests): Use it.
1473         (+link-static, +link-static-tests): Likewise.
1474         (+link, +link-tests): Likewise.
1475         * Makerules (build-module, build-module-asneeded): Likewise.
1476         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
1477         Likewise.
1478         * elf/Makefile ($(objpfx)ld.so): Likewise.
1480 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
1482         [BZ #17965]
1483         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
1484         both struct timeval and struct timespec.
1486 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1488         [BZ #16560]
1489         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
1490         and redefine.
1491         (__ieee754_exp2l): Do not multiply small fractional parts by
1492         M_LN2l.
1493         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
1494         small argument.
1495         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
1496         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
1497         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
1498         * math/auto-libm-test-in: Add more tests of exp2.
1499         * math/auto-libm-test-out: Regenerated.
1501 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1503         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
1504         unaligned path.
1506 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1508         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
1509         little endian.
1511 2015-02-12  Andreas Schwab  <schwab@suse.de>
1513         [BZ #15790]
1514         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
1515         Filter out elision flags from value returned in kind.
1516         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
1517         * nptl/tst-pthread-mutexattr.c: New file.
1519 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1521         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
1522         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
1523         into gnu-gnu, and update comment to refer to abi-tags.
1525 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
1527         [BZ #15467]
1528         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
1529         (__sincos): Set errno to EDOM for infinite argument.
1530         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
1531         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
1532         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
1533         (__sincosl): Set errno to EDOM for infinite argument.
1534         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
1535         (__sincosl): Set errno to EDOM for infinite argument.
1536         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
1537         (__sincosl): Set errno to EDOM for infinite argument.
1538         * math/libm-test.inc (sincos_test_data): Test errno setting.
1540 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
1542         * string/strxfrm_l.c: Remove #define STRCMP.
1543         * string/strcoll_l.c: Remove #define STRLEN.
1544         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
1545         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
1547 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
1549         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
1550         * sysdeps/mips/mips32/sfp-machine.h: ... here.
1551         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
1552         * sysdeps/mips/mips64/Makefile: ... here.
1553         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
1554         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
1555         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
1556         * sysdeps/mips/mips64/sfp-machine.h: ... here.
1557         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
1558         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
1559         * sysdeps/mips/mips64/n64/Implies: Likewise.
1561 2015-02-10  Roland McGrath  <roland@hack.frob.com>
1563         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
1564         <sys/time.h>, <string.h>, and <errno.h>.
1565         (dest_offset, dest_address, value, zero): Remove unused variables.
1566         (ldouble): Remove typedef.
1567         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
1568         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
1569         1).  Fix code style.
1570         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
1571         (check): Function removed.
1572         (CHECK): New macro.
1573         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
1574         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
1575         Don't call set_sigaction_FP and remove_sigaction_FP here.
1576         (ldouble_test): Just use 'long double' as macro argument, no need for
1577         the 'ldouble' typedef.
1578         (do_test): Set up SIGFPE handler at start, using plain signal rather
1579         than sigaction.  Fix code style.
1581 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
1583         [BZ #17949]
1584         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
1585         jump label.
1587 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1589         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
1590         * sysdeps/powerpc/powerpc32/configure: Regenerated.
1592         * sysdeps/powerpc/configure.ac: Remove file.
1593         * sysdeps/powerpc/configure: Likewise.
1595         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1596         [sysdep_routines]: Remove wordcopy-power6 object.
1597         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
1598         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
1599         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
1600         (__memmove_ppc32): Likewise.
1601         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
1602         file.
1603         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
1604         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
1605         Remove preprocessor.
1607         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1608         [sysdep_routines]: Remove wide chars objects.
1609         [wcsmbs]: New rule for wide char objects.
1611         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1612         Remove wordcopy-power6 obejct.
1613         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
1614         Use local call for wordcopy and memcpy symbols.
1615         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
1616         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
1617         implementation for loader.
1618         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
1620         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1621         Remove wordcopy-power7 object.
1622         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
1623         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
1624         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
1625         (_wordcopy_fwd_dest_aligned): Likewise.
1626         (_wordcopy_bwd_aligned): Likewise.
1627         (_wordcopy_bwd_dest_aligned): Likewise.
1629         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
1630         Rewrite to call __memmove_ppc instead of include default
1631         implementation.
1633         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1634         Remove wide chars objects.
1635         [wcsmbs]: New rule for wide char objects.
1637 2015-02-09  Andreas Schwab  <schwab@suse.de>
1639         [BZ #17912]
1640         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
1641         in terms of __O_DIRECTORY.
1643 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1645         * time/getdate.c: Include <stdbool.h>.
1646         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
1647         call PTR_MANGLE.
1648         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
1649         PTR_DEMANGLE.
1651 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
1653         Add ersatz _Static_assert on older C hosts
1654         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
1655         pre-C11 C platform that is not known to support _Static_assert.
1657 2015-02-07  Richard Braun  <rbraun@sceen.net>
1659         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
1660         sigstate.
1661         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
1663 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1665         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
1666         priority against unexistent AIO_PRIO_DELTA_MAX.
1667         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
1668         instead of int.
1669         * misc/fchflags.c (fchflags): Likewise.
1670         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
1671         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
1672         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
1673         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
1674         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
1675         Declare macros.
1676         [__USE_MISC] (chflags, fchflags): Declare functions.
1677         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
1678         EINVAL when nfds is greater than FD_SETSIZE.
1679         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
1680         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
1681         45.
1682         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
1683         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
1684         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
1685         MACH_RCV_TIMED_OUT.
1686         * hurd/hurd/signal.h (_hurd_self_sigstate,
1687         _hurd_critical_section_lock, _hurd_critical_section_unlock):
1688         Explicit casts from void *.
1689         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
1690         * abi-tags: Rename gnu-gnu os into gnu.
1692         [BZ #4719]
1693         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
1694         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
1695         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
1696         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
1697         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
1698         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
1700         [BZ #17944]
1701         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
1702         duplicates ADDR->sun_path with sockaddr LEN limitation.
1703         * sysdeps/mach/hurd/connect.c: Include <string.h>
1704         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
1705         * sysdeps/mach/hurd/sendmsg.c: Likewise.
1706         * sysdeps/mach/hurd/sendto.c: Likewise.
1707         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
1708         implementing it by hand.
1710 2015-02-06  Roland McGrath  <roland@hack.frob.com>
1712         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
1713         Use sfi_breg on ldr.
1714         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
1715         Likewise.
1717         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
1718         it's defined.
1719         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
1720         Test SIGSETXID only if it's defined.
1722         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
1724         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
1725         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
1727         * nptl/tst-align2.c: Moved ...
1728         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
1729         * nptl/Makefile (tests): Remove tst-align2.
1730         * sysdeps/unix/sysv/linux/Makefile
1731         [$(subdir) = nptl] (tests): Add tst-align-clone.
1732         * nptl/tst-getpid1.c: Moved ...
1733         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
1734         * nptl/tst-getpid2.c: Moved ...
1735         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
1736         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
1737         * sysdeps/unix/sysv/linux/Makefile
1738         [$(subdir) = nptl] (tests): ... here.
1739         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
1740         * sysdeps/unix/sysv/linux/Makefile
1741         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
1743         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
1744         Drop trailing \n from perror argument.  Use return rather than exit.
1746         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
1747         on [SA_SIGINFO].
1748         * nptl/tst-cancel21.c (do_test): Likewise.
1749         * debug/tst-backtrace6.c: Include <signal.h> first thing.
1750         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
1751         [!SA_SIGINFO]: Make it a stub test.
1753         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
1754         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
1756         * posix/tst-getlogin.c: Move to ...
1757         * login/tst-getlogin.c: ... here.
1758         * posix/Makefile (tests): Move tst-getlogin to ...
1759         * login/Makefile (tests): ... here.
1761         * libio/tst-atime.c (do_test): Move local variables SV and E
1762         inside [ST_NOATIME] conditional.
1764         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
1766         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
1768         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
1769         (wait_code): New function replaces macro.
1770         Call nanosleep rather than syscall.
1772         * nptl/pt-system.c: Rewritten.  Put everything under
1773         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1774         Use IFUNC to redirect when possible.
1776         * nptl/pt-longjmp.c: Rewritten.  Put everything under
1777         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1778         Use IFUNC to redirect when possible.
1780         * nptl/pt-fork.c: Rewritten.  Put everything under
1781         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1782         Use IFUNC to redirect when possible.
1783         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
1785         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
1786         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
1787         unconditionally nowadays.  This included the only reference to
1788         __vdso_clock_gettime that appears outside libc proper.
1789         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
1790         Remove version set (containing only __vdso_clock_gettime).
1791         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
1792         Add attribute_hidden.
1793         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
1794         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
1795         libc_hidden_data_def.
1796         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
1797         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
1799         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
1800         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
1801         setrpcent, and getrpcport to ...
1802         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
1803         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
1804         getrpcbynumber_r, and getrpcent_r to ...
1805         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
1806         * inet/getrpcbyname.c: Moved ...
1807         * sunrpc/getrpcbyname.c: ... here.
1808         * inet/getrpcbyname_r.c: Moved ...
1809         * sunrpc/getrpcbyname_r.c: ... here.
1810         * inet/getrpcbynumber.c: Moved ...
1811         * sunrpc/getrpcbynumber.c: ... here.
1812         * inet/getrpcbynumber_r.c: Moved ...
1813         * sunrpc/getrpcbynumber_r.c: ... here.
1814         * inet/getrpcent.c: Moved ...
1815         * sunrpc/getrpcent.c: ... here.
1816         * inet/getrpcent_r.c: Moved ...
1817         * sunrpc/getrpcent_r.c: ... here.
1818         * inet/Makefile (routines): Move those to ...
1819         * sunrpc/Makefile (routines): ... here.
1820         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
1821         the $(subdirs) list.
1822         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
1823         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
1824         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
1825         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
1827         * elf/Makefile (routines): Include $(all-dl-routines), not just
1828         $(dl-routines).
1829         (rtld-routines): Likewise.  Use = rather than :=.
1830         * sysdeps/aarch64/Makefile [$(subdir) = elf]
1831         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
1832         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
1833         * sysdeps/arm/Makefile: Likewise.
1834         * sysdeps/i386/Makefile: Likewise.
1835         * sysdeps/x86_64/Makefile: Likewise.
1836         * sysdeps/hppa/Makefile [$(subdir) = elf]
1837         (sysdep_routines, sysdep-rtld-routines): Don't add
1838         $(sysdep-dl-routines) to these.
1839         * sysdeps/ia64/Makefile: Likewise.
1840         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
1841         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
1842         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
1843         Don't add dl-static to these; sysdep-dl-routines alone is enough.
1844         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1845         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
1846         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
1847         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
1848         * sysdeps/powerpc/Makefile [$(subdir) = elf]
1849         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
1850         these; sysdep-dl-routines alone is enough.
1852 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
1854         [BZ #17932]
1855         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
1856         where multiplication results in zero and third argument is finite
1857         and nonzero.
1858         * math/auto-libm-test-in: Add more tests of fma.
1859         * math/auto-libm-test-out: Regenerated.
1861         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
1862         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
1863         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
1864         (_FP_CMP_EQ): Likewise.
1865         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
1867         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
1868         extra argument CHECK_NAN.  Redefine as wrapper around
1869         _FP_EXTEND_CNAN.
1871 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
1873         * version.h (RELEASE): Set to "stable".
1874         (VERSION): Set to "2.21"
1875         * include/features.h (__GLIBC_MINOR__): Set to 21.
1877         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
1879 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
1880             Paul Eggert  <eggert@cs.ucla.edu>
1882         [BZ #16618]
1883         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
1884         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
1885         size in bytes. Store needed elements in wpmax. Use needed size
1886         in bytes for extend_alloca.
1888 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
1890         * manual/install.texi: Latest tested versions are GCC 4.9.2,
1891         binutls 2.25, and texinfo 5.2.
1892         * INSTALL: Regenerate.
1893         * sysdeps/nios2/configure: Regenerate.
1894         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
1895         * manual/contrib.texi: Update.
1896         * po/be.po: Update.
1897         * po/bg.po: Update.
1898         * po/ca.po: Update.
1899         * po/cs.po: Update.
1900         * po/da.po: Update.
1901         * po/de.po: Update.
1902         * po/el.po: Update.
1903         * po/eo.po: Update.
1904         * po/es.po: Update.
1905         * po/fi.po: Update.
1906         * po/fr.po: Update.
1907         * po/gl.po: Update.
1908         * po/hr.po: Update.
1909         * po/hu.po: Update.
1910         * po/ia.po: Update.
1911         * po/id.po: Update.
1912         * po/it.po: Update.
1913         * po/ja.po: Update.
1914         * po/ko.po: Update.
1915         * po/lt.po: Update.
1916         * po/nb.po: Update.
1917         * po/nl.po: Update.
1918         * po/pl.po: Update.
1919         * po/pt_BR.po: Update.
1920         * po/ru.po: Update.
1921         * po/rw.po: Update.
1922         * po/sk.po: Update.
1923         * po/sl.po: Update.
1924         * po/sv.po: Update.
1925         * po/tr.po: Update.
1926         * po/uk.po: Update.
1927         * po/vi.po: Update.
1928         * po/zh_CN.po: Update.
1929         * po/zh_TW.po: Update.
1931         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
1932         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
1933         * sysdeps/hppa/dl-irel.h: Remove #warning.
1934         * sysdeps/hppa/entry.h: Provide prototype for
1935         __canonicalize_funcptr_for_compare and cast argument.
1936         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
1937         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
1938         * sysdeps/hppa/sotruss-lib.c: New file.
1939         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
1940         (atomic_compare_and_exchange_val_acq): Use __typeof__.
1941         (atomic_compare_and_exchange_bool_acq): Likewise.
1942         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
1943         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
1945         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
1946         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
1947         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
1949 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
1951         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
1952         called function in non-PIC case.
1954 2015-01-31  David S. Miller  <davem@davemloft.net>
1956         * sysdeps/sparc/sparc32/bits/atomic.h
1957         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
1958         unlock not after it.
1959         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
1960         volatile register usage warnings from the compiler.
1962         * sysdeps/sparc/nptl/sem_init.c: Delete.
1963         * sysdeps/sparc/nptl/sem_post.c: Delete.
1964         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
1965         * sysdeps/sparc/nptl/sem_wait.c: Delete.
1966         * sysdeps/sparc/sparc32/sem_init.c: New file.
1967         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
1968         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
1969         padding explicitly initialized.
1970         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
1971         padding for in-semaphore spinlock.
1972         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
1973         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
1974         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
1975         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
1976         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
1977         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
1978         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
1979         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
1980         version.
1981         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
1982         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
1984 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
1986         [BZ #17801]
1987         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1988         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
1989         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
1990         New.
1991         (index_AVX_Fast_Unaligned_Load): Likewise.
1992         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
1993         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
1994         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
1995         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
1996         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
1997         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
1998         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
1999         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
2000         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
2002 2015-01-29  Andreas Schwab  <schwab@suse.de>
2004         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
2006 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
2008         [BZ #17892]
2009         * nscd/nscd_stat.c (send_stats): Initialize DATA.
2011 2015-01-28  Martin Sebor  <msebor@redhat.com>
2013         * math/README.libm-test: Clarify. Add "How to read the test output."
2015 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
2017         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
2018         Define to 0.
2020 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
2022         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
2023         (__HAVE_64B_ATOMICS): Define to 0.
2025 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2027         [BZ #17885]
2028         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
2029         value to set as new flag.
2031         [BZ #16576]
2032         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
2033         and use _ARCH_PPCSQ instead.
2034         (__ieee754_sqrt): Likewise.
2035         (__ieee754_sqrtf): Likewise.
2036         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
2037         _ARCH_PPCSQ is defined.
2038         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
2039         fsqrt instruction.
2040         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
2041         _ARCH_PPCSQ is defined.
2042         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
2043         fsqrts instruction.
2044         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
2046 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2048         * iconv/loop.c: Suppress array out of bound warning caused by GCC
2049         bug (GCC BZ #64739).
2051 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
2053         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
2054         Mark _retval as used.
2055         (lll_futex_wake_unlock): Likewise.
2056         (lll_futex_timed_wait_requeue_pi): Likewise.
2058         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2059         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
2060         register variables.
2062         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
2063         libm_hidden_def.
2065         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
2066         (__bswap_64): Mark as __always_inline.
2068 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
2070         [BZ #15378]
2071         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
2072         when none of the search directories exist.
2074 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2076         [BZ #17869]
2077         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
2078         power8 in .machine directive.
2080         [BZ #17868]
2081         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
2082         set dependency from opd value.
2084 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2086         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2087         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
2088         architecture.
2090 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2092         [BZ #17870]
2093         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
2094         with uint64_t.
2095         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
2096         (uint64_t) 1.
2097         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
2098         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
2099         Replace 1UL with (uint64_t) 1.
2100         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
2101         int with uint64_t.
2103 2015-01-23  Roland McGrath  <roland@hack.frob.com>
2105         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
2106         (if_freenameindex): Likewise.
2108         * resource/getrlimit64.c: Add missing libc_hidden_def.
2110 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
2112         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
2113         __label__.
2114         (_FP_FMA): Likewise.
2115         (_FP_TO_INT_ROUND): Likewise.
2116         (_FP_FROM_INT): Likewise.
2118 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2120         [BZ #16418]
2121         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
2122         Make code racy and cancel safe.
2124 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
2126         * sysdeps/arm/unwind-resume.h: Fix copyright year.
2127         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
2128         attribution.
2130         * pwd/tst-getpw.c: Rewrite.
2132         [BZ #17702]
2133         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
2134         (modules-names): Add moddummy1 and moddummy2.
2135         ($(objpfx)tst-rec-dlopen): Define.
2136         * dlfcn/moddummy1.c: New file.
2137         * dlfcn/moddummy2.c: New file.
2138         * dlfcn/tst-rec-dlopen.c: New file.
2139         * elf/dl-cache.c (_dl_load_cache_lookup):
2140         Return char*. Copy result with alloca/strcpy/strdup.
2141         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
2142         returns char*. Free cached. If not saving realname
2143         free cached.
2144         * elf/dl-open.c (dl_open_worker): Do not assert that
2145         _r_debug->r_state is RT_CONSISTENT.
2146         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
2147         returns char*.
2149 2015-01-21  Torvald Riegel  <triegel@redhat.com>
2150             Carlos O'Donell  <carlos@redhat.com>
2152         [BZ #12674]
2153         * nptl/sem_waitcommon.c: New file.
2154         * nptl/sem_wait.c: Include sem_waitcommon.c.
2155         (__sem_wait_cleanup, do_futex_wait): Remove.
2156         (__new_sem_wait): Adapt.
2157         (__new_sem_trywait): New function.
2158         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
2159         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
2160         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
2161         (sem_timedwait): Adapt.
2162         * nptl/sem_post.c (__new_sem_post): Adapt.
2163         (futex_wake): New function.
2164         (__old_sem_post): Add release MO fence.
2165         * nptl/sem_open.c (sem_open): Adapt.
2166         * nptl/sem_init.c (__new_sem_init): Adapt.
2167         (futex_private_if_supported): New function.
2168         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
2169         (__old_sem_getvalue): Add using previous code.
2170         * sysdeps/nptl/internaltypes.h: Adapt.
2171         * nptl/tst-sem13.c (do_test): Adapt.
2172         * nptl/tst-sem11.c (main): Adapt.
2173         * nptl/sem_trywait.c: Remove.
2174         * nptl/DESIGN-sem.txt: Remove.
2175         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
2176         (gen-as-const-headers): Remove structsem.sym.
2177         * nptl/structsem.sym: Remove.
2178         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
2179         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
2180         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
2181         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
2182         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
2183         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
2184         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
2185         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
2186         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
2187         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
2188         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
2189         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
2190         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
2191         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
2192         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
2193         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
2194         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
2195         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
2196         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
2197         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
2198         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
2199         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
2201 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
2203         * INSTALL: Regenerated.
2205         * po/libc.pot: Regenerated.
2207 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
2208             Sandra Loosemore  <sandra@codesourcery.com>
2209             Andrew Jenner  <andrew@codesourcery.com>
2210             Joseph Myers  <joseph@codesourcery.com>
2211             Nathan Sidwell  <nathan@codesourcery.com>
2213         * NEWS: Mention new Nios II port.
2214         * sysdeps/nios2/Implies: New file.
2215         * sysdeps/nios2/Makefile: New file.
2216         * sysdeps/nios2/Subdirs: New file.
2217         * sysdeps/nios2/Versions: New file.
2218         * sysdeps/nios2/__longjmp.S: New file.
2219         * sysdeps/nios2/abort-instr.h: New file.
2220         * sysdeps/nios2/backtrace.c: New file.
2221         * sysdeps/nios2/bits/endian.h: New file.
2222         * sysdeps/nios2/bits/fenv.h: New file.
2223         * sysdeps/nios2/bits/link.h: New file.
2224         * sysdeps/nios2/bits/setjmp.h: New file.
2225         * sysdeps/nios2/bsd-_setjmp.S: New file.
2226         * sysdeps/nios2/bsd-setjmp.S: New file.
2227         * sysdeps/nios2/configure: New generated file.
2228         * sysdeps/nios2/configure.ac: New file.
2229         * sysdeps/nios2/crti.S: New file.
2230         * sysdeps/nios2/crtn.S: New file.
2231         * sysdeps/nios2/dl-init.c: New file.
2232         * sysdeps/nios2/dl-machine.h: New file.
2233         * sysdeps/nios2/dl-sysdep.h: New file.
2234         * sysdeps/nios2/dl-tls.h: New file.
2235         * sysdeps/nios2/dl-trampoline.S: New file.
2236         * sysdeps/nios2/gccframe.h: New file.
2237         * sysdeps/nios2/gmp-mparam.h: New file.
2238         * sysdeps/nios2/jmpbuf-offsets.h: New file.
2239         * sysdeps/nios2/jmpbuf-unwind.h: New file.
2240         * sysdeps/nios2/ldsodefs.h: New file.
2241         * sysdeps/nios2/libc-tls.c: New file.
2242         * sysdeps/nios2/libm-test-ulps: New file.
2243         * sysdeps/nios2/machine-gmon.h: New file.
2244         * sysdeps/nios2/math-tests.h: New file.
2245         * sysdeps/nios2/math_private.h: New file.
2246         * sysdeps/nios2/memusage.h: New file.
2247         * sysdeps/nios2/nptl/Makefile: New file.
2248         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
2249         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
2250         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
2251         * sysdeps/nios2/nptl/pthreaddef.h: New file.
2252         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
2253         * sysdeps/nios2/nptl/tls.h: New file.
2254         * sysdeps/nios2/preconfigure: New file.
2255         * sysdeps/nios2/s_fma.c: New file.
2256         * sysdeps/nios2/s_fmaf.c: New file.
2257         * sysdeps/nios2/setjmp.S: New file.
2258         * sysdeps/nios2/sfp-machine.h: New file.
2259         * sysdeps/nios2/sotruss-lib.c: New file.
2260         * sysdeps/nios2/stackguard-macros.h: New file.
2261         * sysdeps/nios2/stackinfo.h: New file.
2262         * sysdeps/nios2/start.S: New file.
2263         * sysdeps/nios2/sysdep.h: New file.
2264         * sysdeps/nios2/tls-macros.h: New file.
2265         * sysdeps/nios2/tst-audit.h: New file.
2266         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
2267         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
2268         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
2269         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
2270         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
2271         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
2272         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
2273         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
2274         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
2275         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
2276         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
2277         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
2278         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
2279         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
2280         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
2281         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
2282         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
2283         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
2284         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
2285         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
2286         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
2287         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
2288         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
2289         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
2290         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
2291         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
2292         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
2293         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
2294         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
2295         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
2296         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
2297         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
2298         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
2299         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
2300         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
2301         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
2302         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
2303         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
2304         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
2305         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
2306         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
2307         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
2308         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
2309         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
2311 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2313         [BZ #17844]
2314         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
2315         (getutent): Use weak_alias in non SHARED case
2316         and default_symbol_version in SHARED case.
2317         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
2318         (getutent_r, pututline): Likewise.
2319         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
2320         (getutid): Likewise.
2321         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
2322         (getutid_r): Likewise.
2323         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
2324         (getutline): Likewise.
2325         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
2326         (getutline_r): Likewise.
2327         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
2328         (updwtmp): Likewise.
2330 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2332         [BZ #17848]
2333         * sysdeps/s390/s390-32/memcmp.S
2334         (memcmp_g5): Rename to __memcmp_g5.
2335         * sysdeps/s390/s390-32/memcpy.S
2336         (memcpy_g5): Rename to __memcpy_g5.
2337         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2338         (memcpy_mvcle) Rename to __memcpy_mvcle.
2339         * sysdeps/s390/s390-32/memset.S
2340         (memset_g5): Rename to __memset_g5.
2341         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
2342         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2343         and use prefixed functions.
2344         * sysdeps/s390/s390-32/multiarch/memcmp.S
2345         (memcmp_z196): Rename to __memcmp_z196.
2346         (memcmp_z10): Rename to __memcmp_z10.
2347         (memcmp): Set alias to __memcmp_g5.
2348         (bcmp): Set alias to __memcmp_g5.
2349         * sysdeps/s390/s390-32/multiarch/memcpy.S
2350         (memcpy_z196): Rename to __memcpy_z196.
2351         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2352         (memcpy_z10): Rename to __memcpy_z10.
2353         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2354         (memcpy): Set alias to __memcpy_g5.
2355         * sysdeps/s390/s390-32/multiarch/memset.S
2356         (memset_z196): Rename to __memset_z196.
2357         Jump to __memset_mvcle instead of memset_mvcle.
2358         (memset_z10): Rename to __memset_z10.
2359         Jump to __memset_mvcle instead of memset_mvcle.
2360         (memset_mvcle) Rename to __memset_mvcle.
2361         (memset): Set alias to __memset_g5.
2362         * sysdeps/s390/s390-64/memcmp.S
2363         (memcmp_z900): Rename to __memcmp_z900.
2364         * sysdeps/s390/s390-64/memcpy.S
2365         (memcpy_z900): Rename to __memcpy_z900.
2366         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2367         (memcpy_mvcle) Rename to __memcpy_mvcle.
2368         * sysdeps/s390/s390-64/memset.S
2369         (memset_z900): Rename to __memset_z900.
2370         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
2371         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2372         and use prefixed functions.
2373         * sysdeps/s390/s390-64/multiarch/memcmp.S
2374         (memcmp_z196): Rename to __memcmp_z196.
2375         (memcmp_z10): Rename to __memcmp_z10.
2376         (memcmp): Set alias to __memcmp_z900.
2377         (bcmp): Set alias to __memcmp_z900.
2378         * sysdeps/s390/s390-64/multiarch/memcpy.S
2379         (memcpy_z196): Rename to __memcpy_z196.
2380         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2381         (memcpy_z10): Rename to __memcpy_z10.
2382         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2383         (memcpy): Set alias to __memcpy_z900.
2384         * sysdeps/s390/s390-64/multiarch/memset.S
2385         (memset_z196): Rename to __memset_z196.
2386         Jump to __memset_mvcle instead of memset_mvcle.
2387         (memset_z10): Rename to __memset_z10.
2388         Jump to __memset_mvcle instead of memset_mvcle.
2389         (memset_mvcle) Rename to __memset_mvcle.
2390         (memset): Set alias to __memset_z900.
2392 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
2394         [BZ #17748]
2395         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
2396         __fesetenv instead of fesetenv.
2398 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2400         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
2401         macro.
2403 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2405         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
2406         regression on LE.
2408         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
2409         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
2410         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2411         strncmp-power8 object.
2412         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2413         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
2414         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
2415         * NEWS: Update.
2417 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2418             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2420         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
2421         trailing byte check.
2423 2015-01-13  David S. Miller  <davem@davemloft.net>
2425         * include/signal.h (__sigreturn): Guard with __USE_MISC.
2427 2015-01-13  Roland McGrath  <roland@hack.frob.com>
2429         * login/logout.c (logout): Use memset rather than bzero.
2430         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
2431         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
2432         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
2433         (_gethtbyaddr): Likewise.
2434         * locale/programs/simple-hash.c (bcopy): Macro removed.
2436 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2438         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2439         Add strcmp-power8 object.
2440         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2441         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
2442         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
2443         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
2444         __strcmp_power8 implementation.
2445         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
2446         * NEWS: Update.
2448         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2449         Add strncpy-power8 and stpncpy-power8 objects.
2450         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2451         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
2452         implementations.
2453         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
2454         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
2455         __stpncpy_power8 implementation.
2456         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
2457         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
2458         __strncpy_power8 implementation.
2459         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
2460         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
2461         * NEWS: Update.
2463         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
2464         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
2465         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
2467         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2468         strncat-power8 object.
2469         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
2470         __strcat_power8 implementation.
2471         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2472         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
2473         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
2474         optimized strcat for power8.
2476         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2477         strcpy-power8 and stpcpy-power8 objects.
2478         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2479         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
2480         implementations.
2481         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
2482         multiarch stpcpy implementation for POWER8.
2483         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
2484         multiarch strcpy implementation for POWER8.
2485         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
2486         __strcpy_power8 function.
2487         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
2488         stpcpy for POWER8.
2489         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
2490         strcpy for POWER8.
2491         * NEWS: Update.
2493 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
2495         [BZ #16009]
2496         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
2497         weights and rules. Use do_xfrm_cached if data fits in cache,
2498         do_xfrm otherwise.  Moved former main loop to...
2499         * (do_xfrm_cached): New function.
2500         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
2501         find_idx, find_position and stack_push.
2502         * (find_idx): New function.
2503         * (find_position): Likewise.
2504         * localedata/sort-test.sh: Added test run for do_xfrm.
2505         * localedata/xfrm-test.c (main): Added command line option
2506         -nocache to run the test with strings that are too large for
2507         the STRXFRM cache.
2509 2015-01-13  Torvald Riegel  <triegel@redhat.com>
2511         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
2512         variable to lll_futex_wake call, not the value itself.
2514 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
2516         [BZ #17803]
2517         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
2518         twom64.  Adjust value to 0x1p-64L.
2519         (__scalblnl): Only return standard underflowing result for K <=
2520         -64 not K <= -63; adjust exponent for underflowing result by 64
2521         not 63.
2522         * math/libm-test.inc (scalbn_test_data): Add more tests.
2523         (scalbln_test_data): Likewise.
2525         [BZ #17834]
2526         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
2527         0x1p63L.
2528         (__scalblnl): Get new exponent of adjusted subnormal value from ES
2529         not HX.
2530         * math/libm-test.inc (scalbn_test_data): Add more tests.
2531         (scalbln_test_data): Likewise.
2533 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2534             Stefani Seibold  <stefani@seibold.net>
2536         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
2537         (sysdep_routines): Add dl-vdso here, ...
2538         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
2539         (sysdep_routines): ... not here.
2540         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
2541         fallback when vDSO is not presented.
2542         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
2543         Define with libc_hidden_proto/libc_hidden_data_def definitions.
2544         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
2545         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
2546         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
2547         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
2548         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
2549         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
2550         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
2551         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
2552         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
2553         fallback configurable symbol when vDSO is not available.
2554         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
2555         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
2556         be able to redefine fallback symbol when vDSO is not available.
2557         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
2558         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
2560 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2562         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
2563         (TLS_INIT_TP): Add tm_capable initialization.
2564         (TLS_DEFINE_INIT_TP): Likewise.
2565         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
2566         TCB.
2567         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
2568         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
2569         calculation.
2570         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
2571         transactoion is lock elision is built and TCB tm_capable is set.
2572         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
2573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
2574         (INTERNAL_SYSCALL_NCS): Likewise.
2575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
2576         (INTERNAL_SYSCALL_NCS): Likewise.
2577         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
2579         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
2580         for powerpc.
2581         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2582         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
2583         and remove it for 32 bits case.
2584         [pthread_rwlock_t] (__rwelision): New field for lock elision.
2585         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
2586         initialization.
2587         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
2588         Disable lock elision with rdlocks if elision is not available.
2590         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
2591         (sysdep_routines): Add lock elision objects.
2592         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2593         [pthread_mutex_t] (__spins): Rework to add lock elision field.
2594         [pthread_mutex_t] (__elision): Add field.
2595         [__PTHREAD_SPINS]: Adjust to init lock elision field.
2596         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
2597         elision definitions for powerpc.
2598         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
2599         implementation of lock elision for powerpc.
2600         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
2601         implementation of timed lock elision for powerpc.
2602         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
2603         implementation of trylock with lock elision for powerpc.
2604         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
2605         implementaion of unlock for lock elision for powerpc.
2606         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
2607         automatic enable lock elision for mutexes.
2608         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
2609         transaction execution definitions for powerpc.
2610         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
2611         definitions.
2612         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
2613         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
2614         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
2615         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
2616         * NEWS: Update.
2618 2015-01-09  Roland McGrath  <roland@hack.frob.com>
2620         * sysdeps/posix/shm-directory.c: Use <> rather than ""
2621         for #include of <shm-directory.h>.
2623 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
2625         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
2626         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
2628 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
2630         [BZ #17791]
2631         * NEWS: Mention bug fix.
2632         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
2633         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
2634         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
2636 2015-01-09  Torvald Riegel <triegel@redhat.com>
2638         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
2640 2015-01-09  Torvald Riegel <triegel@redhat.com>
2642         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
2644 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2646         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
2647         pointer and cast to uintptr_t.
2649 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2651         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
2652         removed.
2653         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
2655 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2657         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
2658         of 0.
2660 2015-01-08  Roland McGrath  <roland@hack.frob.com>
2662         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
2663         <nptl/pthreadP.h> instead.
2664         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
2666         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
2667         already defined.
2668         [__SIGRTMIN] (init): Function removed.
2669         [__SIGRTMIN] (initialized): Variable removed.
2670         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
2671         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
2672         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
2673         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
2674         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
2675         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
2676         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
2677         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
2678         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
2679         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
2680         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
2681         * sysdeps/nptl/allocrtsig.c: New file.
2682         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
2683         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
2684         * sysdeps/generic/testrtsig.h: File removed.
2686         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
2687         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
2689         * nptl/nptl-init.c (pthread_functions): Conditionalize
2690         .ptr__nptl_setxid initialization on [SIGSETXID].
2692         * sysdeps/nptl/sys/procfs.h: New file.
2693         * nptl_db/Makefile (headers): Add it.
2694         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
2696         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
2697         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
2698         * nptl/pthread_attr_setaffinity.c: Include it.
2699         * nptl/pthread_setattr_default_np.c: Likewise.
2700         * nptl/check-cpuset.h: New file.
2702 2015-01-08  Richard Henderson  <rth@redhat.com>
2704         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
2705         (CFLAGS-tst-execstack-prog.c): Likewise.
2706         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
2708 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
2709             Sandra Loosemore  <sandra@codesourcery.com>
2710             Andrew Jenner  <andrew@codesourcery.com>
2711             Joseph Myers  <joseph@codesourcery.com>
2712             Nathan Sidwell  <nathan@codesourcery.com>
2714         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
2715         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
2716         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
2717         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
2718         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
2719         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
2720         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
2721         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
2722         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
2723         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
2724         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
2725         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
2726         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
2727         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
2728         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
2729         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
2730         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
2732 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2734         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
2735         timespec struct member in syscall macro.
2736         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
2737         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
2738         first timeval struct member in syscall macro.
2739         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
2741 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
2743         [BZ #17748]
2744         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
2745         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
2746         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
2747         __feupdateenv and define as weak alias of __feupdateenv.  Use
2748         libm_hidden_weak.
2749         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
2750         libm_hidden_def.
2751         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
2752         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
2753         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2754         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
2755         libm_hidden_def.
2756         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
2757         __feupdateenv and define as weak alias of __feupdateenv.  Use
2758         libm_hidden_weak.
2759         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
2760         libm_hidden_def.
2761         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
2762         __feupdateenv and define as weak alias of __feupdateenv.  Use
2763         libm_hidden_weak.
2764         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
2765         libm_hidden_def.
2766         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2767         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2768         (__feupdateenv): Likewise.
2769         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
2770         __feupdateenv and define as weak alias of __feupdateenv.  Use
2771         libm_hidden_weak.
2772         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2773         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
2774         libm_hidden_def.
2775         * sysdeps/tile/math_private.h (__feupdateenv): New inline
2776         function.
2777         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
2778         libm_hidden_def.
2779         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
2780         __feupdateenv instead of feupdateenv.
2781         (default_libc_feupdateenv_test): Likewise.
2782         (libc_feresetround_ctx): Likewise.
2784 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2786         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
2787         prototype.
2789 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
2791         * posix/regcomp.c (parse_bracket_exp): Initialize type to
2792         COLL_SYM in a couple of places to avoid uninitialized variable
2793         wanings on tilegx gcc 4.8.2.
2795 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
2797         * sysdeps/aarch64/strcpy.S: New file.
2798         * sysdeps/aarch64/stpcpy.S: New file.
2799         * NEWS: Updated.
2801 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
2803         * sysdeps/aarch64/strrchr.S: New file.
2804         * NEWS: Updated.
2806 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
2808         [BZ #17658]
2809         * stdlib/setenv.c: Fix memory leak when setting large,
2810         duplicate string.
2812 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
2814         [BZ #17273]
2815         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
2816         and tabs from buffer before parsing fstab entry.
2817         * misc/tst-mntent.c (main): Add test for mount entry with
2818         trailing spaces and tabs.
2820 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
2822         [BZ #17748]
2823         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
2824         * math/fesetround.c (fesetround): Rename to __fesetround and
2825         define as weak alias of __fesetround.  Use libm_hidden_weak.
2826         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
2827         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
2828         * sysdeps/arm/fesetround.c (fesetround): Likewise.
2829         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
2830         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
2831         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
2832         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
2833         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
2834         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
2835         __fesetround_inline.
2836         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
2837         __fesetround_inline instead of __fesetround.
2838         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
2839         __fesetround and define as weak alias of __fesetround.  Use
2840         libm_hidden_weak.  Call __fesetround_inline instead of
2841         __fesetround.
2842         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
2843         __fesetround and define as weak alias of __fesetround.  Use
2844         libm_hidden_weak.
2845         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
2846         Likewise.
2847         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
2848         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
2849         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
2850         * sysdeps/tile/math_private.h (__fesetround): New inline function.
2851         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
2852         __fesetround and define as weak alias of __fesetround.  Use
2853         libm_hidden_weak.
2854         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
2855         __fesetround instead of fesetround.
2856         (default_libc_feholdexcept_setround): Likewise.
2857         (libc_feholdsetround_ctx): Likewise.
2858         (libc_feholdsetround_noex_ctx): Likewise.
2860         [BZ #17748]
2861         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
2862         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
2863         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2864         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2865         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2866         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
2867         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2868         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
2869         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2870         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2871         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2872         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2873         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2874         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2875         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
2876         libm_hidden_def.
2877         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
2878         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
2879         Likewise.
2880         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2881         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2882         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
2883         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2884         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
2885         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2886         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2887         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
2888         __fesetenv instead of fesetenv.
2889         (libc_feresetround_noex_ctx): Likewise.
2890         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2891         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2892         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
2893         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2894         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2895         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2896         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2897         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2898         (__feupdateenv): Likewise.
2899         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2900         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2901         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2902         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
2904 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
2906         [BZ #17806]
2907         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
2908         addresses have been freed.
2910 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
2912         * resolv/res_init.c (__res_vinit): Improve comments about nserv
2913         and nservall.
2915 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
2917         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
2918         Clean up check_pf allocation pattern. addresses
2920 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2922         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
2923         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
2924         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
2925         * nptl/pthread_exit.c (__pthread_exit): Likewise.
2926         * nptl/pthread_join.c (pthread_join): Likewise.
2927         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
2928         * sysdeps/posix/waitid.c (__waitid): Likewise.
2929         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
2930         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
2931         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
2932         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
2933         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
2934         Likewise.
2935         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
2936         (__libc_pread64): Likewise.
2937         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
2938         (__libc_pwrite): Likewise.
2939         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
2940         (__libc_pwrite64): Likewsie.
2941         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
2942         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
2943         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
2944         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
2945         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
2946         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
2947         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
2948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
2949         Likewise.
2950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
2951         (__libc_pread64): Likewise.
2952         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
2953         Likewise.
2954         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
2955         (__libc_pwrite64): Likewise.
2956         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
2957         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
2958         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
2959         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
2960         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
2961         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
2962         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
2963         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
2964         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
2965         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
2966         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
2967         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
2968         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
2969         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
2970         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
2971         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
2972         Likewise.
2974 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2976         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
2977         (CFLAGS-test-double.c): Likewise.
2978         (CFLAGS-test-ldouble.c): Likewise.
2979         (CPPFLAGS-test-ifloat.c): Likewise.
2980         (CPPFLAGS-test-idouble.c): Likewise.
2981         (CPPFLAGS-test-ildoubl.c): Likewise.
2982         (CFLAGS-test-test-fenv.c): Remove variable.
2983         (CFLAGS-test-misc.c): Likewise.
2985 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
2987         [BZ #17797]
2988         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
2989         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
2990         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
2991         CLOCKS_PER_SEC == 1000000.
2992         * time/clocktest.c (main): Replace %ld with %jd and cast to
2993         intmax_t.
2995 2015-01-05  Roland McGrath  <roland@hack.frob.com>
2997         * sysdeps/generic/unwind-resume.h: New file.
2998         * sysdeps/gnu/unwind-resume.c: Include it.
2999         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
3000         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
3001         argument list.
3002         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
3003         global rather than static.
3004         (_Unwind_Resume): Update user.
3005         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
3006         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
3007         rather than static.  Add __attribute__ ((cold)).
3008         (_Unwind_Resume, __gcc_personality_v0): Update callers.
3009         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
3010         * sysdeps/arm/arm-unwind-resume.S: New file.
3011         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
3012         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
3013         * sysdeps/arm/Makefile [$(subdir) = csu]
3014         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
3015         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
3016         Add rt-arm-unwind-resume.
3017         [$(subdir) = nptl]
3018         (libpthread-sysdep_routines, libpthread-shared-only-routines):
3019         Add pt-arm-unwind-resume.
3020         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
3021         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
3023 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3025         [BZ #17748]
3026         * include/fenv.h (__feholdexcept): Declare.  Use
3027         libm_hidden_proto.
3028         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
3029         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
3030         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3031         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
3032         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
3033         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
3034         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
3035         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3036         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
3037         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
3038         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3039         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
3040         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
3041         (feholdexcept): Likewise.
3042         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
3043         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
3044         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3045         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3046         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
3047         __feholdexcept instead of feholdexcept.
3048         (default_libc_feholdexcept_setround): Likewise.
3050 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3052         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
3053         to avoid using stl/str to align destination.
3055 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3057         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
3059 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3061         [BZ #17796]
3062         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
3063         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
3064         Define as weak alias not strong alias.
3066 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3068         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
3069         bltzal with addiupc.
3070         (RTLD_START): Ditto.
3072 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
3074         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
3075         for __vdso_* functions in declarations.
3076         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
3077         definitions.
3078         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
3079         INTERNAL_VSYSCALL): Use struct return types to check for error.
3081         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
3082         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
3083         function with cast from llround().
3084         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
3085         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
3086         Define.
3088 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3090         [BZ #17793]
3091         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
3092         Define as weak alias not strong alias.
3094         [BZ #17635]
3095         * ctype/ctype-c99.c: New file.  isblank implementation moved from
3096         ...
3097         * ctype/ctype-extn.c: ... here.
3098         (__isblank_l): Move to ...
3099         * ctype/ctype-c99_l.c: ... here.  New file.
3100         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
3101         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
3102         Remove variable.
3103         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
3104         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
3105         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
3106         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
3107         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
3109         [BZ #17777]
3110         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
3111         (posix_fadvise64): Define as weak alias not strong alias.
3112         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
3113         (posix_fallocate64): Likewise.
3114         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
3115         Remove variable.
3116         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
3117         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
3118         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
3119         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
3120         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
3122 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
3124         [BZ #16191]
3125         * NEWS: Mention bug fix.
3126         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
3127         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
3128         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
3129         (HOST_STACK_END_ADDR): Likewise.
3131 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3133         [BZ #17748]
3134         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
3135         * math/fegetround.c (fegetround): Rename to __fegetround and
3136         define as weak alias of __fegetround.  Use libm_hidden_weak.
3137         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
3138         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
3139         * sysdeps/arm/fegetround.c (fegetround): Likewise.
3140         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
3141         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
3142         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
3143         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
3144         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
3145         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
3146         Undefine after rather than before function definition; use
3147         parentheses around function name in definition.
3148         (__fegetround): Also undefine macro after function definition.
3149         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
3150         __fegetround and define as weak alias of __fegetround.  Use
3151         libm_hidden_weak.  Do not undefine as macro.
3152         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
3153         Likewise.
3154         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
3155         __fegetround and define as weak alias of __fegetround.  Use
3156         libm_hidden_weak.
3157         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
3158         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
3159         * sysdeps/tile/math_private.h (__fegetround): New inline function.
3160         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
3161         __fegetround and define as weak alias of __fegetround.  Use
3162         libm_hidden_weak.
3163         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
3164         __fegetround instead of fegetround.
3166         [BZ #17782]
3167         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
3168         Condition macro definition on [__USE_MISC].
3170         [BZ #17781]
3171         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
3172         (struct sigaction): Change type of sa_flags field to int.
3174         [BZ #17780]
3175         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
3176         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
3177         __glibc_reserved0.
3179         * nptl/version.c (banner): Use single year in copyright notice.
3181         * NEWS: Update copyright dates.
3182         * catgets/gencat.c (print_version): Likewise.
3183         * csu/version.c (banner): Likewise.
3184         * debug/catchsegv.sh: Likewise.
3185         * debug/pcprofiledump.c (print_version): Likewise.
3186         * debug/xtrace.sh (do_version): Likewise.
3187         * elf/ldconfig.c (print_version): Likewise.
3188         * elf/ldd.bash.in: Likewise.
3189         * elf/pldd.c (print_version): Likewise.
3190         * elf/sotruss.sh: Likewise.
3191         * elf/sprof.c (print_version): Likewise.
3192         * iconv/iconv_prog.c (print_version): Likewise.
3193         * iconv/iconvconfig.c (print_version): Likewise.
3194         * locale/programs/locale.c (print_version): Likewise.
3195         * locale/programs/localedef.c (print_version): Likewise.
3196         * login/programs/pt_chown.c (print_version): Likewise.
3197         * malloc/memusage.sh (do_version): Likewise.
3198         * malloc/memusagestat.c (print_version): Likewise.
3199         * malloc/mtrace.pl: Likewise.
3200         * manual/libc.texinfo: Likewise.
3201         * nptl/version.c (banner): Likewise.
3202         * nscd/nscd.c (print_version): Likewise.
3203         * nss/getent.c (print_version): Likewise.
3204         * nss/makedb.c (print_version): Likewise.
3205         * posix/getconf.c (main): Likewise.
3206         * scripts/test-installation.pl: Likewise.
3207         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
3209 2015-01-02  Will Newton  <will.newton@linaro.org>
3211         * sysdeps/arm/armv7/configure: Removed.
3212         * sysdeps/arm/armv7/configure.ac: Likewise.
3214 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3216         * All files with FSF copyright notices: Update copyright dates
3217         using scripts/update-copyrights.
3218         * intl/plural.c: Regenerated.
3219         * locale/programs/charmap-kw.h: Likewise.
3220         * locale/programs/locfile-kw.h: Likewise.
3222 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3224         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
3226 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3228         [BZ #17748]
3229         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
3230         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
3231         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3232         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3233         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3234         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
3235         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3236         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
3237         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3238         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3239         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3240         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3241         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3242         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3243         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
3244         libm_hidden_def.
3245         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
3246         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
3247         Likewise.
3248         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3249         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3250         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
3251         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3252         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
3253         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3254         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3255         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
3256         __fegetenv instead of fegetenv.
3257         (libc_feholdsetround_noex_ctx): Likewise.
3259 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3261         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
3262         (Elf_MIPS_ABIFlags_v0): New structure.
3263         (EF_MIPS_FP64): Define.
3264         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
3265         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
3266         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
3267         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
3268         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
3269         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
3270         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
3271         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
3272         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
3273         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
3274         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
3275         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
3276         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
3277         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
3278         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
3279         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
3280         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
3281         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
3282         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
3283         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
3284         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
3285         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
3286         field.
3287         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
3288         EF_MIPS_FP64.
3289         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
3290         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
3291         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
3292         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
3293         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
3294         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
3295         * sysdeps/mips/tst-abi-interlink.c: Likewise.
3296         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
3297         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
3298         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
3299         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
3300         record the current FP ABI extension.
3301         (mips-mode-switch): Define to show if kernel headers support mode
3302         switching.
3303         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
3304         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
3305         supported SYSV ABI version to 3.
3306         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
3307         feature.
3309 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
3310             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3312         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
3313         path.
3314         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
3316 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3318         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
3319         __fegetround and redefine to call __fegetround.  Remove condition
3320         on [!__NO_MATH_INLINES].
3321         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
3322         function.
3323         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
3324         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
3325         Remove macro.
3326         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
3327         instead of <fenv_libc.h>.
3328         (__llrintl): Call fegetround instead of __fegetround.
3329         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
3330         instead of <fenv_libc.h>.
3331         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
3332         (__lrintl): Call fegetround instead of __fegetround.
3333         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
3334         instead of <fenv_libc.h>.
3335         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
3336         (__rintl): Call fegetround instead of __fegetround.
3338 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
3340         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
3341         arrays.
3343 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3345         [BZ #17775]
3346         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
3347         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
3348         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
3350 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3352         * sysdeps/i386/tls-macros.h: Include <features.h>.
3353         (TLS_LE): Use non-PIC version for GCC >= 5.0.
3354         (TLS_IE): Likewise.
3355         (TLS_LD): Likewise.
3356         (TLS_GD): Likewise.
3357         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
3358         define for GCC >= 5.0.
3360 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
3362         * math/test-fenv.c (test_single_exception, set_single_exc,
3363         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
3364         feexcp_mask_test, feenable_test, fe_single_test): Add
3365         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
3366         case where they are not used.
3367         * math/libm-test.inc: Likewise.
3368         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
3369         unused in the absence of FP rounding/exception support.
3370         * stdio-common/tst-printf-round.c: Likewise.
3371         * stdlib/tst-strtod-round.c: Likewise.
3372         * stdlib/tst-strtod-underflow.c: Likewise.
3374 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
3376         [BZ #17723]
3377         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
3378         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
3379         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3380         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3381         libm_hidden_weak.
3382         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
3383         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3384         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
3385         libm_hidden_def.
3386         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3387         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3388         libm_hidden_weak.
3389         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
3390         Likewise.
3391         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
3392         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3393         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3394         libm_hidden_weak.
3395         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3396         libm_hidden_def.
3397         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
3398         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
3399         (__feraiseexcept): Likewise.
3400         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3401         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3402         libm_hidden_weak.
3403         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3404         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3405         libm_hidden_def.
3406         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
3407         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
3408         Use libm_hidden_def.
3409         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
3410         libm_hidden_def.
3411         (feraiseexcept): Define as weak not strong alias.  Use
3412         libm_hidden_weak.
3413         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
3414         New inline function.  Factored out of ...
3415         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
3416         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
3417         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
3418         feraiseexcept.
3419         * math/w_acos.c (__acos): Likewise.
3420         * math/w_asin.c (__asin): Likewise.
3421         * math/w_ilogb.c (__ilogb): Likewise.
3422         * math/w_j0.c (y0): Likewise.
3423         * math/w_j1.c (y1): Likewise.
3424         * math/w_jn.c (yn): Likewise.
3425         * math/w_log.c (__log): Likewise.
3426         * math/w_log10.c (__log10): Likewise.
3427         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
3428         * sysdeps/aarch64/fpu/math_private.h
3429         (libc_feupdateenv_test_aarch64): Likewise.
3430         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3431         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
3432         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
3433         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3434         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3435         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3436         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
3437         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3438         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3439         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3441 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3443         [BZ #17732]
3444         * io/test-utime.c (main): Replace %ld with %jd and cast to
3445         intmax_t.
3446         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
3447         * nptl/tst-mutex5.c: Include <stdint.h>.
3448         (do_test): Replace %ld with %jd and cast to intmax_t.
3449         * posix/tst-regex.c (run_test): Likewise.
3450         (run_test_backwards): Likewise.
3451         * rt/tst-clock.c: Include <stdint.h>.
3452         (clock_test): Replace %ld with %jd and cast to intmax_t.
3453         * rt/tst-cpuclock1.c: Include <stdint.h>.
3454         (do_test): Replace %lu with %ju and cast to uintmax_t.
3455         * rt/tst-cpuclock2.c: Include <stdint.h>.
3456         (do_test): Replace %lu with %ju and cast to uintmax_t.
3457         * rt/tst-mqueue1.c: Include <stdint.h>.
3458         (check_attrs): Replace %ld with %jd and cast to intmax_t.
3459         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
3460         intmax_t.
3461         * rt/tst-mqueue4.c (do_test): Likewise.
3462         * rt/tst-timer4.c: Include <stdint.h>.
3463         (check_ts): Replace %ld with %jd and cast to intmax_t.
3464         (do_test): Likewise.
3465         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
3466         and cast to intmax_t.
3467         * sysdeps/pthread/tst-timer.c (main): Likewise.
3468         * time/clocktest.c (main): Likewise.
3469         * time/tst-posixtz.c (do_test): Likewise.
3470         * timezone/tst-timezone.c (main): Likewise.
3472 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3473             H.J. Lu  <hongjiu.lu@intel.com>
3475         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
3476         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
3477         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
3478         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
3479         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
3480         version if bit_Fast_Unaligned_Load is set.
3481         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3482         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3483         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3484         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3485         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3486         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3487         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
3488         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
3489         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
3490         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
3491         to 4.
3492         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
3493         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
3494         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
3495         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
3497 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
3499         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
3500         instead of #if to avoid a Wundef warning.
3501         * stdlib/tst-limits.c (do_test): Likewise.
3503         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
3504         parallel other exception macros.
3505         (fegetenv): Convert from macro to extern inline so that it applies
3506         retroactively to inline functions already seen by the compiler.
3507         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
3509         * posix/Makefile (before-compile): Use $(objpfx) for
3510         posix-conf-vars-def.h.
3512 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
3514         * posix/getconf.c (main): Use size_t for type of I.
3515         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
3516         NSPEC.
3518         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
3519         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
3520         * posix/posix-envs.def: Likewise.
3521         * sysdeps/posix/sysconf.c: Likewise.
3522         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
3523         (specs): Remove array.
3524         * scripts/gen-posix-conf-vars.awk: Support generation of specs
3525         array.
3527         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
3528         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
3529         (__sysconf): Use CONF_IS_* macros.
3531         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
3532         ($(objpfx)posix-conf-vars-def.h): New target.
3533         * posix/posix-conf-vars.list: New file.
3534         * posix/posix-conf-vars.h: New file.
3535         * posix/confstr.c: Include posix-conf-vars.h.
3536         (confstr): Use CONF_IS_* macros.
3537         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
3538         CONF_IS_* macros.
3539         * scripts/gen-posix-conf-vars.awk: New file.
3541 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
3543         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
3544         fegetround): Add no-op macros to avoid linknamespace issues.
3546         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
3547         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
3549         * sysdeps/unix/sysv/linux/tile/sysdep.h
3550         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
3551         assembly-specific section to avoid a redefinition warning.
3553         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
3554         long before casting to pointer to avoid a cast warning.
3556 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
3558         * sysdeps/tile/tilegx/Implies: New file.
3560 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
3562         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
3564 2014-12-23  Florian Weimer  <fweimer@redhat.com>
3566         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
3568 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3570         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
3571         not define.
3572         * sysdeps/unix/sysv/linux/utimes.c: Do not include
3573         <kernel-features.h>.
3574         (__utimes) [__NR_utimes]: Make code unconditional.
3575         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
3576         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
3577         (__ASSUME_UTIMES): Do not undefine.
3578         * sysdeps/unix/sysv/linux/tile/kernel-features.h
3579         (__ASSUME_UTIMES): Likewise.
3580         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
3581         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
3582         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
3583         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
3585 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
3587         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
3589 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
3591         [BZ #17747]
3592         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
3593         alias to weak alias for j0l, y0l.
3594         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
3595         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
3597         [BZ #17746]
3598         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
3599         conversion.
3601 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
3603         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
3604         to zero if not already defined.
3606 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3608         [BZ #17724]
3609         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
3610         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
3611         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
3612         (char *) casts added.
3613         * sysdeps/ieee754/k_standardf.c: New file.
3614         * sysdeps/ieee754/k_standardl.c: Likewise.
3615         * math/Makefile (libm-support): Remove k_standard.
3616         (libm-calls): Add k_standard.
3618 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3620         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3621         Optimize to avoid an unnecessary FPCR read.
3623 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3625         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
3626         Optimize to reduce FPCR/FPSR accesses.
3628 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3630         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
3631         Call libc_fetestexcept_aarch64.
3633 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3635         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
3636         Call libc_fesetround_aarch64.
3638 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3640         [BZ #17733]
3641         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
3642         (__bind): Do not define as weak alias.
3643         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
3644         define.
3645         (__getsockname): Do not define as weak alias.
3647 2014-12-22  Will Newton  <will.newton@linaro.org>
3649         * manual/install.texi: Document that we require bison 2.7
3650         or above.
3651         * INSTALL: Regenerate.
3652         * configure.ac: Use AC_CHECK_PROG_VER instead of
3653         AC_PATH_PROG when checking for bison and check for
3654         version 2.7 or above.
3655         * configure: Regenerate.
3657 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
3659         [BZ #17745]
3660         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
3661         * sysdeps/tile/ffsll.c (ffsll): To here.
3663         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
3665 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
3667         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
3668         if not defined.
3669         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
3670         definition.
3671         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3672         hidden ___tls_get_addr.
3673         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3674         hidden __tls_get_addr.
3675         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
3676         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
3677         Likewise.
3679 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
3681         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
3682         _dl_init call.
3684 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
3686         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
3687         from "call _dl_init@PLT".
3688         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
3690 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
3692         * manual/search.texi: (Array Sort Function): Clarify stable sorting
3693         guarantees.
3695 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
3697         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
3699 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
3701         [BZ #17744]
3702         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
3703         strnlen.
3705 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
3707         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
3708         of multu on MIPSr6.
3709         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
3710         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
3711         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
3712         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
3713         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
3715 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
3717         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
3718         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
3719         (PTR_SUBU): Use subu for mips32r6/mips64r6.
3720         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
3721         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
3722         mips32r6/mips64r6.
3723         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
3725 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
3727         * string/strncat.c (STRNCAT): Simplify implementation.
3729 2014-12-19  David S. Miller  <davem@davemloft.net>
3731         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
3732         access the quad as both a long double and as a series of 4 words.
3734         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
3735         link_map->l_info array access.
3737 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
3739         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
3741         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
3742         * math/atest-exp2.c (TIMEOUT): Likewise.
3743         * math/atest-sincos.c (TIMEOUT): Likewise.
3745 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3747         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
3748         -Wno-error with -fno-builtin-lround.
3750 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3752         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
3753         Contains futex constants and functions moved over from ...
3754         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
3755         <lowlevellock-futex.h>.
3756         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3757         (lll_timedwait_tid): Add comments and parentheses around macro
3758         arguments.
3760 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3762         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
3763         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
3764         (__lll_private_flag): Remove.
3765         (lll_futex_wait): Likewise.
3766         (lll_futex_timed_wait): Likewise.
3767         (lll_futex_wake): Likewise.
3768         (lll_futex_requeue): Likewise.
3769         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3770         (__lll_timedwait_tid): Spell out argument names.
3771         (lll_timedwait_tid): Add comments and parentheses around macro
3772         arguments.
3773         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
3774         LLL_SHARED and LLL_PRIVATE usable from assembly code.
3776 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3778         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
3779         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3780         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3781         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
3782         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
3783         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
3784         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
3785         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
3786         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
3787         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
3788         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
3789         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
3790         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
3791         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
3792         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
3793         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
3794         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
3795         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
3796         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
3798 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3800         * sysdeps/x86_64/x32/Makefile: New file.
3802 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3804         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
3805         1L with (mp_limb_t) 1.
3807 2014-12-17  Roland McGrath  <roland@hack.frob.com>
3809         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
3810         * nptl/libc_pthread_init.c: ... here.
3811         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
3812         * nptl/register-atfork.c: ... here.
3814         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
3815         Use pthread_sigmask rather than INTERNAL_SYSCALL.
3816         Use assert_perror to check its return value.
3817         (__gai_create_helper_thread): Likewise.
3819         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
3821         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
3823 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
3825         [BZ #17725]
3826         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
3827         __profil_counter.
3828         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
3829         Likewise.
3830         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
3831         Likewise.
3832         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
3833         Likewise.
3834         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
3835         (profil_counter): Likewise.
3836         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
3837         (profil_counter): Likewise.
3838         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
3839         Likewise.
3840         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
3841         Likewise.
3842         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
3843         (profil_counter): Likewise.
3844         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
3845         Likewise.
3846         [!__profil_counter] (profil_counter): Define as weak alias of
3847         __profil_counter.
3848         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
3849         (profil_counter): Rename to __profil_counter.
3850         [!__profil_counter] (profil_counter): Define as weak alias of
3851         __profil_counter.
3852         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
3853         (profil_counter): Rename to __profil_counter.
3854         [!__profil_counter] (profil_counter): Define as weak alias of
3855         __profil_counter.
3856         * sysdeps/posix/profil.c: Update comment referring to
3857         profil_counter.
3858         (__profil): Use __profil_counter instead of profil_counter.
3859         * sysdeps/posix/sprofil.c (profil_counter): Rename to
3860         __profil_counter.  Use __profil_counter_ushort and
3861         __profil_counter_uint in definitions.
3862         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
3863         instead of profil_counter_uint and profil_counter_ushort.
3865         [BZ #17722]
3866         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
3867         define as weak alias of __inet_makeaddr.
3868         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
3869         as weak alias of __inet_addr.
3870         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
3871         as weak alias of __inet_pton.  Use libc_hidden_weak.
3872         * include/arpa/inet.h (__inet_pton): Declare.  Use
3873         libc_hidden_proto.
3874         (inet_makeaddr): Don't use libc_hidden_proto.
3875         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
3876         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
3877         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
3878         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
3879         Remove variable.
3880         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
3881         (test-xfail-POSIX/time.h/linknamespace): Likewise.
3883 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
3885         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
3887 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3889         * stdio-common/bug-vfprintf-nargs.c (do_test):
3890         Cast value to intptr_t to avoid format warning
3891         for usage with PRIdPTR printing macro.
3893 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3895         * libio/tst-widetext.c (do_test):
3896         Use format type %td instead of %Zd for ptrdiff_t
3897         in order to avoid format warning.
3899 2014-12-17  Andreas Schwab  <schwab@suse.de>
3901         * nscd/mem.c (gc): Add size_t cast to match printf format.
3903 2014-12-16  Roland McGrath  <roland@hack.frob.com>
3905         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
3906         (init): Apply PTR_MANGLE to pointers before storing them.
3907         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
3908         before using them.
3910 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
3912         [BZ #17719]
3913         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
3914         define as weak alias of __memrchr.
3915         (__memrchr): Do not define as strong alias of memrchr.
3916         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
3917         Remove variable.
3918         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
3919         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
3920         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
3922         [BZ #17717]
3923         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
3924         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
3925         (if_indextoname): Rename to __if_indextoname and define as weak
3926         alias of __if_indextoname.  Use libc_hidden_weak.
3927         (if_freenameindex): Rename to __if_freenameindex and define as
3928         weak alias of __if_freenameindex.
3929         (if_nameindex): Rename to __if_nameindex and define as weak alias
3930         of __if_nameindex.
3931         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
3932         __if_nametoindex and define as weak alias of __if_nametoindex.
3933         Use libc_hidden_weak.
3934         (if_freenameindex): Rename to __if_freenameindex and define as
3935         weak alias of __if_freenameindex.
3936         (if_nameindex): Rename to __if_nameindex and define as weak alias
3937         of __if_nameindex.
3938         (if_indextoname): Rename to __if_indextoname and define as weak
3939         alias of __if_indextoname.  Use libc_hidden_weak.
3940         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
3941         __if_nametoindex and define as weak alias of __if_nametoindex.
3942         Use libc_hidden_weak.
3943         (if_freenameindex): Rename to __if_freenameindex and define as
3944         weak alias of __if_freenameindex.  Use libc_hidden_weak.
3945         (if_nameindex_netlink): Use __if_freenameindex instead of
3946         if_freenameindex.
3947         (if_nameindex): Rename to __if_nameindex and define as weak alias
3948         of __if_nameindex.  Use libc_hidden_weak.
3949         (if_indextoname): Rename to __if_indextoname and define as weak
3950         alias of __if_indextoname.  Use libc_hidden_weak.
3951         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
3952         libc_hidden_proto.
3953         [!_ISOMAC] (__if_freenameindex): Likewise.
3954         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
3955         if_nametoindex.
3956         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
3957         variable.
3958         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
3959         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
3960         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
3961         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
3962         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
3963         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
3964         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
3966         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
3967         Remove variable.
3968         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
3969         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
3971 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3973         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
3974         subscript above bounds'
3976         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
3977         bounds.
3979 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
3981         * libio/tst-fopenloc.c: Use test-skeleton.c.
3983         * stdlib/tst-bsearch.c: Use test-skeleton.c.
3984         (entry): Rename to ITEM.
3985         (do_test, comp): Adjust.
3987         * stdio-common/tst-fseek.c: Use test-skeleton.c.
3989 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3991         * string/tester.c: Include <libc-internal.h>.
3992         (test_memset): Ignore -Wmemset-transposed-args.
3994 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3996         * misc/tst-mntent2.c (do_test): Fix warning.
3998 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4000         * elf/tst-unique4lib.cc(a): Mark as used.
4002 2014-12-16  Florian Weimer  <fweimer@redhat.com>
4004         [BZ #17630]
4005         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
4006         names.
4008 2014-12-16  Allan McRae  <allan@archlinux.org>
4010         * stdio-common/Makefile (tests): Re-add bug26.
4012 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
4014         [BZ #17657]
4015         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
4016         static array.
4018 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
4020         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
4021         (__lll_lock_wait): Likewise.
4022         (__lll_timedlock_wait): Likewise.
4023         (__lll_timedwait_tid): Likewise.
4024         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
4025         (__lll_robust_timedlock_wait): Likewise.
4026         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
4027         (lll_cond_trylock): Likewise.
4028         (__lll_lock): Likewise.
4029         (__lll_robust_lock): Likewise.
4030         (__lll_cond_lock): Likewise.
4031         (lll_robust_cond_lock): Likewise.
4032         (__lll_timedlock): Likewise.
4033         (__lll_robust_timedlock): Likewise.
4034         (__lll_unlock): Likewise.
4035         (__lll_robust_unlock): Likewise.
4036         (lll_wait_tid): Likewise.
4037         (lll_timedwait_tid): Likewise.
4039 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4041         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
4043 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4045         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
4047 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4049         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
4050         * stdio-common/tst-sprintf.c: Likewise.
4052 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4054         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
4056 2014-12-15  Jeff Law  <law@redhat.com>
4058         [BZ #16617]
4059         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
4060         on the heap.  (CVE-2012-3406)
4061         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
4062         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
4063         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
4065 2014-12-15  Will Newton  <will.newton@linaro.org>
4067         * manual/install.texi: Bump required version of texinfo
4068         to 4.7 from 4.5.
4069         * INSTALL: Regenerated.
4070         * configure.ac: Check for makeinfo version 4.7 and above.
4071         * configure: Regenerated.
4073 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4075         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
4076         PREFIX, string constant to insert between directory and name.
4077         * sysdeps/posix/shm_open.c: Update caller.
4078         * sysdeps/posix/shm_unlink.c: Likewise.
4079         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
4080         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
4081         (SEM_SHM_PREFIX): New macro.
4082         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
4083         [$(have-thread-library) = no].
4084         * nptl/Makefile (libpthread-routines): Add shm-directory.
4085         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
4086         * sysdeps/nptl/shm-directory.h: New file.
4087         * sysdeps/posix/shm-directory.c
4088         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
4089         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
4090         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
4091         INTERNAL_SYSCALL.
4092         (__where_is_shmfs): Function removed.
4093         (mountpoint, defaultmount, defaultdir, __namedsem_once):
4094         Variables removed.
4095         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
4096         Use SHM_GET_NAME.
4097         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
4099         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
4100         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
4101         unconditional for use inside libpthread.
4102         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
4104 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4106         * nptl/pthread_getaffinity.c: New file.
4107         * nptl/pthread_setaffinity.c: New file.
4108         * nptl/pthread_getname.c: New file.
4109         * nptl/pthread_setname.c: New file.
4111         * nptl/pthread_create.c (START_THREAD_DEFN)
4112         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
4114 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4115             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4117         * resolv/res_send.c (send_vc): Disable warning resplen may
4118         be used uninitialized.
4120 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4122         * nptl/tst-mutex6.c
4123         (ATTR_NULL): New define checks ATTR against NULL.
4124         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
4125         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
4127 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
4129         [BZ #17581]
4130         * malloc/hooks.c
4131         (mem2mem_check): Revert my previous change.
4132         (malloc_check_get_size): Revert my previous change.
4133         (mem2chunk_check): Revert my previous change.
4135 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4137         * sysdeps/posix/shm-directory.c: New file.
4138         * sysdeps/posix/shm-directory.h: New file.
4139         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
4140         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
4141         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
4142         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
4143         Transmute EPERM to EACCES.
4144         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
4145         from ...
4146         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
4147         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
4149 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4151         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
4152         pointer and cast to uintptr_t.
4153         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
4154         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
4155         Add cast to avoid warning.
4156         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
4158 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4160         * nptl/semaphore.h: Move to ...
4161         * sysdeps/pthread/semaphore.h: ... here.
4162         * Makefile (installed-headers): Change nptl/semaphore.h to
4163         sysdeps/pthread/semaphore.h.
4165 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4167         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
4168         generated error format strings.
4170         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
4171         -Wformat-extra-args warnings for scanf formats.
4172         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
4173         test of zero-length format (duh).
4174         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
4175         corner-case scanf format test.
4176         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
4177         generated fprintf format string.
4178         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
4179         corner-case sprintf format tests.
4180         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
4181         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
4182         -Wformat-extra-args warnings throughout.
4183         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
4184         (CFLAGS-scanf4.c): Likewise.
4185         (CFLAGS-scanf7.c): Likewise.
4186         (CFLAGS-tst-sprintf.c): Likewise.
4187         (CFLAGS-tst-printf.c): Likewise.
4188         (CFLAGS-tst-printfsz.c): Likewise.
4190 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4192         * include/cpio.h: New file.
4193         * include/fmtmsg.h: Likewise.
4195         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
4196         corresponding format argument to size_t.
4197         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
4198         arguments.
4199         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
4200         corresponding format argument to size_t.
4201         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
4202         arguments.
4203         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
4204         corresponding format argument to size_t.
4205         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
4206         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
4207         (CFLAGS-tst-mbswcs2.c): Likewise.
4208         (CFLAGS-tst-mbswcs3.c): Likewise.
4209         (CFLAGS-tst-mbswcs4.c): Likewise.
4210         (CFLAGS-tst-mbswcs5.c): Likewise.
4211         (CFLAGS-tst-trans.c): Likewise
4213 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4215         * posix/regexbug1.c (main): Use "%s" format with regerror results,
4216         rather than assuming they won't contain any '%'s.
4218 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
4220         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
4221         inhibit_loop_to_libcall to avoid recursive calls.
4222         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
4223         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
4225 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4227         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
4228         prototype.
4230 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4232         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
4233         integer value instead of boolean.
4235 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4237         * malloc/malloc.c: Fix powerof2 check.
4239 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4241         * locale/programs/locfile.h (maybe_swap_uint32):
4242         Remove inline and add unused attribute.
4244 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4246         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4247         Truncating assembler expression to a .long expression.
4249 2014-12-11  Andreas Schwab  <schwab@suse.de>
4251         * elf/rtld.c (struct map_args): Constify str member.
4252         (do_preload): Constify fname argument.
4254 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4256         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
4257         constants definition.
4259 2014-12-11  Andreas Schwab  <schwab@suse.de>
4261         [BZ #16657]
4262         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
4263         FORCE_ELISION instead of DO_ELISION.
4264         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
4265         Remove.
4266         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
4267         Likewise.
4269         * iconvdata/gconv-modules: Remove duplicate entry.
4271 2014-12-11  Will Newton  <will.newton@linaro.org>
4273         Merge gettext 0.19.3 into intl/.
4275         This involves a number of cosmetic changes to comments
4276         and ANSI function definitions and prototypes throughout
4277         all the files. The gettext copyright header is used but
4278         with the date ranges taken from the glibc copy.
4280         * NEWS: Add gettext merge to 2.21.
4281         * intl/bindtextdom.c: Switch to gettext copyright.
4282         Use ANSI definitions and prototypes.
4283         Use gl_* locking primitives rather than __libc_* ones.
4284         Use __builtin_expect rather than __glibc_likely/unlikely.
4285         * intl/dcgettext.c: Switch to gettext copyright.
4286         Use ANSI definitions and prototypes.
4287         * intl/dcigettext.c: Switch to gettext copyright.
4288         Use ANSI definitions and prototypes.
4289         (INTDIV0_RAISES_SIGFPE): New define.
4290         Use gl_* locking primitives rather than __libc_* ones.
4291         Include eval-plural.h instead of plural-eval.c.
4292         Use __builtin_expect rather than __glibc_likely/unlikely.
4293         * intl/dcngettext.c: Switch to gettext copyright.
4294         Use ANSI definitions and prototypes.
4295         * intl/dgettext.c: Likewise.
4296         * intl/dngettext.c: Likewise.
4297         * intl/plural-eval.c: Renamed to...
4298         * intl/eval-plural.h: ...this.
4299         * intl/explodename.c: Switch to gettext copyright.
4300         Use ANSI definitions and prototypes.
4301         (_nl_explode_name): Use strchr instead of __rawmemchr.
4302         * intl/finddomain.c: Switch to gettext copyright.
4303         Use ANSI definitions and prototypes.
4304         Use gl_* locking primitives rather than __libc_* ones.
4305         (_nl_find_domain): Use malloc rather than alloca for
4306         allocation of temporary locale name.
4307         * intl/gettext.c: Switch to gettext copyright.
4308         Use ANSI definitions and prototypes.
4309         * intl/gettextP.h: Switch to gettext copyright.
4310         Use ANSI definitions and prototypes.
4311         Use gl_* locking primitives rather than __libc_* ones.
4312         * intl/gmo.h: Switch to gettext copyright.
4313         (struct sysdep_string): Move struct segment_pair outside of
4314         struct definition.
4315         * intl/hash-string.c: Use ANSI definitions and prototypes.
4316         * intl/hash-string.h: Switch to gettext copyright.
4317         Use ANSI definitions and prototypes.
4318         * intl/l10nflist.c: Switch to gettext copyright.
4319         Use ANSI definitions and prototypes.
4320         (_nl_normalize_codeset): Avoid integer overflow.
4321         * intl/loadinfo.h: Switch to gettext copyright.
4322         Use ANSI definitions and prototypes.
4323         (LIBINTL_DLL_EXPORTED): New define.
4324         (PATH_SEPARATOR): New define.
4325         * intl/loadmsgcat.c: Switch to gettext copyright.
4326         * intl/localealias.c: Switch to gettext copyright.
4327         Use ANSI definitions and prototypes.
4328         (_nl_expand_alias): Use PATH_SEPARATOR.
4329         * intl/ngettext.c: Switch to gettext copyright.
4330         Use ANSI definitions and prototypes.
4331         * intl/plural-exp.c: Likewise.
4332         * intl/plural-exp.h: Switch to gettext copyright.
4333         Use ANSI definitions and prototypes.
4334         (struct expression): Move definition of enum operator outside
4335         of struct definition.
4336         * intl/plural.c: Regenerate.
4337         * intl/plural.y: Switch to gettext copyright.
4338         Use ANSI definitions and prototypes.
4339         Port to bison 3.0.
4340         * intl/textdomain.c: Switch to gettext copyright.
4341         Use ANSI definitions and prototypes.
4342         Use gl_* locking primitives rather than __libc_* ones.
4344 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
4346         * debug/warning-nop.c: Add used atrribute.
4348 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4350         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
4352         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
4353         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
4354         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
4356 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4357             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4359         [BZ #17634]
4360         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
4361         Undefine after defining function.  Define as weak alias of
4362         __wcschr.  Use libc_hidden_weak.
4363         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
4364         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
4365         (libc_hidden_def): Also define __GI___wcschr alias.
4366         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
4367         __wcschr and define as weak alias of __wcschr.
4368         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
4369         __wcschr.
4370         [!WCSCHR] (DEFAULT_WCSCHR): Define.
4371         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
4372         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
4373         libc_hidden_weak.  Do not use libc_hidden_def.
4374         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
4375         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
4376         __GI___wcschr alias.
4377         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
4378         [IS_IN (libc)] (wcschr): Define as macro expanding to
4379         __redirect_wcschr.
4380         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
4381         [IS_IN (libc)] (__wcschr_power6): Likewise.
4382         [IS_IN (libc)] (__wcschr_power7): Likewise.
4383         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
4384         instead of wcschr.
4385         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
4386         __libc_wcschr.
4387         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
4388         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
4389         __wcschr and define as weak alias of __wcschr.  Use
4390         libc_hidden_builtin_def.
4391         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
4392         as weak alias of __wcschr.  Use libc_hidden_weak.
4393         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
4394         wcschr.
4395         * time/era.c (_nl_init_era_entries): Likewise.
4396         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
4397         variable.
4398         (test-xfail-XPG3/time.h/linknamespace): Likewise.
4399         (test-xfail-XPG4/time.h/linknamespace): Likewise.
4401 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4403         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
4404         format for long int variable.
4406 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
4408         [BZ #10672]
4409         * manual/search.texi: (Array Sort Function): Remove claim how to make
4410         qsort stable.
4412 2014-12-10  Andreas Schwab  <schwab@suse.de>
4414         [BZ #12847]
4415         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
4416         user-controlled locks.
4418 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
4420         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
4421         register.
4423 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4425         * configure.ac (--disable-werror): New configure option.
4426         (enable_werror): New AC_SUBST.
4427         * configure: Regenerated.
4428         * config.make.in (enable-werror): New variable.
4429         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
4430         -Wno-error=undef.
4431         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
4432         * manual/install.texi (Configuring and compiling): Document
4433         --disable-werror.
4434         * INSTALL: Regenerated.
4435         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
4436         (CFLAGS-tst-chk2.c): Likewise.
4437         (CFLAGS-tst-chk3.c): Likewise.
4438         (CFLAGS-tst-chk4.cc): Likewise.
4439         (CFLAGS-tst-chk5.cc): Likewise.
4440         (CFLAGS-tst-chk6.cc): Likewise.
4441         (CFLAGS-tst-lfschk1.c): Likewise.
4442         (CFLAGS-tst-lfschk2.c): Likewise.
4443         (CFLAGS-tst-lfschk3.c): Likewise.
4444         (CFLAGS-tst-lfschk4.cc): Likewise.
4445         (CFLAGS-tst-lfschk5.cc): Likewise.
4446         (CFLAGS-tst-lfschk6.cc): Likewise.
4448         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
4449         (main): Disable -Wdeprecated-declarations around calls to
4450         register_printf_function.
4452         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
4453         (do_test): Disable -Wdiv-by-zero around some calls to
4454         fwrite_unlocked and fread_unlocked.
4456         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
4457         (DIAG_POP_NEEDS_COMMENT): Likewise.
4458         (_DIAG_STR1): Likewise.
4459         (_DIAG_STR): Likewise.
4460         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
4461         * stdio-common/bug21.c: Include <libc-internal.h>.
4462         (do_test): Disable -Wformat around call to sscanf.
4463         * stdio-common/scanf14.c: Include <libc-internal.h>.
4464         (main): Disable -Wformat around some calls to scanf functions.
4466 2014-12-09  Torvald Riegel  <triegel@redhat.com>
4468         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
4470 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4472         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
4473         stack variable alignment.
4475 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
4477         [BZ #17682]
4478         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
4479         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
4480         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
4481         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
4482         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
4483         __getrlimit instead of getrlimit.
4484         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
4485         __gettimeofday instead of gettimeofday.
4486         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
4487         Likewise.
4488         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
4489         Likewise.
4490         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
4491         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
4492         Remove variable.
4493         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4494         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4496 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4498         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
4499         for wide-character tests.
4501 2014-12-04  Roland McGrath  <roland@hack.frob.com>
4503         * io/openat64.c: #include <libc-internal.h>
4504         (__openat64): Prototypify.  Use ignore_value on MODE.
4505         * io/openat.c: Likewise.
4506         * misc/reboot.c: #include <libc-internal.h>
4507         (reboot): Prototypify.  Use ignore_value on HOWTO.
4508         * misc/ptrace.c: #include <libc-internal.h>
4509         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
4511 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
4513         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
4514         XPG4, UNIX98 and XOPEN2K.
4515         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
4516         Remove variable.
4517         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4519 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
4521         * libio/fileops.c: Use ISO C style for function definitions.
4522         * libio/iofopen.c: Likewise.
4523         * libio/wfileops.c: Likewise.
4525         [BZ #17653]
4526         * libio/fileops.c (_IO_new_file_underflow): Unset cached
4527         offset on EOF.
4528         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
4529         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
4530         (fgets_func): Function pointer to fgets and fgetws.
4531         (do_ftell_test): Add test to verify ftell value after read
4532         EOF.
4533         (do_test): Set fgets_func.
4535         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
4536         O_TRUNC flag for w and w+ modes.
4537         (do_rewind_test): Likewise.
4538         (do_ftell_test): Likewise.
4539         (do_write_test): Likewise.
4541         [BZ #17647]
4542         * libio/fileops.c (do_ftell): Seek only when there are
4543         unflushed writes.
4544         * libio/wfileops.c (do_ftell_wide): Likewise.
4545         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
4546         test case.
4547         (do_one_test): Call it.
4549 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
4551         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
4552         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
4553         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
4554         Remove variable.
4555         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4556         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4557         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4559 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
4561         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
4562         Remove variable.
4563         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4565         [BZ #17668]
4566         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
4567         as weak alias of __getifaddrs.  Use libc_hidden_weak.
4568         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4569         __freeifaddrs.  Use libc_hidden_weak.
4570         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
4571         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
4572         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4573         __freeifaddrs.  Use libc_hidden_weak.
4574         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
4575         __getifaddrs and define as weak alias of __getifaddrs.  Use
4576         libc_hidden_weak.
4577         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4578         __freeifaddrs.  Use libc_hidden_weak.
4579         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
4580         Remove variable.
4581         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4582         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4584 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
4586         [BZ #17601]
4587         * sysdeps/mips/start.S (__start): Use indirect jump to call
4588         __libc_start_main.
4590 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
4592         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
4594         * nptl/tst-mutex1.c: Include <stdbool.h>.
4595         [!ATTR] (ATTR_NULL): New macro.
4596         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
4597         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
4598         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
4600         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
4601         to char *.
4603         [BZ #17665]
4604         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
4605         Change conditional to [__USE_MISC].
4607         [BZ #17664]
4608         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
4609         fgets_unlocked.
4610         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
4611         __fgets_unlocked.
4612         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
4613         fgets_unlocked.
4614         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
4615         Remove variable.
4616         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
4617         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4618         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4619         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4620         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4621         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4622         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4623         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4624         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4626         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
4628 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4630         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4631         Remove strpbrk objects.
4632         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4633         (__libc_ifunc_impl_list): Remove strpbrk implementation.
4634         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
4635         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
4636         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
4637         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
4639         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4640         Remove strcspn objects.
4641         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4642         (__libc_ifunc_impl_list): Remove strcspn implementation.
4643         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
4644         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
4645         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
4646         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
4648         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4649         Remove strspn objetcs.
4650         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4651         (__libc_ifunc_impl_list): Remove strspn implementation.
4652         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
4653         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4654         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
4655         * sysdeps/powerpc/powerpc64/strspn.S: New file.
4657 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
4659         [BZ #17581]
4660         * malloc/hooks.c
4661         (mem2mem_check): Add a terminator to the chain of checking blocks.
4662         (malloc_check_get_size): Use it here.
4663         (mem2chunk_check): Ditto.
4665 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4667         * sysdeps/powerpc/powerpc64/strtok.S: New file.
4668         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
4670 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
4672         * bits/ioctl-types.h: Indent preprocessor directives correctly.
4674         * nptl/nptl-init.c: Include libc-internal.h.
4675         (__pthread_initialize_minimal_internal): Use ROUND_UP.
4677         * elf/ldconfig.c (search_dir): Expand comment.
4679 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
4681         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
4682         variable.
4683         (linknamespace-symlist-stdlibs-tests): Likewise.
4684         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
4685         instead of $(objpfx)symlist-stdlibs.
4686         (linknamespace-libs-isoc): New variable.
4687         (linknamespace-libs): Use $(linknamespace-libs-isoc).
4688         (linknamespace-libs-ISO): New variable.
4689         (linknamespace-libs-ISO99): Likewise.
4690         (linknamespace-libs-ISO11): Likewise.
4691         (linknamespace-libs-XPG3): Likewise.
4692         (linknamespace-libs-XPG4): Likewise.
4693         (linknamespace-libs-POSIX): Likewise.
4694         (linknamespace-libs-UNIX98): Likewise.
4695         (linknamespace-libs-XOPEN2K): Likewise.
4696         (linknamespace-libs-POSIX2008): Likewise.
4697         (linknamespace-libs-XOPEN2K8): Likewise.
4698         ($(objpfx)symlist-stdlibs): Replace by
4699         $(linknamespace-symlist-stdlibs-tests).  Use
4700         $(linknamespace-libs-$*) as set of libraries.
4701         ($(linknamespace-header-tests)): Update dependencies.  Use
4702         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
4703         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
4704         * conform/linknamespace.pl: Remove comment about considering
4705         definitions of symbols from irrelevant libraries.
4707 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4709         [BZ #13862]
4710         * elf/dl-tls.c: Include <atomic.h>.
4711         (oom): Remove #ifdef SHARED/#endif.
4712         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
4713         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
4714         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
4715         big enough.
4716         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
4717         * nptl/Makefile (tests): Add tst-stack4.
4718         (modules-names): Add tst-stack4mod.
4719         ($(objpfx)tst-stack4): New.
4720         (tst-stack4mod.sos): Likewise.
4721         ($(objpfx)tst-stack4.out): Likewise.
4722         ($(tst-stack4mod.sos)): Likewise.
4723         (clean): Likewise.
4724         * nptl/tst-stack4.c: New file.
4725         * nptl/tst-stack4mod.c: Likewise.
4727 2014-11-27  J. Brown  <jb999@gmx.de>
4729         * sysdeps/x86/bits/string.h: Add recent CPUs.
4731 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
4733         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
4734         sigblock.
4736         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
4737         feof.
4739         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
4740         variable.
4742 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
4744         * nscd/connections.c: Include libc-internal.h because of macro
4745         usage ignore_value.
4747 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4749         * string/bits/string3.h (__warn_memset_zero_len): Don't
4750         declare for gcc newer than 5.0.
4751         (memset): Don't test for zero-length __LEN for gcc newer than
4752         5.0.
4754 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
4756         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
4757         size_t for %zu format.
4759         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
4760         difference, not %ju.
4762 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
4764         * include/libc-internal.h (ignore_value): New macro.
4765         * nscd/connections.c (restart): Wrap calls to setuid and setgid
4766         with ignore_value.
4768         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
4769         definition.
4771         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
4772         pthread_cleanup_push to void *.
4774         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
4775         Undefine.
4777         [BZ #16619]
4778         [BZ #16740]
4779         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
4780         instead of 1L << 52.
4782         * libio/bug-rewind.c (do_test): Check fwscanf return values.
4783         * libio/bug-rewind2.c (do_test): Likewise.
4785         * debug/test-stpcpy_chk-ifunc.c: Remove file.
4786         * debug/test-strcpy_chk-ifunc.c: Likewise.
4787         * wcsmbs/test-wcschr-ifunc.c: Likewise.
4788         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
4789         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
4790         * wcsmbs/test-wcslen-ifunc.c: Likewise.
4791         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
4792         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
4793         * Rules [$(multi-arch) = no] (tests): Do not filter out
4794         $(tests-ifunc).
4795         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
4796         * debug/Makefile (tests-ifunc): Remove variable.
4797         (tests): Do not add $(tests-ifunc).
4798         * wcsmbs/Makefile (tests-ifunc): Remove variable.
4799         (tests): Do not add $(tests-ifunc).
4800         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
4801         [TEST_IFUNC]: Remove conditionals.
4802         * string/test-string.h (TEST_IFUNC): Remove macro.
4803         [TEST_IFUNC]: Remove conditionals.
4805         * string/test-strchr.c [!WIDE] (L): New macro.
4806         [WIDE] (L): Likewise.
4807         (check1): Use CHAR instead of char.  Use L on string and character
4808         constants.
4810 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
4812         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
4813         tests.
4814         * sysdeps/powerpc/bits/atomic.h
4815         (__arch_atomic_exchange_and_add_32_acq): Add definition.
4816         (__arch_atomic_exchange_and_add_32_rel): Likewise.
4817         (atomic_exchange_and_add_acq): Likewise.
4818         (atomic_exchange_and_add_rel): Likewise.
4819         * sysdeps/powerpc/powerpc32/bits/atomic.h
4820         (__arch_atomic_exchange_and_add_64_acq): Add definition.
4821         (__arch_atomic_exchange_and_add_64_rel): Likewise.
4822         * sysdeps/powerpc/powerpc64/bits/atomic.h
4823         (__arch_atomic_exchange_and_add_64_acq): Add definition.
4824         (__arch_atomic_exchange_and_add_64_rel): Likewise.
4826 2014-11-26  Torvald Riegel  <triegel@redhat.com>
4828         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
4829         Change synchronization of __sched_fifo_min_prio and
4830         __sched_fifo_max_prio.
4831         * nptl/pthread_mutexattr_getprioceiling.c
4832         (pthread_mutexattr_getprioceiling): Likewise.
4833         * nptl/pthread_mutexattr_setprioceiling.c
4834         (pthread_mutexattr_setprioceiling): Likewise.
4835         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
4836         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
4837         Likewise.
4839 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
4841         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
4842         void.
4844 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
4846         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
4847         third argument const.
4849 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4851         fnmatch: work around GCC compiler warning bug with uninit var
4852         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
4853         This works around a bug with x86-64 GCC 4.9.2 and earlier
4854         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
4855         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
4856         used uninitialized in this function [-Wmaybe-uninitialized]".
4858 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
4860         * posix/bug-regex31.c (main): Return RES not 0.
4862 2014-11-25  Anton Blanchard <anton@samba.org>
4864         * sysdeps/powerpc/bits/atomic.h
4865         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
4867 2014-11-24  Sterling Augustine  <saugustine@google.com>
4869         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
4871 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
4873         [BZ #17608]
4874         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
4876 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
4878         [BZ #17633]
4879         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
4880         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
4881         variable.
4882         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4883         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4885 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4887         * string/strncpy.c (strncpy): Improve performance by using memset.
4889 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4891         * string/strcpy.c (strcpy):
4892         Improve performance by using strlen and memcpy.
4894 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
4896         * string/strcoll_l.c (get_next_seq): __always_inline.
4897         * string/strcoll_l.c (do_compare): __always_inline.
4899 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
4901         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
4902         defined.
4903         * include/mqueue.h: Likewise.
4904         * include/stdlib.h: Likewise.
4906         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
4907         (get_null_defines): Adjust.
4908         * sunrpc/Makefile: Adjust comment.
4909         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
4910         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
4911         (CFLAGS-interp.c): Likewise.
4912         (CFLAGS-ldconfig.c): Likewise.
4913         (CPPFLAGS-.os): Likewise.
4914         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4915         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4916         * extra-modules.mk (extra-modules.mk): Likewise.
4917         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
4918         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
4919         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
4920         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
4921         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
4922         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
4923         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
4924         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
4925         * iconvdata/Makefile (CPPFLAGS): Likewise.
4926         (cpp-srcs-left): Add libof for all iconvdata routines.
4927         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
4928         * include/assert.h: Likewise.
4929         * include/ctype.h: Likewise.
4930         * include/errno.h: Likewise.
4931         * include/libc-symbols.h: Likewise.
4932         * include/math.h: Likewise.
4933         * include/netdb.h: Likewise.
4934         * include/resolv.h: Likewise.
4935         * include/stdio.h: Likewise.
4936         * include/stdlib.h: Likewise.
4937         * include/string.h: Likewise.
4938         * include/sys/stat.h: Likewise.
4939         * include/wctype.h: Likewise.
4940         * intl/l10nflist.c: Likewise.
4941         * libidn/idn-stub.c: Likewise.
4942         * libio/libioP.h: Likewise.
4943         * nptl/libc_multiple_threads.c: Likewise.
4944         * nptl/pthreadP.h: Likewise.
4945         * posix/regex_internal.h: Likewise.
4946         * resolv/res_hconf.c: Likewise.
4947         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
4948         * sysdeps/arm/memmove.S: Likewise.
4949         * sysdeps/arm/sysdep.h: Likewise.
4950         * sysdeps/generic/_itoa.h: Likewise.
4951         * sysdeps/generic/symbol-hacks.h: Likewise.
4952         * sysdeps/gnu/errlist.awk: Likewise.
4953         * sysdeps/gnu/errlist.c: Likewise.
4954         * sysdeps/i386/i586/memcpy.S: Likewise.
4955         * sysdeps/i386/i586/memset.S: Likewise.
4956         * sysdeps/i386/i686/memcpy.S: Likewise.
4957         * sysdeps/i386/i686/memmove.S: Likewise.
4958         * sysdeps/i386/i686/mempcpy.S: Likewise.
4959         * sysdeps/i386/i686/memset.S: Likewise.
4960         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
4961         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
4962         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
4963         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
4964         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
4965         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
4966         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
4967         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
4968         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
4969         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
4970         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
4971         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
4972         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
4973         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
4974         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
4975         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
4976         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
4977         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
4978         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
4979         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
4980         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
4981         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
4982         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
4983         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
4984         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
4985         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
4986         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
4987         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
4988         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
4989         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
4990         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
4991         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
4992         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
4993         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
4994         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
4995         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
4996         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
4997         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
4998         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
4999         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
5000         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
5001         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
5002         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
5003         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
5004         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
5005         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
5006         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
5007         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
5008         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
5009         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
5010         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
5011         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
5012         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
5013         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
5014         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
5015         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
5016         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
5017         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
5018         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
5019         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
5020         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
5021         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
5022         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
5023         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5024         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5025         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
5026         * sysdeps/posix/closedir.c: Likewise.
5027         * sysdeps/posix/opendir.c: Likewise.
5028         * sysdeps/posix/readdir.c: Likewise.
5029         * sysdeps/posix/rewinddir.c: Likewise.
5030         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
5031         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
5032         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
5033         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
5034         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
5035         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
5036         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
5037         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
5038         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
5039         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
5040         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
5041         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
5042         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
5043         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
5044         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
5045         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
5046         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
5047         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
5048         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
5049         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
5050         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
5051         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
5052         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
5053         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
5054         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
5055         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
5056         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
5057         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
5058         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
5059         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
5060         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
5061         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
5062         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
5063         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
5064         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
5065         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
5066         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
5067         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
5068         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
5069         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
5070         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
5071         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
5072         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
5073         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
5074         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
5075         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
5076         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
5077         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
5078         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
5079         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
5080         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
5081         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
5082         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
5083         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
5084         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
5085         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
5086         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
5087         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
5088         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
5089         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
5090         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
5091         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
5092         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
5093         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
5094         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
5095         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
5096         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
5097         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
5098         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
5099         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
5100         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
5101         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
5102         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
5103         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
5104         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
5105         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
5106         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
5107         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
5108         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5109         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
5110         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
5111         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
5112         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
5113         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
5114         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
5115         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
5116         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
5117         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
5118         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
5119         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
5120         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
5121         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
5122         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
5123         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
5124         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
5125         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
5126         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
5127         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
5128         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
5129         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
5130         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
5131         * sysdeps/unix/alpha/sysdep.S: Likewise.
5132         * sysdeps/unix/alpha/sysdep.h: Likewise.
5133         * sysdeps/unix/make-syscalls.sh: Likewise.
5134         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5135         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5136         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5137         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
5138         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5139         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
5140         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
5141         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5142         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5143         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
5144         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5145         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5146         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5147         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5148         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5149         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
5150         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5151         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5152         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5153         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5154         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
5155         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5156         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5157         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5158         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5159         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5160         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5163         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
5164         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5165         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5166         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
5167         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5168         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
5169         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5170         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
5171         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5172         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
5173         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
5174         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5175         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5176         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5177         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
5178         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5179         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5180         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5181         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5182         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5183         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5184         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5185         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5186         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5187         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5188         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
5189         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5190         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5191         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5192         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
5193         * sysdeps/x86_64/memcpy.S: Likewise.
5194         * sysdeps/x86_64/memmove.c: Likewise.
5195         * sysdeps/x86_64/memset.S: Likewise.
5196         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
5197         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
5198         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
5199         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
5200         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
5201         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
5202         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
5203         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
5204         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
5205         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
5206         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
5207         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
5208         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
5209         * sysdeps/x86_64/multiarch/memset.S: Likewise.
5210         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5211         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
5212         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
5213         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
5214         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
5215         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
5216         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
5217         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
5218         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
5219         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
5220         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
5221         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
5222         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
5223         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
5224         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
5225         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
5226         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
5227         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
5228         * sysdeps/x86_64/strcmp.S: Likewise.
5230         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
5232         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
5233         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
5234         * elf/rtld-Rules: Likewise.
5235         * elf/setup-vdso.h: Likewise.
5236         * include/assert.h: Likewise.
5237         * include/bits/stdlib-float.h: Likewise.
5238         * include/errno.h: Likewise.
5239         * include/sys/stat.h: Likewise.
5240         * include/unistd.h: Likewise.
5241         * sysdeps/aarch64/setjmp.S: Likewise.
5242         * sysdeps/alpha/setjmp.S: Likewise.
5243         * sysdeps/arm/__longjmp.S: Likewise.
5244         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
5245         * sysdeps/arm/setjmp.S: Likewise.
5246         * sysdeps/arm/sysdep.h: Likewise.
5247         * sysdeps/generic/_itoa.h: Likewise.
5248         * sysdeps/generic/dl-sysdep.h: Likewise.
5249         * sysdeps/generic/ldsodefs.h: Likewise.
5250         * sysdeps/i386/dl-tls.h: Likewise.
5251         * sysdeps/i386/setjmp.S: Likewise.
5252         * sysdeps/m68k/setjmp.c: Likewise.
5253         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
5254         * sysdeps/mach/hurd/opendir.c: Likewise.
5255         * sysdeps/posix/getcwd.c: Likewise.
5256         * sysdeps/posix/opendir.c: Likewise.
5257         * sysdeps/posix/profil.c: Likewise.
5258         * sysdeps/powerpc/dl-procinfo.h: Likewise.
5259         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
5260         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
5261         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
5262         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
5263         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
5264         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
5265         * sysdeps/s390/dl-tls.h: Likewise.
5266         * sysdeps/s390/s390-32/setjmp.S: Likewise.
5267         * sysdeps/s390/s390-64/setjmp.S: Likewise.
5268         * sysdeps/sh/sh3/setjmp.S: Likewise.
5269         * sysdeps/sh/sh4/setjmp.S: Likewise.
5270         * sysdeps/unix/alpha/sysdep.h: Likewise.
5271         * sysdeps/unix/arm/sysdep.S: Likewise.
5272         * sysdeps/unix/i386/sysdep.S: Likewise.
5273         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5274         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5275         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5276         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5277         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5278         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5279         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
5280         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5281         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5282         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5283         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
5284         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5285         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5288         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5289         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5290         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5291         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5292         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5293         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5294         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5295         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5296         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5297         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5298         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5299         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5300         * sysdeps/unix/x86_64/sysdep.S: Likewise.
5301         * sysdeps/x86_64/setjmp.S: Likewise.
5303         * include/math.h: Use IS_IN instead of IS_IN_libm.
5304         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
5305         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
5306         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
5307         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
5308         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
5309         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
5310         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
5311         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
5312         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
5313         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
5314         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
5315         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
5316         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
5317         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
5318         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
5319         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
5320         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
5321         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
5322         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
5323         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
5324         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
5325         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
5326         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
5327         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
5328         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
5329         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
5330         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
5331         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
5332         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
5333         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
5334         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
5335         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
5336         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
5337         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
5338         Likewise.
5339         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
5340         Likewise.
5341         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
5342         Likewise.
5343         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
5344         Likewise.
5345         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
5346         Likewise.
5347         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
5348         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
5349         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
5350         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
5351         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
5352         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
5353         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
5354         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
5355         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
5356         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
5357         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
5358         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
5359         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
5360         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
5361         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
5362         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
5363         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
5364         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
5365         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
5366         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
5367         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
5368         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
5369         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
5370         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
5371         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
5372         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
5373         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
5375         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
5376         * nptl/pthreadP.h: Likewise.
5377         * nptl_db/structs.def: Likewise.
5378         * sysdeps/arm/sysdep.h: Likewise.
5379         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5380         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5381         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
5382         * sysdeps/unix/alpha/sysdep.h: Likewise.
5383         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5384         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5385         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5386         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5387         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5388         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5389         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5390         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5391         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5392         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5393         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5394         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5395         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5396         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5399         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5400         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5401         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5402         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5403         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5404         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5405         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5406         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5407         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
5408         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5410         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
5411         * nptl/pthreadP.h: Likewise.
5412         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5413         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5414         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5415         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5416         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5417         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5418         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5419         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5420         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5421         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5422         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5423         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5425         Likewise.
5426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5427         Likewise.
5428         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5429         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5430         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5431         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5432         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5433         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5434         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5435         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5437         * dlfcn/dladdr.c: Use IS_IN.
5438         * dlfcn/dladdr1.c: Likewise.
5439         * dlfcn/dlclose.c: Likewise.
5440         * dlfcn/dlerror.c: Likewise.
5441         * dlfcn/dlinfo.c: Likewise.
5442         * dlfcn/dlmopen.c: Likewise.
5443         * dlfcn/dlopen.c: Likewise.
5444         * dlfcn/dlsym.c: Likewise.
5445         * dlfcn/dlvsym.c: Likewise.
5447         * include/ifaddrs.h: Use IS_IN.
5448         * inet/check_pf.c: Likewise.
5449         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
5450         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
5452         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
5453         IS_IN_ldconfig.
5454         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
5455         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
5457         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
5458         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
5459         IS_IN (libc).
5461         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
5463         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
5464         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5465         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5466         * include/libc-symbols.h (IS_IN_LIB): New macro.
5467         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
5468         * include/netdb.h: Likewise.
5469         * include/stap-probe.h: Remove all uses of IN_LIB.
5471         * Makeconfig (module-cppflags-real): Define MODULE_NAME
5472         instead of IN_MODULE.
5473         * include/libc-symbols.h (IN_MODULE): Define using
5474         MODULE_NAME.
5475         (PASTE_NAME, PASTE_NAME1): New macros.
5476         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
5477         of IN_LIB.
5478         (STAP_PROBE_ASM): Likewise.
5480 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5482         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
5483         __mach_init in dlopened libc.
5485 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
5487         * sysdeps/arm/preconfigure.ac: Delete EABI check.
5488         * sysdeps/arm/preconfigure: Regenerate.
5490 2014-11-21  Roland McGrath  <roland@hack.frob.com>
5492         * nptl/pthread_create.c (__pthread_create_2_1): Set
5493         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
5494         when copying values from IATTR into PD.
5496 2014-11-21  Will Newton  <will.newton@linaro.org>
5497             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
5499         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
5500         Refactor inline-asm.  Also add comment.
5502         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
5503         ElfW macro instead of hardcoded Elf64 types.
5504         (la_aarch64_gnu_pltenter): Likewise.
5505         * sysdeps/aarch64/dl-machine.h
5506         (elf_machine_runtime_setup): Use ElfW(Addr).
5508         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
5509         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
5510         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
5511         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
5512         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
5513         (R_AARCH64_TLS_DTPMOD64): Rename to ..
5514         (R_AARCH64_TLS_DTPMOD): This.
5515         (R_AARCH64_TLS_DTPREL64): Rename to ...
5516         (R_AARCH64_TLS_DTPREL): This.
5517         (R_AARCH64_TLS_TPREL64): Rename to ...
5518         (R_AARCH64_TLS_TPREL): This.
5519         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
5520         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
5521         R_AARCH64_TLS_TPREL64.
5522         (elf_machine_rela): Likewise.
5524 2014-11-21  Torvald Riegel  <triegel@redhat.com>
5526         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
5527         by setting it to 0.  64b atomics are not supported currently.
5529 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5531         [BZ #16469]
5532         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
5533         search domain names.
5535 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5537         [BZ #16469]
5538         * NEWS: Update.
5539         * resolv/res_query.c (__libc_res_nquerydomain): Retain
5540         trailing dot.
5541         * posix/tst-getaddrinfo5.c: New.
5542         * posix/Makefile (tests): Add it.
5544 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5546         [BZ #14498]
5547         * NEWS: Fixed.
5548         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
5549         after parsing line but before break_if_match.
5550         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
5551         if there is a protocol mismatch.
5553 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
5555         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
5556         because the potential race is on the user-supplied stream.
5558 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5560         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
5561         string literal if not passed a buffer.
5562         * manual/job.texi (ctermid): Update reasoning, note deviation
5563         from posix, suggest mtasurace when not passed a buffer, for
5564         future non-preliminary safety notes.
5566 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5568         * manual/users.texi (cuserid): Fix MT-Safety note for the case
5569         of not passing it a buffer.
5570         Reported by Peng Haitao.
5572 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5574         * manual/Makefile ($(objpfx)stamp-summary): Require
5575         check-safety.sh to pass.
5576         * manual/check-safety.sh: Wish for verification that every
5577         @deftypefn and @deftypefun is followed by a @safety remark.
5579 2014-11-20  Roland McGrath  <roland@hack.frob.com>
5581         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
5583         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
5584         PTHREAD_CANCEL_ASYNCHRONOUS.
5585         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
5586         send SIGCANCEL.
5588         * nptl/default-sched.h: New file.
5589         * sysdeps/unix/sysv/linux/default-sched.h: New file.
5590         * nptl/pthread_create.c: Include it.
5591         (__pthread_create_2_1): Use collect_default_sched instead of making
5592         Linux syscalls here directly.
5594 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5596         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
5597         __pthread_once): Use C11 atomics.
5599 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5601         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
5603 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5605         * include/atomic.h (__atomic_link_error, __atomic_check_size,
5606         atomic_thread_fence_acquire, atomic_thread_fence_release,
5607         atomic_thread_fence_seq_cst, atomic_load_relaxed,
5608         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
5609         atomic_compare_exchange_weak_relaxed,
5610         atomic_compare_exchange_weak_acquire,
5611         atomic_compare_exchange_weak_release,
5612         atomic_exchange_acquire, atomic_exchange_release,
5613         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
5614         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
5615         atomic_fetch_and_acquire,
5616         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
5618 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5620         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
5621         USE_ATOMIC_COMPILER_BUILTINS): Define.
5622         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
5623         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5624         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
5625         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5626         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
5627         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5628         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
5629         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5630         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
5631         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5632         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
5633         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5634         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
5635         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5636         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
5637         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5638         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5639         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5640         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5641         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5642         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
5643         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5644         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5645         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5646         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
5647         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5648         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5649         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5650         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
5651         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5652         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
5653         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5654         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
5655         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5656         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
5657         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5658         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
5659         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5660         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
5661         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5663 2014-11-19  Roland McGrath  <roland@hack.frob.com>
5665         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
5666         the sched_priority value here.  It was already checked when the user
5667         called pthread_attr_setschedparam.
5669         * nptl/tst-bad-schedattr.c: New file.
5670         * nptl/Makefile (tests): Add it.
5672 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
5673             Florian Weimer  <fweimer@redhat.com>
5674             Joseph Myers  <joseph@codesourcery.com>
5675             Adam Conrad  <adconrad@0c3.net>
5676             Andreas Schwab  <schwab@suse.de>
5677             Brooks  <bmoses@google.com>
5679         [BZ #17625]
5680         * wordexp-test.c (__dso_handle): Add prototype.
5681         (__register_atfork): Likewise.
5682         (__app_register_atfork): New function.
5683         (registered_forks): New global.
5684         (register_fork): New function.
5685         (test_case): Add 3 new tests for WRDE_CMDSUB.
5686         (main): Call __app_register_atfork.
5687         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
5688         fork count is non-zero fail the test.
5689         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
5690         is set.
5691         (parse_dollars): Remove check for WRDE_NOCMD.
5692         (parse_dquote): Likewise.
5694 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
5696         * Makeconfig (built-modules): List non-library modules to be
5697         built.
5698         (module-cppflags): Include libc-modules.h for
5699         everything except shlib-versions.v.i.
5700         (CPPFLAGS): Use it.
5701         (before-compile): Add libc-modules.h.
5702         ($(common-objpfx)libc-modules.h,
5703         $(common-objpfx)libc-modules.stmp): New targets.
5704         (common-generated): Add libc-modules.h and libc-modules.stmp.
5705         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
5706         * include/libc-symbols.h: Don't include libc-modules.h.
5707         * include/libc-modules.h: Remove file.
5708         * scripts/gen-libc-modules.awk: New script to generate
5709         libc-modules.h.
5710         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
5711         Depend on libc-modules.stmp.
5713         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
5715         * Makeconfig (in-module): Get value of libof set for the
5716         translation unit.
5717         (CPPFLAGS): Use $(in-module).
5718         * Makerules: Don't suffix routine names for nonlib.
5719         * include/libc-modules.h: New file.
5720         * include/libc-symbols.h: Include libc-modules.h
5721         (IS_IN): New macro to replace IS_IN_* macros.
5722         * elf/Makefile: Set libof-* for each routine.
5723         * elf/rtld-Rules: Likewise.
5724         * extra-modules.mk: Likewise.
5725         * iconv/Makefile: Likewise.
5726         * iconvdata/Makefile: Likewise.
5727         * locale/Makefile: Likewise.
5728         * malloc/Makefile: Likewise.
5729         * nss/Makefile: Likewise.
5730         * sysdeps/gnu/Makefile: Likewise.
5731         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
5732         * sysdeps/unix/sysv/linux/Makefile: Likewise.
5733         * sysdeps/s390/s390-64/Makefile: Likewise.
5734         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
5735         CPPFLAGS for nscd instead of nonlib.
5737 2014-11-18  Roland McGrath  <roland@hack.frob.com>
5739         * nptl/createthread.c: New file.
5741         * nptl/createthread.c: Moved ...
5742         * sysdeps/unix/sysv/linux/createthread.c: ... here.
5744         * nptl/createthread.c: Add proper top-line comment.
5745         (do_clone): Folded into ...
5746         (create_thread): ... here.  Take new arguments STOPPED_START and
5747         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
5748         increment __nptl_threads, do event-reporting logic, do
5749         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
5750         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
5751         resource cleanup if sched_setaffinity or sched_setscheduler fails,
5752         just send SIGCANCEL.
5753         * nptl/pthread_create.c: Forward-declare create_thread before
5754         including createthread.c.
5755         (start_thread): Use new macro START_THREAD_DEFN to replace defining
5756         declaration, and new macro START_THREAD_SELF to replace argument.
5757         Remove return statement.
5758         (report_thread_creation): New function.
5759         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
5760         synchronization logic, and __nptl_nthreads increment here, around
5761         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
5762         PD->parent_cancelhandling here, before create_thread.  When
5763         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
5764         __deallocate_stack, and ENOMEM translation here.
5766 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
5768         [BZ #17616]
5769         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
5770         (mptwo): Rename to __mptwo.
5771         (__inv): Use __mptwo instead of mptwo.
5772         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
5773         (mptwo): Rename to __mptwo.
5774         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
5775         of mpone and __mptwo instead of mptwo.
5776         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
5777         instead of mpone.
5778         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
5779         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
5780         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
5781         of mpone and __mptwo instead of mptwo.
5782         (__mpranred): Use __mpone instead of mpone.
5783         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
5784         variable.
5785         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5786         (test-xfail-ISO99/math.h/linknamespace): Likewise.
5787         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5788         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5789         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5790         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5791         (test-xfail-XPG3/math.h/linknamespace): Likewise.
5792         (test-xfail-XPG4/math.h/linknamespace): Likewise.
5793         (test-xfail-POSIX/math.h/linknamespace): Likewise.
5794         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5795         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5796         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5797         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5798         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5799         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5800         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5801         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5802         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5803         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5805 2014-11-18  Tom de Vries  <tom@codesoucery.com>
5807         * manual/signal.texi (Primitives Interrupted by Signals): In section,
5808         replace BSD Handler xref with BSD Signal Handling.
5810 2014-11-17  Richard Henderson  <rth@redhat.com>
5812         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
5813         (_FP_PACK_RAW_2): Remove.
5814         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
5815         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
5816         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
5817         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
5818         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
5819         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
5820         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
5821         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
5822         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
5823         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
5824         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
5825         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
5826         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
5827         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
5828         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
5829         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
5831 2014-11-14  Roland McGrath  <roland@hack.frob.com>
5833         * signal/signal.h [__USE_MISC]
5834         (struct sigvec): Remove type.
5835         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
5836         (sigvec): Remove declaration.
5837         * sysdeps/posix/sigvec.c: Moved ...
5838         * signal/sigvec.c: ... here, replacing old file.
5839         (struct sigvec): New type, copied from old signal.h definition.
5840         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
5841         (__sigvec): Convert definition to prototype.
5842         (sigvec): Replace weak_alias with compat_symbol.
5843         * signal/Versions (libc: GLIBC_2.21): New version set.
5844         * include/signal.h: Remove __sigvec declaration.
5845         * sysdeps/unix/bsd/sigvec.c: Remove file.
5846         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
5847         * manual/signal.texi (BSD Handler): Remove subsection.
5848         Move siginterrupt up to ...
5849         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
5850         (Blocking in BSD): Fold subsection into its parent.
5851         * NEWS: Mention sigvec removal.
5853 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5855         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
5856         (DLA_FMS): Make definition conditional only on [__FMA4__].
5857         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
5858         definition.
5860         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
5861         Make definition conditional only on [PROF].
5862         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
5863         definition.
5864         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
5865         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
5867         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
5868         !__GNUC__].
5869         * include/signal.h (__sigpause): Move declaration above call to
5870         libc_hidden_proto.
5871         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
5872         variable.
5873         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5874         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5876 2014-11-14  David S. Miller  <davem@davemloft.net>
5878         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
5879         Define before including <string/memcpy.c> and <string/mempcpy.c>.
5881 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5883         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
5884         * configure: Regenerated.
5885         * manual/install.texi (Tools for Compilation): Document a
5886         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
5887         compiler verified to work.
5888         * INSTALL: Regenerated.
5890         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
5891         redeclare with asm name.
5892         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
5893         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
5894         including <string.h>.
5895         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5896         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
5897         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5898         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
5899         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5900         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
5901         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5903 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
5905         * stdlib/strtol.c (__strtol): Use prototype definition.
5907         [BZ #17594]
5908         * stdlib/strtol.c (SYM__): New macro.
5909         (SYM__1): Likewise.
5910         (__strtol): Likewise.
5911         (strtol): Rename to __strtol and define as weak alias of
5912         __strtol.  Use libc_hidden_weak.
5914 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5916         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
5917         Use numbered labels in inline assembly.
5919 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5921         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
5922         Add setjmp LIBC_PROBE.
5923         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
5924         Likewise.
5925         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
5926         Add longjmp, longjmp_target LIBC_PROBE.
5927         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
5928         Likewise.
5930 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5932         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
5933         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
5934         to get rid of unused variable warning.
5936 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5938         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
5939         Check for unwind_backtrace ==  NULL only in SHARED case.
5940         (__backchain_backtrace): Compile only in SHARED case.
5941         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
5942         Likewise.
5943         (__backchain_backtrace): Declare as static.
5945 2014-11-12  Roland McGrath  <roland@hack.frob.com>
5947         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
5948         (__libc_multiple_threads_ptr): Variable moved ...
5949         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
5951 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
5953         * conform/GlibcConform.pm: New file.
5954         * conform/conformtest.pl: Use GlibcConform module.
5955         * conform/linknamespace.pl: New file.
5956         * conform/list-header-symbols.pl: Likewise.
5957         * conform/Makefile (linknamespace-symlists-base): New variable.
5958         (linknamespace-symlists-tests): Likewise.
5959         (linknamespace-header-base): Likewise.
5960         (linknamespace-header-tests): Likewise.
5961         (tests-special): Add new tests.
5962         ($(linknamespace-symlists-tests)): New rule.
5963         (linknamespace-libs): New variable.
5964         ($(objpfx)symlist-stdlibs): New rule.
5965         ($(linknamespace-header-tests)): Likewise.
5966         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
5967         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
5968         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
5969         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
5970         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
5971         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
5972         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
5973         (test-xfail-ISO/math.h/linknamespace): Likewise.
5974         (test-xfail-ISO/signal.h/linknamespace): Likewise.
5975         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
5976         (test-xfail-ISO/time.h/linknamespace): Likewise.
5977         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5978         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
5979         (test-xfail-ISO99/math.h/linknamespace): Likewise.
5980         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5981         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5982         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5983         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5984         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
5985         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5986         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5987         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5988         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5989         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
5990         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
5991         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
5992         (test-xfail-XPG3/math.h/linknamespace): Likewise.
5993         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
5994         (test-xfail-XPG3/search.h/linknamespace): Likewise.
5995         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
5996         (test-xfail-XPG3/time.h/linknamespace): Likewise.
5997         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
5998         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
5999         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
6000         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
6001         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
6002         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
6003         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
6004         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
6005         (test-xfail-XPG4/math.h/linknamespace): Likewise.
6006         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
6007         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
6008         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
6009         (test-xfail-XPG4/search.h/linknamespace): Likewise.
6010         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
6011         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
6012         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
6013         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
6014         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
6015         (test-xfail-XPG4/time.h/linknamespace): Likewise.
6016         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
6017         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
6018         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
6019         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
6020         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
6021         (test-xfail-POSIX/math.h/linknamespace): Likewise.
6022         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
6023         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
6024         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
6025         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
6026         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
6027         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
6028         (test-xfail-POSIX/time.h/linknamespace): Likewise.
6029         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
6030         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
6031         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
6032         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
6033         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
6034         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
6035         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
6036         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
6037         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
6038         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6039         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
6040         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
6041         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
6042         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
6043         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
6044         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
6045         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
6046         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
6047         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
6048         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
6049         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
6050         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
6051         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
6052         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
6053         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
6054         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
6055         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
6056         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
6057         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6058         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
6059         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
6060         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
6061         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
6062         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
6063         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
6064         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6065         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
6066         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
6067         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
6068         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
6069         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
6070         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
6071         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
6072         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
6073         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
6074         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
6075         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
6076         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
6077         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
6078         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
6079         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
6080         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6081         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
6082         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
6083         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
6084         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
6085         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
6086         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6087         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
6088         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
6089         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
6090         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
6091         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6092         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
6093         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
6094         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
6095         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
6096         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
6097         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
6098         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
6099         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
6100         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
6101         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6102         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
6103         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
6104         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
6105         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6106         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
6107         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
6108         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
6109         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
6110         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
6111         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6112         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
6113         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
6114         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
6115         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
6116         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
6117         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
6118         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
6119         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
6120         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
6121         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
6122         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
6123         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
6124         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6125         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
6126         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
6128         [BZ #17589]
6129         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
6130         of fgets_unlocked.
6132         [BZ #17585]
6133         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
6134         (memmem): Rename to __memmem and define as weak alias of
6135         __memmem.  Use libc_hidden_weak.
6136         (__memmem): Use libc_hidden_def.
6137         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
6138         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
6139         memmem.
6141         [BZ #17582]
6142         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
6143         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
6144         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
6145         and define as weak alias of __fgets_unlocked.  Use
6146         libc_hidden_weak.
6147         (__fgets_unlocked): Use libc_hidden_def.
6148         * include/stdio.h (__fgets_unlocked): Declare.  Use
6149         libc_hidden_proto.
6150         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
6151         __fgets_unlocked instead of fgets_unlocked.
6152         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
6153         (GET_NPROCS_CONF_PARSER): Likewise.
6154         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
6155         (GET_NPROCS_CONF_PARSER): Likewise.
6157         [BZ #17574]
6158         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
6159         weak alias of __wmemset.  Use libc_hidden_weak.
6160         (__wmemset): Use libc_hidden_def.
6161         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
6162         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
6163         of wmemset.
6165         [BZ #17573]
6166         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
6167         with asm name __mempcpy.
6168         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
6170         [BZ #17572]
6171         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
6172         and define as weak alias of __rawmemchr.
6173         (__rawmemchr): Do not define as strong alias of rawmemchr.
6175         [BZ #17571]
6176         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
6177         alias of __qsort_r.
6178         (qsort): Call __qsort_r instead of qsort_r.
6179         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
6180         (__qsort_r): Declare.  Call libc_hidden_proto.
6181         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
6182         instead of qsort_r.
6183         * nscd/gai.c (__qsort_r): Define to qsort_r.
6184         * posix/tst-rfc3484.c (__qsort_r): Likewise.
6185         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
6186         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
6188         [BZ #17570]
6189         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
6190         define as weak alias of __malloc_info.
6192         [BZ #17584]
6193         * dirent/rewinddir.c (rewinddir): 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/mach/hurd/rewinddir.c: Rename to __rewinddir and define
6197         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6198         (__rewinddir): Use libc_hidden_def.
6199         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
6200         weak alias of __rewinddir.  Don't use libc_hidden_def.
6201         (__rewinddir): Use libc_hidden_def.
6202         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
6203         (__rewinddir): Use libc_hidden_proto.
6204         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
6205         rewinddir.
6206         (__getcwd): Use __rewinddir instead of rewinddir.
6208         [BZ #17583]
6209         * libio/fileno.c (fileno): Rename to __fileno and define as weak
6210         alias of __fileno.  Use libc_hidden_weak.
6211         (__fileno): Use libc_hidden_def.
6212         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
6213         * libio/ftello.c (ftello): Rename to __ftello and define as weak
6214         alias of __ftello.
6215         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
6216         __ftello.
6217         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
6218         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
6219         libc_hidden_def.
6220         (fread_unlocked): Don't use libc_hidden_ver.
6221         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
6222         and define as weak alias of __fread_unlocked.  Don't use
6223         libc_hidden_def.
6224         (__fread_unlocked): Use libc_hidden_def.
6225         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
6226         (ftello): Don't use libc_hidden_proto.
6227         (__ftello): Declare.  Use libc_hidden_proto.
6228         (fread_unlocked): Don't use libc_hidden_proto.
6229         (__fread_unlocked): Declare.  Use libc_hidden_proto.
6230         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
6231         and __ftello instead of fileno, fread_unlocked and ftello.
6233 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6235         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
6236         GOT12.
6237         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
6238         Likewise.
6239         (_dl_start_user): Likewise.
6240         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
6242 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
6243             Siddhesh Poyarekar  <siddhesh@redhat.com>
6245         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
6246         Move argv and envp down instead of moving argc up.
6247         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
6249 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
6251         [BZ #17506]
6252         * test-skeleton.c (main): Return successful if one of
6253         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
6254         * string/tst-strcoll-overflow.c: Define expected status.
6256 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
6258         [BZ #17475]
6259         * locale/iso-639.def: Define Bhili and Tulu language codes.
6261 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
6263         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
6265 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
6267         [BZ #17555]
6268         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
6270 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
6272         * configure.ac: Updated check of minimal required version to
6273         2.22.
6274         * manual/install.texi (Tools for Compilation): Updated version
6275         number.
6276         * configure: Regenerated.
6277         * INSTALL: Likewise.
6279 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
6281         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
6282         __tls_get_addr.
6284 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
6286         * include/sys/wait.h (__libc_waitpid): Remove declaration.
6287         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
6288         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6289         libc_hidden_weak.
6290         (waitpid): Define as alias of __waitpid.
6291         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
6292         __waitpid.
6293         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6294         libc_hidden_weak.
6295         (waitpid): Define as alias of __waitpid.
6296         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
6297         __libc_waitpid alias.
6298         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
6299         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
6300         Likewise.
6301         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
6302         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
6303         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
6304         alias.
6305         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
6306         __waitpid.
6307         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6308         libc_hidden_weak.
6309         (waitpid): Define as alias of __waitpid.
6311 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
6313         * manual/llio.texi: Add comment that write safety has been
6314         fixed in Linux.
6316         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
6317         (localplt-build-dso): Add elf/ld.so.
6318         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
6319         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
6320         and free for ld.so.
6321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
6322         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
6323         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
6324         Likewise.
6325         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6326         Likewise.
6327         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
6328         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
6329         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
6330         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
6331         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
6332         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
6333         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
6334         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
6335         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
6336         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
6337         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
6339 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
6341         [BZ #14132]
6342         * include/libc-symbols.h (INTUSE): Remove macro.
6343         (INTDEF): Likewise.
6344         (INTVARDEF): Likewise.
6345         (_INTVARDEF): Likewise.
6346         (INTDEF2): Likewise.
6347         (INTVARDEF2): Likewise.
6348         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
6349         rtld_hidden_def instead of INTVARDEF.
6350         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
6351         (_dl_starting_up_internal): Remove declaration.
6352         (_dl_starting_up): Use rtld_hidden_proto.
6353         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
6354         declaration.
6355         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
6356         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
6357         _dl_starting_up.
6358         * elf/dl-writev.h (_dl_writev): Likewise.
6359         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
6360         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
6361         _dl_starting_up_internal.
6363 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6365         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
6366         test-skeleton.c.
6368 2014-11-05  Will Newton  <will.newton@linaro.org>
6370         * benchtests/Makefile: (bench-malloc): Add malloc thread
6371         scalability benchmark.
6372         * benchtests/bench-malloc-threads.c: New file.
6374 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
6376         * sysdeps/aarch64/strchrnul.S: New file.
6378 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6380         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
6381         definition.
6382         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
6383         Likwise.
6384         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
6385         Likewise.
6386         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
6387         Likewise.
6388         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
6389         Likewise.
6390         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
6391         Likewise.
6393 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
6395         * catgets/test-gencat.c: Use test-skeleton.c.
6396         * catgets/tst-catgets.c: Likewise.
6397         * csu/tst-empty.c: Likewise.
6398         * elf/tst-audit2.c: Likewise.
6399         * elf/tst-global1.c: Likewise.
6400         * elf/tst-pathopt.c: Likewise.
6401         * elf/tst-piemod1.c: Likewise.
6402         * elf/tst-tls10.c: Likewise.
6403         * elf/tst-tls11.c: Likewise.
6404         * elf/tst-tls12.c: Likewise.
6405         * gnulib/tst-gcc.c: Likewise.
6406         * iconvdata/tst-e2big.c: Likewise.
6407         * iconvdata/tst-loading.c: Likewise.
6408         * iconv/tst-iconv1.c: Likewise.
6409         * iconv/tst-iconv2.c: Likewise.
6410         * inet/test-inet6_opt.c: Likewise.
6411         * inet/tst-gethnm.c: Likewise.
6412         * inet/tst-network.c: Likewise.
6413         * inet/tst-ntoa.c: Likewise.
6414         * intl/tst-codeset.c: Likewise.
6415         * intl/tst-gettext2.c: Likewise.
6416         * intl/tst-gettext3.c: Likewise.
6417         * intl/tst-ngettext.c: Likewise.
6418         * intl/tst-translit.c: Likewise.
6419         * io/test-stat.c: Likewise.
6420         * libio/test-fmemopen.c: Likewise.
6421         * libio/tst-freopen.c: Likewise.
6422         * libio/tst-sscanf.c: Likewise.
6423         * libio/tst-ungetwc1.c: Likewise.
6424         * libio/tst-ungetwc2.c: Likewise.
6425         * libio/tst-widetext.c: Likewise.
6426         * localedata/tst-ctype.c: Likewise.
6427         * localedata/tst-digits.c: Likewise.
6428         * localedata/tst-leaks.c: Likewise.
6429         * localedata/tst-mbswcs1.c: Likewise.
6430         * localedata/tst-mbswcs2.c: Likewise.
6431         * localedata/tst-mbswcs3.c: Likewise.
6432         * localedata/tst-mbswcs4.c: Likewise.
6433         * localedata/tst-mbswcs5.c: Likewise.
6434         * localedata/tst-setlocale.c: Likewise.
6435         * localedata/tst-trans.c: Likewise.
6436         * localedata/tst-wctype.c: Likewise.
6437         * localedata/tst-xlocale1.c: Likewise.
6438         * login/tst-grantpt.c: Likewise.
6439         * malloc/tst-calloc.c: Likewise.
6440         * malloc/tst-malloc.c: Likewise.
6441         * malloc/tst-mallocstate.c: Likewise.
6442         * malloc/tst-mcheck.c: Likewise.
6443         * malloc/tst-mtrace.c: Likewise.
6444         * malloc/tst-obstack.c: Likewise.
6445         * math/atest-exp2.c: Likewise.
6446         * math/atest-exp.c: Likewise.
6447         * math/atest-sincos.c: Likewise.
6448         * math/test-matherr.c: Likewise.
6449         * math/test-misc.c: Likewise.
6450         * math/test-powl.c: Likewise.
6451         * math/tst-definitions.c: Likewise.
6452         * misc/tst-dirname.c: Likewise.
6453         * misc/tst-efgcvt.c: Likewise.
6454         * misc/tst-fdset.c: Likewise.
6455         * misc/tst-hsearch.c: Likewise.
6456         * misc/tst-mntent2.c: Likewise.
6457         * nptl/tst-sem7.c: Likewise.
6458         * nptl/tst-sem8.c: Likewise.
6459         * nptl/tst-sem9.c: Likewise.
6460         * nss/test-netdb.c: Likewise.
6461         * posix/tst-fnmatch.c: Likewise.
6462         * posix/tst-getlogin.c: Likewise.
6463         * posix/tst-gnuglob.c: Likewise.
6464         * posix/tst-mmap.c: Likewise.
6465         * pwd/tst-getpw.c: Likewise.
6466         * resolv/tst-inet_ntop.c: Likewise.
6467         * rt/tst-timer.c: Likewise.
6468         * stdio-common/test-fseek.c: Likewise.
6469         * stdio-common/test-popen.c: Likewise.
6470         * stdio-common/test-vfprintf.c: Likewise.
6471         * stdio-common/tst-cookie.c: Likewise.
6472         * stdio-common/tst-fileno.c: Likewise.
6473         * stdio-common/tst-gets.c: Likewise.
6474         * stdio-common/tst-obprintf.c: Likewise.
6475         * stdio-common/tst-perror.c: Likewise.
6476         * stdio-common/tst-sprintf2.c: Likewise.
6477         * stdio-common/tst-sprintf3.c: Likewise.
6478         * stdio-common/tst-sprintf.c: Likewise.
6479         * stdio-common/tst-swprintf.c: Likewise.
6480         * stdio-common/tst-tmpnam.c: Likewise.
6481         * stdio-common/tst-unbputc.c: Likewise.
6482         * stdio-common/tst-wc-printf.c: Likewise.
6483         * stdlib/tst-environ.c: Likewise.
6484         * stdlib/tst-fmtmsg.c: Likewise.
6485         * stdlib/tst-limits.c: Likewise.
6486         * stdlib/tst-rand48-2.c: Likewise.
6487         * stdlib/tst-rand48.c: Likewise.
6488         * stdlib/tst-random2.c: Likewise.
6489         * stdlib/tst-random.c: Likewise.
6490         * stdlib/tst-strtol.c: Likewise.
6491         * stdlib/tst-strtoll.c: Likewise.
6492         * stdlib/tst-tls-atexit.c: Likewise.
6493         * stdlib/tst-xpg-basename.c: Likewise.
6494         * string/test-ffs.c: Likewise.
6495         * string/tst-bswap.c: Likewise.
6496         * string/tst-inlcall.c: Likewise.
6497         * string/tst-strtok.c: Likewise.
6498         * string/tst-strxfrm.c: Likewise.
6499         * sysdeps/x86_64/tst-audit10.c: Likewise.
6500         * sysdeps/x86_64/tst-audit3.c: Likewise.
6501         * sysdeps/x86_64/tst-audit4.c: Likewise.
6502         * sysdeps/x86_64/tst-audit5.c: Likewise.
6503         * time/tst-ftime_l.c: Likewise.
6504         * time/tst-getdate.c: Likewise.
6505         * time/tst-mktime3.c: Likewise.
6506         * time/tst-mktime.c: Likewise.
6507         * time/tst-posixtz.c: Likewise.
6508         * time/tst-strptime2.c: Likewise.
6509         * time/tst-strptime3.c: Likewise.
6510         * wcsmbs/tst-btowc.c: Likewise.
6511         * wcsmbs/tst-mbrtowc.c: Likewise.
6512         * wcsmbs/tst-mbsrtowcs.c: Likewise.
6513         * wcsmbs/tst-wchar-h.c: Likewise.
6514         * wcsmbs/tst-wcpncpy.c: Likewise.
6515         * wcsmbs/tst-wcrtomb.c: Likewise.
6516         * wcsmbs/tst-wcsnlen.c: Likewise.
6517         * wcsmbs/tst-wcstof.c: Likewise.
6519 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
6521         [BZ #14132]
6522         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
6523         INTDEF.
6524         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
6525         declaration.
6526         (_dl_mcount): Use rtld_hidden_proto.
6527         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
6528         _dl_mcount.
6529         * elf/rtld.c (_rtld_global_ro): Likewise.
6531         [BZ #14132]
6532         * elf/dl-init.c (_dl_init): Don't use INTDEF.
6533         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
6534         of _dl_init_internal.
6535         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
6536         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
6537         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
6538         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
6539         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
6540         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
6541         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
6542         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
6543         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
6544         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
6545         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
6546         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
6547         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
6548         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
6549         * sysdeps/tile/dl-start.S (_start): Likewise.
6550         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
6551         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
6553         [BZ #14132]
6554         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
6555         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
6556         (rtld_progname): Make macro definition unconditional.
6557         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
6558         INTDEF.
6559         (dlmopen_doit): Do not use INTUSE with _dl_argv.
6560         (dl_main): Likewise.
6561         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
6562         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
6563         instead of _dl_argv_internal.
6564         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
6565         __GI__dl_argv instead of INTUSE(_dl_argv).
6566         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
6567         __GI__dl_argv instead of _dl_argv_internal.
6569         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
6570         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
6571         macro.
6572         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
6573         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
6574         New macro.
6575         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
6576         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
6577         macro.
6578         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
6579         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
6581 2014-11-04  Andreas Schwab  <schwab@suse.de>
6583         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
6585 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6587         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
6588         mtvsrd instruction in binary form.
6590 2014-11-03  Andreas Schwab  <schwab@suse.de>
6592         [BZ #17522]
6593         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
6594         for less than MB_LEN_MAX use a local buffer of that size.
6595         * libio/tst-fputws.c: New file.
6596         * libio/Makefile (tests): Add tst-fputws.
6598 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
6600         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
6601         the size of the fpu_fr.fpu_dregs[] array.
6603 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
6605         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
6606         (__nanosleep): Do not define as alias.
6607         (nanosleep): Define as alias of __nanosleep.
6608         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
6609         __libc_nanosleep name.
6611 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
6613         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
6614         install.texi in comment.
6616 2014-10-31  Torvald Riegel  <triegel@redhat.com>
6618         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
6619         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
6620         ... add here and use lwsync or sync ...
6621         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
6622         ... and add here using lwsync.
6624 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
6626         * elf/dl-machine-reject-phdr.h: New file.
6627         * elf/dl-load.c: #include that.
6628         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
6629         if that returned true.
6631 2014-10-31  Roland McGrath  <roland@hack.frob.com>
6633         [BZ #17496]
6634         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
6635         gen-as-const-headers chunk.  Add a big scare comment after the last
6636         safe place to touch before-compile.
6638 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
6640         * manual/install.texi (Tools for Compilation): Update autoconf
6641         version requirements.
6642         * INSTALL: Regenerated.
6644         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
6645         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
6646         (__libc_pselect): Likewise.
6648         [BZ #14138]
6649         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
6650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6651         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6652         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6654 2014-10-31  Torvald Riegel  <triegel@redhat.com>
6656         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
6657         correct barrier instruction.
6658         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
6659         Likewise.
6660         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
6661         Likewise.
6663 2014-10-30  Roland McGrath  <roland@hack.frob.com>
6665         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
6666         after defining inlines.  Instead, just use parens to defeat macro
6667         expansion of __isctype in its declaration.
6669 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
6671         * include/sys/uio.h (__libc_readv): Remove declaration.
6672         (__libc_writev): Likewise.
6673         * misc/readv.c (__libc_readv): Rename to __readv.
6674         (__readv): Do not define as alias.
6675         (readv): Define as alias of __readv.
6676         * misc/writev.c (__libc_writev): Rename to __writev.
6677         (__writev): Do not define as alias.
6678         (writev): Define as alias of __writev.
6679         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
6680         (__readv): Do not define as alias.
6681         (readv): Define unconditionally as alias of __readv.
6682         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
6683         (__writev): Do not define as alias.
6684         (writev): Define unconditionally as alias of __writev.
6685         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
6686         name.
6687         (writev): Do not define __libc_writev name.
6689 2014-10-30  Roland McGrath  <roland@hack.frob.com>
6691         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
6692         (convert_charseq): New function, broken out of ...
6693         (use_from_charmap): ... here.  Call it.
6694         (use_to_charmap): Use convert_charseq and free instead of duplicating
6695         its code with a variable-length stack struct.
6697 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
6699         * include/fcntl.h (__libc_creat): Remove declaration.
6700         * io/creat.c (__libc_creat): Rename to creat.
6701         (creat): Do not define as alias.
6702         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
6703         of creat instead of __libc_creat.
6704         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
6705         to creat.
6706         (creat): Do not define as alias.
6707         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
6708         __libc_creat.
6709         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
6710         __libc_creat name.
6711         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
6712         Likewise.
6714 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
6716         * manual/llio.texi: Add comments discussing why write() may be
6717         considered MT-unsafe on Linux.
6719 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
6721         * dl-load.c (local_strdup): Remove.
6722         (expand_dynamic_string_token): Use __strdup.
6723         (decompose_rpath): Likewise.
6724         (_dl_map_object): Likewise.
6726 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
6728         [BZ #14132]
6729         * sysdeps/generic/unwind-dw2-fde.c
6730         (__register_frame_info_bases_internal): Do not declare.
6731         (__register_frame_info_table_bases_internal): Likewise.
6732         (__deregister_frame_info_bases_internal): Likewise.
6733         (__register_frame_info_bases): Declare and use hidden_proto before
6734         definition.  Use hidden_def instead of INTDEF.
6735         (__register_frame_info_table_bases): Likewise.
6736         (__deregister_frame_info_bases): Likewise.
6737         (__register_frame_info): Do not use INTUSE.
6738         (__register_frame): Likewise.
6739         (__register_frame_info_table): Likewise.
6740         (__register_frame_table): Likewise.
6741         (__deregister_frame_info): Likewise.
6742         (__deregister_frame): Likewise.
6744 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
6746         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6747         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
6748         not undefine.
6749         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
6750         Likewise.
6751         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
6752         Likewise.
6754 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
6756         [BZ #14138]
6757         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
6758         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
6759         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
6760         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
6761         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
6762         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
6763         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
6764         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
6765         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
6766         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
6767         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
6768         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
6769         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
6770         syscall.
6771         (setfsuid): Likewise.
6772         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
6773         (setfsuid): Likewise.
6774         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
6775         (setfsuid): Likewise.
6776         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
6777         Likewise.
6778         (setfsuid): Likewise.
6779         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
6780         (setfsuid): Likewise.
6781         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
6782         Likewise.
6783         (setfsuid): Likewise.
6785 2014-10-27  Andreas Schwab  <schwab@suse.de>
6787         [BZ #17501]
6788         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
6789         check for Slow_SSE4_2 feature bit.
6790         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
6791         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
6792         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
6793         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
6795 2014-10-24  Roland McGrath  <roland@hack.frob.com>
6797         * configure.ac: Validate compiler version with a empirical test of
6798         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
6799         $CC -v output.
6800         * configure: Regenerated.
6802         * inet/htons.c (htons): Prototypify.
6803         * inet/htonl.c (htonl): Likewise.
6805 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6807         * string/strncat.c (strncat): Improve performance by using strlen.
6809 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6811         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
6813 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6815         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
6816         Call libc_fetestexcept_aarch64.
6818 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6820         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
6821         Call libc_feholdexcept_aarch64.
6823 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6825         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
6826         Call get_rounding_mode.
6828 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6830         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
6831         Simplify logic.
6833 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6835         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
6836         Simplify logic.
6838 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
6840         [BZ #14138]
6841         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
6842         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
6843         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
6844         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
6845         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
6846         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
6847         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
6848         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
6849         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
6850         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
6851         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
6852         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
6853         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
6854         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
6855         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
6856         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
6857         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
6858         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
6859         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
6860         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
6861         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
6862         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
6863         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
6864         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
6865         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
6866         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
6867         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
6868         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
6869         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
6870         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
6871         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
6872         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
6873         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
6874         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
6875         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
6876         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
6877         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
6878         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
6879         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
6880         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
6881         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
6882         syscall.
6883         (geteuid): Likewise.
6884         (getgid): Likewise.
6885         (getuid): Likewise.
6886         (getresgid): Likewise.
6887         (getresuid): Likewise.
6888         (getgroups): Likewise.
6889         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
6890         (geteuid): Likewise.
6891         (getgid): Likewise.
6892         (getuid): Likewise.
6893         (getresgid): Likewise.
6894         (getresuid): Likewise.
6895         (getgroups): Likewise.
6896         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
6897         (geteuid): Likewise.
6898         (getgid): Likewise.
6899         (getuid): Likewise.
6900         (getresgid): Likewise.
6901         (getresuid): Likewise.
6902         (getgroups): Likewise.
6903         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
6904         Likewise.
6905         (geteuid): Likewise.
6906         (getgid): Likewise.
6907         (getuid): Likewise.
6908         (getresgid): Likewise.
6909         (getresuid): Likewise.
6910         (getgroups): Likewise.
6911         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
6912         (geteuid): Likewise.
6913         (getgid): Likewise.
6914         (getuid): Likewise.
6915         (getresgid): Likewise.
6916         (getresuid): Likewise.
6917         (getgroups): Likewise.
6918         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
6919         Likewise.
6920         (geteuid): Likewise.
6921         (getgid): Likewise.
6922         (getuid): Likewise.
6923         (getgroups): Likewise.
6925         [BZ #14138]
6926         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
6927         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
6928         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
6929         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6930         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
6931         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
6932         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
6933         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
6934         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
6935         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
6936         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
6937         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
6938         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
6939         __chown.
6940         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
6941         (lchown): Likewise.
6942         (fchown): Likewise.
6943         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
6944         Likewise.
6945         (lchown): Likewise.
6946         (fchown): Likewise.
6947         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
6948         (lchown): Likewise.
6949         (fchown): Likewise.
6950         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
6951         Likewise.
6952         (lchown): Likewise.
6953         (fchown): Likewise.
6955 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6957         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
6958         Simplify logic.
6960 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6962         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6963         Cleanup logic.
6965 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6967         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6968         Remove unused include.
6970 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6972         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
6973         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
6974         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
6975         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
6977 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
6978             Helge Deller <deller@gmx.de>
6980         [BZ #17508]
6981         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
6982         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
6983         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
6985 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
6987         [BZ #14132]
6988         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
6989         Remove macro definition.
6990         (__ashrdi3_v_glibc20): Likewise.
6991         (__lshrdi3_v_glibc20): Likewise.
6992         (__cmpdi2_v_glibc20): Likewise.
6993         (__ucmpdi2_v_glibc20): Likewise.
6994         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
6995         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
6996         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
6997         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
6998         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
6999         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
7001 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7003         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
7004         old GNU extension [0] syntax.
7005         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
7006         alloca rather than an array member with variable length.
7007         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
7008         * nscd/nscd.c (invalidate_db): New function, broken out of ...
7009         (parse_opt): ... here.  Likewise use alloca there.
7010         Validate the -i argument before checking for rootness.
7011         (send_shutdown): New function, broken out of ...
7012         (parse_opt): ... here.
7014 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7016         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
7017         macro to get at the _rt_local_ro field.
7018         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
7019         ([PIC] case) or _dl_hwcap ([!PIC] case).
7020         * sysdeps/arm/setjmp.S: Likewise.
7022         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
7023         * sysdeps/arm/configure.ac: New check to define it.
7024         * sysdeps/arm/configure: Regenerated.
7025         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
7026         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
7027         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
7028         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
7029         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
7030         Use move/movt pair instead of a load.
7031         (LDST_GLOBAL): Macro removed.
7032         (LDR_GLOBAL): New macro replaces it.
7033         (LDR_HIDDEN): New macro.
7034         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
7035         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
7037         * setjmp/tst-setjmp-static.c: New file.
7038         * setjmp/Makefile (tests): Add it.
7039         (tests-static): New variable.
7041 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
7043         [BZ #17485]
7044         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
7046 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
7048         [BZ #14132]
7049         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
7051 2014-10-21  Roland McGrath  <roland@hack.frob.com>
7053         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
7055 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7057         * io/fts.c (dirent_not_directory): New function.
7058         (fts_build): Call it.
7060 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7062         * nptl/version.c (__nptl_main): Use normal __write rather than
7063         INTERNAL_SYSCALL.
7064         (banner): Update copyright years.
7066         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
7067         gettimeofday.
7068         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7069         * nptl/pthread_cond_timedwait.c: Likewise.
7070         * nptl/pthread_mutex_timedlock.c: Likewise.
7071         * nptl/sem_timedwait.c: Likewise.
7073         * sysdeps/nptl/bits/libc-lock.h
7074         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7075         (__libc_lock_init_recursive): Return void, not 0.
7076         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
7077         (__libc_rwlock_init): Likewise.
7078         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
7080 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7082         [BZ #15215]
7083         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
7084         (__pthread_once_slow): ... here.
7085         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
7086         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
7088 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7090         [BZ #15215]
7091         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
7092         __PTHREAD_ONCE_FORK_GEN_INCR): New.
7093         * sysdeps/nptl/fork.c (__libc_fork): Use them.
7094         * nptl/pthread_once.c (__pthread_once): Likewise.
7095         Update comments.
7097 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
7099         [BZ #14138]
7100         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
7101         name.
7102         (writev): Use __libc_writev as strong name.
7103         * sysdeps/unix/sysv/linux/readv.c: Remove file.
7104         * sysdeps/unix/sysv/linux/writev.c: Likewise.
7106 2014-10-17  Roland McGrath  <roland@hack.frob.com>
7108         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
7110         * sysdeps/i386/nptl/tls.h
7111         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
7112         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
7113         New macros.
7114         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
7115         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
7116         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
7117         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
7118         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
7119         Call CHECK_THREAD_SYSINFO instead of doing an assert.
7121         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
7122         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
7123         on [__NR_futex].
7124         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
7125         broken out of ...
7126         (__pthread_mutex_init): ... here.  Call it.
7127         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
7128         Conditionalize PI cases on [__NR_futex].
7129         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
7130         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
7131         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
7133         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
7134         conditional on [SIGSETXID].
7135         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
7136         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
7137         is defined.  Likewise for SIGSETXID.
7138         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
7139         Conditionalize definitions on [SIGSETXID].
7140         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
7141         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
7142         unblocking on [SIGCANCEL].
7144         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
7145         [__NR_set_robust_list].
7147 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
7149         * string/strcoll_l.c (get_next_seq): Fix up formatting.
7150         (do_compare): Likewise.
7152 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
7154         [BZ #15884]
7155         * string/strcoll_l.c: Don't include stdio.h.
7156         (coll_seq): Remove members idxarr and rulearr.
7157         (get_next_seq_cached): Remove function.
7158         (get_next_seq): Likewise.
7159         (get_next_seq_nocache): Rename to get_next_seq.
7160         (do_compare): Remove function.
7161         (do_compare_nocache): Rename to do_compare.
7162         (STRCOLL): Remove weight and rules cache.
7164 2014-10-16  Roland McGrath  <roland@hack.frob.com>
7166         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
7167         * sysdeps/arm/sfp-machine.h: ... to here.
7168         * sysdeps/arm/Implies: Remove arm/soft-fp.
7170 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
7172         * conform/data/sys/utsname.h-data (*_t): Allow.
7173         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
7174         [POSIX] (WEXITED): Do not expect constant.
7175         [POSIX] (WSTOPPED): Likewise.
7176         [POSIX] (WNOHANG): Likewise.
7177         [POSIX] (WNOWAIT): Likewise.
7178         [POSIX] (siginfo_t): Do not expect type or elements.
7179         [POSIX] (pid_t): Do not expect type.
7180         [POSIX] (signal.h): Do not allow header.
7181         [POSIX] (sys/resource.h): Likewise.
7182         [POSIX] (si_*): Do not allow pattern.
7183         [POSIX] (W*): Likewise.
7184         [POSIX] (P_*): Likewise.
7185         [POSIX] (BUS_*): Likewise.
7186         [POSIX] (CLD_*): Likewise.
7187         [POSIX] (FPE_*): Likewise.
7188         [POSIX] (ILL_*): Likewise.
7189         [POSIX] (POLL_*): Likewise.
7190         [POSIX] (SEGV_*): Likewise.
7191         [POSIX] (SI_*): Likewise.
7192         [POSIX] (TRAP_*): Likewise.
7193         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
7194         variable.
7196 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
7198         [BZ #12926]
7199         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
7200         infinite loop when __recvmsg returns 0.
7202 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
7204         * CANCEL-FCT-WAIVE: Remove file.
7205         * CANCEL-FILE-WAIVE: Likewise.
7207         [BZ #14132]
7208         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
7209         instead of INTVARDEF.
7210         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7211         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
7212         rtld_hidden_data_def instead of INTVARDEF.
7213         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7214         * elf/dl-deps.c (expand_dst): Likewise.
7215         * elf/dl-load.c (_dl_dst_count): Likewise.
7216         (_dl_dst_substitute): Likewise.
7217         (decompose_rpath): Likewise.
7218         (_dl_init_paths): Likewise.
7219         (open_path): Likewise.
7220         (_dl_map_object): Likewise.
7221         * elf/rtld.c (dl_main): Likewise.
7222         (process_dl_audit): Likewise.
7223         (process_envvars): Likewise.
7224         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
7225         Remove declaration.
7226         (__libc_enable_secure): Use rtld_hidden_proto.
7228 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7230         * elf/dl-load.c
7231         (add_path): New function broken out of _dl_rtld_di_serinfo.
7232         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
7234 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7236         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
7237         parentheses around macro arguments.
7238         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
7239         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
7240         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
7241         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
7242         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
7243         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7244         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7245         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
7246         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
7247         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
7248         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
7249         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
7250         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
7251         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
7252         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
7253         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
7254         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
7255         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
7256         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
7257         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
7258         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
7259         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
7260         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
7261         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7262         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7263         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
7264         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
7265         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
7266         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
7267         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
7268         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
7269         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
7270         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
7271         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
7272         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
7273         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
7274         Likewise.
7275         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
7276         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7277         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7278         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
7279         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
7280         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
7281         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
7282         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
7283         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
7284         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
7285         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
7286         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
7287         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
7288         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
7289         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
7290         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7291         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7292         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
7293         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
7294         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
7295         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
7296         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
7297         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
7298         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
7299         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
7300         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
7301         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
7302         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
7303         (_FP_FRAC_SRS_1): Likewise.
7304         (_FP_FRAC_CLZ_1): Likewise.
7305         (_FP_MUL_MEAT_1_imm): Likewise.
7306         (_FP_MUL_MEAT_1_wide): Likewise.
7307         (_FP_MUL_MEAT_1_hard): Likewise.
7308         (_FP_SQRT_MEAT_1): Likewise.
7309         (_FP_FRAC_ASSEMBLE_1): Likewise.
7310         (_FP_FRAC_DISASSEMBLE_1): Likewise.
7311         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
7312         (__FP_CLZ_2): Likewise.
7313         (_FP_MUL_MEAT_2_wide): Likewise.
7314         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
7315         (_FP_MUL_MEAT_2_gmp): Likewise.
7316         (_FP_MUL_MEAT_2_120_240_double): Likewise.
7317         (_FP_SQRT_MEAT_2): Likewise.
7318         (_FP_FRAC_ASSEMBLE_2): Likewise.
7319         (_FP_FRAC_DISASSEMBLE_2): Likewise.
7320         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
7321         (_FP_FRAC_CLZ_4): Likewise.
7322         (_FP_MUL_MEAT_4_wide): Likewise.
7323         (_FP_MUL_MEAT_4_gmp): Likewise.
7324         (_FP_SQRT_MEAT_4): Likewise.
7325         (_FP_FRAC_ASSEMBLE_4): Likewise.
7326         (_FP_FRAC_DISASSEMBLE_4): Likewise.
7327         * soft-fp/op-common.h (_FP_CMP): Likewise.
7328         (_FP_CMP_EQ): Likewise.
7329         (_FP_CMP_UNORD): Likewise.
7330         (_FP_TO_INT): Likewise.
7331         (_FP_FROM_INT): Likewise.
7332         [!__FP_CLZ] (__FP_CLZ): Likewise.
7333         (_FP_DIV_HELP_imm): Likewise.
7334         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
7335         Likewise.
7336         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
7337         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
7338         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
7339         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
7340         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
7341         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7342         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7343         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
7344         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
7345         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
7346         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
7347         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
7348         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
7349         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
7350         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
7351         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
7352         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
7353         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
7354         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
7355         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
7356         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
7357         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
7358         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
7359         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7360         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7361         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
7362         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
7363         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
7364         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
7365         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
7366         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
7367         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
7368         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
7369         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
7370         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
7371         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
7372         (FP_UNPACK_RAW_SP): Likewise.
7373         (FP_PACK_RAW_S): Likewise.
7374         (FP_PACK_RAW_SP): Likewise.
7375         (FP_UNPACK_S): Likewise.
7376         (FP_UNPACK_SP): Likewise.
7377         (FP_UNPACK_SEMIRAW_S): Likewise.
7378         (FP_UNPACK_SEMIRAW_SP): Likewise.
7379         (FP_PACK_S): Likewise.
7380         (FP_PACK_SP): Likewise.
7381         (FP_PACK_SEMIRAW_S): Likewise.
7382         (FP_PACK_SEMIRAW_SP): Likewise.
7383         (_FP_SQRT_MEAT_S): Likewise.
7384         (FP_CMP_S): Likewise.
7385         (FP_CMP_EQ_S): Likewise.
7386         (FP_CMP_UNORD_S): Likewise.
7387         (FP_TO_INT_S): Likewise.
7388         (FP_FROM_INT_S): Likewise.
7390         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
7392         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
7393         (FP_EX_INVALID_IMZ): Likewise.
7394         (FP_EX_INVALID_IMZ_FMA): Likewise.
7395         (FP_EX_INVALID_ISI): Likewise.
7396         (FP_EX_INVALID_ZDZ): Likewise.
7397         (FP_EX_INVALID_IDI): Likewise.
7398         (FP_EX_INVALID_SQRT): Likewise.
7399         (FP_EX_INVALID_CVI): Likewise.
7400         (FP_EX_INVALID_VC): Likewise.
7401         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
7402         "invalid" exceptions.
7403         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
7404         (_FP_ADD_INTERNAL): Likewise.
7405         (_FP_MUL): Likewise.
7406         (_FP_FMA): Likewise.
7407         (_FP_DIV): Likewise.
7408         (_FP_CMP_CHECK_NAN): Likewise.
7409         (_FP_SQRT): Likewise.
7410         (_FP_TO_INT): Likewise.
7411         (FP_EXTEND): Likewise.
7413 2014-10-09  Allan McRae  <allan@archlinux.org>
7415         * po/fr.po: Update French translation from translation project.
7417 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7419         [BZ #14132]
7420         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
7421         of INTDEF.
7422         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
7423         (__cxa_atexit): Use libc_hidden_proto.
7424         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
7426         [BZ #14132]
7427         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
7428         declaration.
7429         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
7430         [!_ISOMAC] (__iswspace_l_internal): Likewise.
7431         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
7432         [!_ISOMAC] (__iswctype_internal): Likewise.
7433         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
7434         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
7435         alias.
7436         (fcntl): Remove __fcntl_internal alias.
7437         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
7438         __connect_internal alias.
7439         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
7440         Likewise.
7442         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
7443         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
7444         FP_DENORM_ZERO.
7445         (_FP_CHECK_FLUSH_ZERO): New macro.
7446         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
7447         (_FP_CMP): Likewise.
7448         (_FP_CMP_EQ): Likewise.
7449         (_FP_TO_INT): Do not set inexact for subnormal arguments if
7450         FP_DENORM_ZERO.
7451         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
7452         (FP_TRUNC): Likewise.
7454         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
7455         treated as invalid conversion, not as normal exponent.
7457         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
7458         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
7459         (_FP_CMP_EQ): Likewise.
7460         (_FP_CMP_UNORD): Likewise.
7461         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
7462         (FP_CMP_EQ_D): Likewise.
7463         (FP_CMP_UNORD_D): Likewise.
7464         * soft-fp/extended.h (FP_CMP_E): Likewise.
7465         (FP_CMP_EQ_E): Likewise.
7466         (FP_CMP_UNORD_E): Likewise.
7467         * soft-fp/quad.h (FP_CMP_Q): Likewise.
7468         (FP_CMP_EQ_Q): Likewise.
7469         (FP_CMP_UNORD_Q): Likewise.
7470         * soft-fp/single.h (FP_CMP_S): Likewise.
7471         (FP_CMP_EQ_S): Likewise.
7472         (FP_CMP_UNORD_S): Likewise.
7473         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
7474         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
7475         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
7476         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
7477         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
7478         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
7479         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
7480         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
7481         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
7482         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
7483         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
7484         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
7485         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
7486         to FP_CMP_Q.
7487         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
7488         FP_CMP_Q.
7489         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
7490         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
7491         FP_CMP_EQ_Q.
7492         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
7493         FP_CMP_Q.
7494         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
7495         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
7496         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
7497         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
7498         FP_CMP_EQ_Q.
7499         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
7500         FP_CMP_Q.
7501         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
7502         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
7503         FP_CMP_EQ_Q.
7504         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
7505         FP_CMP_Q.
7506         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
7507         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
7508         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
7509         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
7510         FP_CMP_EQ_Q.
7512         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
7513         a subnormal result, set the underflow exception if trapping on
7514         underflow is enabled.
7515         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
7516         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
7517         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
7518         redefine to 0.
7519         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
7520         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7521         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7522         * soft-fp/extendxftf2.c (__extendxftf2): Use
7523         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
7525         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
7526         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
7527         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7528         FP_HANDLE_EXCEPTIONS.
7529         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
7530         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7531         FP_HANDLE_EXCEPTIONS.
7532         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
7533         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7534         FP_HANDLE_EXCEPTIONS.
7535         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
7536         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7537         FP_HANDLE_EXCEPTIONS.
7539 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
7541         [BZ #14132]
7542         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
7543         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
7544         use INTUSE.
7545         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
7546         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
7547         Remove alias.
7548         (__adjtimex): Define using libc_hidden_ver.
7549         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
7550         Remove declaration.
7551         (ntp_gettime): Call __adjtimex directly.
7552         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
7553         Remove declaration.
7554         (ntp_gettimex): Call __adjtimex directly.
7555         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
7556         __adjtimex_internal alias.
7558 2014-10-08  Roland McGrath  <roland@hack.frob.com>
7560         [BZ #17460]
7561         * nscd/nscd.c (more_help): Rewrite list of tables collection
7562         using xstrdup and asprintf.
7564         * nscd/nscd_conf.c: Remove local xstrdup declaration.
7566 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7567             Roland McGrath  <roland@hack.frob.com>
7569         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
7570         (do_lookup_unique): ... local function 'enter' here; update callers.
7572 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
7574         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
7575         compat_symbol calls on [SHARED].
7576         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
7577         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
7578         Remove.
7579         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7580         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
7581         (oldsetrlimit): Remove.
7582         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7583         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7584         (lchown): New syscall entry.
7585         (oldsetrlimit): Remove.
7586         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7587         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
7588         (oldsetrlimit): Remove.
7589         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7591         [BZ #14138]
7592         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
7593         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
7594         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
7595         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
7596         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
7597         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
7598         (fchown): Likewise.
7599         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
7600         (fchown): Likewise.
7601         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
7602         Likewise.
7604 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7606         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
7607         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
7608         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
7609         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
7610         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
7611         Likewise.
7612         (__old_sem_post): Likewise.
7614 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
7616         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
7617         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
7618         HAVE_CLOCK_GETTIME_VSYSCALL macros.
7619         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
7620         Use INLINE_VSYSCALL macro.
7621         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
7622         __vdso_clock_gettime.
7623         * sysdeps/unix/sysv/linux/tile/init-first.c
7624         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
7625         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
7626         __vdso_clock_gettime.
7628         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
7629         to set up frame more cleanly.
7631         * sysdeps/tile/memcmp.c: New file.
7633         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
7635         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
7636         * sysdeps/tile/tilegx/strcasestr.c: New file.
7637         * sysdeps/tile/tilegx/strnlen.c: New file.
7638         * sysdeps/tile/tilegx/strstr.c: New file.
7640         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
7642 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
7644         * nptl/tst-setuid3.c: Write errors to stdout.
7646 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7648         * elf/dl-deps.c
7649         (preload): New functions broken out of _dl_map_object_deps.
7650         (_dl_map_object_deps):  Remove a nested function. Update call sites.
7652 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
7654         [BZ #14138]
7655         * sysdeps/unix/sysv/linux/execve.c: Remove file.
7656         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
7658 2014-10-01  Steve Ellcey  <sellcey@mips.com>
7660         * sysdeps/mips/strcmp.S: New.
7662 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
7664         [BZ #14138]
7665         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
7666         (linkat): Likewise.
7667         (mkdirat): Likewise.
7668         (readlinkat): Likewise.
7669         (renameat): Likewise.
7670         (symlinkat): Likewise.
7671         (unlinkat): Likewise.
7672         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
7673         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
7674         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
7675         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
7676         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
7677         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
7678         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
7680 2014-09-30  Will Newton  <will.newton@linaro.org>
7682         * math/math.h: Define long double math functions if
7683         _LIBC_TEST is defined.
7684         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
7686         * localedata/Makefile: Move assignment to tests-special
7687         into an ifdef testing run-built-tests.
7688         * timezone/Makefile: Likewise.
7690 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
7692         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
7693         with $(BASH) not $(SHELL).
7695 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
7696             Matthew LeGendre  <legendre1@llnl.gov>
7698         [BZ #17411]
7699         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
7700         l_reloc_result.
7702 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7704         * stdio-common/printf_fp.c
7705         (hack_digit): New function, broken out of ...
7706         (__printf_fp): ... local function here.  Update call sites.
7707         hack_digit now takes an additional parameter that is a pointer
7708         to a struct of the referenced locals.  Those locals moved inside
7709         the struct and references updated.
7711 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
7713         * aclocal.m4: Require autoconf 2.69.
7714         * configure: Regenerated.
7715         * sysdeps/aarch64/configure: Likewise.
7716         * sysdeps/alpha/configure: Likewise.
7717         * sysdeps/arm/armv7/configure: Likewise.
7718         * sysdeps/arm/configure: Likewise.
7719         * sysdeps/ia64/configure: Likewise.
7720         * sysdeps/mach/configure: Likewise.
7721         * sysdeps/mips/configure: Likewise.
7722         * sysdeps/s390/configure: Likewise.
7723         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
7724         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
7726         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
7727         file.
7728         * sysdeps/ia64/configure.ac: Likewise.
7730 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
7732         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
7733         specify symbol version for ld.so.  Do not include entry for
7734         libpthread.
7735         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7736         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7737         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7739         [BZ #14171]
7740         * Makeconfig [$(build-shared) = yes]
7741         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
7742         makefiles.
7743         [$(build-shared) = yes && $(soversions.mk-done) = t]
7744         ($(common-objpfx)gnu/lib-names.h): Remove rule.
7745         [$(build-shared) = yes && $(soversions.mk-done) = t]
7746         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
7747         to Makerules.
7748         [$(build-shared) = yes && $(soversions.mk-done) = t]
7749         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
7750         here.
7751         [$(build-shared) = yes && $(soversions.mk-done) = t]
7752         (common-generated): Don't append gnu/lib-names.h and
7753         gnu/lib-names.stmp here.
7754         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
7755         (lib-names-h-abi): New variable.
7756         [$(build-shared) = yes && $(soversions.mk-done) = t]
7757         (lib-names-stmp-abi): Likewise.
7758         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7759         abi-variants] (before-compile): Append
7760         $(common-objpfx)$(lib-names-h-abi).
7761         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7762         abi-variants] (common-generated): Append gnu/lib-names.h.
7763         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7764         abi-variants] (install-others-nosubdir): Depend on
7765         $(inst_includedir)/$(lib-names-h-abi).
7766         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7767         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
7768         [$(build-shared) = yes && $(soversions.mk-done) = t]
7769         ($(common-objpfx)$(lib-names-h-abi)): New rule.
7770         [$(build-shared) = yes && $(soversions.mk-done) = t]
7771         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
7772         [$(build-shared) = yes && $(soversions.mk-done) = t]
7773         (common-generated): Append $(lib-names-h-abi) and
7774         $(lib-names-stmp-abi).
7775         * scripts/lib-names.awk: Do not handle multi being set.
7776         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
7777         Remove variable.
7778         (abi-lp64_be-ld-soname): Likewise.
7779         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
7780         Likewise.
7781         (abi-hard-ld-soname): Likewise.
7782         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
7783         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
7784         Remove variable.
7785         (abi-o32_hard-ld-soname): Likewise.
7786         (abi-o32_soft_2008-ld-soname): Likewise.
7787         (abi-o32_hard_2008-ld-soname): Likewise.
7788         (abi-n32_soft-ld-soname): Likewise.
7789         (abi-n32_hard-ld-soname): Likewise.
7790         (abi-n32_soft_2008-ld-soname): Likewise.
7791         (abi-n32_hard_2008-ld-soname): Likewise.
7792         (abi-n64_soft-ld-soname): Likewise.
7793         (abi-n64_hard-ld-soname): Likewise.
7794         (abi-n64_soft_2008-ld-soname): Likewise.
7795         (abi-n64_hard_2008-ld-soname): Likewise.
7796         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
7797         Likewise.
7798         (abi-64-v2-ld-soname): Likewise.
7799         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
7800         ld.so entries.
7801         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
7802         variable.
7803         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
7804         entry.
7805         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
7806         variable.
7807         (abi-64-ld-soname): Likewise.
7808         (abi-x32-ld-soname): Likewise.
7809         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
7810         entry.
7811         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7813 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
7815         [BZ #14138]
7816         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
7817         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
7818         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
7819         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
7820         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
7821         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
7822         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
7823         syscall entry for GLIBC_2.2 symbol version.
7824         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
7825         Likewise.
7826         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7827         (setrlimit): Likewise.
7828         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
7829         Likewise.
7831 2014-09-23  Will Newton  <will.newton@linaro.org>
7833         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
7834         _LINUX_ARM_SYSDEP_H include guard too.
7835         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
7836         define.
7838 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
7840         * sysdeps/unix/sysv/linux/eventfd.c:
7841         Make first argument unsigned.
7842         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
7843         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
7845 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
7847         * socket/recvmmsg.c (recvmmsg): Drop const argument.
7848         * socket/sys/socket.h: Likewise
7849         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
7851 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7853         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
7855 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
7857         * time/tst-ftime.c: New test.
7858         * time/Makefile (tests): Add tst-ftime.
7860 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
7862         * soft-fp/extended.h: Fix comment formatting.
7863         * soft-fp/op-1.h: Likewise.
7864         * soft-fp/op-2.h: Likewise.
7865         * soft-fp/op-4.h: Likewise.
7866         * soft-fp/op-8.h: Likewise.
7867         * soft-fp/op-common.h: Likewise.
7868         * soft-fp/soft-fp.h: Likewise.
7870         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
7872 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
7874         [BZ #6652]
7875         * Makeconfig (soversions-default-setname): Remove variable.
7876         ($(common-objpfx)soversions.i): Don't pass default_setname to
7877         soversions.awk.
7878         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
7879         oldest_abi to abi-versions.awk.
7880         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
7881         * config.make.in (oldest-abi): Remove variable.
7882         * configure.ac (--enable-oldest-abi): Remove configure option.
7883         * configure: Regenerated.
7884         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
7885         text.
7886         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
7887         * scripts/soversions.awk: Do not handle default_setname variable.
7888         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
7889         variable.
7890         * sysdeps/mach/hurd/configure: Regenerated.
7891         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
7892         variable.
7893         * sysdeps/unix/sysv/linux/configure: Regenerated.
7895 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7897         * elf/Makefile (CFLAGS-interp.c): Remove.
7898         ($(elf-objpfx)runtime-linker.h): Generate header with linker
7899         path string.
7900         * elf/interp.c: Include generated runtime-linker.h
7902         * Makerules (lib%.so): Don't include $(+interp) in
7903         prerequisites.
7904         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
7905         * dlfcn/eval.c: Remove file.
7907         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
7908         macros.
7910         [BZ #17266]
7911         * misc/sys/cdefs.h: Define __extern_always_inline for clang
7912         4.2 and newer.
7914         [BZ #17370]
7915         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
7917 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7918             Jakub Jelinek  <jakub@redhat.com>
7920         [BZ #17266]
7921         * libio/stdio.h: Check definition of __fortify_function
7922         instead of __extern_always_inline to include bits/stdio2.h.
7923         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
7924         check if __extern_always_inline is defined.
7925         [__USE_MISC || __USE_XOPEN]: Likewise.
7926         [__USE_ISOC99] Likewise.
7927         * misc/sys/cdefs.h (__fortify_function): Define only if
7928         __extern_always_inline is defined.
7929         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
7930         __extern_always_inline and __extern_inline only for g++-4.3
7931         and newer or a compatible gcc.
7933 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
7935         [BZ #17371]
7936         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
7937         last change to handle zero prefix length.
7939 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7941         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
7942         _SC_REGEX_VERSION.
7944         * posix/getconf.c (vars): Add _POSIX_IPV6 and
7945         _POSIX_RAW_SOCKETS.
7947 2014-09-13  Allan McRae  <allan@archlinux.org>
7949         * po/ru.po: Update Russian translation from translation project.
7951 2014-09-12  Roland McGrath  <roland@hack.frob.com>
7953         * locale/programs/locale.c (show_locale_vars): Inline local function
7954         into its sole call site.  Clean up some style nits.
7955         (print_item): New function, broken out of ...
7956         (show_info): ... local function here.  Clean up style nits.
7958         * locale/programs/ld-ctype.c (set_one_default): New function, broken
7959         out of ...
7960         (set_class_defaults): ... local function set_default here.
7961         Define set_default as a macro locally to pass constant parameters.
7962         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
7963         rather than a shared local.
7965         * stdlib/rpmatch.c (try): New function, broken out of ...
7966         (rpmatch): ... local function here.  Also, prototypify definition.
7968 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
7970         * scripts/soversions.awk: Do not handle configuration names.
7971         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
7972         vendor and os variables to soversions.awk.
7973         * configure.ac: Do not modify gnu-* host_os.
7974         * configure: Regenerated
7975         * shlib-versions: Remove first column with configuration names.
7976         * nptl/shlib-versions: Likewise.
7977         * nptl_db/shlib-versions: Likewise.
7978         * sysdeps/hppa/shlib-versions: Likewise.
7979         * sysdeps/m68k/shlib-versions: Likewise.
7980         * sysdeps/mach/hurd/shlib-versions: Likewise.
7981         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
7982         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
7983         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
7984         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
7985         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
7986         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
7987         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
7988         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
7989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7990         Likewise.
7991         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7992         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7993         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7994         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7995         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7996         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
7997         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7998         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8001         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
8002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8003         Regenerated.
8004         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
8005         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8006         Condition symbol version definitions on [HAVE_ELFV2_ABI].
8008         * shlib-versions: Remove OS-specific entries.  Moved to files in
8009         sysdeps.
8010         * sysdeps/mach/hurd/shlib-versions: New file.
8011         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8013         * nptl/shlib-versions: Remove architecture-specific entries.
8014         Moved to files in sysdeps.
8015         * shlib-versions: Likewise.
8016         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
8017         file.
8018         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8019         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8020         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8021         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8023         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
8024         (UDP_NO_CHECK6_RX): Likewise.
8026 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8028         * sysdeps/posix/sysconf.c (__sysconf): Spell
8029         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
8031 2014-08-12  Florian Weimer  <fweimer@redhat.com>
8033         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
8034         loading.
8035         * iconv/Versions (__gconv_transliterate): Export for use from
8036         gconv modules.
8037         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
8038         (struct __gconv_trans_data, __gconv_trans_fct,
8039         __gconv_trans_context_fct, __gconv_trans_query_fct,
8040         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
8041         definitions.
8042         (struct __gconv_step_data): Remove __trans member.
8043         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
8044         longer hidden.  Remove unused trans_data argument.
8045         * iconv/gconv_int.h (struct trans_struct): Remove definition.
8046         (__gconv_translit_find): Remove declaration.
8047         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
8048         prototype.
8049         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
8050         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
8051         trans_data argument.  Add hidden definition.
8052         (__gconv_translit_find): Remove.
8053         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
8054         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
8055         * iconv/skeleton.c: Remove transliteration initialization.
8056         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
8057         __gconv_step_data initialization.
8058         * libio/iofwide.c (__libio_translit_): Remove.
8059         (_IO_fwide): Adjust struct __gconv_step_data initialization.
8060         * wcsmbs/btowc.c (__btowc): Likewise.
8061         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
8062         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
8063         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
8064         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
8065         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
8066         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
8067         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
8068         * wcsmbs/wctob.c (wctob): Likewise.
8070 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8072         [BZ #16194]
8073         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
8074         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
8075         register usage.
8076         * sysdeps/x86/Makefile: Adjust.
8078 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8079             Roland McGrath  <roland@hack.frob.com>
8081         * locale/weight.h: Add include guard.
8082         (findidx): Make static rather than auto; take new parameters
8083         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
8084         * locale/weightwc.h: Likewise.
8085         * posix/fnmatch_loop.c
8086         (FCT): Change type of EXTRA from int32_t to wint_t.
8087         Don't include either header inside the function.
8088         Call FINDIDX rather than findidx, and pass new arguments.
8089         #undef FINDIDX at the end of the file.
8090         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
8091         FINDIDX before including fnmatch_loop.c for the non-wide version.
8092         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
8093         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
8094         for the wide version.
8095         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
8096         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
8097         Pass new arguments to findidx.
8098         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
8099         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
8100         Don't #include it inside the function.  Pass new arguments to findidx.
8101         * posix/regex_internal.h
8102         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
8103         (re_string_elem_size_at): Don't #include it inside the function.
8104         Pass new arguments to findidx.
8105         * string/strcoll_l.c: #include WEIGHT_H at top level.
8106         (get_next_seq): Don't #include it inside the function.
8107         Pass new arguments to findidx.
8108         (get_next_seq_nocache): Likewise.
8109         * string/strxfrm_l.c: #include WEIGHT_H at top level.
8110         (STRXFRM): Don't #include it inside the function.
8111         Pass new arguments to findidx.
8113 2014-09-11  Florian Weimer  <fweimer@redhat.com>
8115         [BZ #17344]
8116         * malloc/malloc.c (unlink): Turn asserts into a call to
8117         malloc_printerr.
8119 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
8121         [BZ #17370]
8122         * libio/wfileops (do_ftell_wide): Free OUT.
8124 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
8126         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
8128 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8130         [BZ #17363]
8131         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
8132         group if the current group is empty.
8134 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8136         * benchtests/bench-memset.c (test_main): Add more test from size
8137         from 32 to 512 bytes.
8138         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8139         Add POWER8 memset object.
8140         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8141         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
8142         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
8143         implementation.
8144         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
8145         Likewise.
8146         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
8147         multiarch POWER8 memset optimization.
8148         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
8149         POWER8 memset optimization.
8151         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8152         Remove bzero multiarch objects.
8153         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
8154         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
8155         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
8156         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
8157         Remove define.
8158         [__bzero]: Redefine to specific name.
8159         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
8160         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
8161         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
8162         define.
8163         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
8164         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
8166 2014-09-10  Florian Weimer  <fweimer@redhat.com>
8168         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
8169         warnings into errors.
8171         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
8172         __cxa_thread_atexit_impl prototype.
8174 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8176         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
8177         Fix capitalization of error message.
8179 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8181         * sysdeps/mips/preconfigure: Modify ABI tests.
8183 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
8185         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
8187 2014-09-07  Roland McGrath  <roland@hack.frob.com>
8188             Carlos O'Donell  <carlos@systemhalted.org>
8190         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
8191         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
8192         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
8193         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
8194         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
8195         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
8196         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
8197         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
8198         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
8199         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
8200         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
8201         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
8202         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
8203         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
8204         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
8205         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
8206         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
8207         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
8208         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
8209         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
8210         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
8211         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
8212         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
8213         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
8214         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
8215         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
8216         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
8217         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
8218         Deconditionalize the code that was previously under [RESET_PID].
8219         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
8220         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
8221         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
8222         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
8223         include sysdep.h.
8225 2014-09-08  Allan McRae  <allan@archlinux.org>
8227         * version.h (RELEASE): Set to "development".
8228         (VERSION): Set to "2.20.90"
8230 2014-09-07  Allan McRae  <allan@archlinux.org
8232         * version.h (RELEASE): Set to "stable".
8233         (VERSION): Set to "2.20"
8234         * include/features.h (__GLIBC_MINOR__): Set to 20.
8236         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
8237         Liebler.
8239         * po/ko.po: Update Korean translation from translation project.
8241 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
8243         [BZ #17354]
8244         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
8245         macro for handling signed relocations.
8247 2014-09-03  Florian Weimer  <fweimer@redhat.com>
8249         [BZ #17325]
8250         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
8251         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
8252         assert.
8253         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
8254         * iconvdata/ibm935.c (BODY): Likewise.
8255         * iconvdata/ibm937.c (BODY): Likewise.
8256         * iconvdata/ibm939.c (BODY): Likewise.
8257         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
8258         assert.
8259         * iconvdata/Makefile (iconv-test.out): Pass module list to test
8260         script.
8261         * iconvdata/run-iconv-test.sh: New test loop for checking for
8262         decoder crashers.
8264 2014-09-02  Khem Raj  <raj.khem@gmail.com>
8266         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
8267         libm_hidden_ver.
8269 2014-09-01  Allan McRae  <allan@archlinux.org>
8271         * po/eo.po: Update Esperanto translation from translation project.
8273         * po/ca.po: Update Catalan translation from translation project.
8275 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8277         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
8278         __proc_dostop call.
8280 2014-08-27  Mark Wielaard  <mjw@redhat.com>
8282         [BZ #17319]
8283         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
8284         to call set_thread_area instead of hand written asm.
8285         (__NR_set_thread_area): Removed define.
8286         (TLS_FLAG_WRITABLE): Likewise.
8287         (__ASSUME_SET_THREAD_AREA): Remove check.
8288         (TLS_EBX_ARG): Remove define.
8289         (TLS_LOAD_EBX): Likewise.
8291 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8293         Simplify atomicity of socket creation in bind.
8295         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
8296         looking up the name after linking the file.
8298 2014-08-27  Allan McRae  <allan@archlinux.org>
8300         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8302 2014-08-26  Florian Weimer  <fweimer@redhat.com>
8304         [BZ #17187]
8305         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
8306         trans_compare, open_translit, __gconv_translit_find):
8307         Remove module loading code.
8309 2014-08-26  Allan McRae  <allan@archlinux.org>
8311         * po/vi.po: Update Vietnamese translation from translation project.
8313         * po/uk.po: Update Ukrainian translation from translation project.
8315         * po/fr.po: Update French translation from translation project.
8317         * po/ru.po: Update Russian translation from translation project.
8319         * po/pl.po: Update Polish translation from translation project.
8321         * po/cs.po: Update Czech translation from translation project.
8323         * po/de.po: Update German translation from translation project.
8325         * po/bg.po: Update Bulgarian translation from translation project.
8327         * po/sv.po: Update Sweedish translation from translation project.
8329         * po/nl.po: Update Dutch translation from translation project.
8331         * po/es.po: Update Spanish translation from translation project.
8333 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8335         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
8337         * catgets/Makefile (CPPFLAGS-gencat): Remove.
8338         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
8339         (CPPFLAGS-iconvconfig): Likewise.
8340         * timezone/Makefile (CPPFLAGS-zic): Likewise.
8342         * include/libc-symbols.h: Remove unnecessary check for
8343         NOT_IN_libc.
8344         * nptl/pthreadP.h: Likewise.
8345         * sysdeps/aarch64/setjmp.S: Likewise.
8346         * sysdeps/alpha/setjmp.S: Likewise.
8347         * sysdeps/arm/sysdep.h: Likewise.
8348         * sysdeps/i386/setjmp.S: Likewise.
8349         * sysdeps/m68k/setjmp.c: Likewise.
8350         * sysdeps/posix/getcwd.c: Likewise.
8351         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
8352         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
8353         * sysdeps/s390/s390-32/setjmp.S: Likewise.
8354         * sysdeps/s390/s390-64/setjmp.S: Likewise.
8355         * sysdeps/sh/sh3/setjmp.S: Likewise.
8356         * sysdeps/sh/sh4/setjmp.S: Likewise.
8357         * sysdeps/unix/alpha/sysdep.h: Likewise.
8358         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
8359         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
8360         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
8361         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
8362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
8363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
8364         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
8365         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
8366         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
8367         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
8368         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8369         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
8370         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8371         * sysdeps/x86_64/setjmp.S: Likewise.
8373 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
8375         [BZ #17263]
8376         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
8377         <stdint.h>.
8378         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
8379         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
8381 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
8383         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
8385         [BZ #17262]
8386         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
8387         and __x86_64__ when disabling x87 inline functions.
8389 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
8391         [BZ #17259]
8392         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
8393         asm statement with __cpuid_count.
8395 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
8397         * configure.ac: Change __ehdr_start code to dereference the struct.
8398         Run readelf on the output to look for relocations.
8399         * configure: Regenerated.
8401 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
8403         [BZ #17261]
8404         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
8405         value to 0.
8406         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
8408 2014-08-12  Roland McGrath  <roland@hack.frob.com>
8410         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
8412 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
8414         [BZ #16892]
8415         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
8416         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
8418 2014-08-12  Sean Anderson  <seanga2@gmail.com>
8420         * malloc/malloc.c: Fix typo in comment.
8422 2014-08-09  Allan McRae  <allan@archlinux.org>
8424         * Regenerate libc.po.
8426 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
8428         * intl/tst-gettext2.sh: Check every lang file for creation.
8430 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8432         * sysdeps/aarch64/fpu/math_private.h
8433         (libc_feholdsetround_noex_aarch64_ctx): New function.
8435 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8437         * sysdeps/arm/armv6/strcpy.S (strcpy):
8438         Fix performance issue in misaligned cases.
8440 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8442         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
8443         Move definition from termios.h.
8444         (struct termio): Likewise.
8445         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8446         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8447         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8448         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8449         Likewise.
8450         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
8451         Move definition to ioctl-types.h
8452         (struct termio): Likewise.
8453         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8454         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8455         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8456         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8457         Likewise.
8459 2014-08-05  Richard Henderson  <rth@redhat.com>
8461         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
8462         exceptions.
8463         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
8464         Add fraiseexcpt.
8465         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
8466         Use __feraiseexcept.
8467         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
8468         Protect libm symbols with IS_IN_libm.
8470         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
8472 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
8474         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
8476 2014-08-04  Will Newton  <will.newton@linaro.org>
8478         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
8479         file.
8481 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
8483         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
8484         variants for each function.
8486 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8488         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
8489         appended ...
8490         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
8491         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
8492         appended ...
8493         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
8494         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
8495         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
8496         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
8497         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
8498         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
8499         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
8500         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
8501         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
8502         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
8503         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
8504         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
8505         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
8506         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
8507         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
8508         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
8509         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
8510         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
8511         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
8512         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
8513         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
8514         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
8515         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
8516         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
8517         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
8518         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
8519         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
8520         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
8521         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
8522         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
8523         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
8524         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
8525         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
8526         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
8527         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
8528         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
8529         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
8530         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
8531         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
8532         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
8533         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
8534         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
8535         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
8536         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
8537         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
8538         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
8539         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
8540         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
8541         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
8542         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
8543         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
8544         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
8545         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
8546         Update #include.
8547         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
8548         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
8550 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8552         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
8553         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
8554         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
8555         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
8556         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
8557         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
8559 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8561         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
8562         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
8563         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8564         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
8566 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8568         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
8569         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
8570         (__libc_vfork): Define function under this name.
8571         (__vfork): Define as an alias.
8572         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
8573         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
8575 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8577         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
8578         that was previously under [RESET_PID].
8579         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
8581 2014-08-04  Andreas Schwab  <schwab@suse.de>
8583         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
8585 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
8587         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
8588         (main): Likewise.
8590 2014-08-01  Roland McGrath  <roland@hack.frob.com>
8592         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
8594 2014-08-01  Richard Henderon  <rth@redhat.com>
8596         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
8597         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
8598         typo in exact zero test.
8599         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
8600         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
8601         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
8603 2014-08-01  Roland McGrath  <roland@hack.frob.com>
8605         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
8606         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
8607         * sysdeps/arm/sysdep.h: ... here.
8608         [!__ASSEMBLER__]: Include <stdint.h>.
8610 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
8612         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
8613         (HAVE_WCTYPE_H): Likewise.
8614         (HAVE_ISWCTYPE): Likewise.
8615         (ENABLE_NLS): Likewise.
8616         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
8617         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
8619         * posix/regex_internal.c: Check if DEBUG is defined and is
8620         set.
8622         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
8623         (HAVE_MBSRTOWCS): Likewise.
8624         * posix/fnmatch.c: Include string.h unconditionally.
8626 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
8628         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
8629         reversal.
8631 2014-07-31  Roland McGrath  <roland@hack.frob.com>
8633         * sysdeps/generic/safe-fatal.h: New file.
8634         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
8635         * nptl/forward.c: Include it.
8636         (__pthread_unwind): Use __safe_fatal as default action, rather
8637         than a bogus use of INTERNAL_SYSCALL that could never work.
8639         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
8640         * configure.ac (libc_cv_builtin_trap): New test.
8641         * configure: Regenerated.
8642         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
8643         (ABORT_INSTRUCTION): Define using __builtin_trap.
8645         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
8646         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
8647         * sysdeps/nptl/nptl-signals.h: New file.
8648         * nptl/pthreadP.h: Include <nptl-signals.h>.
8650 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
8652         * sysdeps/s390/s390-64/utf16-utf32-z9.c
8653         (ONE_DIRECTION): Define.
8654         * sysdeps/s390/s390-64/utf8-utf16-z9.c
8655         (ONE_DIRECTION): Define.
8656         * sysdeps/s390/s390-64/utf8-utf32-z9.c
8657         (ONE_DIRECTION): Define.
8659 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
8661         * sysdeps/s390/Makefile: Delete file.
8662         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
8663         * sysdeps/s390/__longjmp.c: Delete file.
8664         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
8665         Remove fields __flags and __reserved.
8666         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
8667         and add versioning.
8668         * sysdeps/s390/rtld-__longjmp.c: Delete file.
8669         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
8670         * sysdeps/s390/rtld-setjmp.S: Likewise.
8671         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
8672         * sysdeps/s390/s390-32/__longjmp.c: ... here.
8673         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
8674         * sysdeps/s390/s390-32/setjmp.S: ... here.
8675         Add versioning.
8676         (__sigsetjmp): Remove setting __flags field.
8677         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
8678         * sysdeps/s390/s390-64/__longjmp.c: ... here.
8679         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
8680         * sysdeps/s390/s390-64/setjmp.S: ... here.
8681         Add versioning.
8682         (__sigsetjmp): Remove setting __flags field.
8683         * sysdeps/s390/setjmp.S: Delete file.
8684         * sysdeps/s390/sigjmp.c: Likewise.
8685         * sysdeps/s390/v1-longjmp.c: Likewise.
8686         * sysdeps/s390/v1-setjmp.h: Likewise.
8687         * sysdeps/s390/v1-sigjmp.c: Likewise.
8688         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
8689         Remove v1-longjmp_chk.
8690         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
8691         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
8692         Include debug/longjmp_chk.c and add versioning.
8693         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
8694         Include nptl/pt-longjmp.c and add versioning.
8695         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
8696         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
8697         Include __longjmp.c.
8698         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
8699         Move to ...
8700         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
8701         (__getcontext): Remove setting __flags field.
8702         Add versioning.
8703         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
8704         Don't restore upper high grps.
8705         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
8706         Likewise.
8707         (__swapcontext): Remove setting uc_flags field.
8708         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
8709         Delete file.
8710         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
8711         Include __longjmp.c.
8712         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
8713         Move to ...
8714         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
8715         (__getcontext): Remove setting __flags field.
8716         Add versioning.
8717         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
8718         (__swapcontext): Remove setting uc_flags field.
8719         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
8720         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
8721         Remove fields uc_high_gprs and __reserved.
8722         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
8723         New file with reverted content.
8724         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
8725         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
8726         Regenerated.
8727         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
8728         Regenerated.
8730 2014-07-31  Andreas Schwab  <schwab@suse.de>
8732         * config.h.in (HAVE_IFUNC): Define to 0.
8733         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
8734         definedness.
8736 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
8738         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8739         memmove-avx-unaligned, memcpy-avx-unaligned and
8740         mempcpy-avx-unaligned.
8741         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8742         Add tests for AVX memcpy functions.
8743         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
8744         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
8745         memcpy_chk.
8746         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
8747         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
8748         memmove_chk.
8749         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
8750         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
8751         mempcpy_chk.
8752         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
8753         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
8754         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
8756 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8758         [BZ #17213]
8759         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
8760         powerpc64le.
8762 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
8764         [BZ #16839]
8765         * manual/llio.texi: Add section about open file description locks.
8766         * manual/examples/ofdlocks.c: Example of open file description
8767         lock usage.
8768         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
8769         F_OFD_SETLK, and F_OFD_SETLKW.
8771 2014-07-23  Allan McRae  <allan@archlinux.org>
8773         * po/es.po: Update Spanish translation from translation project.
8775 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
8777         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
8779 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
8781         [BZ #17078]
8782         * sysdeps/arm/dl-machine.h (elf_machine_rela)
8783         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
8784         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
8786 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
8788         [BZ #17088]
8789         * math/fesetenv.c (__fesetenv)
8790         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
8791         * math/feupdateenv.c (__feupdateenv)
8792         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
8794         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
8795         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
8796         (__ASSUME_SOCKETCALL): Do not define.
8798         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
8799         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
8800         (__ASSUME_SOCKETCALL): Do not define.
8801         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
8802         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8803         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8804         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8805         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8806         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
8807         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8808         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8810         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
8811         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
8812         (__ASSUME_SOCKETCALL): Do not define.
8813         (__ASSUME_IPC64): Define unconditionally.
8814         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8815         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8816         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8817         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8818         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
8819         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8820         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
8821         Likewise.
8823         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
8824         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
8825         (__ASSUME_SOCKETCALL): Do not define.
8826         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
8827         (__ASSUME_FUTEX_LOCK_PI): Likewise.
8828         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8829         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
8830         (__ASSUME_REQUEUE_PI): Define unconditionally.
8831         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
8832         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
8833         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8834         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
8835         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8836         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8838         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
8839         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
8840         (__ASSUME_SOCKETCALL): Do not define.
8841         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
8842         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8843         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8844         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
8845         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8846         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8848         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
8849         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
8850         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8851         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
8852         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8853         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
8854         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8855         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
8856         (__ASSUME_GETCPU_SYSCALL): Likewise.
8858         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
8859         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
8860         cases for individual architectures.
8861         * sysdeps/gnu/configure: Regenerated.
8862         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
8863         LIBC_SLIBDIR_RTLDDIR.
8864         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
8865         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
8866         LIBC_SLIBDIR_RTLDDIR.
8867         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
8868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
8869         LIBC_SLIBDIR_RTLDDIR.
8870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8871         Regenerated.
8872         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
8873         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
8874         file.
8875         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
8876         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
8877         file.
8878         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
8879         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
8880         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
8881         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
8883         * sysdeps/aarch64/shlib-versions: Move to ...
8884         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
8885         * sysdeps/alpha/shlib-versions: Move to ...
8886         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
8887         * sysdeps/arm/shlib-versions: Move to ...
8888         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
8889         * sysdeps/hppa/shlib-versions: Move all contents except for
8890         libgcc_s entry to ...
8891         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
8892         entry from ...
8893         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
8894         * sysdeps/ia64/shlib-versions: Move to ...
8895         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
8896         entry from ...
8897         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
8898         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
8899         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
8900         * sysdeps/microblaze/shlib-versions: Move to ...
8901         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
8902         * sysdeps/mips/shlib-versions: Move to ...
8903         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
8904         entry from ...
8905         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
8906         * sysdeps/tile/shlib-versions: Move to ...
8907         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
8908         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
8909         from ...
8910         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
8911         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
8912         entry from ...
8913         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
8915 2014-07-17  Will Newton  <will.newton@linaro.org>
8917         * sysdeps/arm/bits/atomic.h
8918         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
8919         (__arch_compare_and_exchange_bool_16_int): Likewise.
8920         (__arch_compare_and_exchange_bool_64_int): Likewise.
8922         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
8923         into an #else block.
8925 2014-07-16  Roland McGrath  <roland@hack.frob.com>
8927         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
8928         just Linux configurations.  Test empirically that the compiler sets
8929         __ARM_EABI__, rather than using the tuple to decide.
8930         * sysdeps/arm/preconfigure: Regenerated.
8931         * sysdeps/unix/sysv/linux/arm/configure: File removed.
8932         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
8933         contents appended ...
8934         * sysdeps/arm/configure.ac: ... here.
8935         * sysdeps/arm/configure: Regenerated.
8937 2014-07-15  Roland McGrath  <roland@hack.frob.com>
8939         * nptl/pthread_kill.c: New file.
8940         * nptl/pthread_sigmask.c: New file.
8941         * nptl/pthread_sigqueue.c: New file.
8943         * sysdeps/nptl/lowlevellock.h: New file.
8944         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
8945         * sysdeps/nptl/lowlevellock-futex.h: New file.
8947         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
8948         Remove dead declarations.
8950 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
8952         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
8953         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
8954         config-cflags-avx2.
8955         * sysdeps/x86_64/configure.ac: Likewise.
8956         * sysdeps/i386/configure: Regenerated.
8957         * sysdeps/x86_64/configure: Likewise.
8958         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8959         memset-avx2 only if config-cflags-avx2 is yes.
8960         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8961         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
8962         defined.
8963         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
8964         only if HAVE_AVX2_SUPPORT is defined.
8965         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8967 2014-07-14  Alan Modra  <amodra@gmail.com>
8969         [BZ #17153]
8970         * elf/elf.h (DT_PPC64_NUM): Correct value.
8971         * NEWS: Add to fixed bug list.
8973 2014-07-13  Jim Meyering  <meyering@fb.com>
8975         [BZ 17150]
8976         regex: don't deref NULL upon heap allocation failure
8977         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
8978         failure in one more place.
8979         To trigger the segfault, configure grep -with-included-regex,
8980         build it, and run these commands:
8981         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
8983 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
8985         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8987 2014-07-11  Richard Henderson  <rth@redhat.com>
8989         * sysdeps/aarch64/libm-test-ulps: Update.
8991 2014-07-10  Florian Weimer  <fweimer@redhat.com>
8993         [BZ #17135]
8994         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
8995         * nptl/allocatestack.c (__nptl_setxid_error): New function.
8996         (__nptl_setxid): Initialize error member.  Call
8997         __nptl_setxid_error.
8998         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
8999         * nptl/descr.h (struct xid_command): Add error member.
9000         * nptl/tst-setuid3.c: New file.
9001         * nptl/Makefile (tests): Add it.
9003 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9005         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
9006         New define.
9007         (__lll_trylock): Use __lll_base_trylock.
9008         (__lll_cond_trylock): Likewise.
9010 2014-07-10  Roland McGrath  <roland@hack.frob.com>
9012         * nptl/pthread_create.c (start_thread): Use atomic_or and
9013         lll_futex_wake directly rather than lll_robust_dead.
9014         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9015         (lll_robust_dead): Macro removed.
9016         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
9017         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9018         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9019         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9020         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9021         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9022         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9023         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9024         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9025         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9026         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9027         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9028         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9029         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9030         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9032         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
9033         Use atomic_compare_and_exchange_val_acq directly rather than
9034         lll_robust_trylock.
9035         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9036         (__lll_robust_trylock, lll_robust_trylock): Removed.
9037         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9038         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9039         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9040         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9041         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9042         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9043         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9044         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9045         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9046         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9047         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9048         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9049         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9050         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9052 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9054         * manual/locale.texi (Locale Names): New section documenting
9055         locale name syntax.  Adjust menu and node chaining accordingly.
9056         (Choosing Locale): Reference Locale Names, Locale Categories.
9057         Mention setting LC_ALL=C.  Reflect that name syntax is now
9058         documented.
9059         (Locale Categories): New section title.  Reference Locale Names.
9060         LC_ALL is an environment variable, but not a category.
9061         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
9062         description, now in Locale Name.  Reference that section.  Locale
9063         name syntax is now documented.
9065 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9067         [BZ #17137]
9068         * locale/findlocale.c (name_present, valid_locale_name): New
9069         functions.
9070         (_nl_find_locale): Use the loc_name variable to store name
9071         candidates.  Call name_present and valid_locale_name to check and
9072         validate locale names.  Return an error if the locale is invalid.
9074 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9076         * locale/setlocale.c (setlocale): Use strdup for allocating
9077         composite name copy.
9079 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9081         Sync up with gnulib.
9082         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
9083         [!_LIBC && ENABLE_NLS]: Include gettext.h.
9084         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
9085         and _GL_ARG_NONNULL.
9086         [USE_UNLOCKED_IO]: Include unlocked-io.h.
9087         [!_LIBC]: Include code for Windows and Cygwin.
9088         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
9089         Include prototype for int strerror_r.
9090         [!_LIBC] (is_open): New function.
9091         (flush_stdout): New function.
9092         (print_errno_message): Use it.
9093         (error): Likewise.
9094         (error_at_line): Likewise.
9095         (error_tail) Add function attribute macros.  Use
9096         __builtin_expect.
9098         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
9100         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
9102         * io/ftw.c: Include sys/param.h unconditionally.
9104         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
9106         [BZ #17125]
9107         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
9108         libc_freeres_ptr.
9109         (freecache): New function to free CACHE on exit.
9111         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
9112         initialization.
9114 2014-07-09  David S. Miller  <davem@davemloft.net>
9116         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9118         * sysdeps/sparc/nptl/internaltypes.h: Delete.
9119         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
9120         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
9121         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
9122         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
9123         * sysdeps/sparc/nptl/sem_init.c: Likewise.
9124         * sysdeps/sparc/nptl/sem_post.c: Likewise.
9125         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
9126         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
9127         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
9128         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
9129         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
9130         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
9132 2014-07-09  Andreas Schwab  <schwab@suse.de>
9134         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
9135         output.
9136         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
9137         (do_test): Likewise.
9139         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9141 2014-07-09  Will Newton  <will.newton@linaro.org>
9143         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
9144         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
9145         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
9146         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
9147         * sysdeps/hppa/start.S (_start): Likewise.
9149 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
9151         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
9153         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
9154         defined.
9156 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9158         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
9159         after checking that it is non-NULL.
9161         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
9163 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9165         * sysdeps/powerpc/memmove.c: Remove file.
9166         * sysdeps/powerpc/powerpc32/power4/memcopy.h
9167         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
9168         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
9169         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
9170         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
9171         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
9172         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
9173         string memmove instead of removed powerpc one.
9175         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
9176         [weak_alias]: Fix compiler warning due trailing data.
9177         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
9178         [weak_alias]: Likewise.
9179         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
9180         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
9182         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
9183         (__libc_ifunc_impl_list): Add memmove functions.
9185 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9187         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
9188         Remove code.
9189         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
9190         Likewise
9191         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
9192         Likewise
9193         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
9194         Likewise
9195         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
9196         Likewise
9197         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
9198         Likewise
9199         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
9200         Likewise
9201         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
9202         Likewise
9203         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
9204         Likewise
9205         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
9206         Likewise
9207         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
9208         Likewise
9209         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
9210         Likewise
9211         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
9212         Likewise
9213         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
9214         Likewise
9215         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
9216         Likewise
9217         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
9218         Likewise
9219         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
9220         Likewise
9222 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9224         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
9225         to avoid alignment traps in non-cacheable memory.
9226         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
9228         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
9229         multiarch objects.
9230         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
9231         file: multiarch power7 memmove.
9232         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
9233         multiarch default memmove.
9234         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
9235         multiarch memove for powerpc32/power4.
9237         * string/bcopy.c: Use full path to include memmove.c.
9238         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
9239         multiarch objects.
9240         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
9241         bcopy for powerpc64.
9242         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
9243         bcopy for powerpc64.
9244         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
9245         and memmove implementations.
9246         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
9247         optimized multiarch memmove for POWER7/powerpc64.
9248         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
9249         default multiarch memmove for powerpc64.
9250         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
9251         multiarch for powerpc64.
9252         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
9253         for POWER7/powerpc64.
9254         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
9255         memmove for POWER7/powerpc64.
9257         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
9258         glibc default one.
9260         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
9261         __ELF_NATIVE_CLASS equal to 64.
9263 2014-07-07  Roland McGrath  <roland@hack.frob.com>
9265         * sysdeps/nptl/lowlevellock.h: File removed.
9267         * NEWS: NPTL is no longer an add-on!
9268         * nptl/internaltypes.h: Moved ...
9269         * sysdeps/nptl/internaltypes.h: ... here.
9270         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
9271         * sysdeps/nptl/fork.c: Likewise.
9272         * sysdeps/nptl/gai_misc.h: Likewise.
9273         * sysdeps/nptl/librt-cancellation.c: Likewise.
9274         * sysdeps/nptl/jmp-unwind.c: Likewise.
9275         * sysdeps/nptl/setxid.h: Likewise.
9276         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
9277         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
9278         * sysdeps/unix/sysv/linux/arm/Implies: New file.
9279         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
9280         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
9281         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
9282         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
9283         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
9284         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
9285         * sysdeps/unix/sysv/linux/mips/Implies: New file.
9286         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
9287         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
9288         * sysdeps/unix/sysv/linux/sh/Implies: New file.
9289         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
9290         * sysdeps/unix/sysv/linux/tile/Implies: New file.
9291         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
9292         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
9293         * nptl/Makeconfig: Moved ...
9294         * sysdeps/nptl/Makeconfig: ... here.
9295         * nptl/configure: File removed.
9296         * nptl/ANNOUNCE: File removed.
9297         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
9298         * sysdeps/unix/sysv/linux/configure: Regenerated.
9300         * nptl/Makefile (routines): Add libc_pthread_init,
9301         libc_multiple_threads, register-atfork and unregister-atfork.
9302         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
9303         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
9304         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
9305         pthread-pi-defines.sym, structsem.sym.
9306         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
9307         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
9308         [$(subdir) = nptl] (tests): Add tst-setgetname.
9309         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
9310         * sysdeps/unix/sysv/linux/sigaction.c: Just include
9311         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
9312         [!LIBC_SIGACTION]: Remove aliases.
9313         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9314         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9315         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9316         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
9317         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9318         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
9319         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
9320         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
9321         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9322         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
9323         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
9324         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
9325         __libc_allocate_rtsig_private.
9326         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
9327         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
9328         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
9329         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
9330         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
9331         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
9332         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
9333         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
9334         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
9335         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
9336         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
9337         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
9338         * nptl/internaltypes.h: ... here.
9339         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
9340         * sysdeps/nptl/jmp-unwind.c: ... here.
9341         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
9342         * nptl/libc-lowlevellock.c: ... here.
9343         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
9344         * nptl/libc_multiple_threads.c: ... here.
9345         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
9346         * nptl/libc_pthread_init.c: ... here.
9347         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
9348         * nptl/lowlevelbarrier.sym: ... here.
9349         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
9350         * nptl/lowlevelcond.sym: ... here.
9351         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
9352         * nptl/lowlevellock.c: ... here.
9353         * nptl/lowlevellock.h: Moved ...
9354         * sysdeps/nptl/lowlevellock.h: ... here.
9355         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
9356         * nptl/lowlevelrobustlock.c: ... here.
9357         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
9358         * nptl/lowlevelrobustlock.sym: ... here.
9359         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
9360         * nptl/lowlevelrwlock.sym: ... here.
9361         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
9362         * nptl/pt-fork.c: ... here.
9363         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
9364         * nptl/pthread-pi-defines.sym: ... here.
9365         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
9366         * nptl/pthread_attr_getaffinity.c: ... here.
9367         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
9368         * nptl/pthread_attr_setaffinity.c: ... here.
9369         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
9370         * nptl/pthread_mutex_cond_lock.c: ... here.
9371         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
9372         Update #include.
9373         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
9374         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
9375         * nptl/pthread_once.c: ... here, replacing old file.
9376         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
9377         * nptl/pthread_yield.c: ... here.
9378         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
9379         * nptl/register-atfork.c: ... here.
9380         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
9381         * nptl/sem_post.c: ... here.
9382         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
9383         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
9384         * nptl/sem_timedwait.c: ... here.
9385         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
9386         * nptl/sem_trywait.c: ... here.
9387         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
9388         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
9389         * nptl/sem_wait.c: ... here.
9390         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
9391         * nptl/structsem.sym: ... here.
9392         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
9393         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
9394         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
9395         * nptl/unregister-atfork.c: ... here.
9396         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
9397         * nptl/unwindbuf.sym: ... here.
9398         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
9399         * sysdeps/nptl/fork.c: ... here.
9400         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
9401         * sysdeps/nptl/fork.h: ... here.
9402         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
9403         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
9404         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
9405         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
9406         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
9407         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
9408         * sysdeps/unix/sysv/linux/getpid.c: ... here.
9409         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
9410         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
9411         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
9412         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
9413         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
9414         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
9415         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
9416         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
9417         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
9418         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
9419         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
9420         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
9421         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
9422         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
9423         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
9424         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
9425         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
9426         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
9427         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
9428         * sysdeps/unix/sysv/linux/raise.c: ... here.
9429         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
9430         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
9431         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
9432         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
9433         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
9434         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
9435         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
9436         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
9437         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
9438         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
9439         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
9440         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
9441         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
9442         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
9443         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
9445 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
9447         * sysdeps/generic/memcopy.h: Add comment for
9448         MEMCPY_OK_FOR_FWD_MEMMOVE.
9450 2014-07-04  Will Newton  <will.newton@linaro.org>
9452         * string/memchr.c: Merge from gnulib.
9453         [_LIBC]: Remove conditionals.
9454         (__ptr_t): Remove define.
9455         (LONG_MAX_32_BITS): Likewise.
9456         (LONG_MAX): Likewise.
9457         (MEMCHR): Use ANSI prototype and optimize algorithm.
9459         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
9461 2014-07-03  Roland McGrath  <roland@hack.frob.com>
9463         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
9464         (lll_futex_timed_wait_bitset): Fix syscall argument count.
9466         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
9467         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
9468         in a bare environment with no <stdlib.h> installed.
9469         * sysdeps/nptl/configure: Regenerated.
9471         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
9473         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
9474         AC_EGREP_CPP for kernel header checks, so they only succeed if
9475         including <linux/version.h> actually works right.
9476         * sysdeps/unix/sysv/linux/configure: Regenerated.
9478         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
9479         value so it's not diagnosed as unused.
9481         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
9482         thing) with "ifeq ($(subdir),rt)".
9484 2014-07-03  Richard Henderson  <rth@redhat.com>
9486         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
9487         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
9488         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
9490         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
9491         (math_force_eval): New.
9493         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
9494         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
9496         * sysdeps/alpha/fpu/s_round.c: Remove file.
9497         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
9499         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
9500         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
9501         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
9502         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
9503         (_dl_start, print_statistics): Likewise.
9504         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
9505         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
9507         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9508         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9509         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9510         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9511         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9512         (HP_SMALL_TIMING_AVAIL): Define.
9513         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9514         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9515         (HP_SMALL_TIMING_AVAIL): Define.
9516         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9517         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9519         * sysdeps/aarch64/hp-timing.h: New file.
9521         * sysdeps/generic/hp-timing.h: Remove dead comment.
9522         * sysdeps/generic/hp-timing-common.h: New file.
9523         * sysdeps/alpha/hp-timing.h: Include it.
9524         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
9525         * sysdeps/i386/i686/hp-timing.h: Likewise.
9526         * sysdeps/ia64/hp-timing.h: Likewise.
9527         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
9528         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
9529         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9530         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9531         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
9532         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
9533         (hp_timing_t): New.
9535         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
9536         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
9537         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
9538         * elf/rtld.c (_dl_start_final): Likewise.
9539         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
9540         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9541         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9542         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9543         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9544         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9545         (HP_TIMING_DIFF_INIT): Remove.
9546         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9547         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9548         (HP_TIMING_DIFF_INIT): Remove.
9549         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9550         * sysdeps/i386/i686/hp-timing.c: Remove file.
9551         * sysdeps/x86_64/hp-timing.c: Remove file.
9552         * sysdeps/ia64/hp-timing.c: Remove file.
9553         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
9554         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
9555         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
9556         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
9558         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
9559         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
9560         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
9561         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9562         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9563         (HP_TIMING_ACCUM): Remove.
9564         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9565         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
9566         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9568         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
9569         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
9570         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
9571         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
9572         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
9573         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9574         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
9575         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9577         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
9579 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
9581         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
9583 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9585         Sync up with gettext.
9586         * intl/loadmsgcat.c: Define O_BINARY if not defined.
9587         [_MSC_VER]: Include malloc.h
9588         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
9589         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
9590         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
9591         TEMP_FAILURE_RETRY.  Cast return of alloca.
9592         [!_LIBC] Call gl_rwlock_init.
9593         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
9595 2014-07-02  Roland McGrath  <roland@hack.frob.com>
9597         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
9598         before checking its value.
9600 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9602         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
9604         * debug/memcpy_chk.c: Don't include pagecopy.h.
9605         * debug/mempcpy_chk.c: Likewise.
9606         * string/memcpy.c: Likewise.
9607         * string/memmove.c: Likewise.
9608         * sysdeps/powerpc/memmove.c: Likewise.
9609         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
9610         definition of PAGE_COPY_FWD_MAYBE here...
9611         * sysdeps/generic/pagecopy.h: ... from here.
9612         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
9614 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9615             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9617         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
9618         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
9619         optimizations.
9620         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9621         (__libc_ifunc_impl_list): Likewise.
9622         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
9623         multiarch strcat for PPC64.
9624         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
9625         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
9627 2014-07-02  Roland McGrath  <roland@hack.frob.com>
9629         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
9631 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9633         * intl/loadmsgcat.c: Remove declaration of
9634         get_sysdep_segment_value.
9635         (get_sysdep_segment_value): Use ISO C style.
9636         (_nl_load_domain): Use ISO C style.  Get rid of redundant
9637         semicolon.  Fix typo and formatting in comment.
9638         (_nl_unload_domain): Use ISO C style.
9640         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
9642 2014-07-02  Will Newton  <will.newton@linaro.org>
9644         * malloc/obstack.c: Merge from gnulib master.
9645         [HAVE_CONFIG_H]: Remove conditional code.
9646         [!_LIBC]: Include config.h.
9647         [!ELIDE_CODE]: Don't include inttypes.h, include
9648         stdint.h unconditionally.
9649         (print_and_abort): Mark as _Noreturn.
9650         (_obstack_allocated_p): Mark as __attribute_pure__.
9651         (obstack_free): Rename to __obstack_free.
9652         [!__attribute__]: Remove conditional code.
9653         * malloc/obstack.h: Merge from gnulib master.
9654         [__cplusplus]: Move conditional down.
9655         [!__attribute_pure__]: Define __attribute_pure__ here
9656         if it is not already defined.
9657         (_obstack_memory_used): Mark as __attribute_pure__.
9658         [!__obstack_free]: Define as obstack_free.
9659         [__GNUC__]: Remove check for ancient NeXT gcc.
9661 2014-07-02  Will Newton  <will.newton@linaro.org>
9662             Paul Eggert  <eggert@cs.ucla.edu>
9664         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
9666 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9668         * resolv/gethnamaddr.c: Add comment warning that the file is
9669         not maintained.
9671 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
9673         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
9674         entries.
9676         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
9677         entry for aio_cancel and aio_cancel64.
9678         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
9679         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
9680         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
9681         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
9682         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
9683         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
9684         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
9685         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
9686         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
9687         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
9688         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
9689         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
9690         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
9692 2014-07-01  Roland McGrath  <roland@hack.frob.com>
9694         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
9695         * nptl/pthread_mutex_lock.c: Likewise.
9696         * nptl/pthread_mutex_timedlock.c: Likewise.
9697         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
9699 2014-07-01  Richard henderson  <rth@redhat.com>
9701         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
9702         (__isnan, __isnanl): Remove.
9703         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
9705         * sysdeps/alpha/fpu/libm-test-ulps: Update.
9707 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
9709         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9711 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
9713         * resolv/nss_dns/dns-host.c (getanswer_r)
9714         [MULTI_PTRS_ARE_ALIASES]: Remove code.
9716 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
9718         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9719         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
9720         undefine.
9721         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
9722         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
9724 2014-07-01  Roland McGrath <roland@hack.frob.com>
9726         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
9727         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
9729         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
9730         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
9732         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
9733         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
9734         ... here.
9735         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
9736         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
9738         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
9739         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
9740         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
9741         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
9743         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
9744         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
9745         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
9746         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
9747         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
9748         Moved ...
9749         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
9750         ... here.
9751         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
9752         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
9753         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
9754         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
9755         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
9756         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
9757         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
9758         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
9759         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
9760         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
9761         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
9762         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
9763         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
9764         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
9765         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
9766         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
9767         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
9768         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
9769         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
9770         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
9771         ... here.
9772         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
9773         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
9774         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
9775         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
9776         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
9777         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
9778         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
9779         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
9781 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
9783         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
9784         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
9785         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
9786         Add sysdep.
9788 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9790         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9792 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
9794         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
9795         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9797         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
9799         * sysdeps/arm/libm-test-ulps: Regenerated.
9801 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
9802             Roland McGrath <roland@hack.frob.com>
9804         * test-skeleton.c (signal_handler): Kill the whole process group
9805         before killing the child individually.
9806         (main): Report any failure on `setpgid'.
9808 2014-06-30  Roland McGrath  <roland@hack.frob.com>
9810         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
9811         from _TLS_H to _ARM_NPTL_TLS_H.
9812         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
9813         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
9815 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
9817         [BZ #16539]
9818         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
9819         (__expm1l): Return argument unchanged when small but not
9820         subnormal.
9822         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
9823         include macro name.
9824         (_FP_UNPACK_RAW_1_P): Likewise.
9825         (_FP_PACK_RAW_1): Likewise.
9826         (_FP_PACK_RAW_1_P): Likewise.
9827         (_FP_MUL_MEAT_1_wide): Likewise.
9828         (_FP_MUL_MEAT_DW_1_hard): Likewise.
9829         (_FP_MUL_MEAT_1_hard): Likewise.
9830         (_FP_DIV_MEAT_1_imm): Likewise.
9831         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
9832         (_FP_DIV_MEAT_1_udiv): Likewise.
9833         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
9834         (_FP_UNPACK_RAW_2): Likewise.
9835         (_FP_UNPACK_RAW_2_P): Likewise.
9836         (_FP_PACK_RAW_2): Likewise.
9837         (_FP_PACK_RAW_2_P): Likewise.
9838         (_FP_MUL_MEAT_DW_2_wide): Likewise.
9839         (_FP_MUL_MEAT_2_wide): Likewise.
9840         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
9841         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
9842         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
9843         (_FP_MUL_MEAT_2_gmp): Likewise.
9844         (_FP_DIV_MEAT_2_udiv): Likewise.
9845         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
9846         (_FP_FRAC_SRL_4): Likewise.
9847         (_FP_FRAC_SRST_4): Likewise.
9848         (_FP_FRAC_SRS_4): Likewise.
9849         (_FP_UNPACK_RAW_4): Likewise.
9850         (_FP_UNPACK_RAW_4_P): Likewise.
9851         (_FP_PACK_RAW_4): Likewise.
9852         (_FP_PACK_RAW_4_P): Likewise.
9853         (_FP_MUL_MEAT_DW_4_wide): Likewise.
9854         (_FP_MUL_MEAT_4_wide): Likewise.
9855         (_FP_MUL_MEAT_4_gmp): Likewise.
9856         (umul_ppppmnnn): Likewise.
9857         (_FP_DIV_MEAT_4_udiv): Likewise.
9858         (__FP_FRAC_ADD_4): Likewise.
9859         (__FP_FRAC_SUB_3): Likewise.
9860         (__FP_FRAC_SUB_4): Likewise.
9861         (__FP_FRAC_DEC_3): Likewise.
9862         (__FP_FRAC_DEC_4): Likewise.
9863         (__FP_FRAC_ADDI_4): Likewise.
9864         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
9865         (_FP_FRAC_SRL_8): Likewise.
9866         (_FP_FRAC_SRS_8): Likewise.
9868         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
9869         include macro name.
9870         (FP_UNPACK_RAW_EP): Likewise.
9871         (FP_PACK_RAW_E): Likewise.
9872         (FP_PACK_RAW_EP): Likewise.
9873         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
9874         (_FP_ISSIGNAN): Likewise.
9875         (_FP_ADD_INTERNAL): Likewise.
9876         (_FP_FMA): Likewise.
9877         (_FP_CMP): Likewise.
9878         (_FP_SQRT): Likewise.
9879         (_FP_TO_INT): Likewise.
9880         (_FP_FROM_INT): Likewise.
9881         (FP_EXTEND): Likewise.
9882         (_FP_DIV_MEAT_N_loop): Likewise.
9884 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
9886         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
9887         throughout.
9889 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
9891         [BZ #17097]
9892         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
9893         result with correct sign in case of exponents that produce
9894         overflow except for X very close to 1.
9896 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
9898         mktime: merge #if/#ifdef usage from glibc
9899         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
9900         as that works with both Glibc's and Gnulib's style.
9901         See thread starting at Siddhesh Poyarekar's bug report at:
9902         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
9904 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
9906         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
9907         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
9908         * sysdeps/tile/tilegx/memmove.c: Remove file.
9910 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
9912         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
9913         abi-name definition.
9914         * scripts/soversions.awk: Do not handle or generate ABI lines.
9915         * shlib-versions: Remove ABI entries.
9916         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
9917         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
9919 2014-06-27  Roland McGrath  <roland@hack.frob.com>
9921         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
9922         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
9923         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
9924         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
9925         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
9926         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
9927         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
9928         Moved ...
9929         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
9930         ... here.
9931         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
9932         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
9933         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
9934         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
9935         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
9936         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
9937         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
9938         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
9939         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
9940         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
9941         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
9942         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
9943         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
9944         Moved ...
9945         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
9946         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
9947         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
9948         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
9949         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
9950         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
9951         Moved ...
9952         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
9953         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
9954         Moved ...
9955         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
9956         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
9957         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
9958         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
9959         Moved ...
9960         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
9961         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
9962         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
9963         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
9964         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
9965         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
9966         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
9967         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
9968         Moved ...
9969         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
9970         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
9971         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
9972         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
9973         Moved ...
9974         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
9975         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
9976         Moved ...
9977         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
9978         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
9979         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
9980         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
9981         Moved ...
9982         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
9983         ... here.
9984         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
9985         Identical file removed.
9986         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
9987         Moved ...
9988         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
9989         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
9990         Identical file removed.
9991         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
9992         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
9993         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
9994         Moved ...
9995         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
9996         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
9997         Identical file removed.
9998         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
9999         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
10000         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
10001         Identical file removed.
10002         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
10003         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
10004         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
10005         Identical file removed.
10006         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
10007         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
10008         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
10009         Identical file removed.
10010         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
10011         Moved ...
10012         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
10013         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
10014         Identical file removed.
10015         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
10016         Moved ...
10017         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
10018         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
10019         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
10020         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
10021         Identical file removed.
10022         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
10023         Moved ...
10024         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
10025         ... here.
10026         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
10027         Identical file removed.
10028         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
10029         Moved ...
10030         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
10031         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
10032         Identical file removed.
10033         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
10034         Moved ...
10035         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
10036         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
10037         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
10038         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
10039         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
10040         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
10041         Moved ...
10042         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
10043         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
10044         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
10046         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
10047         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
10048         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
10049         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
10050         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
10052 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
10054         [BZ #17092]
10055         * nscd/nscd.c (monitor_child): Return exit status of child
10056         instead of return value from wait syscall.
10058 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10060         * configure.ac (libc_commonpagesize): Remove variable.
10061         (libc_relro_required): Likewise.
10062         (libc_cv_z_relro): Remove configure test.
10063         * configure: Regenerated.
10064         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
10065         variable.
10066         (libc_relro_required): Likewise.
10067         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
10068         (libc_relro_required): Likewise.
10069         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
10070         (libc_relro_required): Likewise.
10071         * sysdeps/arm/preconfigure: Regenerated.
10072         * sysdeps/ia64/preconfigure: Remove file.
10073         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
10074         variable.
10075         (libc_relro_required): Likewise.
10077         [BZ #16561]
10078         [BZ #16562]
10079         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
10080         (__ieee754_yn): Set FE_TONEAREST mode internally and then
10081         recompute overflowing results in original rounding mode.
10082         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
10083         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
10084         recompute overflowing results in original rounding mode.
10085         * sysdeps/ieee754/ldbl-128/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-128ibm/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/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
10092         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10093         recompute overflowing results in original rounding mode.
10094         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
10095         (libc_feholdsetround_ctx): New macro.
10096         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
10097         * sysdeps/i386/fpu/libm-test-ulps: Update.
10098         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
10100 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10102         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
10103         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
10104         corresponding .cpsetup call.
10106 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10108         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
10109         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
10110         * sysdeps/arm/Makefile [$(subdir) = csu]
10111         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
10112         (static-only-routines): Add aeabi_read_tp here.
10113         (shared-only-routines): Add libc-aeabi_read_tp here.
10114         (CFLAGS-libc-start.c): Add -fexceptions here.
10115         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
10116         (sysdep_routines, static-only-routines, shared-only-routines):
10117         Don't add to these here.
10118         (CFLAGS-libc-start.c): Likewise.
10120         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
10121         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10122         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
10123         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10124         * sysdeps/arm/Makefile [$(subdir) = rt]
10125         (librt-sysdep_routines, librt-shared-only-routines):
10126         Append rt-aeabi_unwind_cpp_pr1 here.
10127         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
10128         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
10129         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
10130         (libpthread-sysdep_routines, libpthread-shared-only-routines):
10131         Append nptl-aeabi_unwind_cpp_pr1 here.
10132         (tests): Filter out tst-cleanupx4 here.
10133         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
10134         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
10135         Don't do those here.
10137 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10139         * scripts/list-sources.sh: Do not handle ports specially.
10141 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10143         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
10144         * sysdeps/arm/feupdateenv.c: Likewise.
10146         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
10148 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10150         * manual/texinfo.tex: Update to version 2014-05-05.10 with
10151         trailing whitespace removed.
10152         * scripts/config.guess: Update to version 2014-03-23.
10153         * scripts/config.sub: Update to version 2014-05-01
10154         * scripts/install-sh: Update to version 2013-12-25.23.
10155         * scripts/move-if-change: Update from gnulib.
10157 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10159         * debug/memmove_chk.c: Remove pagecopy.h include.
10161 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10163         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
10164         identical to gnulib mktime.
10166 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10168         * configure.ac: Do not test for machine being rs6000.  Do not test
10169         for powerpc*-*soft.
10170         * configure: Regenerated.
10172         [BZ #11505]
10173         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
10174         test.
10175         * configure: Regenerated.
10176         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
10177         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
10178         Remove configure test.
10179         * sysdeps/arm/configure: Regenerated.
10180         * sysdeps/nptl/configure.ac: Do not check
10181         libc_cv_asm_cfi_directives.
10182         * sysdeps/nptl/configure: Regenerated.
10183         * sysdeps/x86_64/nptl/configure.ac: Remove file.
10184         * sysdeps/x86_64/nptl/configure: Remove generated file.
10185         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
10186         unconditional.
10187         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
10189 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10191         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
10192         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
10193         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
10194         it is defined.
10196         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
10197         instead of whether it is defined.
10198         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
10199         * sysdeps/hppa/dl-machine.h: Likewise.
10200         * sysdeps/ia64/dl-machine.h: Likewise.
10201         * sysdeps/m68k/dl-machine.h: Likewise.
10202         * sysdeps/microblaze/dl-machine.h: Likewise.
10203         * sysdeps/mips/dl-machine.: Likewise.
10204         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
10205         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
10206         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
10207         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
10208         * sysdeps/sh/dl-machine.h: Likewise.
10209         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10210         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10211         * sysdeps/tile/dl-machine.h: Likewise.
10212         * sysdeps/x86_64/dl-machine.h: Likewise.
10214         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
10215         code.
10216         (verify_persistent_db): Likewise.
10218 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10220         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
10221         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
10222         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
10223         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
10224         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
10225         Moved ...
10226         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
10227         ... here.
10228         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
10229         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
10230         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
10231         Identical file removed.
10232         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
10233         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
10234         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
10235         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
10236         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
10237         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
10238         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
10239         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
10240         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
10241         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
10242         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
10243         Moved ...
10244         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
10245         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
10246         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
10247         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
10248         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
10249         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
10250         Moved ...
10251         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
10252         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
10253         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
10254         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
10255         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
10256         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
10257         Identical file removed.
10258         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
10259         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
10260         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
10261         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
10262         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
10263         Moved ...
10264         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
10265         ... here.
10266         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
10267         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
10268         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
10269         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
10270         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
10271         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
10272         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
10273         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
10274         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
10275         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
10276         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
10277         Moved ...
10278         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
10279         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
10280         Moved ...
10281         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
10282         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
10283         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
10284         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
10285         Moved ...
10286         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
10287         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
10288         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
10290         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
10291         folded into ...
10292         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
10293         * sysdeps/unix/sysv/linux/s390/Versions
10294         (libpthread: GLIBC_2.19): New version set.
10295         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
10296         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
10297         (librt: GLIBC_2.3.3): New version set.
10298         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
10299         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
10300         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
10301         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
10302         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
10303         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
10304         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
10305         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
10306         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
10307         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
10308         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
10309         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
10310         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
10311         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
10312         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
10313         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
10314         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
10315         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
10316         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
10317         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
10318         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
10319         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
10320         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
10321         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
10322         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
10323         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
10324         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
10325         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
10326         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
10327         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
10328         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
10329         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
10330         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
10331         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
10332         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
10333         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
10334         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
10335         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
10336         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
10337         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
10338         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
10339         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
10340         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
10341         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
10342         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
10344         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
10345         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
10346         (__libc_vfork): Define the function under this name.
10347         [!NOT_IN_libc] (__vfork): Make this an alias.
10348         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10349         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
10350         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
10351         (__libc_vfork): Define the function under this name.
10352         [!NOT_IN_libc] (__vfork): Make this an alias.
10353         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10354         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
10355         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
10356         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
10357         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
10358         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
10360         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
10361         code that was previously under [RESET_PID].
10362         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
10363         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
10364         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
10366         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
10367         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
10368         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
10369         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
10370         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
10371         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
10372         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
10373         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
10374         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
10375         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
10376         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
10377         Moved ...
10378         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
10379         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
10380         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
10381         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
10382         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
10383         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
10384         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
10385         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
10386         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
10387         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
10388         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
10389         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
10390         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
10391         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
10392         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
10393         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
10394         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
10395         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
10396         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
10397         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
10398         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
10399         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
10400         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
10401         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
10402         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
10403         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
10404         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
10405         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
10406         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
10408 2014-06-25  Roland McGrath  <roland@hack.frob.com>
10410         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
10411         that was previously under [RESET_PID].
10412         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
10414 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10416         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
10417         not undefine and redefine.
10418         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
10419         [O_CLOEXEC]: Make code unconditional.
10420         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
10421         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
10422         <kernel-features.h>.
10423         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
10424         conditional variable definition.
10425         (shm_open) [O_CLOEXEC]: Make code unconditional.
10426         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
10427         code.
10429         * configure.ac (USE_REGPARMS): Don't define here.
10430         * configure: Regenerated.
10431         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
10432         * sysdeps/i386/configure: Regenerated.
10434         * nptl/createthread.c: Don't include kernel-features.h.
10435         * nptl/pthread_cancel.c: Likewise.
10436         * nptl/pthread_condattr_setclock.c: Likewise.
10437         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
10438         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
10439         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
10440         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
10441         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
10442         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
10443         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
10444         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
10445         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
10446         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
10447         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
10448         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
10449         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
10450         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
10451         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
10452         * nscd/gai.c: Likewise.
10453         * nss/nss_db/db-open.c: Likewise.
10454         * sysdeps/generic/ldsodefs.h: Likewise.
10455         * sysdeps/sh/nptl/tls.h: Likewise.
10456         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
10457         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
10458         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
10459         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
10460         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
10461         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
10462         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
10463         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
10464         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
10465         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
10466         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
10467         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
10468         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
10469         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
10470         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
10471         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
10472         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
10473         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
10474         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
10475         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
10476         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
10477         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
10478         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
10479         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
10480         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
10481         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
10482         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
10483         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
10484         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
10485         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
10486         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
10487         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
10488         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
10489         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
10490         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
10491         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
10492         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
10493         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
10494         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
10495         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
10496         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
10497         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
10498         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
10499         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
10500         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
10501         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
10502         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
10503         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
10504         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
10505         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
10506         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
10507         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
10508         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
10509         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
10510         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
10511         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
10512         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
10513         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
10514         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
10515         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
10516         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
10517         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
10518         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
10519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
10520         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
10521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
10522         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
10523         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
10524         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
10525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
10526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
10527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
10528         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
10529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
10530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
10531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
10532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
10533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
10534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
10535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
10536         * sysdeps/unix/sysv/linux/pread.c: Likewise.
10537         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
10538         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
10539         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
10540         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
10541         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
10542         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
10543         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
10544         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
10545         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
10546         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
10547         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
10548         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
10549         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
10550         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
10551         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
10552         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
10553         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
10554         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
10555         * sysdeps/unix/sysv/linux/system.c: Likewise.
10556         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
10557         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
10558         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
10559         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
10560         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
10561         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
10562         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
10564         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
10565         * configure: Regenerated.
10566         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
10568         * configure.ac (base_machine): Do not set specially for particular
10569         machines here.
10570         * configure: Regenerated.
10571         * sysdeps/powerpc/preconfigure: Move machine and base_machine
10572         settings from configure.ac.
10573         * sysdeps/i386/preconfigure: New file.
10574         * sysdeps/s390/preconfigure: Likewise.
10575         * sysdeps/sh/preconfigure: Likewise.
10576         * sysdeps/sparc/preconfigure: Likewise.
10578 2014-06-25  Roland McGrath  <roland@hack.frob.com>
10580         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
10581         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
10582         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
10583         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
10584         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
10585         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
10586         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
10587         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
10588         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
10589         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
10590         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
10591         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
10592         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
10593         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
10594         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
10595         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
10596         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
10597         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
10598         * sysdeps/sparc/sparc64/Makefile: ... appended here.
10600         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
10601         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
10602         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
10603         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
10604         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
10605         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
10606         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
10607         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
10608         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
10609         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
10610         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
10611         * sysdeps/sparc/sparc32/sem_post.c: ... here.
10612         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
10613         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
10614         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
10615         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
10616         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
10617         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
10618         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
10619         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
10620         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
10621         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
10622         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
10623         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
10624         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
10625         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
10626         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
10627         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
10628         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
10629         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
10630         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
10631         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
10632         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
10633         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
10634         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
10635         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
10636         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
10637         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
10639         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
10640         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
10641         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
10642         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
10643         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
10644         Moved ...
10645         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
10646         ... here.
10647         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
10648         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
10649         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
10650         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
10651         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
10652         Moved ...
10653         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
10654         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
10655         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
10656         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
10657         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
10658         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
10659         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
10660         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
10661         Moved ...
10662         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
10663         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
10664         Moved ...
10665         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
10666         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
10667         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
10668         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
10669         Moved ...
10670         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
10671         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
10672         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
10673         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
10674         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
10675         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
10676         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
10677         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
10678         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
10679         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
10680         Moved ...
10681         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
10682         ... here.
10683         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
10684         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
10685         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
10686         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
10687         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
10688         Moved ...
10689         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
10690         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
10691         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
10692         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
10693         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
10694         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
10695         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
10696         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
10697         Moved ...
10698         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
10699         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
10700         Moved ...
10701         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
10702         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
10703         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
10704         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
10705         Moved ...
10706         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
10707         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
10708         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
10709         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
10710         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
10712 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10714         * timezone/checktab.awk: Update from tzcode 2014e.
10715         * timezone/private.h: Likewise.
10716         * timezone/tzfile.h: Likewise.
10717         * timezone/zdump.c: Likewise.
10718         * timezone/zic.c: Likewise.
10720         * sysdeps/unix/sysv/linux/kernel-features.h
10721         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
10722         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
10723         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
10724         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
10725         Remove conditional code.
10727 2014-06-25  Will Newton  <will.newton@linaro.org>
10729         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
10730         (_dl_arm_cap_flags): Add HWCAP2 values.
10731         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
10732         (_DL_HWCAP_COUNT): Increase to 37.
10733         (_DL_HWCAP_LAST): New define.
10734         (_DL_HWCAP2_LAST): New define.
10735         (_dl_procinfo): Add support for printing
10736         AT_HWCAP2 entries.
10737         (_dl_string_hwcap): Use _dl_hwcap_string.
10739 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10741         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10743 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10745         * README: Do not mention ports directory.
10747         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
10748         Remove macro.
10749         * sysdeps/unix/sysv/linux/futimes.c: Do not include
10750         <kernel-features.h>.
10751         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
10752         conditional variable definition.
10753         (__futimes): Update comment.
10754         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
10755         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
10757         [BZ #16560]
10758         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
10759         arguments close to 0.
10760         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
10761         Likewise.
10762         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
10763         Likewise.
10764         * math/auto-libm-test-in: Add more tests of exp10.
10765         * math/auto-libm-test-out: Regenerated.
10766         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10768         * sysdeps/unix/sysv/linux/kernel-features.h
10769         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
10770         * sysdeps/unix/sysv/linux/readv.c: Do not include
10771         <kernel-features.h>.
10772         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10773         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10774         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10775         unconditional.
10776         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10777         conditional code.
10778         * sysdeps/unix/sysv/linux/writev.c: Do not include
10779         <kernel-features.h>.
10780         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10781         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10782         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10783         unconditional.
10784         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10785         conditional code.
10787 2014-06-25  Will Newton  <will.newton@linaro.org>
10789         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
10790         comment changes throughout the file.  Remove checks
10791         for HAVE_*_H definitions that are not required.
10792         (__gen_tempname): Call abort if an unknown kind value is
10793         passed.
10795 2014-06-25  Andreas Schwab  <schwab@suse.de>
10797         [BZ #17086]
10798         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
10799         scalbln, scalblnf, scalblnl in libc.
10801 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
10803         [BZ #17086]
10804         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
10805         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10806         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10808 2014-06-24  Roland McGrath  <roland@hack.frob.com>
10810         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
10811         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
10812         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
10813         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
10814         Update #include.
10815         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
10816         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
10817         Update #include.
10818         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
10819         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
10820         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
10821         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
10822         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
10823         * sysdeps/x86/bits/pthreadtypes.h: ... here.
10824         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
10825         * sysdeps/x86/bits/semaphore.h: ... here.
10826         * sysdeps/x86/nptl/elide.h: Moved ...
10827         * sysdeps/x86/elide.h: ... here.
10828         * sysdeps/x86_64/nptl/Implies: File removed.
10829         * sysdeps/i386/nptl/Implies: File removed.
10831 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
10833         [BZ #16539]
10834         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
10835         return the argument for normal arguments with exponent below -64.
10836         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
10837         Likewise.
10838         * math/auto-libm-test-in: Add another test of expm1.
10839         * math/auto-libm-test-out: Regenerated.
10841         [BZ #16287]
10842         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
10843         calling __erfcl for arguments at least 16.
10844         * math/auto-libm-test-in: Add more tests of erf.
10845         * math/auto-libm-test-out: Regenerated.
10847         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
10848         individual architectures.
10849         * sysdeps/unix/sysv/linux/configure: Regenerated.
10850         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
10851         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
10852         * sysdeps/unix/sysv/linux/powerpc/configure.ac
10853         (ldd_rewrite_script): Define variable.
10854         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
10855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
10856         file.
10857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
10858         generated file.
10859         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
10860         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
10861         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
10862         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
10863         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
10864         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
10865         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
10866         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
10868 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10870         [BZ #17084]
10871         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
10872         Rename member __data.d to __data.__elision_data.
10874 2014-06-24  Wilco  <wdijkstr@arm.com>
10876         * NEWS: Add 16918 to fixed bug list.
10878 2014-06-24  Wilco  <wdijkstr@arm.com>
10880         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
10882 2014-06-24  Wilco  <wdijkstr@arm.com>
10884         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
10885         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
10886         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
10887         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
10888         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
10889         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
10890         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
10891         Use _FPU_MASK_RM.
10893 2014-06-24  Wilco  <wdijkstr@arm.com>
10895         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
10897 2014-06-24  Wilco  <wdijkstr@arm.com>
10899         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
10900         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
10901         * sysdeps/arm/fesetround.c (fesetround): Remove space.
10902         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
10904 2014-06-24  Wilco  <wdijkstr@arm.com>
10906         [BZ #16918]
10907         * sysdeps/arm/feupdateenv.c (feupdateenv):
10908         Rewrite to reduce FPSCR accesses and fix return value.
10910 2014-06-24  Wilco  <wdijkstr@arm.com>
10912         * sysdeps/arm/fclrexcpt.c (feclearexcept):
10913         Optimize to avoid unnecessary FPSCR writes.
10914         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
10915         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
10916         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
10917         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
10919 2014-06-24  Wilco  <wdijkstr@arm.com>
10921         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
10922         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
10923         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
10924         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
10925         Call libc_fetestexcept_vfp.
10926         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
10927         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
10928         __SOFTFP__ ifdef so that they can be built for softfp.
10930 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10932         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
10933         argument type signed char.
10935         * Makerules (check-abi): Dump diff of symlist if the test
10936         fails.
10938 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10940         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
10941         using abort.
10943         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
10944         Remove unused variable ST.
10946 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
10948         [BZ #16354]
10949         [BZ #17061]
10950         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
10951         small arguments before calling __expm1.
10952         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
10953         small arguments before calling __expm1f.
10954         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
10955         small arguments before calling __expm1l.
10956         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
10957         Likewise.
10958         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
10959         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
10960         spurious underflow for some cosh tests.
10961         * math/auto-libm-test-out: Regenerated.
10962         * sysdeps/i386/fpu/libm-test-ulps: Update.
10964         [BZ #17050]
10965         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
10966         (__ieee754_y1): Set errno if return value overflows.
10967         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
10968         (__ieee754_y1f): Set errno if return value overflows.
10969         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
10970         (__ieee754_y1l): Set errno if return value overflows.
10971         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
10972         (__ieee754_y1l): Set errno if return value overflows.
10973         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
10974         * math/auto-libm-test-out: Regenerated.
10976         * math/gen-auto-libm-tests.c: Document use of
10977         ignore-zero-inf-sign.
10978         (input_flag_type): Add value flag_ignore_zero_inf_sign.
10979         (input_flags): Add ignore-zero-inf-sign.
10980         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
10981         * math/gen-libm-test.pl (generate_testfile): Handle
10982         ignore-zero-inf-sign.
10983         * math/auto-libm-test-in: Mark some cpow tests with
10984         ignore-zero-inf-sign and some with xfail-rounding.
10985         * math/auto-libm-test-out: Regenerated.
10986         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
10987         * sysdeps/i386/fpu/libm-test-ulps: Update.
10988         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10990         [BZ #16315]
10991         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
10992         overflowing or underflowing operations take place with sign of
10993         result.
10994         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
10995         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
10996         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
10997         (__ieee754_pow): Recompute overflowing and underflowing results in
10998         original rounding mode.
10999         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
11000         (__powl_helper): Allow negative argument X and scale negated value
11001         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
11002         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
11003         overflowing or underflowing operations take place with sign of
11004         result.
11005         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
11006         Include <math.h>.
11007         * math/auto-libm-test-in: Add more tests of pow.
11008         * math/auto-libm-test-out: Regenerated.
11009         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
11010         (pow_tonearest_test_data): Remove.
11011         (pow_test_tonearest): Likewise.
11012         (pow_towardzero_test_data): Likewise.
11013         (pow_test_towardzero): Likewise.
11014         (pow_downward_test_data): Likewise.
11015         (pow_test_downward): Likewise.
11016         (pow_upward_test_data): Likewise.
11017         (pow_test_upward): Likewise.
11018         (main): Don't call removed functions.
11019         * sysdeps/i386/fpu/libm-test-ulps: Update.
11020         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11022 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
11025         Moved ...
11026         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
11027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
11028         Moved ...
11029         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
11030         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
11031         Moved ...
11032         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
11033         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
11034         Moved ...
11035         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
11036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
11037         File removed.
11038         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
11039         File removed.
11040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
11041         File removed.
11042         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
11043         File removed.
11044         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
11045         File removed.
11046         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
11047         File removed.
11048         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
11049         File removed.
11050         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
11051         File removed.
11052         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
11053         File removed.
11054         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
11055         File removed.
11056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
11057         File removed.
11058         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
11059         File removed.
11060         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
11061         Moved ...
11062         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
11063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
11064         Moved ...
11065         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
11066         ... here.
11067         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
11068         Moved ...
11069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
11070         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
11071         Moved ...
11072         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
11073         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
11074         Moved ...
11075         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
11076         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
11077         Moved ...
11078         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
11079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
11080         Moved ...
11081         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
11082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
11083         Moved ...
11084         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
11085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
11086         Moved ...
11087         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
11088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
11089         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
11090         ... here.
11091         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
11092         Moved ...
11093         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
11094         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
11095         Moved ...
11096         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
11097         ... here.
11098         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
11099         Moved ...
11100         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
11101         ... here.
11102         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
11103         Moved ...
11104         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
11105         ... here.
11106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
11107         Moved ...
11108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
11109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11110         Moved ...
11111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
11112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
11113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
11114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11115         Moved ...
11116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
11117         ... here.
11118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
11119         Moved ...
11120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
11121         ... here.
11122         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11123         Moved ...
11124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
11125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
11126         Moved ...
11127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
11128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11129         Moved ...
11130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
11131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
11132         Moved ...
11133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
11134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11135         Moved ...
11136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
11137         ... here.
11138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
11139         Moved ...
11140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
11141         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11142         Moved ...
11143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
11144         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
11145         Moved ...
11146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
11147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11148         Moved ...
11149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
11150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
11151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
11152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11153         Moved ...
11154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
11155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
11156         Moved ...
11157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
11158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11159         Moved ...
11160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
11161         ... here.
11162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
11163         Moved ...
11164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
11165         ... here.
11166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11167         Moved ...
11168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
11169         ... here.
11170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
11171         Moved ...
11172         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
11173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11174         Moved ...
11175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
11176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
11177         Moved ...
11178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
11179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11180         Moved ...
11181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
11182         ... here.
11183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
11184         Moved ...
11185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
11186         ... here.
11187         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11188         Moved ...
11189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
11190         ... here.
11191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
11192         Moved ...
11193         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
11194         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
11195         Moved ...
11196         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
11198 2014-06-23  Will Newton  <will.newton@linaro.org>
11199             Wilco  <wdijkstr@arm.com>
11201         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
11202         implementation.  Include get-rounding-mode.h.
11203         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
11204         [!libc_feholdsetround_noex_ctx]: Define
11205         libc_feholdsetround_noex_ctx.
11206         [!libc_feholdsetround_noexf_ctx]: Define
11207         libc_feholdsetround_noexf_ctx.
11208         [!libc_feholdsetround_noexl_ctx]: Define
11209         libc_feholdsetround_noexl_ctx.
11210         (libc_feholdsetround_ctx): New function.
11211         (libc_feresetround_ctx): New function.
11212         (libc_feholdsetround_noex_ctx): New function.
11213         (libc_feresetround_noex_ctx): New function.
11215 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11217         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
11218         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
11219         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
11220         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
11221         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
11222         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
11224         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
11225         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
11226         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
11227         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
11228         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
11229         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
11230         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
11231         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
11232         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
11233         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
11234         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
11235         Moved ...
11236         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
11237         ... here.
11238         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
11239         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
11240         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
11241         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
11242         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
11243         Moved ...
11244         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
11245         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
11246         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
11247         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
11248         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
11249         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
11250         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
11251         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
11252         Moved ...
11253         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
11254         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
11255         Moved ...
11256         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
11257         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
11258         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
11259         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
11260         Moved ...
11261         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
11262         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
11263         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
11264         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
11265         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
11266         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
11267         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
11268         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
11269         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
11270         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
11271         Moved ...
11272         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
11273         ... here.
11274         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
11275         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
11276         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
11277         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
11278         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
11279         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
11280         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
11281         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
11282         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
11283         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
11284         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
11285         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
11286         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
11287         Moved ...
11288         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
11289         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
11290         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
11291         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
11292         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
11293         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
11294         Moved ...
11295         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
11296         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
11297         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
11298         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
11299         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
11301         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
11302         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
11303         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
11304         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
11305         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
11306         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
11307         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
11308         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
11309         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
11310         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
11311         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
11312         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
11313         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
11314         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
11315         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
11316         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
11317         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
11318         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
11319         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
11320         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
11321         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
11322         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
11323         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
11324         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
11325         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
11326         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
11327         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
11328         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
11330 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11332         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
11333         (FALLOC_FL_COLLAPSE_RANGE): New macro.
11334         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
11335         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
11336         (IPV6_PMTUDISC_INTERFACE): Likewise.
11337         (IPV6_PMTUDISC_OMIT): Likewise.
11339 2014-06-23  Andreas Schwab  <schwab@suse.de>
11341         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
11342         Remove unused errout label.
11344 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11346         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
11347         macro: hardware supports Vector Crypto instructions.
11349 2014-06-23  Will Newton  <will.newton@linaro.org>
11351         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
11352         rather than __builtin_expect.
11354         * elf/dl-lookup.c (undefined_msg): Remove variable.
11355         (_dl_lookup_symbol_x): Replace undefined_msg with string
11356         literal.
11358         * elf/dl-lookup.c (do_lookup_unique): New function.
11359         (do_lookup_x): Move STB_GNU_UNIQUE handling code
11360         to a separate function.
11362 2014-06-23  Andreas Schwab  <schwab@suse.de>
11364         [BZ #17079]
11365         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
11366         before reading the next line.
11368 2014-06-23  Will Newton  <will.newton@linaro.org>
11370         * test-skeleton.c (signal_handler): Use printf and %m
11371         rather than perror.  Use printf rather than fprintf to
11372         stderr.  Use puts rather than fputs to stderr.
11373         (main): Likewise.
11375 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
11377         * nscd/nscd.c (thread_info_t): Remove typedef.
11378         (thread_info): Remove variable.
11380 2014-06-21  Allan McRae  <allan@archlinux.org>
11382         * NEWS: Mention CVE-2014-4043.
11384 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11386         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
11387         * nptl/smp.h: ... here.
11389         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
11391         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
11392         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
11393         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
11394         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
11396         * nptl/allocatestack.c: Include <stack-aliasing.h>.
11397         * nptl/stack-aliasing.h: New file.
11398         * sysdeps/i386/i686/stack-aliasing.h: New file.
11399         * sysdeps/i386/i686/nptl/Makefile: File removed.
11400         * sysdeps/x86_64/stack-aliasing.h: New file.
11401         * sysdeps/x86_64/nptl/Makefile
11402         (CFLAGS-pthread_create.c): Variable removed.
11404         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
11405         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
11406         old file.
11407         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
11408         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
11409         old file.
11411 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
11413         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11414         (__ASSUME_SIGFRAME_V2): Remove macro.
11415         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
11416         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
11417         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
11418         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
11419         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
11420         Declare as function.  Remove conditional macro definitions.
11421         (__default_rt_sa_restorer): Likewise.
11422         (__default_sa_restorer_v1): Remove declaration.
11423         (__default_sa_restorer_v2): Likewise.
11424         (__default_rt_sa_restorer_v1): Likewise.
11425         (__default_rt_sa_restorer_v2): Likewise.
11426         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
11427         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
11428         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
11430 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11432         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
11433         (libpthread-routines): Add sysdep.
11434         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
11435         * sysdeps/unix/sysv/linux/sparc/Versions
11436         (libpthread: GLIBC_2.3.3): New version set.
11437         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
11438         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
11439         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
11440         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
11441         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
11442         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
11443         Moved ...
11444         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
11445         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
11446         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
11447         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
11448         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
11449         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
11450         * sysdeps/sparc/nptl/sem_init.c: ... here.
11451         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
11452         * sysdeps/sparc/nptl/sem_post.c: ... here.
11453         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
11454         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
11455         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
11456         * sysdeps/sparc/nptl/sem_wait.c: ... here.
11457         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
11458         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
11459         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
11460         (libpthread-routines): Add cpu_relax.
11461         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
11462         File removed.
11463         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
11464         (librt: GLIBC_2.3.3): New version set.
11465         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
11466         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
11467         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
11468         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
11469         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
11470         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
11471         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
11472         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
11473         Moved ...
11474         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
11475         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
11476         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
11477         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
11478         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
11479         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
11480         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
11481         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
11482         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
11483         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
11484         Moved ...
11485         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
11486         Update #include.
11487         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
11488         Moved ...
11489         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
11490         Update #include.
11491         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
11492         Moved ...
11493         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
11494         Update #include.
11495         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
11496         Moved ...
11497         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
11498         Update #include.
11499         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
11500         Moved ...
11501         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
11502         Update #include.
11503         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
11504         Moved ...
11505         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
11506         Update #include.
11507         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
11508         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
11509         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
11510         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
11511         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
11512         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
11513         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
11514         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
11515         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
11516         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
11517         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
11518         Moved ...
11519         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
11520         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
11521         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
11522         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
11523         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
11525 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11527         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
11528         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
11529         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
11530         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
11531         * nscd/nscd.c: Likewise.
11532         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
11533         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
11534         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
11535         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
11537         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
11538         <kernel-features.h>.
11539         (init_mq_netlink): Remove conditional have_sock_cloexec
11540         definitions.  Remove code conditional on have_sock_cloexec < 0.
11541         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
11542         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
11543         * sysdeps/unix/sysv/linux/opensock.c: Do not include
11544         <kernel-features.h>.
11545         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
11546         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
11548 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
11550         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
11551         Add tests for memset_chk and memset.
11553         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
11554         with AVX2_Usable.
11556 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
11558         [BZ #16046]
11559         * elf/tst-dl-iter-static.c: New file.
11560         * elf/Makefile (tests-static): Add tst-dl-iter-static.
11562         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
11563         error.
11565 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11567         * sysdeps/unix/sysv/linux/kernel-features.h
11568         (__ASSUME_F_GETOWN_EX): Remove macro.
11569         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
11570         <kernel-features.h>.
11571         (miss_F_GETOWN_EX): Remove variable or macro.
11572         (do_fcntl): Do not check miss_F_GETOWN_EX.
11573         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
11575         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
11576         Remove macro.
11577         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
11578         [!__ASSUME_AT_RANDOM]: Remove conditional code.
11579         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
11581         * sysdeps/unix/sysv/linux/kernel-features.h
11582         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
11583         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
11584         [ADJ_OFFSET_SS_READ]: Make code unconditional.
11585         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
11587 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
11589         [BZ #17075]
11590         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
11591         Fix calculation of the symbol's value.
11592         * sysdeps/arm/tst-armtlsdescloc.c: New file.
11593         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
11594         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
11595         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
11596         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
11597         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
11598         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
11599         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
11600         (modules-names): Add `tst-armtlsdescmod',
11601         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
11602         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
11603         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11604         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
11605         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
11606         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11607         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
11608         ($(objpfx)tst-armtlsdescloc): New dependency.
11609         ($(objpfx)tst-armtlsdescextnow): Likewise.
11610         ($(objpfx)tst-armtlsdescextlazy): Likewise.
11611         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
11612         TLS scheme support.
11613         * sysdeps/arm/configure: Regenerate.
11615 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11617         * include/fcntl.h (__atfct_seterrno): Remove prototype.
11618         (__atfct_seterrno_2): Likewise.
11619         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
11620         <kernel-features.h>.
11621         (__ASSUME_ATFCTS): Do not undefine and redefine.
11622         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
11623         (__have_atfcts): Remove conditional definition.
11624         (__fxstatat([__NR_fstatat64]: Make code unconditional.
11625         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
11626         unreachable if [__ASSUME_ATFCTS].
11627         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
11628         not undefine and redefine.
11629         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
11630         <kernel-features.h>.
11631         (faccessat) [__NR_faccessat]: Make code unconditional.
11632         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
11633         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
11634         <kernel-features.h>.
11635         (fchmodat) [__NR_fchmodat]: Make code unconditional.
11636         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11637         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
11638         <kernel-features.h>.
11639         (fchownat) [__NR_fchownat]: Make code unconditional.
11640         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
11641         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
11642         <kernel-features.h>.
11643         (futimesat) [__NR_futimesat]: Make code unconditional.
11644         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
11645         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
11646         <kernel-features.h>.
11647         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11648         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11649         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
11650         <kernel-features.h>.
11651         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
11652         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11653         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
11654         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
11655         <kernel-features.h>.
11656         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
11657         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11658         * sysdeps/unix/sysv/linux/linkat.c: Do not include
11659         <kernel-features.h>.
11660         (linkat) [__NR_linkat]: Make code unconditional.
11661         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11662         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
11663         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
11664         <kernel-features.h>.
11665         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
11666         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11667         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
11668         <kernel-features.h>.
11669         (mkdirat) [__NR_mkdirat]: Make code unconditional.
11670         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
11671         * sysdeps/unix/sysv/linux/openat.c: Do not include
11672         <kernel-features.h>.
11673         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
11674         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
11675         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
11676         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
11677         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
11678         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
11679         <kernel-features.h>.
11680         (readlinkat) [__NR_readlinkat]: Make code unconditional.
11681         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
11682         result of INLINE_SYSCALL directly, not via int variable.
11683         * sysdeps/unix/sysv/linux/renameat.c: Do not include
11684         <kernel-features.h>.
11685         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
11686         (renameat) [__NR_renameat]: Make code unconditional.
11687         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
11688         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
11689         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
11690         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
11691         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
11692         (__ASSUME_ATFCTS): Do not undefine and redefine.
11693         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
11694         <kernel-features.h>.
11695         (symlinkat) [__NR_symlinkat]: Make code unconditional.
11696         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11697         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
11698         <kernel-features.h>.
11699         (unlinkat) [__NR_unlinkat]: Make code unconditional.
11700         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11701         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
11702         (__ASSUME_ATFCTS): Do not undefine and redefine.
11703         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
11704         <kernel-features.h>.
11705         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11706         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11707         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
11708         <kernel-features.h>.
11709         (__xmknodat) [__NR_mknodat]: Make code unconditional.
11710         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11712 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
11714         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
11716 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
11718         [BZ #17069]
11719         * posix/regcomp.c (parse_reg_exp): Deallocate partially
11720         constructed tree before returning error.
11721         * posix/bug-regexp36.c: Expand test case.
11723 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
11725         [BZ #6803]
11726         * math/libm-test.inc (scalbln_test_date):
11727         Add errno expectations.
11728         * math/w_scalblnf.c: New File.
11729         Add wrapper which checks for setting errno to ERANGE.
11730         Add weak_alias for corresponding scalbln function.
11731         * math/w_scalbln.c: Likewise.
11732         * math/w_scalblnl.c: Likewise.
11733         * math/Makefile (libm-calls): Add w_scalbln.
11734         * sysdeps/ieee754/flt-32/s_scalblnf.c:
11735         Remove weak_alias for corresponding scalbln function.
11736         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
11737         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
11738         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
11739         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
11740         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
11741         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11742         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
11743         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11744         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
11745         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
11746         Remove long_double_symbol for scalblnl function in libm, libc.
11747         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
11748         Add wrapper which checks for setting errno to ERANGE.
11749         Add long_double_symbol for scalblnl function in libm, libc.
11750         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
11751         Remove long_double_symbol for scalblnl in libm.
11752         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
11753         Add wrapper which checks for setting errno to ERANGE.
11754         Add long_double_symbol for scalblnl function in libm.
11755         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
11756         Do not use wrapper because of own implementation.
11758 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
11760         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
11761         3 bytes for __pad1 for x32.
11762         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
11764 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
11765             H.J. Lu  <hongjiu.lu@intel.com>
11767         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
11768         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
11769         * sysdeps/x86_64/multiarch/memset.S: Likewise.
11770         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
11771         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
11773 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
11775         [BZ #17069]
11776         * posix/regcomp.c (parse_expression): Deallocate partially
11777         constructed tree before returning error.
11778         * posix/Makefile.c (tests): Add bug-regex36.
11779         (generated): Add bug-regex36.mtrace.
11780         (tests-special): Add $(objpfx)bug-regex36-mem.out
11781         (bug-regex36-ENV): New variable.
11782         ($(objpfx)bug-regex36-mem.out): New rule.
11783         * posix/bug-regex36.c: New file.
11785 2014-06-19  Will Newton  <will.newton@linaro.org>
11787         * malloc/malloc.c (systrim): If extra is zero then return
11788         early.
11790 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
11792         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
11794 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
11796         * sysdeps/aarch64/strchr.S: New file.
11798 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
11800         [BZ #17022]
11801         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
11802         from arguments -2 or below.
11803         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11804         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
11806 2014-06-18  Andreas Schwab  <schwab@suse.de>
11808         [BZ #17062]
11809         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
11810         of a bracket expr not to run off the end of the string.
11811         * posix/Makefile (tests): Add tst-fnmatch3.
11812         * posix/tst-fnmatch3.c: New file.
11814 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
11816         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
11817         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11818         [$(cross-compiling) = no]: Likewise.
11819         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11820         [$(cross-compiling) = no]: Likewise.
11822 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
11824         [BZ #17031]
11825         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
11826         double, adjusted for any remainder from the high double.
11827         * math/libm-test.inc (nearbyint): Add tests.
11828         (rint): Likewise.
11830 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11832         * nptl/sysdeps/powerpc/Makefile: Moved ...
11833         * sysdeps/powerpc/nptl/Makefile: ... here.
11834         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
11835         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
11836         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
11837         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
11838         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
11839         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
11840         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
11841         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
11842         * nptl/sysdeps/powerpc/tls.h: Moved ...
11843         * sysdeps/powerpc/nptl/tls.h: ... here.
11845 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
11847         [BZ #16681]
11848         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
11849         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
11850         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
11851         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
11852         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
11853         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
11854         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
11855         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
11856         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
11858 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
11860         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
11862 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
11864         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
11865         defined operator.
11867         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
11868         $TIMEOUTFACTOR.
11870 2014-06-16  Florian Weimer  <fweimer@redhat.com>
11872         [BZ #17058]
11873         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
11874         non-executed part of the test.
11876 2014-06-16  Andreas Schwab  <schwab@suse.de>
11878         * string/bits/string2.h (strdup, strndup): Update feature guard.
11880 2014-06-14  David S. Miller  <davem@davemloft.net>
11882         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11884 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
11886         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
11887         that was previously under [RESET_PID].
11888         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
11890         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
11891         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
11892         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
11893         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11894         (__libc_vfork): New strong alias.
11895         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
11897 2014-06-14 Andi Kleen  <ak@linux.intel.com>
11899         * sysdeps/generic/elide.h: New file.
11901 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
11903         * Makefile (installed-headers): Adjust path of pthread.h header.
11905 2014-06-13  Roland McGrath  <roland@hack.frob.com>
11907         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
11908         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
11909         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
11910         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
11912         * nptl/sysdeps/s390/Makefile: Moved ...
11913         * sysdeps/s390/nptl/Makefile: ... here.
11914         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
11915         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
11916         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
11917         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
11918         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
11919         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
11920         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
11921         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
11922         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
11923         * sysdeps/s390/nptl/pthreaddef.h: ... here.
11924         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
11925         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
11926         * nptl/sysdeps/s390/tls.h: Moved ...
11927         * sysdeps/s390/nptl/tls.h: ... here.
11929         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
11930         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
11932 2014-06-13  David S. Miller  <davem@davemloft.net>
11934         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
11935         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
11936         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
11937         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
11938         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
11939         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
11940         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
11941         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
11942         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
11943         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
11944         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
11945         Remove RESET_PID cpp guards.
11946         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
11947         Remove RESET_PID cpp guards.
11948         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
11950 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
11952         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
11953         __sp to uintptr_t.
11955 2014-06-13  Andi Kleen  <ak@linux.intel.com>
11957         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
11958         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
11959         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
11960         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
11961         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
11962         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
11963         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
11964         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
11965         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
11966         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
11967         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
11968         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
11969         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
11970         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
11971         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
11972         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
11973         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
11974         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
11975         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
11976         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
11978         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
11979         (pthread_rwlock_rdlock): Add elision.
11980         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
11981         (pthread_rwlock_wrlock): Add elision.
11982         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
11983         (pthread_rwlock_trywrlock): Add elision.
11984         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
11985         (pthread_rwlock_tryrdlock): Add elision.
11986         * nptl/pthread_rwlock_unlock.c: Include elide.h.
11987         (pthread_rwlock_tryrdlock): Add elision unlock.
11988         * nptl/sysdeps/pthread/pthread.h:
11989         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
11990         (PTHREAD_RWLOCK_INITIALIZER,
11991         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
11992         Handle new elision field.
11993         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
11994         * sysdeps/arm/nptl/bits/pthreadtypes.h
11995         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11996         * sysdeps/sh/nptl/bits/pthreadtypes.h
11997         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11998         * sysdeps/tile/nptl/bits/pthreadtypes.h
11999         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12000         * sysdeps/a/nptl/bits/pthreadtypes.h
12001         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12002         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
12003         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12004         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
12005         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12006         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
12007         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12008         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
12009         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12010         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
12011         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12012         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
12013         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12014         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
12015         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12016         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
12017         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12018         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
12019         (elision_init): Set try_xbegin to zero when no RTM.
12020         * sysdeps/x86/nptl/bits/pthreadtypes.h
12021         (pthread_rwlock_t): Change __pad1 to __rwelision.
12022         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12024 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12026         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
12027         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
12028         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
12029         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
12031 2014-06-13  Meador Inge  <meadori@codesourcery.com>
12033         [BZ #16996]
12034         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
12035         that the cached result has been set before returning it.
12037 2014-06-12  Roland McGrath  <roland@hack.frob.com>
12039         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
12040         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
12041         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
12042         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
12043         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
12044         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
12046         * nptl/sysdeps/sparc/Makefile: Moved ...
12047         * sysdeps/sparc/nptl/Makefile: ... here.
12048         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
12049         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
12050         * nptl/sysdeps/sparc/tls.h: Moved ...
12051         * sysdeps/sparc/nptl/tls.h: ... here.
12052         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
12053         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
12054         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
12055         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
12056         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
12057         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
12058         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
12059         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
12060         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
12061         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
12062         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
12063         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
12064         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
12065         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
12066         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
12067         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
12068         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
12069         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
12070         Update #include.
12071         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
12072         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
12073         Update #include.
12074         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
12075         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
12076         Update #include.
12077         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
12078         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
12079         Update #include.
12081         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12083         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
12084         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
12086         * sysdeps/pthread/posix-timer.h: Include <list.h>.
12087         (struct list_links): Type removed.
12088         (struct thread_node, struct timer_node): Replace struct list_links
12089         with struct list_head.
12090         (list_unlink_ip): Likewise.
12091         * sysdeps/pthread/timer_routines.c
12092         (timer_free_list, thread_free_list, thread_active_list): Likewise.
12093         (list_append, list_insbefore): Likewise.
12094         (list_init): Function removed.
12095         (thread_init, init_module): Use INIT_LIST_HEAD instead.
12096         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
12097         * sysdeps/pthread/Makefile: ... here, new file.
12099         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
12100         * sysdeps/nptl/Implies: ... here.
12101         * sysdeps/unix/sysv/linux/Implies: Add nptl.
12102         * nptl/sysdeps/pthread/list.h: Moved ...
12103         * include/list.h: ... here.
12104         * nptl/sysdeps/pthread/createthread.c: Moved ...
12105         * nptl/createthread.c: ... here.
12106         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
12107         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
12108         * nptl/pt-longjmp.c: ... here.
12109         * nptl/sysdeps/pthread/Makefile: Moved ...
12110         * sysdeps/nptl/Makefile: ... here.
12111         * nptl/sysdeps/pthread/Subdirs: Moved ...
12112         * sysdeps/nptl/Subdirs: ... here.
12113         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
12114         * sysdeps/nptl/aio_misc.h: ... here.
12115         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
12116         * sysdeps/nptl/bits/libc-lock.h: ... here.
12117         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
12118         * sysdeps/nptl/bits/libc-lockP.h: ... here.
12119         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
12120         * sysdeps/nptl/bits/stdio-lock.h: ... here.
12121         * nptl/sysdeps/pthread/configure: Moved ...
12122         * sysdeps/nptl/configure: ... here.
12123         * nptl/sysdeps/pthread/configure.ac: Moved ...
12124         * sysdeps/nptl/configure.ac: ... here.
12125         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
12126         * sysdeps/nptl/gai_misc.h: ... here.
12127         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
12128         * sysdeps/nptl/librt-cancellation.c: ... here.
12129         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
12130         * sysdeps/nptl/malloc-machine.h: ... here.
12131         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
12132         * sysdeps/nptl/pthread-functions.h: ... here.
12133         * nptl/sysdeps/pthread/pthread.h: Moved ...
12134         * sysdeps/nptl/pthread.h: ... here.
12135         * nptl/sysdeps/pthread/setxid.h: Moved ...
12136         * sysdeps/nptl/setxid.h: ... here.
12137         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
12138         * sysdeps/nptl/sigfillset.c: ... here.
12139         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
12140         * sysdeps/nptl/tcb-offsets.h: ... here.
12141         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
12142         * sysdeps/nptl/tst-mqueue8x.c: ... here.
12143         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
12144         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
12145         * nptl/sysdeps/pthread/allocalim.h: Moved ...
12146         * sysdeps/pthread/allocalim.h: ... here.
12147         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
12148         * sysdeps/pthread/bits/sigthread.h: ... here.
12149         * nptl/sysdeps/pthread/flockfile.c: Moved ...
12150         * sysdeps/pthread/flockfile.c: ... here.
12151         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
12152         * sysdeps/pthread/ftrylockfile.c: ... here.
12153         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
12154         * sysdeps/pthread/funlockfile.c: ... here.
12155         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
12156         * sysdeps/pthread/posix-timer.h: ... here.
12157         * nptl/sysdeps/pthread/timer_create.c: Moved ...
12158         * sysdeps/pthread/timer_create.c: ... here.
12159         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
12160         * sysdeps/pthread/timer_delete.c: ... here.
12161         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
12162         * sysdeps/pthread/timer_getoverr.c: ... here.
12163         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
12164         * sysdeps/pthread/timer_gettime.c: ... here.
12165         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
12166         * sysdeps/pthread/timer_routines.c: ... here.
12167         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
12168         * sysdeps/pthread/timer_settime.c: ... here.
12169         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
12170         * sysdeps/pthread/tst-timer.c: ... here.
12171         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
12172         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
12174         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
12175         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
12177         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
12178         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
12179         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
12180         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
12181         Update #include target.
12182         * nptl/sysdeps/i386/i686/Makefile: Moved ...
12183         * sysdeps/i386/i686/nptl/Makefile: ... here.
12184         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
12185         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
12186         Update #include target.
12187         * nptl/sysdeps/i386/i686/tls.h: Moved ...
12188         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
12189         * nptl/sysdeps/i386/Makefile: Moved ...
12190         * sysdeps/i386/nptl/Makefile: ... here.
12191         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
12192         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
12193         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
12194         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
12195         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
12196         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
12197         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
12198         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
12199         * sysdeps/i386/nptl/pthreaddef.h: ... here.
12200         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
12201         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
12202         * nptl/sysdeps/i386/tls.h: Moved ...
12203         * sysdeps/i386/nptl/tls.h: ... here.
12205         * sysdeps/sh/Makefile [$(subdir) = csu]
12206         (gen-as-const-headers): Add tcb-offsets.sym.
12207         * nptl/sysdeps/sh/Makefile: File removed.
12208         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
12209         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
12210         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
12211         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
12212         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
12213         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
12214         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
12215         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
12216         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
12217         * sysdeps/sh/nptl/pthreaddef.h: ... here.
12218         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
12219         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
12220         * nptl/sysdeps/sh/tls.h: Moved ...
12221         * sysdeps/sh/nptl/tls.h: ... here.
12222         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
12223         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
12224         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
12225         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
12226         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
12227         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
12228         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
12229         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
12230         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
12231         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
12232         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
12233         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
12234         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
12235         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
12236         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
12237         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
12238         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
12239         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
12240         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
12241         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
12242         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
12243         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
12244         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
12245         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
12246         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
12247         Moved ...
12248         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
12249         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
12250         Moved ...
12251         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
12252         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
12253         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
12254         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
12255         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
12256         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
12257         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
12258         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
12259         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
12260         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
12261         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
12262         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
12263         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
12264         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
12265         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
12266         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
12267         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
12268         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
12269         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
12271 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
12273         * posix/spawn_faction_addopen.c: Include string.h.
12275 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12277         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
12278         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
12279         * nptl/sysdeps/x86_64/Makefile: Moved ...
12280         * sysdeps/x86_64/nptl/Makefile: ... here.
12281         * nptl/sysdeps/x86_64/configure: Moved ...
12282         * sysdeps/x86_64/nptl/configure: ... here.
12283         * nptl/sysdeps/x86_64/configure.ac: Moved ...
12284         * sysdeps/x86_64/nptl/configure.ac: ... here.
12285         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
12286         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
12287         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
12288         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
12289         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
12290         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
12291         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
12292         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
12293         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
12294         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
12295         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
12296         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
12297         * nptl/sysdeps/x86_64/tls.h: Moved ...
12298         * sysdeps/x86_64/nptl/tls.h: ... here.
12299         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
12300         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
12301         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
12302         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
12304         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
12306 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12308         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12310 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
12312         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
12313         type.
12314         [POSIX] (off_t): Likewise.
12315         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
12316         [POSIX] (S_ISBLK): Require macro.
12317         [POSIX] (S_ISCHR): Likewise.
12318         [POSIX] (S_ISDIR): Likewise.
12319         [POSIX] (S_ISFIFO): Likewise.
12320         [POSIX] (S_ISREG): Likewise.
12321         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
12322         optional-macro.
12323         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
12324         type.
12325         [POSIX] (time_t): Likewise.
12326         [POSIX] (timer_t): Likewise.
12328 2014-06-11  Florian Weimer  <fweimer@redhat.com>
12330         [BZ #17048]
12331         * posix/spawn_int.h (struct __spawn_action): Make the path string
12332         non-const to support deallocation.
12333         * posix/spawn_faction_addopen.c
12334         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
12335         * posix/spawn_faction_destroy.c
12336         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
12337         path in all spawn_do_open actions.
12338         * posix/tst-spawn.c (do_test): Exercise the copy operation in
12339         posix_spawn_file_actions_addopen.
12341 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
12343         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
12344         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
12345         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
12346         conditional code always true.
12347         (__libc_vfork): New alias.
12349 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12351         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12352         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
12354         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
12356         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12357         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
12359         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12360         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
12362         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12363         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
12365 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12367         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
12368         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
12369         multiarch strcmp for PPC64.
12370         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
12371         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
12372         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
12373         multiarch optimizations.
12374         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12375         (__libc_ifunc_impl_list): Likewise.
12377 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
12379         * benchtests/scripts/validate_benchout.py: New script.
12380         * benchtests/Makefile (bench-func): Call it.
12381         * benchtests/scripts/benchout.schema.json: New file.
12383 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
12385         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
12386         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
12387         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
12388         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
12389         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
12390         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
12391         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
12392         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
12393         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
12394         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
12395         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
12396         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
12397         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
12398         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
12399         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
12400         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
12401         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
12402         Moved ...
12403         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
12404         ... here.
12405         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
12406         Moved ...
12407         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
12408         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
12409         Moved ...
12410         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
12411         ... here.
12412         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
12413         Moved ...
12414         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
12415         ... here.
12416         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
12417         Moved ...
12418         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
12419         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
12420         Moved ...
12421         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
12422         ... here.
12423         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
12424         Moved ...
12425         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
12426         ... here.
12427         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
12428         Moved ...
12429         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
12430         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
12431         Moved ...
12432         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
12433         ... here.
12434         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
12435         Moved ...
12436         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
12437         ... here.
12438         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
12439         Moved ...
12440         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
12441         ... here.
12442         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
12443         Moved ...
12444         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
12445         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
12446         Moved ...
12447         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
12448         ... here.
12449         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
12450         Moved ...
12451         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
12452         ... here.
12453         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
12454         Moved ...
12455         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
12456         ... here.
12457         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
12458         Moved ...
12459         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
12460         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
12461         Moved ...
12462         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
12463         ... here.
12464         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
12465         Moved ...
12466         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
12467         ... here.
12468         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
12469         Moved ...
12470         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
12471         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
12472         Moved ...
12473         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
12474         ... here.
12475         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
12476         Moved ...
12477         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
12478         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
12479         Moved ...
12480         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
12481         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
12482         Moved ...
12483         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
12484         ... here.
12485         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
12486         Moved ...
12487         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
12488         ... here.
12489         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
12490         Moved ...
12491         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
12492         ... here.
12493         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
12494         Moved ...
12495         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
12496         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
12497         Moved ...
12498         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
12499         ... here.
12500         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
12501         Moved ...
12502         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
12503         ... here.
12504         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
12505         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
12506         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
12507         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
12508         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
12509         Moved ...
12510         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
12511         ... here.
12512         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
12513         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
12514         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
12515         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
12516         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
12517         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
12518         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
12519         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
12520         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
12521         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
12522         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
12523         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
12524         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
12525         Moved ...
12526         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
12527         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
12528         Moved ...
12529         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
12530         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
12531         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
12532         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
12533         Moved ...
12534         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
12535         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
12536         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
12537         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
12538         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
12539         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
12540         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
12542 2014-06-10  Wilco  <wdijkstr@arm.com>
12544         * math/test-fenv-return.c: New file.
12545         * math/Makefile: Add new test test-fenv-return.
12547 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
12549         [BZ #17042]
12550         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
12551         when x - 1 is zero.
12552         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
12553         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
12554         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
12555         0.0L for an argument of 1.0L.
12556         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
12557         Likewise.
12558         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
12559         value when x - 1 is zero.
12560         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
12561         * sysdeps/i386/fpu/libm-test-ulps: Update.
12562         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12564 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
12566         [BZ #15119]
12567         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
12569 2014-06-09  Roland McGrath  <roland@hack.frob.com>
12571         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
12572         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
12574 2014-06-09  Roland McGrath  <roland@hack.frob.com>
12576         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12577         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
12579         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12580         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
12582         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12583         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
12585         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12586         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
12588         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
12589         if not already defined.
12590         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
12591         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
12592         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
12593         (TLS_INIT_TP): Use it.
12594         (TLS_DEFINE_INIT_TP): New macro.
12595         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
12597 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
12599         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
12600         constant.
12601         [POSIX] (IXANY): Likewise.
12602         [POSIX] (OLCUC): Likewise.
12603         [POSIX || POSIX2008] (CBAUD): Do not allow.
12604         [POSIX || POSIX2008] (DEFECHO): Likewise.
12605         [POSIX || POSIX2008] (ECHOCTL): Likewise.
12606         [POSIX || POSIX2008] (ECHOKE): Likewise.
12607         [POSIX || POSIX2008] (ECHOPRT): Likewise.
12608         [POSIX || POSIX2008] (EXTA): Likewise.
12609         [POSIX || POSIX2008] (EXTB): Likewise.
12610         [POSIX || POSIX2008] (FLUSHO): Likewise.
12611         [POSIX || POSIX2008] (LOBLK): Likewise.
12612         [POSIX || POSIX2008] (PENDIN): Likewise.
12613         [POSIX || POSIX2008] (SWTCH): Likewise.
12614         [POSIX || POSIX2008] (VDISCARD): Likewise.
12615         [POSIX || POSIX2008] (VDSUSP): Likewise.
12616         [POSIX || POSIX2008] (VLNEXT): Likewise.
12617         [POSIX || POSIX2008] (VREPRINT): Likewise.
12618         [POSIX || POSIX2008] (VSTATUS): Likewise.
12619         [POSIX || POSIX2008] (VWERASE): Likewise.
12620         (B*): Change to B[0123456789]*.
12621         * conform/data/time.h-data [POSIX || UNIX98]
12622         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
12623         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
12624         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
12625         [POSIX] (tm_*): Do not allow.
12627 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
12629         * Makefile (install): Don't set LANGUAGE.
12630         * Makefile.in (install): Likewise.
12631         * assert/Makefile (test-assert-ENV): Remove variable.
12632         (test-assert-perr-ENV): Likewise.
12633         * elf/Makefile (neededtest4-ENV): Likewise.
12634         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12635         [$(cross-compiling) = no]: Don't set LANGUAGE.
12636         * io/ftwtest-sh (LANG): Remove variable.
12637         * libio/Makefile (tst-widetext-ENV): Likewise.
12638         * manual/install.texi (Running make install): Don't refer to
12639         environment settings for make install.
12640         * INSTALL: Regenerated.
12641         * nptl/tst-tls6.sh: Don't set LANG.
12642         * posix/globtest.sh (LANG): Remove variable.
12643         * string/Makefile (tester-ENV): Likewise.
12644         (inl-tester-ENV): Likewise.
12645         (noinl-tester-ENV): Likewise.
12646         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12647         [$(cross-compiling) = no]: Don't set LANGUAGE.
12648         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
12649         without explicit environment settings.
12651 2014-06-06  Roland McGrath  <roland@hack.frob.com>
12653         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
12654         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
12655         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
12656         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
12658 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
12660         * crypt/crypt-private.h [DOS]: Add some includes taken from the
12661         other files in the crypt directory.
12662         * crypt/crypt.c: Remove duplicate includes.
12663         * crypt/crypt-entry.c: Likewise.
12664         * crypt/crypt_util.c: Likewise.
12666 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
12668         * Makeconfig (run-program-env): New variable.
12669         (run-program-prefix-before-env): Likewise.
12670         (run-program-prefix-after-env): Likewise.
12671         (run-program-prefix): Define in terms of new variables.
12672         (built-program-cmd-before-env): New variable.
12673         (built-program-cmd-after-env): Likewise.
12674         (built-program-cmd): Define in terms of new variables.
12675         (test-program-prefix-before-env): New variable.
12676         (test-program-prefix-after-env): Likewise.
12677         (test-program-prefix): Define in terms of new variables.
12678         (test-program-cmd-before-env): New variable.
12679         (test-program-cmd-after-env): Likewise.
12680         (test-program-cmd): Define in terms of new variables.
12681         * Rules (make-test-out): Use $(run-program-env).
12682         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
12683         (help): Do not mention environment variables.  Mention
12684         --timeoutfactor option.
12685         (timeoutfactor): New variable.
12686         (blacklist_exports): Remove function.
12687         (exports): Remove variable.
12688         (command): Do not include ${exports}.
12689         * manual/install.texi (Configuring and compiling): Do not mention
12690         test wrappers preserving environment variables.  Mention that last
12691         assignment to a variable must take precedence.
12692         * INSTALL: Regenerated.
12693         * benchtests/Makefile (run-bench): Use $(run-program-env).
12694         * catgets/Makefile ($(objpfx)test1.cat): Use
12695         $(built-program-cmd-before-env), $(run-program-env) and
12696         $(built-program-cmd-after-env).
12697         ($(objpfx)test2.cat): Do not specify environment variables
12698         explicitly.
12699         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
12700         $(run-program-env) and $(built-program-cmd-after-env).
12701         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
12702         $(run-program-env) and $(test-program-cmd-after-env).
12703         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
12704         explicitly.
12705         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
12706         run_program_env and test_program_cmd_after_env arguments.
12707         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
12708         * elf/tst-pathopt.sh: Use run_program_env argument.
12709         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
12710         $(test-wrapper-env) and $(run-program-env).
12711         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
12712         run_program_env arguments.
12713         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
12714         * intl/Makefile ($(objpfx)tst-gettext.out): Use
12715         $(test-program-prefix-before-env), $(run-program-env) and
12716         $(test-program-prefix-after-env).
12717         ($(objpfx)tst-gettext2.out): Likewise.
12718         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
12719         run_program_env and test_program_prefix_after_env arguments.
12720         * intl/tst-gettext2.sh: Likewise.
12721         * intl/tst-gettext4.sh: Do not set environment variables
12722         explicitly.
12723         * intl/tst-gettext6.sh: Likewise.
12724         * intl/tst-translit.sh: Likewise.
12725         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
12726         $(test-program-prefix-before-env), $(run-program-env) and
12727         $(test-program-prefix-after-env).
12728         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
12729         run_program_env and test_program_prefix_after_env arguments.
12730         * math/Makefile (run-regen-ulps): Use $(run-program-env).
12731         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
12732         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
12733         explicitly with each use of ${test_wrapper_env}.
12734         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
12735         $(test-program-prefix-before-env), $(run-program-env) and
12736         $(test-program-prefix-after-env).
12737         * posix/tst-getconf.sh: Do not set environment variables
12738         explicitly.
12739         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
12740         run_program_env and test_program_prefix_after_env arguments.
12741         * stdio-common/tst-printf.sh: Do not set environment variables
12742         explicitly.
12743         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
12744         $(test-program-prefix-before-env), $(run-program-env) and
12745         $(test-program-prefix-after-env).
12746         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
12747         run_program_env and test_program_prefix_after_env arguments.
12748         Split $test calls into $test_pre and $test.
12749         * timezone/Makefile (build-testdata): Use
12750         $(built-program-cmd-before-env), $(run-program-env) and
12751         $(built-program-cmd-after-env).
12753 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12755         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
12756         strlen for non SHARED builds.
12758 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12760         * nptl/allocatestack.c (check_list): Inlined function...
12761         (__reclaim_stacks): ... here.
12763 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
12765         [BZ #15698]
12766         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
12767         memory overrun.
12769 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
12771         * Rules (make-test-out): Include
12772         LOCPATH=$(common-objpfx)localedata in default environment.
12773         * debug/Makefile (tst-chk1-ENV): Remove variable.
12774         (tst-chk2-ENV): Likewise.
12775         (tst-chk3-ENV): Likewise.
12776         (tst-chk4-ENV): Likewise.
12777         (tst-chk5-ENV): Likewise.
12778         (tst-chk6-ENV): Likewise.
12779         (tst-lfschk1-ENV): Likewise.
12780         (tst-lfschk2-ENV): Likewise.
12781         (tst-lfschk3-ENV): Likewise.
12782         (tst-lfschk4-ENV): Likewise.
12783         (tst-lfschk5-ENV): Likewise.
12784         (tst-lfschk6-ENV): Likewise.
12785         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
12786         (tst-iconv7-ENV): Likewise.
12787         * intl/Makefile (LOCPATH-ENV): Likewise.
12788         (tst-codeset-ENV): Likewise.
12789         (tst-gettext3-ENV): Likewise.
12790         (tst-gettext5-ENV): Likewise.
12791         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
12792         (tst-fopenloc-ENV): Likewise.
12793         (tst-fgetws-ENV): Remove variable.
12794         (tst-ungetwc1-ENV): Likewise.
12795         (tst-ungetwc2-ENV): Likewise.
12796         (bug-ungetwc2-ENV): Likewise.
12797         (tst-swscanf-ENV): Likewise.
12798         (bug-ftell-ENV): Likewise.
12799         (tst-fgetwc-ENV): Likewise.
12800         (tst-fseek-ENV): Likewise.
12801         (tst-ftell-partial-wide-ENV): Likewise.
12802         (tst-ftell-active-handler-ENV): Likewise.
12803         (tst-ftell-append-ENV): Likewise.
12804         * posix/Makefile (tst-fnmatch-ENV): Likewise.
12805         (tst-regexloc-ENV): Likewise.
12806         (bug-regex1-ENV): Likewise.
12807         (tst-regex-ENV): Likewise.
12808         (tst-regex2-ENV): Likewise.
12809         (bug-regex5-ENV): Likewise.
12810         (bug-regex6-ENV): Likewise.
12811         (bug-regex17-ENV): Likewise.
12812         (bug-regex18-ENV): Likewise.
12813         (bug-regex19-ENV): Likewise.
12814         (bug-regex20-ENV): Likewise.
12815         (bug-regex22-ENV): Likewise.
12816         (bug-regex23-ENV): Likewise.
12817         (bug-regex25-ENV): Likewise.
12818         (bug-regex26-ENV): Likewise.
12819         (bug-regex30-ENV): Likewise.
12820         (bug-regex32-ENV): Likewise.
12821         (bug-regex33-ENV): Likewise.
12822         (bug-regex34-ENV): Likewise.
12823         (bug-regex35-ENV): Likewise.
12824         (tst-rxspencer-ENV): Likewise.
12825         (tst-rxspencer-no-utf8-ENV): Likewise.
12826         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
12827         (tst-sscanf-ENV): Likewise.
12828         (tst-swprintf-ENV): Likewise.
12829         (tst-swscanf-ENV): Likewise.
12830         (test-vfprintf-ENV): Likewise.
12831         (scanf13-ENV): Likewise.
12832         (bug14-ENV): Likewise.
12833         (tst-grouping-ENV): Likewise.
12834         * stdlib/Makefile (tst-strtod-ENV): Likewise.
12835         (tst-strtod3-ENV): Likewise.
12836         (tst-strtod4-ENV): Likewise.
12837         (tst-strtod5-ENV): Likewise.
12838         (testmb2-ENV): Likewise./
12839         * string/Makefile (tst-strxfrm-ENV): Likewise.
12840         (tst-strxfrm2-ENV): Likewise.
12841         (bug-strcoll1-ENV): Likewise.
12842         (test-strcasecmp-ENV): Likewise.
12843         (test-strncasecmp-ENV): Likewise.
12844         * time/Makefile (tst-strptime-ENV): Likewise.
12845         (tst-ftime_l-ENV): Likewise.
12846         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
12847         (tst-mbrtowc-ENV): Likewise.
12848         (tst-wcrtomb-ENV): Likewise.
12849         (tst-mbrtowc2-ENV): Likewise.
12850         (tst-c16c32-1-ENV): Likewise.
12851         (tst-mbsnrtowcs-ENV): Likewise.
12853 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
12855         * manual/resource.texi (How to get information about the memory
12856         subsystem?): Fix typo.
12857         Reported by Peon de la Parra Ivan <peon@keba.com>
12859 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
12861         [BZ #16882]
12862         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
12863         (pthread_spin_lock): Branch out of spin loop to proper location.
12864         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
12865         (pthread_spin_lock): Likewise.
12867         * nptl/tst-spin4.c: New test.
12868         * nptl/Makefile (tests): Add tst-spin4.
12870 2014-06-03  Andreas Schwab  <schwab@suse.de>
12872         [BZ #15946]
12873         * resolv/res_send.c (send_dg): Reload file descriptor after
12874         calling reopen.
12876 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
12878         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12880 2014-06-03  Richard Henderson  <rth@redhat.com>
12882         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
12883         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
12884         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
12885         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
12886         in the SAVE_PID block.
12887         (__libc_vfork): New alias.
12888         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
12890         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
12891         child in registers, not on the stack.  Remove RESET_PID conditionals.
12892         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
12894 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12896         * sysdeps/aarch64/libm-test-ulps: Regenerate.
12898 2014-06-03  Wilco  <wdijkstr@arm.com>
12900         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
12901         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
12902         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12903         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
12904         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
12905         Likewise.
12907 2014-06-03  Wilco  <wdijkstr@arm.com>
12909         * sysdeps/aarch64/fpu/math_private.h
12910         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
12911         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
12912         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
12913         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12914         Fix declarations.
12916 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
12918         * crypt/crypt-private.h: Include ufc-crypt.h.
12919         (__b64_from_24bit): Declare extern.
12920         * crypt/crypt_util.c(__b64_from_24bit): New function.
12921         (b64t): New static const variable.
12922         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
12923         (b64t): Remove variable.
12924         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
12925         * crypt/sha256-crypt.c: Include crypt-private.h.
12926         (b64t): Remove variable.
12927         (__sha256_crypt_r): Remove b64_from_24bit and replace
12928         with __b64_from_24bit.
12929         * crypt/sha512-crypt.c: Likewise.
12931 2014-06-02  Roland McGrath  <roland@hack.frob.com>
12933         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
12934         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
12935         Label the code __libc_vfork rather than __vfork.
12936         [!NOT_IN_libc] (vfork): Define as weak alias.
12937         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
12938         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
12939         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
12941 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
12943         * malloc/malloc.c (malloc_info): Fix format specifier for
12944         n_mmaps.
12946 2014-06-02  Wilco  <wdijkstr@arm.com>
12948         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
12949         FPCR write.
12951 2014-06-02  Wilco  <wdijkstr@arm.com>
12953         [BZ #17009]
12954         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
12955         Rewrite to reduce FPCR/FPSR accesses.
12957 2014-06-01  David S. Miller  <davem@davemloft.net>
12959         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12961 2014-05-31  David S. Miller  <davem@davemloft.net>
12963         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
12964         to occur in round to nearest mode when |x| >= 2.0
12966 2014-05-30  Richard Henderson  <rth@twiddle.net>
12968         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
12969         (PSEUDO_RET_NOERRNO): Remove.
12970         (ret): Don't redefine.
12971         (ret_NOERRNO): Define in terms of ret.
12972         (ret_ERRVAL): Likewise.
12974         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
12975         use of PSEUDO_RET; perform the error check directly.
12977 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
12979         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
12980         with __int128_t.
12982 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12984         * malloc/malloc (malloc_info): Fix formatting.
12986 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12987             Roland McGrath  <roland@hack.frob.com>
12989         * malloc/malloc (malloc_info): Also print mmapped statistics.
12991 2014-05-30  Roland McGrath  <roland@hack.frob.com>
12993         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
12994         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
12996 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
12998         * malloc/malloc.c (malloc_info): Inline mi_arena.
13000 2014-05-29  Richard Henderson  <rth@twiddle.net>
13002         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
13003         Remove comma before expanding ASM_ARGS_##nr.
13004         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
13005         Make _x0 a strict output; make _x8 a strict input; adjust expansion
13006         of ASM_ARGS_##nr.
13007         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
13008         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
13009         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
13010         (ASM_ARGS_1): Add leading comma.
13012         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
13013         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
13014         to __errno_location.
13015         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
13016         Remove the expected plt for __errno_location.
13018         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13019         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
13020         call to __read_tp.
13022         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13023         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
13024         it and break it down.
13025         (DOCARGS_0, DOCARGS_1): Do nothing.
13026         (DOCARGS_2): Update to store into the new stack frame.
13027         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
13028         (UNDOCARGS_1): Update to restore from the new stack frame.
13029         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
13030         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
13032         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13033         (SINGLE_THREAD_P): New parameter for result regno.
13034         (PSEUDO): Update to match; use cbz instead of beq.
13036         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13037         Use ENTRY to define the _nocancel entry point.  Share the syscall
13038         and syscall error check paths with the cancel path.
13039         (PSEUDO_END): New.
13041         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
13042         whitespace; tabs before and after asm mnemonics.
13044 2014-05-29  Eric Wong  <normalperson@yhbt.net>
13046         [BZ #15132]
13047         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
13048         Call fstat64 or stat64 internally, depending on arguments passed.
13049         Replace stat buffer argument with file descriptor argument.
13050         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
13051         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
13052         Pass fd to __internal_statvfs instead of calling fstat64.
13053         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
13054         Pass fd to __internal_statvfs64 instead of calling fstat64.
13055         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
13056         Pass -1 to __internal_statvfs instead of calling stat64.
13057         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
13058         Pass -1 to __internal_statvfs64 instead of calling stat64.
13060 2014-05-28  Roland McGrath  <roland@hack.frob.com>
13062         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
13063         that was previously under [RESET_PID].
13064         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
13066         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
13067         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
13069 2014-05-27  Roland McGrath  <roland@hack.frob.com>
13071         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
13073         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
13074         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
13076 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
13078         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
13080 2014-05-27  Andreas Schwab  <schwab@suse.de>
13082         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
13083         TLS_INIT_TP macro.
13084         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
13085         * elf/rtld.c (init_tls, dl_main): Likewise.
13086         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
13087         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
13088         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
13089         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
13090         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
13091         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
13092         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
13093         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
13094         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
13095         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
13096         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
13097         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
13098         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
13099         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
13100         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
13101         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
13102         * sysdeps/generic/tls.h: Update description.
13104 2014-05-27  Will Newton  <will.newton@linaro.org>
13106         [BZ #16990]
13107         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
13108         and restore r2 rather than just restoring.
13110 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13112         [BZ #16724]
13113         * libio/tst-ftell-append.c: New test case.
13114         * libio/Makefile (tests): Add test case.
13115         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
13116         append mode.
13117         * libio/wfileops.c (do_ftell_wide): Likewise.
13119 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13121         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13123         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
13124         ...
13125         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
13126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
13127         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
13128         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
13129         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
13130         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
13131         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
13132         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
13133         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
13134         Moved ...
13135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
13136         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
13137         Moved ...
13138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
13139         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
13140         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
13141         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
13142         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
13143         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
13144         ...
13145         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
13146         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
13147         Moved ...
13148         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
13149         here.
13150         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
13151         ...
13152         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
13153         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
13154         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
13156         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
13157         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
13158         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
13159         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
13161         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
13162         merge into ...
13163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
13164         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
13165         ...
13166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
13167         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
13168         ...
13169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
13170         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13171         Moved ...
13172         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
13173         here.
13174         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13175         Moved ...
13176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
13177         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13178         Moved ...
13179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
13181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
13182         conditional [RESET_PID].
13183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
13184         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
13185         removed.
13186         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
13187         removed.
13189         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
13190         <tcb-offsets.h>.
13191         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13192         (__libc_vfork): New strong alias.
13193         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
13194         removed.
13195         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
13196         Removed.
13198         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
13199         <tcb-offsets.h>.
13200         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
13201         (__libc_vfork): New strong alias.
13202         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
13203         removed.
13204         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
13205         removed.
13207 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
13209         * malloc/malloc.c (mi_arena): New function.
13210         (malloc_info): Remove nested function mi_arena. Call non-nosted
13211         function mi_arena.
13213 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13215         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
13216         by insrwi.
13217         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
13218         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
13219         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
13220         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
13221         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
13222         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
13223         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
13225 2014-05-26  Andreas Schwab  <schwab@suse.de>
13227         [BZ #16984]
13228         * locale/programs/repertoire.c (repertoire_read): Add slash
13229         between I18NPATH element and file name.
13230         * locale/programs/locfile.c (locfile_read): Likewise.
13232 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13234         * nptl/pthread_mutexattr_settype.c
13235         (__pthread_mutexattr_settype):
13236         Disable lock elision for PTHREAD_MUTEX_NORMAL.
13238 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13240         * nptl/tst-mutex5 (do_test):
13241         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
13243 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13245         * benchtests/README: Document 'init' directive.
13246         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
13247         BENCH_INIT.
13248         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
13249         (parse_file): Recognize 'init' directive.
13251 2014-05-26  Kyle McMartin  <kyle@redhat.com>
13253         [BZ #16796]
13254         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
13255         alignment of struct pthread.
13257 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13259         [BZ #16878]
13260         * nscd/netgroupcache.c (addgetnetgrentX): Look for
13261         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13262         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
13263         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13265 2014-05-25  Richard Henderson  <rth@twiddle.net>
13267         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13268         (SINGLE_THREAD_P_PIC): Remove.
13269         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
13270         (SINGLE_THREAD_P_PIC): Remove.
13272         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
13273         branch to syscall error ...
13274         (PSEUDO): ... here.
13275         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
13276         from __local_syscall_error to .Lsyscall_error.
13277         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
13278         (SYSCALL_ERROR): Update label name.
13280         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13281         Do not use DOARGS/UNDOARGS.
13282         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
13283         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
13284         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
13285         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
13286         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
13288         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
13289         block comment.
13291         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
13292         define if !NOT_IN_libc.
13293         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
13294         define with non-default symbol versions.
13296 2014-05-23  Richard Henderson  <rth@twiddle.net>
13298         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
13299         (vfork, __vfork): Define via compat_symbol.
13301         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
13302         [!HAVE_IFUNC] (vfork_compat): Remove.
13303         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
13305 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13307         [BZ #16978]
13308         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
13309         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
13310         variable.
13312 2014-05-23  Richard Henderson  <rth@twiddle.net>
13314         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
13315         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
13316         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
13317         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
13319         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
13320         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
13321         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
13322         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
13323         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
13324         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
13325         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
13326         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
13327         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
13328         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
13329         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
13330         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
13331         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
13332         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
13333         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
13334         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
13335         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
13336         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
13337         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
13338         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
13339         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
13340         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
13341         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
13342         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
13343         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
13344         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
13345         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
13346         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
13347         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
13348         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
13349         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
13350         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
13351         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
13352         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
13353         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
13354         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
13355         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
13356         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
13357         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
13358         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
13359         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
13360         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
13361         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
13362         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
13363         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
13364         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
13365         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
13366         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
13367         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
13368         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
13369         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
13370         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
13371         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
13372         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
13373         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
13374         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
13376         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
13377         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
13378         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
13379         before exiting on error.
13380         (__libc_vfork): New strong alias.
13381         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
13382         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
13384         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
13385         that was previously under [RESET_PID].
13386         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
13388         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
13390 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13392         [BZ #16977]
13393         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
13394         value when x - 1 is zero.
13395         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
13396         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
13397         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
13398         0.0L for an argument of 1.0L.
13399         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
13400         Likewise.
13401         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
13402         value when x - 1 is zero.
13403         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
13404         * sysdeps/i386/fpu/libm-test-ulps: Update.
13405         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13407 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
13409         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
13410         alphasort and versionsort.
13412 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13414         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
13415         macro.
13416         [copysignf]: Likewise.
13418 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
13420         * crypt/md5-crypt.c: Fix formatting.
13422 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13424         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
13425         (b64_from_24bit): New function.
13427 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13429         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
13430         libc_hidden_builtin_def to ifunc.
13431         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13432         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
13434 2014-05-21  Roland McGrath  <roland@hack.frob.com>
13436         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
13437         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
13439 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
13441         * nscd/Depend (linuxthreads): Remove.
13442         (nptl): Add.
13443         * resolv/Depend (linuxthreads): Remove.
13444         * rt/Depend (linuxthreads): Remove.
13446         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
13447         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
13448         $(common-objpfx)elf/.
13449         (link-libc-before-gnulib): Likewise.
13450         (elfobjdir): Remove variable.
13451         * Makefile (install): Use $(elf-objpfx) instead of
13452         $(common-objpfx)elf/.
13453         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
13454         $(elfobjdir)/.
13455         (link-libc-deps): Likewise.
13456         ($(common-objpfx)libc.so): Likewise.
13457         ($(common-objpfx)linkobj/libc.so): Likewise.
13458         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
13459         instead of $(common-objpfx)elf/.
13460         (symbolic-link-list): Likewise.
13461         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13462         [$(cross-compiling) = no]: Likewise.
13463         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
13464         $(elfobjdir)/.
13465         (static-gnulib-arch): Likewise.
13466         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13467         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
13468         $(common-objpfx)elf/.
13470 2014-05-21  Richard Henderson  <rth@redhat.com>
13472         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13473         (SINGLE_THREAD_P): Use the correct width load.  Fold
13474         into the ldr offset.
13476         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
13477         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
13479 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
13481         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
13482         (libgcc_s_resume): Use __attribute_used__.
13483         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
13484         Likewise.
13486 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13488         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
13489         optimization when used with float constants.
13491         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13493 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
13495         [BZ #16915]
13496         * locale/nl_langinfo_l.c: Make direct reference to every
13497         _nl_current_CATEGORY symbol.
13498         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
13499         (tests-static): Add tst-langinfo-static.
13500         (tests-special): Add tst-langinfo-static.out.
13501         ($(objpfx)tst-langinfo.out): Redirect output.
13502         ($(objpfx)tst-langinfo-static.out): New.
13503         * localedata/tst-langinfo.sh: Send output to stdout.
13504         * localedata/tst-langinfo-static.c: New file.
13506         [BZ #16965]
13507         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
13508         when the shift amount is modulo the limb size.
13510 2014-05-20  Richard Henderson  <rth@redhat.com>
13512         [BZ #16967]
13513         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
13514         Change type of sa_flags from unsigned int to int.
13516         [BZ #16966]
13517         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
13519         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
13521 2014-05-20  Will Newton  <will.newton@linaro.org>
13523         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13524         Test the return value of the system call in the nocancel case.
13526 2014-05-20  Will Newton  <will.newton@linaro.org>
13527             Yvan Roux  <yvan.roux@linaro.org>
13529         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
13530         #include of asm/ptrace.h.
13531         (PTRACE_GET_THREAD_AREA): Remove #undef.
13532         (PTRACE_GETHBPREGS): Likewise.
13533         (PTRACE_SETHBPREGS): Likewise.
13534         (struct user_regs_struct): New structure.
13535         (struct user_fpsimd_struct): New structure.
13536         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
13537         #include of asm/ptrace.h and second #include of sys/user.h.
13538         (PTRACE_GET_THREAD_AREA): Remove #undef.
13539         (PTRACE_GETHBPREGS): Likewise.
13540         (PTRACE_SETHBPREGS): Likewise.
13541         (ELF_NGREG): Use new struct user_regs_struct.
13542         (elf_fpregset_t): Use new struct user_fpsimd_struct.
13544 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13546         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
13547         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
13549 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
13551         [BZ #16958]
13552         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
13553         membar to avoid block loads/stores to overlap previous stores.
13555 2014-05-17  Richard Henderson  <rth@redhat.com>
13557         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
13558         Create the __##syscall_name##_nocancel entry point.
13559         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
13560         Remove; let the sysdep-cancel.h code create it.
13562 2014-05-17  David S. Miller  <davem@davemloft.net>
13564         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
13565         Protect with __USE_GNU.
13566         (TIOCSET_TEMPT): Likewise.
13567         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
13568         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
13569         these are already provided in bits/ioctl-types.h
13571 2014-05-16  Roland McGrath  <roland@hack.frob.com>
13573         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
13574         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
13576         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
13577         Use wait4 regardless of [__NR_waitpid].
13579 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
13581         PR libgcc/60166
13582         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13583         (_FP_NANSIGN_Q): Set the quiet bit.
13585 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
13587         * benchtests/Makefile
13588         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
13589         not $(common-objpfx)math/libm.so.
13590         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
13591         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
13592         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
13593         $(common-objpfx)dlfcn/libdl.so.
13594         ($(objpfx)tst-audit8): Depend on $(libm), not
13595         $(common-objpfx)math/libm.so.
13596         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
13597         not $(common-objpfx)dlfcn/libdl.so.
13598         * math/Makefile
13599         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
13600         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
13601         [$(build-shared) = yes].
13602         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
13603         $(common-objpfx)nptl/libpthread.so.
13604         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
13605         $(common-objpfx)math/libm.so$(libm.so-version) or
13606         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
13607         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
13608         $(common-objpfx)dlfcn/libdl.so.
13609         * setjmp/Makefile (link-libm): Remove variable.
13610         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
13611         * stdio-common/Makefile (link-libm): Remove variable.
13612         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
13613         * stdlib/Makefile (link-libm): Remove variable.
13614         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
13615         ($(objpfx)tst-strtod-round): Likewise.
13616         ($(objpfx)tst-tininess): Likewise.
13617         ($(objpfx)tst-strtod-underflow): Likewise.
13618         ($(objpfx)tst-strtod6): Likewise.
13619         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
13620         $(libdl), not $(common-objpfx)nptl/libpthread.so and
13621         $(common-objpfx)dlfcn/libdl.so.
13623 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13625         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
13626         BSD terminal modes definitions.
13628 2014-05-16  Roland McGrath  <roland@hack.frob.com>
13630         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
13631         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
13633         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
13634         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
13635         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
13636         Don't do #include_next.
13637         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
13638         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
13639         Don't do #include_next.
13640         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
13641         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
13642         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
13643         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
13645 2014-05-16  Allan McRae  <allan@archlinux.org>
13647         * po/sv.po: Update Swedish translation from translation project.
13649         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
13650         in sed expression.
13652 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
13654         [BZ #16917]
13655         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
13656         errno if the TIOCGPTN ioctl fails with an error different than
13657         EINVAL.
13658         * login/tst-ptsname.c: New file.
13659         * login/Makefile (tests): Add tst-ptsname.
13661         [BZ #16943]
13662         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
13663         and prlimit64.
13665 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13667         [BZ #16849]
13668         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
13669         herrno to return EAI_AGAIN.
13671 2014-05-14  Roland McGrath  <roland@hack.frob.com>
13673         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
13674         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
13675         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
13676         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
13677         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
13678         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
13679         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
13680         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
13681         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
13682         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
13683         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
13684         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
13685         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
13686         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
13687         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
13688         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
13689         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
13690         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
13691         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
13692         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
13693         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
13694         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
13695         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
13696         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
13697         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
13698         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
13699         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
13700         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
13701         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
13702         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
13703         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
13704         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
13705         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
13706         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
13707         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
13708         Moved ...
13709         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
13710         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
13711         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
13712         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
13713         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
13714         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
13715         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
13716         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
13717         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
13718         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
13719         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
13720         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
13721         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
13722         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
13723         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
13724         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
13725         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
13726         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
13727         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
13728         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
13729         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
13730         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
13731         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
13732         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
13733         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
13734         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
13735         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
13736         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
13737         Moved ...
13738         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
13739         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
13740         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
13741         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
13742         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
13743         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
13744         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
13745         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
13746         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
13747         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
13748         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
13749         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
13750         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
13751         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
13752         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
13753         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
13754         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
13755         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
13756         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
13757         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
13758         Moved ...
13759         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
13760         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
13761         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
13763         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
13764         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
13765         (libpthread-sysdep_routines): Add elision-related stuff here instead.
13766         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
13767         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
13768         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
13769         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
13770         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
13771         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
13772         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
13773         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
13774         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
13775         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
13776         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
13777         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
13778         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
13779         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
13780         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
13781         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
13782         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
13783         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
13784         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
13785         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
13786         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
13787         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
13788         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
13789         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
13790         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
13791         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
13792         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
13793         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
13795         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
13796         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
13798         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
13799         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
13800         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
13801         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
13802         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
13803         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
13804         Moved ...
13805         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
13806         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
13807         Moved ...
13808         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
13809         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
13810         Moved ...
13811         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
13812         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
13813         Moved ...
13814         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
13815         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
13816         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
13817         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
13818         Moved ...
13819         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
13820         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
13821         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
13822         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
13823         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
13824         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
13825         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
13826         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
13827         Moved ...
13828         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
13829         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13830         Moved ...
13831         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13832         ... here.
13833         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
13834         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
13835         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
13836         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
13837         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13838         Moved ...
13839         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13840         ... here.
13841         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
13842         Moved ...
13843         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
13844         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
13845         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
13846         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
13847         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
13848         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
13849         Moved ...
13850         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
13851         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
13852         Moved ...
13853         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
13854         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
13855         Moved ...
13856         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
13857         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
13858         Moved ...
13859         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
13860         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
13861         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
13862         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
13863         Moved ...
13864         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
13865         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
13866         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
13867         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
13868         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
13869         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
13870         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
13871         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
13872         Moved ...
13873         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
13874         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13875         Moved ...
13876         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13877         ... here.
13878         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
13879         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
13880         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
13881         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
13882         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13883         Moved ...
13884         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13885         ... here.
13886         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
13887         Moved ...
13888         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
13889         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
13890         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
13891         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
13892         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
13893         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
13894         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
13895         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
13896         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
13897         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
13898         Moved ...
13899         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
13900         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
13901         Moved ...
13902         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
13903         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
13904         Moved ...
13905         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
13906         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
13907         Moved ...
13908         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
13909         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
13910         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
13911         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
13912         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
13913         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
13914         Moved ...
13915         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
13916         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
13917         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
13918         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
13919         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
13920         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
13921         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
13922         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
13923         Moved ...
13924         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
13925         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13926         Moved ...
13927         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13928         ... here.
13929         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
13930         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
13931         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
13932         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
13933         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13934         Moved ...
13935         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13936         ... here.
13937         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
13938         Moved ...
13939         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
13940         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
13941         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
13942         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
13943         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
13944         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
13945         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
13946         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
13947         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
13948         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
13949         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
13951         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
13952         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
13954         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
13955         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
13957         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
13958         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
13959         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
13960         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
13961         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
13962         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
13963         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
13964         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
13965         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
13966         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
13967         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
13968         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
13969         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
13970         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
13971         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
13972         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
13973         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
13974         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
13975         Moved ...
13976         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
13977         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
13978         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
13979         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
13980         Moved ...
13981         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
13982         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
13983         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
13984         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
13985         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
13986         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
13987         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
13988         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
13989         Moved ...
13990         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
13991         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
13992         Moved ...
13993         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
13994         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
13995         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
13996         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
13997         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
13998         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
13999         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
14000         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
14001         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
14002         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
14003         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
14004         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
14005         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
14006         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
14007         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
14008         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
14009         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
14011         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
14012         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
14013         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
14014         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
14015         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
14017         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
14018         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
14019         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
14020         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
14021         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
14022         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
14023         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
14024         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
14025         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
14026         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
14028         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
14029         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
14031         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
14032         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
14033         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
14034         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
14035         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
14036         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
14037         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
14038         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
14039         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
14040         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
14041         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
14042         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
14043         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
14044         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
14045         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
14046         Update #include.
14047         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
14048         Likewise.
14049         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
14050         Likewise.
14051         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
14052         Likewise.
14053         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
14054         Likewise.
14055         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
14056         Likewise.
14057         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
14058         Likewise.
14059         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
14060         Likewise.
14061         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
14062         Likewise.
14063         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
14064         Likewise.
14065         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
14066         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
14067         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
14068         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
14069         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
14070         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
14071         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
14072         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
14073         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
14074         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
14075         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
14076         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
14077         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
14078         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
14079         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
14081         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
14082         that was previously under [RESET_PID].
14083         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
14084         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
14085         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
14087         * sysdeps/i386/nptl/Implies: New file.
14088         * sysdeps/x86_64/nptl/Implies: New file.
14089         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
14090         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
14091         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
14092         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
14094         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
14095         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14096         (__libc_vfork): New strong alias.
14097         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
14098         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
14100         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
14101         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14102         (__libc_vfork): New strong alias.
14103         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
14104         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
14106         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
14107         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14108         (__libc_vfork): New strong alias.
14109         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
14110         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
14111         * nptl/pt-vfork.c: New file.
14112         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
14113         (libpthread: GLIBC_2.20): New version set (empty).
14115 2014-05-14  Will Newton  <will.newton@linaro.org>
14117         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
14118         rather than #if.
14120 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14122         [BZ #16564]
14123         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
14124         arguments with exponent 65 or above.
14125         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
14126         arguments 0x1p113L or above.
14127         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
14128         to arguments 0x1p107L or above.
14129         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
14130         positive arguments with exponent 65 or above.
14131         * math/auto-libm-test-in: Add more tests of log1p.
14132         * math/auto-libm-test-out: Regenerated.
14134         [BZ #16928]
14135         * math/s_cacos.c (__cacos): Ensure zero real part of result from
14136         non-finite arguments is +0.
14137         * math/s_cacosf.c (__cacosf): Likewise.
14138         * math/s_cacosl.c (__cacosl): Likewise.
14139         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
14140         * sysdeps/i386/fpu/libm-test-ulps: Update.
14141         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14143         [BZ #16927]
14144         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
14145         value.
14146         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
14147         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
14148         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
14149         for explicit high bit of mantissa when testing for argument equal
14150         to 1.
14151         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
14152         * sysdeps/i386/fpu/libm-test-ulps: Update.
14153         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14155         [BZ #16516]
14156         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
14157         (__erf): Scale by 16 instead of 8 in potentially underflowing
14158         case.  Ensure exception if result actually underflows.
14159         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
14160         (__erff): Scale by 16 instead of 8 in potentially underflowing
14161         case.  Ensure exception if result actually underflows.
14162         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
14163         (efx8): Remove variable.
14164         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14165         case.  Ensure exception if result actually underflows.
14166         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
14167         (efx8): Remove variable.
14168         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14169         case.  Ensure exception if result actually underflows.
14170         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
14171         (efx8): Remove variable.
14172         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14173         case.  Ensure exception if result actually underflows.
14174         * math/auto-libm-test-in: Add more tests of erf.
14175         * math/auto-libm-test-out: Regenerated.
14177 2014-05-14  Andreas Schwab  <schwab@suse.de>
14179         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
14180         Remove code conditionalized on USE___THREAD.
14182         * config.h.in (HAVE_PT_CHOWN): Define as 0.
14183         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
14184         not definedness.
14186 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14188         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
14189         Define unconditionally.
14190         (__ASSUME_O_CLOEXEC): Likewise.
14191         (__ASSUME_SOCK_CLOEXEC): Likewise.
14192         (__ASSUME_IN_NONBLOCK): Likewise.
14193         (__ASSUME_PIPE2): Likewise.
14194         (__ASSUME_EVENTFD2): Likewise.
14195         (__ASSUME_SIGNALFD4): Likewise.
14196         (__ASSUME_DUP3): Likewise.
14197         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14198         (__ASSUME_DUP3): Do not define.
14199         (__ASSUME_EVENTFD2): Likewise.
14200         (__ASSUME_IN_NONBLOCK): Likewise.
14201         (__ASSUME_O_CLOEXEC): Likewise.
14202         (__ASSUME_PIPE2): Likewise.
14203         (__ASSUME_SIGNALFD4): Likewise.
14204         (__ASSUME_SOCK_CLOEXEC): Likewise.
14205         (__ASSUME_UTIMES): Undefine.
14206         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14207         (__ASSUME_UTIMES): Do not define.
14208         (__ASSUME_O_CLOEXEC): Likewise.
14209         (__ASSUME_SOCK_CLOEXEC): Likewise.
14210         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
14211         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
14212         0x020621].
14213         (__ASSUME_PIPE2): Likewise.
14214         (__ASSUME_EVENTFD2): Likewise.
14215         (__ASSUME_SIGNALFD4): Likewise.
14216         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
14217         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
14218         Do not define.
14219         (__ASSUME_EVENTFD2): Likewise.
14220         (__ASSUME_SIGNALFD4): Likewise.
14221         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
14222         (__ASSUME_32BITUIDS): Likewise.
14223         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
14224         (__ASSUME_IPC64): Likewise.
14225         (__ASSUME_ST_INO_64_BIT): Likewise.
14226         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
14227         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
14228         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14229         (__ASSUME_UTIMES): Do not define.
14230         (__ASSUME_PSELECT): Likewise.
14231         (__ASSUME_PPOLL): Likewise.
14232         (__ASSUME_O_CLOEXEC): Likewise.
14233         (__ASSUME_SOCK_CLOEXEC): Likewise.
14234         (__ASSUME_IN_NONBLOCK): Likewise.
14235         (__ASSUME_PIPE2): Likewise.
14236         (__ASSUME_EVENTFD2): Likewise.
14237         (__ASSUME_SIGNALFD4): Likewise.
14238         (__ASSUME_DUP3): Likewise.
14239         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14240         (__ASSUME_UTIMES): Likewise.
14241         (__ASSUME_O_CLOEXEC): Likewise.
14242         (__ASSUME_SOCK_CLOEXEC): Likewise.
14243         (__ASSUME_IN_NONBLOCK): Likewise.
14244         (__ASSUME_PIPE2): Likewise.
14245         (__ASSUME_EVENTFD2): Likewise.
14246         (__ASSUME_SIGNALFD4): Likewise.
14247         (__ASSUME_DUP3): Likewise.
14248         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14249         (__ASSUME_UTIMES): Likewise.
14250         (__ASSUME_O_CLOEXEC): Likewise.
14251         (__ASSUME_SOCK_CLOEXEC): Likewise.
14252         (__ASSUME_IN_NONBLOCK): Likewise.
14253         (__ASSUME_PIPE2): Likewise.
14254         (__ASSUME_EVENTFD2): Likewise.
14255         (__ASSUME_SIGNALFD4): Likewise.
14256         (__ASSUME_DUP3): Likewise.
14257         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
14258         Likewise.
14259         (__ASSUME_UTIMES): Likewise.
14260         (__ASSUME_EVENTFD2): Likewise.
14261         (__ASSUME_SIGNALFD4): Likewise.
14262         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14263         (__ASSUME_O_CLOEXEC): Likewise.
14264         (__ASSUME_SOCK_CLOEXEC): Likewise.
14265         (__ASSUME_IN_NONBLOCK): Likewise.
14266         (__ASSUME_PIPE2): Likewise.
14267         (__ASSUME_EVENTFD2): Likewise.
14268         (__ASSUME_SIGNALFD4): Likewise.
14269         (__ASSUME_DUP3): Likewise.
14270         (__ASSUME_UTIMES): Undefine.
14272         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
14273         feclearexcept.  Remove symbol versioning code.
14274         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
14275         symbol versioning code.
14276         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
14277         symbol versioning code.
14278         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
14279         feupdateenv.  Remove symbol versioning code.
14280         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
14281         fegetexceptflag.  Remove symbol versioning code.
14282         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
14283         fesetexceptflag.  Remove symbol versioning code.
14284         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
14285         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
14286         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
14287         (__posix_fadvise64_l32): Remove prototype.
14288         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
14289         code.
14291 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14293         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
14294         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
14295         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
14296         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
14298 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
14300         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
14301         current working directory
14303 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14305         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
14306         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
14307         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
14308         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
14309         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
14310         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
14311         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
14312         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
14313         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
14314         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
14315         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
14316         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
14317         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
14318         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
14319         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
14320         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
14321         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
14322         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
14323         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
14324         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
14325         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
14326         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
14327         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
14328         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
14329         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
14330         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
14331         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
14332         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
14333         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
14334         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
14335         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
14336         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
14337         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
14338         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
14339         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
14340         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
14341         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
14342         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
14343         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
14344         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
14345         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
14346         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
14348         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
14349         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
14351         * sysdeps/unix/sysv/linux/arm/Makefile
14352         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
14353         Add rt-aeabi_unwind_cpp_pr1.
14354         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
14355         Add nptl-aeabi_unwind_cpp_pr1.
14356         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
14357         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
14358         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
14359         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
14360         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
14361         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
14363         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
14364         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
14365         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
14366         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
14368         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
14369         Deconditionalize the code that was previously under [RESET_PID].
14370         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
14372         * sysdeps/generic/exit-thread.h: New file.
14373         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
14374         * include/unistd.h (__exit_thread): Remove declaration.
14375         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
14376         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
14377         * csu/libc-start.c: Include <exit-thread.h>.
14378         (LIBC_START_MAIN): Pass no argument to __exit_thread.
14379         * nptl/pthread_create.c: Include <exit-thread.h>.
14380         (start_thread): Call __exit_thread in place of __exit_thread_inline.
14381         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
14382         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
14383         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
14384         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
14385         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
14386         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
14387         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
14388         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
14389         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
14390         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
14391         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
14392         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
14393         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
14394         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
14395         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
14396         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
14398 2014-05-13  Andreas Schwab  <schwab@suse.de>
14400         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
14402 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
14404         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
14405         (__ASSUME_UTIMES): Do not condition on kernel version.
14406         (__ASSUME_PSELECT): Define unconditionally.
14407         (__ASSUME_PPOLL): Likewise.
14408         (__ASSUME_ATFCTS): Likewise.
14409         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
14410         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
14411         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
14412         (__ASSUME_UTIMENSAT): Define unconditionally.
14413         (__ASSUME_PRIVATE_FUTEX): Likewise.
14414         (__ASSUME_FALLOCATE): Likewise.
14415         (__ASSUME_O_CLOEXEC): Likewise.
14416         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
14417         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
14418         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
14419         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
14420         (__ASSUME_IN_NONBLOCK): Likewise.
14421         (__ASSUME_PIPE2): Likewise.
14422         (__ASSUME_EVENTFD2): Likewise.
14423         (__ASSUME_SIGNALFD4): Likewise.
14424         (__ASSUME_DUP3): Likewise.
14425         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14426         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
14427         (__ASSUME_AT_RANDOM): Likewise.
14428         (__ASSUME_PREADV): Likewise.
14429         (__ASSUME_PWRITEV): Likewise.
14430         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
14431         (__ASSUME_F_GETOWN_EX): Define unconditionally.
14432         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
14433         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
14434         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
14435         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14436         (__ASSUME_O_CLOEXEC): Define unconditionally.
14437         (__ASSUME_PSELECT): Do not undefine conditionally.
14438         (__ASSUME_PPOLL): Likewise.
14439         (__ASSUME_ATFCTS): Likewise.
14440         (__ASSUME_SET_ROBUST_LIST): Likewise.
14441         (__ASSUME_UTIMENSAT): Likewise.
14442         (__ASSUME_FDATASYNC): Define unconditionally.
14443         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14444         (__ASSUME_SIGFRAME_V2): Likewise.
14445         )__ASSUME_EVENTFD2): Likewise.
14446         (__ASSUME_SIGNALFD4): Likewise.
14447         (__ASSUME_PSELECT): Do not undefine conditionally.
14448         (__ASSUME_PPOLL): Likewise.
14449         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14450         (__ASSUME_PSELECT): Define unconditionally.
14451         (__ASSUME_PPOLL): Likewise.
14452         (__ASSUME_O_CLOEXEC): Likewise.
14453         (__ASSUME_SOCK_CLOEXEC): Likewise.
14454         (__ASSUME_IN_NONBLOCK): Likewise.
14455         (__ASSUME_PIPE2): Likewise.
14456         (__ASSUME_EVENTFD2): Likewise.
14457         (__ASSUME_SIGNALFD4): Likewise.
14458         (__ASSUME_DUP3): Likewise.
14459         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14460         (__ASSUME_O_CLOEXEC): Likewise.
14461         (__ASSUME_SOCK_CLOEXEC): Likewise.
14462         (__ASSUME_IN_NONBLOCK): Likewise.
14463         (__ASSUME_PIPE2): Likewise.
14464         (__ASSUME_EVENTFD2): Likewise.
14465         (__ASSUME_SIGNALFD4): Likewise.
14466         (__ASSUME_DUP3): Likewise.
14467         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14468         (__ASSUME_EVENTFD2): Likewise.
14469         (__ASSUME_SIGNALFD4): Likewise.
14470         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14472 2014-05-12  Andreas Schwab  <schwab@suse.de>
14474         [BZ #16932]
14475         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
14476         (_nss_nis_gethostbyname4_r): Return error if item length is larger
14477         than maximum RPC packet size.
14478         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
14479         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
14480         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
14481         (_nss_nis_getservbyport_r): Likewise.
14483 2014-05-12  Will Newton  <will.newton@linaro.org>
14485         * malloc/Makefile (tests): Add tst-mallopt.
14486         * malloc/tst-mallopt.c: New file.
14488 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14490         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
14491         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
14493 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14495         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
14496         (tst-tlsmod6.so): Likewise.
14498 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14500         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
14502 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
14504         [BZ #16064]
14505         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
14506         and <dl-procinfo.h>.
14507         (__fegetenv): Save SSE state in envp->__eip if supported.
14508         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
14509         envp->__eip if supported.
14510         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
14511         and <dl-procinfo.h>.
14512         (__fesetenv): Always set __eip, __cs_selector, __opcode,
14513         __data_offset and __data_selector in environment to 0.  Set SSE
14514         state if supported.
14515         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
14516         test-fenv-sse.
14517         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
14518         -mfpmath=sse.
14519         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
14521 2014-05-09  Will Newton  <will.newton@linaro.org>
14523         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
14524         and libc_relro_required for ARM.
14525         * sysdeps/arm/preconfigure: Regenerate.
14527 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14528             Stefan Liebler  <stli@linux.vnet.ibm.com>
14530         * config.make.in (enable-lock-elision): New Makefile variable.
14531         * configure.ac: Likewise.
14532         * configure: Regenerate.
14533         * sysdeps/s390/configure.ac:
14534         Add check for gcc transactions support.
14535         * sysdeps/s390/configure: Regenerate.
14536         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
14537         Build elision files if enabled.
14538         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
14539         Add lock elision support for s390.
14540         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
14541         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
14542         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
14543         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
14544         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
14545         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
14546         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
14547         Likewise.
14548         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
14549         Likewise.
14550         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
14551         Likewise.
14552         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
14553         Likewise.
14554         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
14555         (__lll_timedlock_elision, __lll_lock_elision)
14556         (__lll_unlock_elision, __lll_trylock_elision)
14557         (lll_timedlock_elision, lll_lock_elision)
14558         (lll_unlock_elision, lll_trylock_elision): Add.
14559         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14560         (pthread_mutex_t): Add lock elision support for s390.
14562 2014-05-14  Wilco  <wdijkstr@arm.com>
14564         * sysdeps/arm/fclrexcpt.c: Cleanup.
14565         * sysdeps/arm/fedisblxcpt.c: Cleanup.
14566         * sysdeps/arm/feenablxcpt.c: Cleanup.
14567         * sysdeps/arm/fegetenv.c: Cleanup.
14568         * sysdeps/arm/fegetexcept.c: Cleanup.
14569         * sysdeps/arm/fegetround.c: Cleanup.
14570         * sysdeps/arm/feholdexcpt.c: Cleanup.
14571         * sysdeps/arm/fesetenv.c: Cleanup.
14572         * sysdeps/arm/fesetround.c: Cleanup.
14573         * sysdeps/arm/feupdateenv.c: Cleanup.
14574         * sysdeps/arm/fgetexcptflg.c: Cleanup.
14575         * sysdeps/arm/fraiseexcpt.c: Cleanup.
14576         * sysdeps/arm/fsetexcptflg.c: Cleanup.
14577         * sysdeps/arm/ftestexcept.c: Cleanup.
14578         * sysdeps/arm/get-rounding-mode.h: Cleanup.
14579         * sysdeps/arm/setfpucw.c: Cleanup.
14581 2014-05-09  Will Newton  <will.newton@linaro.org>
14583         * sysdeps/arm/armv7/strcmp.S: New file.
14584         * NEWS: Mention addition of ARMv7 optimized strcmp.
14586 2014-05-08  Roland McGrath  <roland@hack.frob.com>
14588         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
14589         look for %.ac rather than %.in.
14591         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
14592         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
14593         * sysdeps/mach/hurd/configure: Regenerated.
14594         * sysdeps/unix/sysv/linux/configure: Regenerated.
14596         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
14598 2014-05-07  Steve Ellcey  <sellcey@mips.com>
14600         [BZ# 16922]
14601         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
14602         (LONG_SUB): Ditto.
14603         (PTR_SUB): Ditto.
14605 2014-05-07  Andreas Schwab  <schwab@suse.de>
14607         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
14608         when skipping over non-matching result from nscd.
14610 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
14612         [BZ #16876]
14613         * nptl/sockperf.c (client): Check socket return value.
14615         [BZ #16877]
14616         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
14617         nscd security class.
14619 2014-05-06  Roland McGrath  <roland@hack.frob.com>
14621         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
14622         * sysdeps/arm/unwind.h: ... here.
14624 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
14626         [BZ# 16916]
14627         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
14628         Define.
14630 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14632         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
14633         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
14634         multiarch strncpy for PPC64.
14635         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
14636         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
14637         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
14638         multiarch optimizations.
14639         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14640         (__libc_ifunc_impl_list): Likewise.
14641         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
14642         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
14643         multiarch stpncpy for PPC64.
14644         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
14645         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
14647 2014-05-06  Andreas Schwab  <schwab@suse.de>
14649         [BZ #16912]
14650         * gmon/mcount.c (_MCOUNT_DECL): Use
14651         atomic_compare_and_exchange_bool_acq instead of
14652         catomic_compare_and_exchange_bool_acq.
14654 2014-05-05  Roland McGrath  <roland@hack.frob.com>
14656         * elf/Makefile (others, install-bin): Remove pldd.
14657         (pldd-modules): Variable removed.
14658         ($(objpfx)pldd): Target removed.
14659         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
14660         (others, install-bin): Append pldd here.
14661         ($(objpfx)pldd): New target.
14663         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
14664         to 0, so the first #if test emitted later doesn't see it undefined.
14665         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
14666         * sysdeps/gnu/errlist.c: Regenerated.
14668 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14670         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
14671         [libc_hidden_builtin_def]: Define to empty value.
14672         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
14673         [libc_hidden_builtin_def]: Likewise.
14674         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
14675         [libc_hidden_builtin_def]: Likewise.
14676         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
14677         [libc_hidden_builtin_def]: Likewise.
14678         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
14679         __redirect_memcpy and define ifunc as default hidden symbol.
14680         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
14681         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
14683 2014-05-04  Adam Conrad  <adconrad@0c3.net>
14685         * locale/iso-4217.def: Reintroduce XDR currency.
14687 2014-05-04  Allan McRae  <allan@archlinux.org>
14689         * po/eo.po: Update Esperanto translation from translation project.
14691 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
14693         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
14694         and FEATURE_INDEX_MAX to 1.
14695         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
14697 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14699         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
14700         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
14701         * iconvdata/big5.c (ONE_DIRECTION): Define.
14702         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
14703         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
14704         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
14705         * iconvdata/cp932.c (ONE_DIRECTION): Define.
14706         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
14707         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
14708         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
14709         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
14710         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
14711         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
14712         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
14713         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
14714         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
14715         * iconvdata/gbk.c (ONE_DIRECTION): Define.
14716         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
14717         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
14718         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
14719         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
14720         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
14721         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
14722         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
14723         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
14724         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
14725         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
14726         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
14727         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
14728         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
14729         * iconvdata/iso646.c (ONE_DIRECTION): Define.
14730         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
14731         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
14732         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
14733         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
14734         * iconvdata/johab.c (ONE_DIRECTION): Define.
14735         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
14736         * iconvdata/sjis.c (ONE_DIRECTION): Define.
14737         * iconvdata/t.61.c (ONE_DIRECTION): Define.
14738         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
14739         * iconvdata/tscii.c (ONE_DIRECTION): Define.
14740         * iconvdata/uhc.c (ONE_DIRECTION): Define.
14741         * iconvdata/unicode.c (ONE_DIRECTION): Define.
14742         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
14743         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
14744         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
14746 2014-05-01  Roland McGrath  <roland@hack.frob.com>
14748         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
14749         (_IO_JUMPS_OFFSET): Define to 0.
14751         * nptl/sysdeps/pthread/bits/libc-lock.h
14752         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
14753         (__libc_lock_define_initialized_recursive): Always define using
14754         initializer.  Modern compilers treat uninitialized (implicit zero) and
14755         explicit zero initializers the same (i.e. put the datum in bss).
14757 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
14759         * nscd/nscd-client.h: Include <string.h>.
14761 2014-05-01  David S. Miller  <davem@davemloft.net>
14763         [BZ #16885]
14764         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
14765         multiple zero bytes exist at the end of a string.
14766         Reported by Aurelien Jarno <aurelien@aurel32.net>
14768         * string/test-strcmp.c (check): Add explicit test for situations where
14769         there are multiple zero bytes after the first.
14771 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
14773         [BZ #16890]
14774         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
14775         when compiling wprintf.
14776         * stdio-common/tstdiomisc.c (t3): New function.
14777         (main): Call it.
14779 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14781         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
14782         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
14783         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
14784         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
14786 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14788         * stdlib/longlong.h: Updated from GCC.
14790 2014-05-01  Will Newton  <will.newton@linaro.org>
14791             Bernard Ogden  <bernie.ogden@linaro.org>
14793         * NEWS: Update fixed bug list.
14795         [BZ #15119]
14796         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
14798 2014-04-30  David S. Miller  <davem@davemloft.net>
14800         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
14801         (libc_feholdexcept_setround_sparc_ctx): New function.
14802         (libc_fesetenv_sparc_ctx): Likewise.
14803         (libc_feupdateenv_sparc_ctx): Likewise.
14804         (libc_feholdsetround_sparc_ctx): Likewise.
14805         (libc_feholdexcept_setround_ctx): Define.
14806         (libc_feholdexcept_setroundf_ctx): Likewise.
14807         (libc_feholdexcept_setroundl_ctx): Likewise.
14808         (libc_fesetenv_ctx): Likewise.
14809         (libc_fesetenvf_ctx): Likewise.
14810         (libc_fesetenvl_ctx): Likewise.
14811         (libc_feupdateenv_ctx): Likewise.
14812         (libc_feupdateenvf_ctx): Likewise.
14813         (libc_feupdateenvl_ctx): Likewise.
14814         (libc_feresetround_ctx): Likewise.
14815         (libc_feresetroundf_ctx): Likewise.
14816         (libc_feresetroundl_ctx): Likewise.
14817         (libc_feholdsetround_ctx): Likewise.
14818         (libc_feholdsetroundf_ctx): Likewise.
14819         (libc_feholdsetroundl_ctx): Likewise.
14821         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14822         with __USE_GNU instead of XOPEN cpp guards.
14824         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
14825         0.
14827         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14828         with XOPEN cpp guards.
14830 2014-04-30  Julian Brown  <julian@codesourcery.com>
14832         [BZ #16888]
14833         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
14834         handling.
14836 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
14838         [BZ #9894]
14839         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
14840         Change to 2.6.32.
14841         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
14842         * sysdeps/unix/sysv/linux/configure: Regenerated.
14843         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
14844         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
14845         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
14846         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
14847         * README: Update reference to required Linux kernel version.
14848         * manual/install.texi (Linux): Update reference to required Linux
14849         kernel headers version.
14850         * INSTALL: Regenerated.
14852         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
14853         header inclusion.
14854         [POSIX] (limits.h): Likewise.
14855         [POSIX] (math.h): Likewise.
14856         [POSIX] (sys/wait.h): Likewise.
14857         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
14858         function.
14859         [POSIX] (stddef.h): Do not allow header inclusion.
14861 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14863         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
14865 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
14867         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
14868         Return immediately after lll_futex_wake.
14870 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14872         [BZ #16791]
14873         * nscd/nscd-client.h (datahead_init_common): Initialize entire
14874         structure.
14875         (datahead_init_pos): Call datahead_init_common early.
14876         (datahead_init_neg): Likewise.
14878         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
14879         datahead_init_neg): New functions.
14880         * nscd/aicache.c (addhstaiX): Use them.
14881         * nscd/grpcache.c (cache_addgr): Likewise.
14882         * nscd/hstcache.c (cache_addhst): Likewise.
14883         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14884         * nscd/netgroupcache.c (do_notfound): Likewise.
14885         (addgetnetgrentX): Likewise.
14886         (addinnetgrX): Likewise.
14887         * nscd/pwdcache.c (cache_addpw): Likewise.
14888         * nscd/servicescache.c (cache_addserv): Likewise.
14890 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14891             Atsushi Onoe  <atsushi@onoe.org>
14893         [BZ #14308]
14894         [BZ #12994]
14895         [BZ #13651]
14896         * resolv/res_query.c (__libc_res_nsearch): Return if at least
14897         one response is valid.
14898         * resolv/res_send.c (send_dg): Check for validity of other
14899         response if the current response is a referral.
14901 2014-04-29  Steve Ellcey  <sellcey@mips.com>
14903         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
14905 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
14907         [BZ #16823]
14908         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
14909         Always divide by positive zero when computing -Inf result.
14910         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
14911         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
14913 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14915         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
14916         FPSCR if value do not change.
14917         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
14918         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
14919         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
14920         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14921         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
14922         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
14923         function.
14925 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
14927         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
14928         * sysdeps/unix/sysv/linux/hppa: Move directory from
14929         ports/systeps/unix/sysv/linux/hppa.
14930         * README: Update listing for hppa-*-linux-gnu.
14932 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
14934         [BZ #16754]
14935         * manual/stdio.texi (Hook functions): Fix types of stream hook
14936         functions.
14937         [BZ #16854]
14938         * socket/sys/socket.h: Fix typo in comment.
14940 2014-04-28  Wilco  <wdijkstr@arm.com>
14942         * sysdeps/arm/fenv_private.h: New file.
14943         * sysdeps/arm/math_private.h: New file.
14944         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
14946 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
14948         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
14949         with __int128_t.
14950         (La_x86_64_retval): Likewise.
14952 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
14954         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
14955         fpsr if value didn't change.
14956         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
14957         to fpcr if value didn't change.
14958         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
14959         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
14960         fpsr or fpcr if value didn't change.
14961         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
14962         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
14963         fpcr if value didn't change.
14964         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
14965         to fpsr if value didn't change.
14967 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
14969         * nptl/tst-sem3.c: Use test-skeleton.c
14970         (main): Rename to do_test.  Use return instead of
14971         exit.
14972         * nptl/tst-sem4.c: Use test-skeleton.c
14973         (main): Rename to do_test.
14975 2014-04-22  David S. Miller  <davem@davemloft.net>
14977         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
14978         (struct sigaction): New struct member __glibc_reserved0, change
14979         type of sa_flags to int.
14981 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
14983         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
14984         (COUNT_LEADING_ZEROS_0): Define for AArch64.
14986 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
14988         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
14989         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
14991 2014-04-22  Will Newton  <will.newton@linaro.org>
14992             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
14994         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
14995         (__longjmp): Add longjmp and longjmp_target SystemTap
14996         probes.
14997         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
14998         (__sigsetjmp): Add setjmp SystemTap probe.
15000 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
15002         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
15003         match manual order.
15005 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15007         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
15009         * sysdeps/powerpc/fpu/fenv_private.h
15010         (libc_feholdexcept_setroundl_ctx): Define to
15011         libc_feholdexcept_setround_ppc_ctx.
15012         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
15013         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
15014         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
15015         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
15017 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15019         * sysdeps/aarch64/math-tests.h: New file.
15021 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
15023         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
15024         New.
15025         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15026         Check and set bit_AVX2_Usable.
15027         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
15028         macro.
15029         (bit_AVX2): Likewise.
15030         (index_AVX2_Usable): Likewise.
15031         (CPUID_AVX2): Likewise.
15032         (HAS_AVX2): Likewise.
15034 2014-04-17  Will Newton  <will.newton@linaro.org>
15036         * manual/setjmp.texi (System V contexts): Add note that
15037         calling setcontext on a context created by a call to a
15038         signal handler is undefined.  Update text to note that
15039         setcontext from a signal handler is possible but not
15040         recommended.
15042         [BZ #16629]
15043         * stdlib/tst-setcontext.c: Include signal.h.
15044         (main): Check that the signal stack before and
15045         after swapcontext is the same.
15047         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
15048         Re-implement to restore registers in user code and avoid
15049         rt_sigreturn system call.
15051 2014-04-17  Wilco  <wdijkstr@arm.com>
15053         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
15054         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
15055         * math/test-fenv.c: Skip exception trap tests on targets which only
15056         support non-stop mode.
15058 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15059             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15061         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
15062         (libc_feholdsetround_aarch64_ctx)
15063         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
15064         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
15065         (libc_feresetround_ctx, libc_feresetroundf_ctx)
15066         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
15067         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
15068         (libc_feresetround_noexl_ctx): Define.
15070 2014-04-16  Richard Henderson  <rth@redhat.com>
15072         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
15074         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
15075         unwind tables.
15077         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
15078         const from the non-libc, non-ldso copy.
15080         * sysdeps/alpha/libm-test-ulps: Regenerate.
15082 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
15083             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15085         * sysdeps/aarch64/fpu/math_private.h: New file.
15087 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15089         * sysdeps/aarch64/libm-test-ulps: Regenerate.
15091 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
15093         [BZ #16275]
15094         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
15095         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
15096         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
15097         Intel MPX bound registers before _dl_profile_fixup.
15098         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
15099         registers after _dl_profile_fixup.  Save and restore bound
15100         registers bnd0/bnd1 when calling _dl_call_pltexit.
15101         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
15102         (LR_BND_OFFSET): Likewise.
15103         (LRV_BND0_OFFSET): Likewise.
15104         (LRV_BND1_OFFSET): Likewise.
15106 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15108         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
15109         to...
15110         * sysdeps/mach/hurd/i386/tls.h: ... here.
15111         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
15112         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
15113         fields.
15115 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15117         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
15119 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15121         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15123 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15125         [BZ #14770]
15126         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
15127         * sysdeps/s390/configure: Regenerate.
15129         [BZ #16824]
15130         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
15131         Set round-to-nearest internally to reduce error accumulation.
15133 2014-04-16  Alan Modra  <amodra@gmail.com>
15135         [BZ #16740]
15136         [BZ #16619]
15137         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
15138         * math/libm-test.inc (frexp_test_data): Add tests.
15139         * NEWS: Update fixed bug list.
15141 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
15143         * benchtests/Makefile: Depend on libraries in build directory.
15144         (bench-math): Separate out math tests.
15145         (bench-pthread): Separate out pthread tests.
15146         (bench): Include math and pthread tests.
15148 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
15150         [BZ #16831]
15151         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
15152         _dl_debug_initialize.
15154         * configure.ac: Remove SELinux header check.
15155         * configure: Regenerate.
15156         * nscd/selinux.c (perms): Array of const char* to permission names.
15157         (nscd_request_avc_has_perm): Call security_deny_unknown to find
15158         default policy. Call string_to_security_class and string_to_av_perm to
15159         translate strings. Enforce default policy and call avs_has_perm with
15160         results of translated strings.
15162 2014-04-13  David S. Miller  <davem@davemloft.net>
15164         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15166 2014-04-12  Allan McRae  <allan@archlinux.org>
15168         [BZ #16838]
15169         * manual/string.texi (Collation Functions): Fix qsort argument
15170         order in example.
15171         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
15173 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
15175         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
15176         Make the test a no-op if there are no exceptions defined.
15178 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
15180         * elf/Makefile (tests): make tst-dlopen-aout conditional on
15181         enable-hardcoded-path-in-tests
15183 2014-04-11  Will Newton  <will.newton@linaro.org>
15185         * benchtests/Makefile (extra-objs): Add json-lib.o.
15186         (bench-func): Tidy up JSON output.
15187         * benchtests/bench-skeleton.c: Include json-lib.h.
15188         (main): Use JSON library functions to do output of
15189         benchmark results.
15190         * benchtests/bench-timing-type.c (main): Output the
15191         timing type simply, leaving formatting to the user.
15192         * benchtests/json-lib.c: New file.
15193         * benchtests/json-lib.h: Likewise.
15195 2014-04-11  Torvald Riegel  <triegel@redhat.com>
15197         [BZ #15215]
15198         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
15199         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
15200         memory barriers.  Add comments.
15201         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
15202         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
15203         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
15204         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
15205         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
15206         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
15208 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15210         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
15211         * sysdeps/s390/s390-64/configure.ac: ... this ...
15212         * sysdeps/s390/configure.ac: ... to here.
15213         * sysdeps/s390/s390-32/configure: Delete file.
15214         * sysdeps/s390/s390-64/configure: Delete file.
15215         * sysdeps/s390/configure: Regenerate.
15217 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
15219         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
15221 2014-04-11  Will Newton  <will.newton@linaro.org>
15223         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
15224         to zero if it is not defined elsewhere.  (mtrim): Test
15225         the value of MALLOC_DEBUG with #if rather than #ifdef.
15227 2014-04-10 Torvald Riegel  <triegel@redhat.com>
15229         * benchtests/pthread_once-inputs: New file.
15230         * benchtests/pthread_once-source.c: New file.
15231         * benchtests/README: Update documentation.
15233 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
15234             H.J. Lu  <hongjiu.lu@intel.com>
15236         [BZ #16275]
15237         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
15238         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
15239         * sysdeps/x86_64/configure: Regenerated.
15240         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
15241         macro.
15242         (REGISTER_SAVE_RAX): Likewise.
15243         (REGISTER_SAVE_RCX): Likewise.
15244         (REGISTER_SAVE_RDX): Likewise.
15245         (REGISTER_SAVE_RSI): Likewise.
15246         (REGISTER_SAVE_RDI): Likewise.
15247         (REGISTER_SAVE_R8): Likewise.
15248         (REGISTER_SAVE_R9): Likewise.
15249         (REGISTER_SAVE_BND0): Likewise.
15250         (REGISTER_SAVE_BND1): Likewise.
15251         (REGISTER_SAVE_BND2): Likewise.
15252         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
15253         bound registers when calling _dl_fixup.
15255 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15257         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
15258         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
15259         of its definition.
15260         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
15261         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
15262         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
15263         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
15264         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
15265         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
15266         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
15268 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
15270         [BZ #15514]
15271         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
15272         pathconf(_PC_NAME_MAX).
15274 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15276         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
15277         Remove macro usage.
15278         (__PTHREAD_SPINS): Move definition to ...
15279         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15280         (__PTHREAD_SPINS): ... here.
15281         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15282         (__PTHREAD_SPIN): Likewise.
15283         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
15284         (__PTHREAD_SPIN): Likewise.
15285         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
15286         (__PTHREAD_SPIN): Likewise.
15287         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
15288         (__PTHREAD_SPIN): Likewise.
15289         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
15290         (__PTHREAD_SPIN): Likewise.
15291         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
15292         (__PTHREAD_SPIN): Likewise.
15293         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
15294         (__PTHREAD_SPIN): Likewise.
15295         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
15296         (__PTHREAD_SPIN): Likewise.
15297         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
15298         (__PTHREAD_SPIN): Likewise.
15299         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
15300         (__PTHREAD_SPIN): Likewise.
15301         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
15302         (__PTHREAD_SPIN): Likewise.
15303         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
15304         (__PTHREAD_SPIN): Likewise.
15306         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
15307         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
15308         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
15309         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
15310         imply folder.
15311         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
15312         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
15313         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
15314         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
15315         correct imply path.
15316         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
15317         strlen symbol for non multi-arch builds.
15318         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
15319         missing hidden_def and weak_alias.
15321 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
15323         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
15325 2014-04-07  Will Newton  <will.newton@linaro.org>
15327         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
15328         and contents.  [!_LIBC] Remove #ifndef and contents.
15329         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
15330         * string/memccpy.c (__memccpy): Use ANSI prototype.
15331         * string/memfrob.c (memfrob): Likewise.
15332         * string/strcoll.c (STRCOLL): Likewise.
15333         * string/strlen.c (strlen): Likewise.
15334         * string/strtok.c (STRTOK): Likewise.
15335         * string/strcat.c: Remove unused #include of memcopy.h.
15336         (strcat): Use ANSI prototype.
15337         * string/strchr.c: Remove unused #include of memcopy.h.
15338         (strchr): Use ANSI prototype.
15339         * string/strcmp.c: Remove unused #include of memcopy.h.
15340         (strcmp): Use ANSI prototype.
15341         * string/strcpy.c: Remove unused #include of memcopy.h.
15342         (strcpy): Use ANSI prototype.
15344 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15346         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
15347         * config.make.in (config-extra-cppflags): Set it from
15348         libc_extra_cppflags.
15349         * configure.ac (libc_extra_cflags): Make it accumulate over
15350         configure fragments.
15351         (libc_extra_cppflags): New flag.
15352         * configure. Regenerate.
15353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
15354         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
15355         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
15356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
15358         [BZ #16815]
15359         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
15360         result for FE_DOWNWARD rounding mode.
15361         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
15362         Likewise.
15363         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15365 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
15367         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
15368         in function argument name.
15370 2014-04-03  David Svoboda  <svoboda@cert.org>
15372         [BZ #5666]
15373         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
15374         explicitly.
15376 2014-04-03  Roland McGrath  <roland@hack.frob.com>
15378         * elf/dl-unmap-segments.h: New file.
15379         * sysdeps/generic/ldsodefs.h
15380         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
15381         * elf/dl-close.c: Include <dl-unmap-segments.h>.
15382         * elf/dl-fptr.c: Likewise.
15383         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
15384         * sysdeps/aarch64/tlsdesc.c: Likewise.
15385         * sysdeps/arm/tlsdesc.c: Likewise.
15386         * sysdeps/i386/tlsdesc.c: Likewise.
15387         * sysdeps/tile/dl-runtime.c: Likewise.
15388         * sysdeps/x86_64/tlsdesc.c: Likewise.
15389         * elf/dl-load.h: New file.
15390         * elf/dl-load.c: Include it.
15391         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
15392         Macros moved to dl-load.h.
15393         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
15394         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
15395         Use _dl_unmap_segments in place of __munmap.
15396         Break out segment-mapping loop into ...
15397         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
15399 2014-04-03  Will Newton  <will.newton@linaro.org>
15401         * elf/dl-lookup.c (do_lookup_x): Remove comment
15402         referring to nested function and move variable
15403         declarations down to before first use.
15405 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
15407         [BZ #16799]
15408         [BZ #16800]
15409         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
15410         with 0 numerator.
15411         * math/s_catanf.c (__catanf): Likewise.
15412         * math/s_catanh.c (__catanh): Likewise.
15413         * math/s_catanhf.c (__catanhf): Likewise.
15414         * math/s_catanhl.c (__catanhl): Likewise.
15415         * math/s_catanl.c (__catanl): Likewise.
15416         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
15417         by positive zero when computing -Inf result.
15418         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
15419         (catanh_test): Likewise.
15420         * sysdeps/i386/fpu/libm-test-ulps: Update.
15421         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15423         [BZ #16789]
15424         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
15425         instead of using underflowing value in computing result.
15426         * math/s_clog10.c (__clog10): Likewise.
15427         * math/s_clog10f.c (__clog10f): Likewise.
15428         * math/s_clog10l.c (__clog10l): Likewise.
15429         * math/s_clogf.c (__clogf): Likewise.
15430         * math/s_clogl.c (__clogl): Likewise.
15431         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
15432         (clog10_test): Likewise.
15433         * sysdeps/i386/fpu/libm-test-ulps: Update.
15434         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15436 2014-04-02  Alan Modra  <amodra@gmail.com>
15438         [BZ #16739]
15439         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
15440         output when value is near a power of two.  Use int64_t for lx and
15441         remove casts.  Use decimal rather than hex exponent constants.
15442         Don't use long double multiplication when double will suffice.
15443         * math/libm-test.inc (nextafter_test_data): Add tests.
15444         * NEWS: Add 16739 and 16786 to bug list.
15446         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
15448         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
15450 2014-04-01  Will Newton  <will.newton@linaro.org>
15452         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
15453         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
15455 2014-04-01  Florian Weimer  <fweimer@redhat.com>
15457         [BZ #13347]
15458         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
15459         * nptl/tst-setuid2.c: New file.
15460         * nptl/Makefile (xtests): Add tst-setuid2.
15462 2014-04-01  Alan Modra  <amodra@gmail.com>
15464         [BZ #16786]
15465         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
15467 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
15469         [BZ #6803]
15470         [BZ #6804]
15471         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
15472         set errno as appropriate.
15473         * math/w_scalbf.c (__scalbf): Likewise.
15474         * math/w_scalbl.c (__scalbl): Likewise.
15475         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
15476         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
15477         * math/libm-test.inc (scalb_test_data): Add errno expectations.
15478         Add more NaN tests.
15480         [BZ #16349]
15481         * math/w_atan2.c: Include <errno.h>.
15482         (__atan2): Set errno for result underflowing to zero.
15483         * math/w_atan2f.c: Include <errno.h>.
15484         (__atan2f): Set errno for result underflowing to zero.
15485         * math/w_atan2l.c: Include <errno.h>.
15486         (__atan2l): Set errno for result underflowing to zero.
15487         * math/auto-libm-test-in: Don't allow missing errno for some atan2
15488         tests.
15489         * math/auto-libm-test-out: Regenerated.
15491 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15493         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
15494         Encode instruction correctly in little endian.
15495         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
15496         Likewise.
15497         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
15498         Likewise.
15499         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
15500         Likewise.
15501         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
15502         Likewise.
15504 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
15506         [BZ #9894]
15507         * sysdeps/unix/sysv/linux/kernel-features.h
15508         [__sparc__ && !__arch64__ && !__sparc_v9__]
15509         (__ASSUME_SET_ROBUST_LIST): Do not define.
15510         [__sparc__ && !__arch64__ && !__sparc_v9__]
15511         (__ASSUME_FUTEX_LOCK_PI): Likewise.
15512         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
15513         Likewise.
15514         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15515         (__ASSUME_FUTEX_LOCK_PI): Undefine.
15516         (__ASSUME_REQUEUE_PI): Likewise.
15517         (__ASSUME_SET_ROBUST_LIST): Likewise.
15518         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15519         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
15520         Undefine.
15521         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15522         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
15523         Likewise.
15524         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
15525         Likewise.
15526         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
15527         Likewise.
15528         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15529         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
15530         Undefine.
15531         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
15532         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
15533         Likewise.
15535         [BZ #16648]
15536         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15537         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
15538         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
15540 2014-03-31  Will Newton  <will.newton@linaro.org>
15542         * benchtests/Makefile (bench): Add ffs and ffsll to list
15543         of tests.
15544         * benchtests/ffs-inputs: New file.
15545         * benchtests/ffsll-inputs: Likewise.
15547 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
15549         [BZ #16770]
15550         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
15551         too large before casting to int.
15552         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
15553         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
15554         * math/libm-test.inc (scalb_test_data): Add more tests.
15556 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
15558         * benchtests/Makefile (DETAILED_OPT): New make option.
15559         (bench-func): Run benchmark program with -d if DETAILED_OPT is
15560         set.
15561         * benchtests/bench-skeleton.c: Include stdbool.h.
15562         (main): Store and print timings per input.
15563         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
15564         member to each argument value.
15565         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
15566         (_print_arg_data): Initialize per-input timing to 0.
15568         * benchtests/Makefile (timing-type): New binary.
15569         (bench-clean): Also remove bench-timing-type.
15570         (bench): New target for timing-type.
15571         (bench-func): Print output in JSON format.
15572         * benchtests/bench-skeleton.c (main): Print output in JSON
15573         format.
15574         * benchtests/bench-timing-type.c: New file.
15575         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
15576         (TIMING_PRINT_STATS): Remove.
15577         * benchtests/scripts/bench.py (_print_arg_data): Store variant
15578         name separately.
15580         * benchtests/bench-modf.c: Remove.
15581         * benchtests/modf-inputs: New inputs file.
15583 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
15585         [BZ #16362]
15586         * math/s_clog10.c (M_PI_LOG10E): New macro.
15587         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
15588         imaginary parts are 0.
15589         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
15590         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
15591         imaginary parts are 0.
15592         * math/s_clog10l.c (M_PI_LOG10El): New macro.
15593         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
15594         imaginary parts are 0.
15595         * math/libm-test.inc (clog10_test_data): Update expected results
15596         for when real and imaginary parts are 0.
15598 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
15600         * elf/dl-load.c: Finish conversion of __builtin_expect into
15601         __glibc_{un}likely.
15603 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
15605         [BZ #16348]
15606         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
15607         1+x for argument with exponent below -67.
15608         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
15609         Likewise.
15610         * math/auto-libm-test-in: Add more tests of exp.
15611         * math/auto-libm-test-out: Regenerated.
15613 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15615         [BZ #16759]
15616         * inet/getnetgrent_r.c (get_nonempty_val): New function.
15617         (nscd_getnetgrent): Use it.
15619         [BZ #16760]
15620         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
15621         of stpcpy.
15623 2014-03-27  Andi Kleen  <ak@linux.intel.com>
15625         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
15626         (lll_robust_lock, lll_cond_lock, lll_timedlock)
15627         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15628         (lll_robust_unlock): Remove out of line section. Use cfi
15629         intrinsics.
15630         (LLL_STUB_UNWIND_INFO*): Remove.
15631         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
15632         (lll_robust_lock, lll_cond_lock, lll_timedlock)
15633         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15634         (lll_robust_unlock): Remove out of line section. Use cfi
15635         intrinsics.
15636         (LLL_STUB_UNWIND_INFO*): Remove.
15638 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15640         [BZ #16758]
15641         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
15642         blank values.
15644 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
15646         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
15648 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
15650         [BZ #16198]
15651         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
15652         fnstenv.
15653         * math/test-fenv-preserve.c: New file.
15654         * math/Makefile (tests): Add test-fenv-preserve.
15656 2014-03-26  Will Newton <will.newton@linaro.org>
15658         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
15660 2014-03-25  Roland McGrath  <roland@hack.frob.com>
15662         * scripts/versionlist.awk: Partition the version sets and emit all
15663         GLIBC_* (sorted) before all others (sorted).
15665 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
15667         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
15668         GLIBC_2.2.5 version.
15670 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15672         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
15673         calls.
15675         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
15676         previous change.
15678         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15680 2014-03-25  Andreas Schwab  <schwab@suse.de>
15682         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
15683         label to be used after in6ailist is initialized.
15685 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15687         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15688         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15690 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
15692         [BZ #16357]
15693         [BZ #16599]
15694         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
15695         min_plus_half.
15696         (fp_formats): Update initializers.
15697         (init_fp_formats): Initialize new field.
15698         (output_for_one_input_case): Allow underflow for results up to
15699         min_plus_half.
15700         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
15701         * math/auto-libm-test-in: Don't mark some underflows from asin and
15702         atanh as spurious.
15703         * math/auto-libm-test-out: Regenerated.
15704         * sysdeps/i386/fpu/libm-test-ulps: Update.
15705         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15707 2014-03-25  Andreas Schwab  <schwab@suse.de>
15709         * libio/Makefile (tst-ftell-partial-wide-ENV)
15710         (tst-ftell-active-handler-ENV): Define.
15712 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
15714         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
15716 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
15718         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
15720 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
15722         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
15723         * sysdeps/x86_64/fpu/multiarch/e_exp.c
15724         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
15726 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
15728         [BZ #16634]
15729         * elf/dl-load.c (open_verify): Add mode parameter.
15730         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
15731         (open_path): Change from boolean 'secure' to complete flag 'mode'
15732         (_dl_map_object): Adjust.
15733         * elf/Makefile (tests): Add tst-dlopen-aout.
15734         * elf/tst-dlopen-aout.c: New test.
15736 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
15738         [BZ #16714]
15739         * sysdeps/unix/sysv/linux/s390/bits/stat.h
15740         (struct stat): Rename member pad0 to __glibc_reserved0.
15742         [BZ #16712]
15743         * sysdeps/s390/s390-32/bits/wordsize.h
15744         (__WORDSIZE32_SIZE_ULONG): New define.
15745         * sysdeps/s390/s390-64/bits/wordsize.h
15746         (__WORDSIZE32_SIZE_ULONG): Likewise.
15747         * sysdeps/generic/stdint.h (SIZE_MAX):
15748         Define as UL if __WORDSIZE32_SIZE_ULONG.
15750         [BZ #16713]
15751         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
15752         (__glibc_reserved0): New variable.
15753         (sa_flags): Change type to int.
15755         * posix/Makefile (before-compile): Use += before-compile instead
15756         of a :=.
15758         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15759         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15761 2014-03-20  Andreas Schwab  <schwab@suse.de>
15763         [BZ #16743]
15764         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
15765         non-matching result from nscd.
15767 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15769         * scripts/bench.py: Moved to ...
15770         * benchtests/scripts/bench.py: ... here.
15771         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
15773 2014-03-24  Andreas Schwab  <schwab@suse.de>
15775         [BZ #16002]
15776         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
15777         alloca_account and account alloca use for struct in6ailist.
15779 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
15781         [BZ #16284]
15782         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
15783         rounding mode to recompute results that overflow to infinity or
15784         underflow to zero.
15785         * math/auto-libm-test-in: Don't mark tests as expected to fail for
15786         bug 16284.
15787         * math/auto-libm-test-out: Regenerated.
15788         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
15789         (ccosh_test): Likewise.
15790         (csin_test_data): Use plus_oflow.
15791         (csin_test): Use ALL_RM_TEST.
15792         (csinh_test_data): Use plus_oflow.
15793         (csinh_test): Use ALL_RM_TEST.
15794         * sysdeps/i386/fpu/libm-test-ulps: Update.
15795         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15797 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
15799         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
15800         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
15801         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
15803         [BZ #16731]
15804         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
15805         when x - 1 is zero.
15806         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
15807         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
15808         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
15809         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
15810         argument is 1.
15811         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
15812         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
15813         zero.
15814         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
15815         * sysdeps/i386/fpu/libm-test-ulps: Update.
15816         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15818 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
15820         * scripts/bench.pl: Remove file.
15821         * scripts/bench.py: New benchmark script.
15822         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
15823         * benchtests/README: Mention python dependency.
15824         * scripts/pylintrc: New file.
15825         * scripts/pylint: New file.
15827         * bits/mathdef.h: Use #ifdef instead of #if.
15828         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
15829         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15830         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
15831         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15832         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
15833         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15835 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15836             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15838         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
15839         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
15840         and strpbrk-ppc64 objects.
15841         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15842         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
15843         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
15844         multiarch strpbrk for POWER7.
15845         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
15846         multiarch strpbrk for PPC64.
15847         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
15848         ifunc selector.
15849         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
15850         strpbrk for POWER7.
15852 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
15854         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
15855         (atan_test): Likewise.
15856         (atanh_test_data): Use NO_TEST_INLINE for two tests.
15857         (atanh_test): Use ALL_RM_TEST.
15858         (atan2_test_data): Likewise.
15859         (cabs_test): Likewise.
15860         (cacosh_test): Likewise.
15861         (carg_test): Likewise.
15862         (casin_test): Likewise.
15863         (casinh_test): Likewise.
15864         (cbrt_test): Likewise.
15865         (csqrt_test): Likewise.
15866         (erf_test): Likewise.
15867         (erfc_test): Likewise.
15868         (pow10_test): Likewise.
15869         (exp2_test): Likewise.
15870         (hypot_test): Likewise.
15871         (j0_test): Likewise.
15872         (j1_test): Likewise.
15873         (lgamma_test): Likewise.
15874         (gamma_test): Likewise.
15875         (sincos_test): Likewise.
15876         (tanh_test): Likewise.
15877         (y0_test): Likewise.
15878         (y1_test): Likewise.
15879         * sysdeps/i386/fpu/libm-test-ulps: Update.
15880         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15882 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15884         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
15885         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
15886         and strcspn-ppc64 objects.
15887         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15888         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
15889         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
15890         multiarch strcspn for POWER7.
15891         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
15892         multiarch strcspn for PPC64.
15893         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
15894         ifunc selector.
15895         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
15896         strcspn for POWER7.
15898 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
15900         * math/gen-libm-test.pl (generate_testfile): Expect only function
15901         name as argument to AUTO_TESTS_* and pass results for all rounding
15902         modes to parse_args.
15903         (parse_auto_input): Separate inputs of automatic tests from
15904         outputs before storing in %auto_tests.
15905         * math/libm-test.inc (acos_test_data): Update call to
15906         AUTO_TESTS_f_f.
15907         (acos_test): Use ALL_RM_TEST.
15908         (acos_tonearest_test_data): Remove.
15909         (acos_test_tonearest): Likewise.
15910         (acos_towardzero_test_data): Likewise.
15911         (acos_test_towardzero): Likewise.
15912         (acos_downward_test_data): Likewise.
15913         (acos_test_downward): Likewise.
15914         (acos_upward_test_data): Likewise.
15915         (acos_test_upward): Likewise.
15916         (acosh_test_data): Update call to AUTO_TESTS_f_f.
15917         (asin_test_data): Likewise.
15918         (asin_test): Use ALL_RM_TEST.
15919         (asin_tonearest_test_data): Remove.
15920         (asin_test_tonearest): Likewise.
15921         (asin_towardzero_test_data): Likewise.
15922         (asin_test_towardzero): Likewise.
15923         (asin_downward_test_data): Likewise.
15924         (asin_test_downward): Likewise.
15925         (asin_upward_test_data): Likewise.
15926         (asin_test_upward): Likewise.
15927         (asinh_test_data): Update call to AUTO_TESTS_f_f.
15928         (atan_test_data): Likewise.
15929         (atanh_test_data): Likewise.
15930         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
15931         (cabs_test_data): Update call to AUTO_TESTS_c_f.
15932         (carg_test_data): Likewise.
15933         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
15934         (ccos_test_data): Update call to AUTO_TESTS_c_c.
15935         (ccosh_test_data): Likewise.
15936         (cexp_test_data): Likewise.
15937         (clog_test_data): Likewise.
15938         (clog10_test_data): Likewise.
15939         (cos_test_data): Update call to AUTO_TESTS_f_f.
15940         (cos_test): Use ALL_RM_TEST.
15941         (cos_tonearest_test_data): Remove.
15942         (cos_test_tonearest): Likewise.
15943         (cos_towardzero_test_data): Likewise.
15944         (cos_test_towardzero): Likewise.
15945         (cos_downward_test_data): Likewise.
15946         (cos_test_downward): Likewise.
15947         (cos_upward_test_data): Likewise.
15948         (cos_test_upward): Likewise.
15949         (cosh_test_data): Update call to AUTO_TESTS_f_f.
15950         (cosh_test): Use ALL_RM_TEST.
15951         (cosh_tonearest_test_data): Remove.
15952         (cosh_test_tonearest): Likewise.
15953         (cosh_towardzero_test_data): Likewise.
15954         (cosh_test_towardzero): Likewise.
15955         (cosh_downward_test_data): Likewise.
15956         (cosh_test_downward): Likewise.
15957         (cosh_upward_test_data): Likewise.
15958         (cosh_test_upward): Likewise.
15959         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
15960         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
15961         (ctan_test_data): Likewise.
15962         (ctan_test): Use ALL_RM_TEST.
15963         (ctan_tonearest_test_data): Remove.
15964         (ctan_test_tonearest): Likewise.
15965         (ctan_towardzero_test_data): Likewise.
15966         (ctan_test_towardzero): Likewise.
15967         (ctan_downward_test_data): Likewise.
15968         (ctan_test_downward): Likewise.
15969         (ctan_upward_test_data): Likewise.
15970         (ctan_test_upward): Likewise.
15971         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
15972         (ctanh_test): Use ALL_RM_TEST.
15973         (ctanh_tonearest_test_data): Remove.
15974         (ctanh_test_tonearest): Likewise.
15975         (ctanh_towardzero_test_data): Likewise.
15976         (ctanh_test_towardzero): Likewise.
15977         (ctanh_downward_test_data): Likewise.
15978         (ctanh_test_downward): Likewise.
15979         (ctanh_upward_test_data): Likewise.
15980         (ctanh_test_upward): Likewise.
15981         (erf_test_data): Update call to AUTO_TESTS_f_f.
15982         (erfc_test_data): Likewise.
15983         (exp_test_data): Likewise.
15984         (exp_test): Use ALL_RM_TEST.
15985         (exp_tonearest_test_data): Remove.
15986         (exp_test_tonearest): Likewise.
15987         (exp_towardzero_test_data): Likewise.
15988         (exp_test_towardzero): Likewise.
15989         (exp_downward_test_data): Likewise.
15990         (exp_test_downward): Likewise.
15991         (exp_upward_test_data): Likewise.
15992         (exp_test_upward): Likewise.
15993         (exp10_test_data): Update call to AUTO_TESTS_f_f.
15994         (exp10_test): Use ALL_RM_TEST.
15995         (exp10_tonearest_test_data): Remove.
15996         (exp10_test_tonearest): Likewise.
15997         (exp10_towardzero_test_data): Likewise.
15998         (exp10_test_towardzero): Likewise.
15999         (exp10_downward_test_data): Likewise.
16000         (exp10_test_downward): Likewise.
16001         (exp10_upward_test_data): Likewise.
16002         (exp10_test_upward): Likewise.
16003         (exp2_test_data): Update call to AUTO_TESTS_f_f.
16004         (expm1_test_data): Likewise.
16005         (expm1_test): Use ALL_RM_TEST.
16006         (expm1_tonearest_test_data): Remove.
16007         (expm1_test_tonearest): Likewise.
16008         (expm1_towardzero_test_data): Likewise.
16009         (expm1_test_towardzero): Likewise.
16010         (expm1_downward_test_data): Likewise.
16011         (expm1_test_downward): Likewise.
16012         (expm1_upward_test_data): Likewise.
16013         (expm1_test_upward): Likewise.
16014         (fma_test_data): Update call to AUTO_TESTS_fff_f.
16015         (fma_test): Use ALL_RM_TEST.
16016         (fma_towardzero_test_data): Remove.
16017         (fma_test_towardzero): Likewise.
16018         (fma_downward_test_data): Likewise.
16019         (fma_test_downward): Likewise.
16020         (fma_upward_test_data): Likewise.
16021         (fma_test_upward): Likewise.
16022         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
16023         (j0_test_data): Update call to AUTO_TESTS_f_f.
16024         (j1_test_data): Likewise.
16025         (jn_test_data): Update call to AUTO_TESTS_if_f.
16026         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
16027         (log_test_data): Update call to AUTO_TESTS_f_f.
16028         (log10_test_data): Likewise.
16029         (log1p_test_data): Likewise.
16030         (log2_test_data): Likewise.
16031         (pow_test_data): Update call to AUTO_TESTS_ff_f.
16032         (pow_tonearest_test_data): Likewise.
16033         (sin_test_data): Update call to AUTO_TESTS_f_f.
16034         (sin_test): Use ALL_RM_TEST.
16035         (sin_tonearest_test_data): Remove.
16036         (sin_test_tonearest): Likewise.
16037         (sin_towardzero_test_data): Likewise.
16038         (sin_test_towardzero): Likewise.
16039         (sin_downward_test_data): Likewise.
16040         (sin_test_downward): Likewise.
16041         (sin_upward_test_data): Likewise.
16042         (sin_test_upward): Likewise.
16043         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
16044         (sinh_test_data): Update call to AUTO_TESTS_f_f.
16045         (sinh_test): Use ALL_RM_TEST.
16046         (sinh_tonearest_test_data): Remove.
16047         (sinh_test_tonearest): Likewise.
16048         (sinh_towardzero_test_data): Likewise.
16049         (sinh_test_towardzero): Likewise.
16050         (sinh_downward_test_data): Likewise.
16051         (sinh_test_downward): Likewise.
16052         (sinh_upward_test_data): Likewise.
16053         (sinh_test_upward): Likewise.
16054         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
16055         (sqrt_test): Use ALL_RM_TEST.
16056         (sqrt_tonearest_test_data): Remove.
16057         (sqrt_test_tonearest): Likewise.
16058         (sqrt_towardzero_test_data): Likewise.
16059         (sqrt_test_towardzero): Likewise.
16060         (sqrt_downward_test_data): Likewise.
16061         (sqrt_test_downward): Likewise.
16062         (sqrt_upward_test_data): Likewise.
16063         (sqrt_test_upward): Likewise.
16064         (tan_test_data): Update call to AUTO_TESTS_f_f.
16065         (tan_test): Use ALL_RM_TEST.
16066         (tan_tonearest_test_data): Remove.
16067         (tan_test_tonearest): Likewise.
16068         (tan_towardzero_test_data): Likewise.
16069         (tan_test_towardzero): Likewise.
16070         (tan_downward_test_data): Likewise.
16071         (tan_test_downward): Likewise.
16072         (tan_upward_test_data): Likewise.
16073         (tan_test_upward): Likewise.
16074         (tanh_test_data): Update call to AUTO_TESTS_f_f.
16075         (tgamma_test_data): Likewise.
16076         (y0_test_data): Likewise.
16077         (y1_test_data): Likewise.
16078         (yn_test_data): Update call to AUTO_TESTS_if_f.
16079         (main): Do not call removed functions.
16081 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16083         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
16084         (ldexp_test_data): Remove.
16085         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
16086         scalbn_test_data.
16087         (scalb_test): Use ALL_RM_TEST.
16089 2014-03-19  Andreas Schwab  <schwab@suse.de>
16091         * nscd/nscd.service: Also invalidate netgroup cache on reload.
16093 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16095         [BZ #16649]
16096         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16097         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
16098         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
16099         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16100         (__ASSUME_PREADV): Undefine.
16101         (__ASSUME_PWRITEV): Likewise.
16103 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16105         * bits/mman-linux.h: Add comment about non-Linux use.
16106         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
16107         bits/mman-linux.h resting place.
16109         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
16110         * bits/mman-linux.h: ... here.
16112 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16114         * conform/conformtest.pl: Add standard definition when calling C
16115         preprocessor on data files.
16116         (checknamespace): Remove unused variable.
16118 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16120         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
16121         minus_oflow, plus_uflow and minus_uflow in expected results.
16122         * math/libm-test.inc (scalbn_test_data): Add more tests of
16123         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
16124         minus_uflow.
16125         (scalbn_test): Use ALL_RM_TEST.
16126         (scalbln_test_data): Add more tests of negative arguments.  Use
16127         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
16128         (scalbln_test): Use ALL_RM_TEST.
16130 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16132         * scripts/abilist.awk: Ignore symbols marked with .hidden.
16134 2014-03-18  Will Newton  <will.newton@linaro.org>
16136         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
16137         inaccurate comment.
16139 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16141         * Makerules [!subdir] (check-abi): Exit with error status if a
16142         test failed.
16144 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16146         * math/libm-test.inc (nearbyint_test_data): Include all tests used
16147         for rint.  Include results for all rounding modes.
16148         (nearbyint_test): Use ALL_RM_TEST.
16149         (rint_test_data): Include all tests used for nearbyint.
16151 2014-03-17  Will Newton  <will.newton@linaro.org>
16153         * nptl/sysdeps/pthread/pthread.h: Revert previous
16154         change.
16156         * sysdeps/generic/ldsodefs.h: Revert previous
16157         change.
16159         * libio/genops.c: Revert previous change.
16160         * libio/libioP.h: Likewise.
16161         * stdio-common/vfprintf.c: Likewise.
16163         * sysdeps/generic/math_private.h: Revert previous
16164         change.
16166         * sysdeps/generic/math_private.h: Check whether
16167         HAVE_RM_CTX is defined with #ifdef rather
16168         than #if.
16170         * argp/argp-fmtstream.h: Check whether
16171         __STRICT_ANSI__ is defined with #ifdef rather
16172         than #if.
16173         * argp/argp.h: Likewise.
16175         * libio/genops.c: Check whether
16176         _IO_JUMPS_OFFSET is defined with #ifdef rather
16177         than #if.
16178         * libio/libioP.h: Likewise.
16179         * stdio-common/vfprintf.c: Likewise.
16181         * sysdeps/generic/ldsodefs.h: Check whether
16182         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
16183         than #if.
16185         * nptl/sysdeps/pthread/pthread.h: Check
16186         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
16187         its value.
16189 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
16191         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
16192         setting O_APPEND.
16193         * libio/tst-ftell-active-handler.c (do_append_test): Add a
16194         test case.
16196         [BZ #16680]
16197         * libio/fileops.c (_IO_file_open): Seek to end of file but
16198         don't cache the offset.
16199         (get_file_offset): Remove function.
16200         (do_ftell): Use cached offset when available.
16201         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
16202         don't cache the offset.
16203         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
16204         case.
16205         (do_one_test): Call it.
16206         (do_ftell_test): Fix up expected old offset for a+ mode.
16207         * libio/wfileops.c (do_ftell_wide): Used cached offset when
16208         available.
16210         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
16211         up test status with function return status.
16212         (do_write_test): Likewise.
16213         (do_append_test): Likewise.
16215         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
16216         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
16217         Remove.
16219 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16221         * math/gen-libm-test.pl (parse_args): Handle results specified for
16222         each rounding mode separately.
16223         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
16224         tests and results from lrint_tonearest_test_data,
16225         lrint_towardzero_test_data, lrint_downward_test_data and
16226         lrint_upward_test_data.
16227         (lrint_test): Use ALL_RM_TEST.
16228         (lrint_tonearest_test_data): Remove.
16229         (lrint_test_tonearest): Likewise.
16230         (lrint_towardzero_test_data): Likewise.
16231         (lrint_test_towardzero): Likewise.
16232         (lrint_downward_test_data): Likewise.
16233         (lrint_test_downward): Likewise.
16234         (lrint_upward_test_data): Likewise.
16235         (lrint_test_upward): Likewise.
16236         (llrint_test_data): Merge in per-rounding-mode tests and results
16237         from llrint_tonearest_test_data, llrint_towardzero_test_data,
16238         llrint_downward_test_data and llrint_upward_test_data.
16239         (llrint_test): Use ALL_RM_TEST.
16240         (llrint_tonearest_test_data): Remove.
16241         (llrint_test_tonearest): Likewise.
16242         (llrint_towardzero_test_data): Likewise.
16243         (llrint_test_towardzero): Likewise.
16244         (llrint_downward_test_data): Likewise.
16245         (llrint_test_downward): Likewise.
16246         (llrint_upward_test_data): Likewise.
16247         (llrint_test_upward): Likewise.
16248         (rint_test_data): Merge in per-rounding-mode tests and results
16249         from rint_tonearest_test_data, rint_towardzero_test_data,
16250         rint_downward_test_data and rint_upward_test_data.  Add
16251         per-rounding-mode results for tests not in those arrays.
16252         (rint_test): Use ALL_RM_TEST.
16253         (rint_tonearest_test_data): Remove.
16254         (rint_test_tonearest): Likewise.
16255         (rint_towardzero_test_data): Likewise.
16256         (rint_test_towardzero): Likewise.
16257         (rint_downward_test_data): Likewise.
16258         (rint_test_downward): Likewise.
16259         (rint_upward_test_data): Likewise.
16260         (rint_test_upward): Likewise.
16261         (main): Don't call removed functions.
16263 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16265         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
16266         "Compiled on ..." crapola.  It is anti-useful.
16268 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
16270         * scripts/evaluate-test.sh: Handle fourth argument to determine
16271         whether test run should stop on failure.
16272         * Makeconfig (stop-on-test-failure): New variable.
16273         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
16274         $(stop-on-test-failure).
16275         * Makefile (tests): Give a summary of results from testing and
16276         exit with failure status if they include an ERROR or FAIL.
16277         (xtests): Likewise.
16278         * manual/install.texi (Configuring and compiling): Mention
16279         stop-on-test-failure=y.
16280         * INSTALL: Regenerated.
16282 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16284         * scripts/versionlist.awk: New file.
16285         * Makerules [$(build-shared) = yes]
16286         (postclean-generated): Add Versions.def, not Versions.def.v and
16287         Versions.def.v.i.
16288         ($(common-objpfx)Versions.def.v.i): Target removed.
16289         ($(common-objpfx)Versions.def): New target.
16290         ($(common-objpfx)Versions.all): Depend on that rather that
16291         $(common-objpfx)Versions.def.v.
16292         * Versions.def: File removed.
16294         * Makeconfig (+gccwarn): Add -Wundef.
16295         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
16296         a dl-sysdep.h breaking its contract.
16297         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
16298         * include/stackinfo.h: New file.
16299         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
16300         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
16301         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
16302         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
16303         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
16304         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
16305         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16306         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16307         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16308         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16309         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16310         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
16311         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16312         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16313         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16315 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16317         [BZ #16707]
16318         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
16319         implementation.
16320         * math/libm-test.inc (round_test_data): Add more tests.
16322         [BZ #16706]
16323         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
16324         implementation.
16325         * math/libm-test.inc (nearbyint_test_data): Add more tests.
16327         [BZ #16701]
16328         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
16329         implementation.
16330         * math/libm-test.inc (ceil_test_data): Add more tests.
16332         * math/libm-test.inc (trunc_test_data): Add more tests related to
16333         BZ#16414.
16335 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16337         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
16338         with #if rather than #ifdef.
16339         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
16341 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
16343         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
16344         first.  Disable AVX-512 GCC support if assembler doesn't support
16345         it.
16346         * sysdeps/x86_64/configure: Regenerated.
16348 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
16350         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
16351         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
16352         (__old_pthread_attr_setstack): Likewise.
16353         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
16354         [!_STACK_GROWS_DOWN]: Likewise.
16356 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
16358         * config.make.in (have-bash2): Delete.
16359         * configure.ac (libc_cv_have_bash2): Delete.
16360         * configure: Regenerate.
16361         * elf/Makefile (common-ldd-rewrite): Rename to ...
16362         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
16363         (sh-ldd-rewrite): Delete.
16364         (bash-ldd-rewrite): Delete.
16365         (have-bash2): Delete checks.
16366         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
16367         ldd-rewrite.
16369         * config.make.in (have-ksh): Delete.
16370         (KSH): Delete.
16371         * configure.ac (libc_cv_have_ksh): Delete.
16372         * configure: Regenerate.
16374         * elf/Makefile: Delete $(have-ksh) check.
16375         ($(objpfx)sotruss): Change KSH to BASH.
16376         * elf/sotruss.ksh: Rename to ...
16377         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
16378         function style to match POSIX.  Drop ksh vim mode setting.
16380         * manual/time.texi (Specifying the Time Zone with TZ): Change
16381         Tuesday to Thursday.
16383         * debug/tst-longjmp_chk2.c: Update header comment.
16384         (stackoverflow_handler): Add comment.  Call assert on pass value.
16386 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
16388         [BZ #16194]
16389         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
16390         (HAVE_AVX512_ASM_SUPPORT): Likewise.
16391         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
16392         (La_x86_64_vector): Add zmm.
16393         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
16394         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
16395         ($(objpfx)tst-audit10): New target.
16396         ($(objpfx)tst-audit10.out): Likewise.
16397         (tst-audit10-ENV): New.
16398         (AVX512-CFLAGS): Likewise.
16399         (CFLAGS-tst-audit10.c): Likewise.
16400         (CFLAGS-tst-auditmod10a.c): Likewise.
16401         (CFLAGS-tst-auditmod10b.c): Likewise.
16402         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
16403         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
16404         * sysdeps/x86_64/configure: Regenerated.
16405         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
16406         AVX-512 zmm register support.
16407         (_dl_x86_64_save_sse): Likewise.
16408         (_dl_x86_64_restore_sse): Likewise.
16409         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
16410         size vector registers.
16411         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
16412         (ZMM_SIZE): Likewise.
16413         * sysdeps/x86_64/tst-audit10.c: New file.
16414         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
16415         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
16417 2014-03-13  Roland McGrath  <roland@hack.frob.com>
16419         * configure.ac (HAVE_EHDR_START): New check.
16420         * configure: Regenerated.
16421         * config.h.in (HAVE_EHDR_START): New #undef.
16422         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
16423         assuming the lowest-addressed segment maps the start of the file.
16425 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
16427         * INSTALL: Regenerated.
16429 2014-03-13  Will Newton  <will.newton@linaro.org>
16431         * manual/setjmp.texi (System V contexts): Improve
16432         clarity and grammar of documentation.
16434 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
16436         [BZ #16381]
16437         * elf/Makefile (tests): Add tst-pie2.
16438         (tests-pie): Add tst-pie2.
16439         * elf/tst-pie2.c: New file.
16440         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
16441         for ET_EXEC.
16442         * elf/rtld.c (map_doit): Load executable as lt_executable.
16443         (dl_main): Likewise.
16445 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
16447         [BZ #16642]
16448         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16449         (__ASSUME_PSELECT): Undefine.
16451 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16453         [BZ #16689]
16454         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
16455         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
16456         static build.
16457         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
16458         selector for static builds.
16460 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
16462         [BZ #16695]
16463         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
16464         key in the buffer.
16466 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16468         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
16469         IFUNC selector for static builds.
16471 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
16473         * sysdeps/mips/math_private.h [__mips_hard_float]
16474         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
16475         libc_feresetround_mips_ctx.
16476         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
16477         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
16478         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
16480         [BZ #16677]
16481         * math/s_nextafter.c (__nextafter): Do not return value from
16482         overflowing computation.
16483         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
16484         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
16485         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
16486         Likewise.
16487         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
16488         Likewise.
16489         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
16490         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
16492 2014-03-11  Roland McGrath  <roland@hack.frob.com>
16494         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
16495         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
16496         Move sfi_sp use from the load-multiple (that no longer sets sp) to
16497         the new mov targetting sp.
16499 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16501         [BZ #16683]
16502         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
16503         Define it for static builds as well.
16504         (NO_BZERO_IMPL): Likewise.
16506 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16508         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
16509         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
16510         multiarch strspn for PPC64.
16511         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
16512         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
16513         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16514         (__libc_ifunc_impl_list): Likewise.
16515         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
16516         multiarch optimizations
16517         * string/strspn.c (strspn): Using macro to redefine symbol name.
16519 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16520             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16522         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
16523         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
16524         multiarch strncat for PPC64.
16525         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
16526         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
16527         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16528         (__libc_ifunc_impl_list): Likewise.
16529         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
16530         multiarch optimizations
16532 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16534         [BZ #16639]
16535         * nscd/nscd.service: Make service type forking.
16537 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16539         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
16540         sign in non default rounding modes.
16541         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
16543 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
16545         * math/libm-test.inc (ALL_RM_TEST): New macro.
16546         (ceil_test): Use ALL_RM_TEST.
16547         (cimag_test): Likewise.
16548         (conj_test): Likewise.
16549         (copysign_test): Likewise.
16550         (cproj_test): Likewise.
16551         (creal_test): Likewise.
16552         (fabs_test): Likewise.
16553         (floor_test): Likewise.
16554         (fmax_test): Likewise.
16555         (fmin_test): Likewise.
16556         (fmod_test): Likewise.
16557         (fpclassify_test): Likewise.
16558         (frexp_test): Likewise.
16559         (ilogb_test): Likewise.
16560         (isfinite_test): Likewise.
16561         (finite_test): Likewise.
16562         (isgreater_test): Likewise.
16563         (isgreaterequal_test): Likewise.
16564         (isinf_test): Likewise.
16565         (isless_test): Likewise.
16566         (islessequal_test): Likewise.
16567         (islessgreater_test): Likewise.
16568         (isnan_test): Likewise.
16569         (isnormal_test): Likewise.
16570         (issignaling_test): Likewise.
16571         (isunordered_test): Likewise.
16572         (logb_test): Likewise.
16573         (logb_downward_test_data): Remove.
16574         (logb_test_downward): Likewise.
16575         (lround_test): Use ALL_RM_TEST.
16576         (llround_test): Likewise.
16577         (modf_test): Likewise.
16578         (nexttoward_test): Likewise.
16579         (remainder_test): Likewise.
16580         (drem_test): Likewise.
16581         (remainder_tonearest_test_data): Likewise.
16582         (remainder_test_tonearest): Likewise.
16583         (drem_test_tonearest): Likewise.
16584         (remainder_towardzero_test_data): Likewise.
16585         (remainder_test_towardzero): Likewise.
16586         (drem_test_towardzero): Likewise.
16587         (remainder_downward_test_data): Likewise.
16588         (remainder_test_downward): Likewise.
16589         (drem_test_downward): Likewise.
16590         (remainder_upward_test_data): Likewise.
16591         (remainder_test_upward): Likewise.
16592         (drem_test_upward): Likewise.
16593         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
16594         (round_test): Use ALL_RM_TEST.
16595         (signbit_test): Likewise.
16596         (trunc_test): Likewise.
16597         (significand_test): Likewise.
16598         (main): Don't call removed functions.
16600 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
16602         [BZ #16674]
16603         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
16604         || __USE_XOPEN2K8].
16605         (ILL_ILLOPN): Likewise.
16606         (ILL_ILLADR): Likewise.
16607         (ILL_ILLTRP): Likewise.
16608         (ILL_PRVOPC): Likewise.
16609         (ILL_PRVREG): Likewise.
16610         (ILL_COPROC): Likewise.
16611         (ILL_BADSTK): Likewise.
16612         (FPE_INTDIV): Likewise.
16613         (FPE_INTOVF): Likewise.
16614         (FPE_FLTDIV): Likewise.
16615         (FPE_FLTOVF): Likewise.
16616         (FPE_FLTUND): Likewise.
16617         (FPE_FLTRES): Likewise.
16618         (FPE_FLTINV): Likewise.
16619         (FPE_FLTSUB): Likewise.
16620         (SEGV_MAPERR): Likewise.
16621         (SEGV_ACCERR): Likewise.
16622         (BUS_ADRALN): Likewise.
16623         (BUS_ADRERR): Likewise.
16624         (BUS_OBJERR): Likewise.
16625         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16626         (TRAP_TRACE): Likewise.
16627         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16628         __USE_XOPEN2K8].
16629         (CLD_KILLED): Likewise.
16630         (CLD_DUMPED): Likewise.
16631         (CLD_TRAPPED): Likewise.
16632         (CLD_STOPPED): Likewise.
16633         (CLD_CONTINUED): Likewise.
16634         (POLL_IN): Likewise.
16635         (POLL_OUT): Likewise.
16636         (POLL_MSG): Likewise.
16637         (POLL_ERR): Likewise.
16638         (POLL_PRI): Likewise.
16639         (POLL_HUP): Likewise.
16640         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
16641         Likewise.
16642         (ILL_ILLOPN): Likewise.
16643         (ILL_ILLADR): Likewise.
16644         (ILL_ILLTRP): Likewise.
16645         (ILL_PRVOPC): Likewise.
16646         (ILL_PRVREG): Likewise.
16647         (ILL_COPROC): Likewise.
16648         (ILL_BADSTK): Likewise.
16649         (FPE_INTDIV): Likewise.
16650         (FPE_INTOVF): Likewise.
16651         (FPE_FLTDIV): Likewise.
16652         (FPE_FLTOVF): Likewise.
16653         (FPE_FLTUND): Likewise.
16654         (FPE_FLTRES): Likewise.
16655         (FPE_FLTINV): Likewise.
16656         (FPE_FLTSUB): Likewise.
16657         (SEGV_MAPERR): Likewise.
16658         (SEGV_ACCERR): Likewise.
16659         (BUS_ADRALN): Likewise.
16660         (BUS_ADRERR): Likewise.
16661         (BUS_OBJERR): Likewise.
16662         (BUS_MCEERR_AR): Likewise.
16663         (BUS_MCEERR_AO): Likewise.
16664         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16665         (TRAP_TRACE): Likewise.
16666         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16667         __USE_XOPEN2K8].
16668         (CLD_KILLED): Likewise.
16669         (CLD_DUMPED): Likewise.
16670         (CLD_TRAPPED): Likewise.
16671         (CLD_STOPPED): Likewise.
16672         (CLD_CONTINUED): Likewise.
16673         (POLL_IN): Likewise.
16674         (POLL_OUT): Likewise.
16675         (POLL_MSG): Likewise.
16676         (POLL_ERR): Likewise.
16677         (POLL_PRI): Likewise.
16678         (POLL_HUP): Likewise.
16679         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
16680         (ILL_ILLOPN): Likewise.
16681         (ILL_ILLADR): Likewise.
16682         (ILL_ILLTRP): Likewise.
16683         (ILL_PRVOPC): Likewise.
16684         (ILL_PRVREG): Likewise.
16685         (ILL_COPROC): Likewise.
16686         (ILL_BADSTK): Likewise.
16687         (FPE_INTDIV): Likewise.
16688         (FPE_INTOVF): Likewise.
16689         (FPE_FLTDIV): Likewise.
16690         (FPE_FLTOVF): Likewise.
16691         (FPE_FLTUND): Likewise.
16692         (FPE_FLTRES): Likewise.
16693         (FPE_FLTINV): Likewise.
16694         (FPE_FLTSUB): Likewise.
16695         (SEGV_MAPERR): Likewise.
16696         (SEGV_ACCERR): Likewise.
16697         (BUS_ADRALN): Likewise.
16698         (BUS_ADRERR): Likewise.
16699         (BUS_OBJERR): Likewise.
16700         (BUS_MCEERR_AR): Likewise.
16701         (BUS_MCEERR_AO): Likewise.
16702         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16703         (TRAP_TRACE): Likewise.
16704         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16705         __USE_XOPEN2K8].
16706         (CLD_KILLED): Likewise.
16707         (CLD_DUMPED): Likewise.
16708         (CLD_TRAPPED): Likewise.
16709         (CLD_STOPPED): Likewise.
16710         (CLD_CONTINUED): Likewise.
16711         (POLL_IN): Likewise.
16712         (POLL_OUT): Likewise.
16713         (POLL_MSG): Likewise.
16714         (POLL_ERR): Likewise.
16715         (POLL_PRI): Likewise.
16716         (POLL_HUP): Likewise.
16717         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
16718         Likewise.
16719         (ILL_ILLOPN): Likewise.
16720         (ILL_ILLADR): Likewise.
16721         (ILL_ILLTRP): Likewise.
16722         (ILL_PRVOPC): Likewise.
16723         (ILL_PRVREG): Likewise.
16724         (ILL_COPROC): Likewise.
16725         (ILL_BADSTK): Likewise.
16726         (ILL_BADIADDR): Likewise.
16727         (ILL_BREAK): Likewise.
16728         (FPE_INTDIV): Likewise.
16729         (FPE_INTOVF): Likewise.
16730         (FPE_FLTDIV): Likewise.
16731         (FPE_FLTOVF): Likewise.
16732         (FPE_FLTUND): Likewise.
16733         (FPE_FLTRES): Likewise.
16734         (FPE_FLTINV): Likewise.
16735         (FPE_FLTSUB): Likewise.
16736         (FPE_DECOVF): Likewise.
16737         (FPE_DECDIV): Likewise.
16738         (FPE_DECERR): Likewise.
16739         (FPE_INVASC): Likewise.
16740         (FPE_INVDEC): Likewise.
16741         (SEGV_MAPERR): Likewise.
16742         (SEGV_ACCERR): Likewise.
16743         (SEGV_PSTKOVF): Likewise.
16744         (BUS_ADRALN): Likewise.
16745         (BUS_ADRERR): Likewise.
16746         (BUS_OBJERR): Likewise.
16747         (BUS_MCEERR_AR): Likewise.
16748         (BUS_MCEERR_AO): Likewise.
16749         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16750         (TRAP_TRACE): Likewise.
16751         (TRAP_BRANCH): Likewise.
16752         (TRAP_HWBKPT): Likewise.
16753         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16754         __USE_XOPEN2K8].
16755         (CLD_KILLED): Likewise.
16756         (CLD_DUMPED): Likewise.
16757         (CLD_TRAPPED): Likewise.
16758         (CLD_STOPPED): Likewise.
16759         (CLD_CONTINUED): Likewise.
16760         (POLL_IN): Likewise.
16761         (POLL_OUT): Likewise.
16762         (POLL_MSG): Likewise.
16763         (POLL_ERR): Likewise.
16764         (POLL_PRI): Likewise.
16765         (POLL_HUP): Likewise.
16766         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
16767         (ILL_ILLOPN): Likewise.
16768         (ILL_ILLADR): Likewise.
16769         (ILL_ILLTRP): Likewise.
16770         (ILL_PRVOPC): Likewise.
16771         (ILL_PRVREG): Likewise.
16772         (ILL_COPROC): Likewise.
16773         (ILL_BADSTK): Likewise.
16774         (FPE_INTDIV): Likewise.
16775         (FPE_INTOVF): Likewise.
16776         (FPE_FLTDIV): Likewise.
16777         (FPE_FLTOVF): Likewise.
16778         (FPE_FLTUND): Likewise.
16779         (FPE_FLTRES): Likewise.
16780         (FPE_FLTINV): Likewise.
16781         (FPE_FLTSUB): Likewise.
16782         (SEGV_MAPERR): Likewise.
16783         (SEGV_ACCERR): Likewise.
16784         (BUS_ADRALN): Likewise.
16785         (BUS_ADRERR): Likewise.
16786         (BUS_OBJERR): Likewise.
16787         (BUS_MCEERR_AR): Likewise.
16788         (BUS_MCEERR_AO): Likewise.
16789         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16790         (TRAP_TRACE): Likewise.
16791         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16792         __USE_XOPEN2K8].
16793         (CLD_KILLED): Likewise.
16794         (CLD_DUMPED): Likewise.
16795         (CLD_TRAPPED): Likewise.
16796         (CLD_STOPPED): Likewise.
16797         (CLD_CONTINUED): Likewise.
16798         (POLL_IN): Likewise.
16799         (POLL_OUT): Likewise.
16800         (POLL_MSG): Likewise.
16801         (POLL_ERR): Likewise.
16802         (POLL_PRI): Likewise.
16803         (POLL_HUP): Likewise.
16804         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
16805         (ILL_ILLOPN): Likewise.
16806         (ILL_ILLADR): Likewise.
16807         (ILL_ILLTRP): Likewise.
16808         (ILL_PRVOPC): Likewise.
16809         (ILL_PRVREG): Likewise.
16810         (ILL_COPROC): Likewise.
16811         (ILL_BADSTK): Likewise.
16812         (FPE_INTDIV): Likewise.
16813         (FPE_INTOVF): Likewise.
16814         (FPE_FLTDIV): Likewise.
16815         (FPE_FLTOVF): Likewise.
16816         (FPE_FLTUND): Likewise.
16817         (FPE_FLTRES): Likewise.
16818         (FPE_FLTINV): Likewise.
16819         (FPE_FLTSUB): Likewise.
16820         (SEGV_MAPERR): Likewise.
16821         (SEGV_ACCERR): Likewise.
16822         (BUS_ADRALN): Likewise.
16823         (BUS_ADRERR): Likewise.
16824         (BUS_OBJERR): Likewise.
16825         (BUS_MCEERR_AR): Likewise.
16826         (BUS_MCEERR_AO): Likewise.
16827         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16828         (TRAP_TRACE): Likewise.
16829         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16830         __USE_XOPEN2K8].
16831         (CLD_KILLED): Likewise.
16832         (CLD_DUMPED): Likewise.
16833         (CLD_TRAPPED): Likewise.
16834         (CLD_STOPPED): Likewise.
16835         (CLD_CONTINUED): Likewise.
16836         (POLL_IN): Likewise.
16837         (POLL_OUT): Likewise.
16838         (POLL_MSG): Likewise.
16839         (POLL_ERR): Likewise.
16840         (POLL_PRI): Likewise.
16841         (POLL_HUP): Likewise.
16842         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
16843         (ILL_ILLOPN): Likewise.
16844         (ILL_ILLADR): Likewise.
16845         (ILL_ILLTRP): Likewise.
16846         (ILL_PRVOPC): Likewise.
16847         (ILL_PRVREG): Likewise.
16848         (ILL_COPROC): Likewise.
16849         (ILL_BADSTK): Likewise.
16850         (FPE_INTDIV): Likewise.
16851         (FPE_INTOVF): Likewise.
16852         (FPE_FLTDIV): Likewise.
16853         (FPE_FLTOVF): Likewise.
16854         (FPE_FLTUND): Likewise.
16855         (FPE_FLTRES): Likewise.
16856         (FPE_FLTINV): Likewise.
16857         (FPE_FLTSUB): Likewise.
16858         (SEGV_MAPERR): Likewise.
16859         (SEGV_ACCERR): Likewise.
16860         (BUS_ADRALN): Likewise.
16861         (BUS_ADRERR): Likewise.
16862         (BUS_OBJERR): Likewise.
16863         (BUS_MCEERR_AR): Likewise.
16864         (BUS_MCEERR_AO): Likewise.
16865         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16866         (TRAP_TRACE): Likewise.
16867         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16868         __USE_XOPEN2K8].
16869         (CLD_KILLED): Likewise.
16870         (CLD_DUMPED): Likewise.
16871         (CLD_TRAPPED): Likewise.
16872         (CLD_STOPPED): Likewise.
16873         (CLD_CONTINUED): Likewise.
16874         (POLL_IN): Likewise.
16875         (POLL_OUT): Likewise.
16876         (POLL_MSG): Likewise.
16877         (POLL_ERR): Likewise.
16878         (POLL_PRI): Likewise.
16879         (POLL_HUP): Likewise.
16880         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
16881         (ILL_ILLOPN): Likewise.
16882         (ILL_ILLADR): Likewise.
16883         (ILL_ILLTRP): Likewise.
16884         (ILL_PRVOPC): Likewise.
16885         (ILL_PRVREG): Likewise.
16886         (ILL_COPROC): Likewise.
16887         (ILL_BADSTK): Likewise.
16888         (ILL_DBLFLT): Likewise.
16889         (ILL_HARDWALL): Likewise.
16890         (FPE_INTDIV): Likewise.
16891         (FPE_INTOVF): Likewise.
16892         (FPE_FLTDIV): Likewise.
16893         (FPE_FLTOVF): Likewise.
16894         (FPE_FLTUND): Likewise.
16895         (FPE_FLTRES): Likewise.
16896         (FPE_FLTINV): Likewise.
16897         (FPE_FLTSUB): Likewise.
16898         (SEGV_MAPERR): Likewise.
16899         (SEGV_ACCERR): Likewise.
16900         (BUS_ADRALN): Likewise.
16901         (BUS_ADRERR): Likewise.
16902         (BUS_OBJERR): Likewise.
16903         (BUS_MCEERR_AR): Likewise.
16904         (BUS_MCEERR_AO): Likewise.
16905         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16906         (TRAP_TRACE): Likewise.
16907         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16908         __USE_XOPEN2K8].
16909         (CLD_KILLED): Likewise.
16910         (CLD_DUMPED): Likewise.
16911         (CLD_TRAPPED): Likewise.
16912         (CLD_STOPPED): Likewise.
16913         (CLD_CONTINUED): Likewise.
16914         (POLL_IN): Likewise.
16915         (POLL_OUT): Likewise.
16916         (POLL_MSG): Likewise.
16917         (POLL_ERR): Likewise.
16918         (POLL_PRI): Likewise.
16919         (POLL_HUP): Likewise.
16920         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
16921         (ILL_ILLOPN): Likewise.
16922         (ILL_ILLADR): Likewise.
16923         (ILL_ILLTRP): Likewise.
16924         (ILL_PRVOPC): Likewise.
16925         (ILL_PRVREG): Likewise.
16926         (ILL_COPROC): Likewise.
16927         (ILL_BADSTK): Likewise.
16928         (FPE_INTDIV): Likewise.
16929         (FPE_INTOVF): Likewise.
16930         (FPE_FLTDIV): Likewise.
16931         (FPE_FLTOVF): Likewise.
16932         (FPE_FLTUND): Likewise.
16933         (FPE_FLTRES): Likewise.
16934         (FPE_FLTINV): Likewise.
16935         (FPE_FLTSUB): Likewise.
16936         (SEGV_MAPERR): Likewise.
16937         (SEGV_ACCERR): Likewise.
16938         (BUS_ADRALN): Likewise.
16939         (BUS_ADRERR): Likewise.
16940         (BUS_OBJERR): Likewise.
16941         (BUS_MCEERR_AR): Likewise.
16942         (BUS_MCEERR_AO): Likewise.
16943         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16944         (TRAP_TRACE): Likewise.
16945         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16946         __USE_XOPEN2K8].
16947         (CLD_KILLED): Likewise.
16948         (CLD_DUMPED): Likewise.
16949         (CLD_TRAPPED): Likewise.
16950         (CLD_STOPPED): Likewise.
16951         (CLD_CONTINUED): Likewise.
16952         (POLL_IN): Likewise.
16953         (POLL_OUT): Likewise.
16954         (POLL_MSG): Likewise.
16955         (POLL_ERR): Likewise.
16956         (POLL_PRI): Likewise.
16957         (POLL_HUP): Likewise.
16958         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
16959         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16961         [BZ #16670]
16962         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
16963         before #include of <time.h>.
16964         [!__USE_XOPEN2K] (__need_timespec): Likewise.
16965         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
16966         (test-xfail-UNIX98/sched.h/conform): Likewise.
16968 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16970         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
16971         error absence of trapping exception support.
16972         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
16974 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
16976         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
16977         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
16978         * timezone/Makefile (testdata): Move definition above include of
16979         Rules.
16980         (test-zones): New variable.
16981         (tests-special): Add zone files.
16982         (build-testdata): Use $(evaluate-test).
16984         * elf/Makefile (tests-special): Rename tests to end with .out.
16985         ($(objpfx)noload-mem): Likewise.
16986         ($(objpfx)tst-leaks1-mem): Likewise.
16987         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
16988         * iconv/Makefile (xtests-special): Change test-iconvconfig to
16989         $(objpfx)test-iconvconfig.out.
16990         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
16991         set -e inside subshell and redirect output to file.
16992         * iconvdata/Makefile (generated): Rename tests to end with .out.
16993         Correct type.
16994         (tests-special): Rename tests to end with .out.
16995         ($(objpfx)mtrace-tst-loading): Likewise.
16996         * intl/Makefile (generated): Likewise.
16997         (tests-special): Likewise.
16998         ($(objpfx)mtrace-tst-gettext): Likewise.
16999         * misc/Makefile (generated): Likewise.
17000         (tests-special): Likewise.
17001         ($(objpfx)tst-error1-mem): Likewise.
17002         * nptl/Makefile (tests-special): Likewise.
17003         ($(objpfx)tst-stack3-mem): Likewise.
17004         (generated): Likewise.
17005         * posix/Makefile (generated): Likewise.
17006         (tests-special): Likewise.
17007         (xtests-special): Likewise.
17008         ($(objpfx)tst-fnmatch-mem): Likewise.
17009         ($(objpfx)bug-regex2-mem): Likewise.
17010         ($(objpfx)bug-regex14-mem): Likewise.
17011         ($(objpfx)bug-regex21-mem): Likewise.
17012         ($(objpfx)bug-regex31-mem): Likewise.
17013         ($(objpfx)tst-vfork3-mem): Likewise.
17014         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17015         ($(objpfx)tst-pcre-mem): Likewise.
17016         ($(objpfx)tst-boost-mem): Likewise.
17017         ($(objpfx)bug-ga2-mem): Likewise.
17018         ($(objpfx)bug-glob2-mem): Likewise.
17019         * resolv/Makefile (generate): Likewise.
17020         (tests-special): Likewise.
17021         (xtests-special): Likewise.
17022         (generated): Likewise.
17023         ($(objpfx)mtrace-tst-leaks): Likewise.
17024         ($(objpfx)mtrace-tst-leaks2): Likewise.
17026         * scripts/merge-test-results.sh: New file.
17027         * Makefile (tests-special-notdir): New variable.
17028         (tests): Run merge-test-results.sh.
17029         (xtests): Likewise.
17030         * Rules (tests-special-notdir): New variable.
17031         (xtests-special-notdir): Likewise.
17032         (tests): Run merge-test-results.sh
17033         (xtests): Likewise.
17035         * Makeconfig (test-xfail-name): New variable.
17036         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
17037         compute variable name for expected failures.
17038         * conform/Makefile (conformtest-headers-data): New variable.
17039         (conformtest-standards): Likewise.
17040         (conformtest-headers-ISO): Likewise.
17041         (conformtest-headers-ISO99): Likewise.
17042         (conformtest-headers-ISO11): Likewise.
17043         (conformtest-headers-POSIX): Likewise.
17044         (conformtest-headers-XPG3): Likewise.
17045         (conformtest-headers-XPG4): Likewise.
17046         (conformtest-headers-UNIX98): Likewise.
17047         (conformtest-headers-XOPEN2K): Likewise.
17048         (conformtest-headers-POSIX2008): Likewise.
17049         (conformtest-headers-XOPEN2K8): Likewise.
17050         (conformtest-header-list-base): Likewise.
17051         (conformtest-header-list-tests): Likewise.
17052         (conformtest-header-base): Likewise.
17053         (conformtest-header-tests): Likewise.
17054         (tests-special): Add $(conformtest-header-list-tests).  If
17055         [$(fast-check) && !$(cross-compiling)], add
17056         $(conformtest-header-tests) instead of
17057         $(objpfx)run-conformtest.out.
17058         (generated): Add $(conformtest-header-list-base).  If
17059         [$(fast-check) && !$(cross-compiling)], add
17060         $(conformtest-header-base).  Remove previous setting.
17061         ($(conformtest-header-list-tests)): New target.
17062         (test-xfail-run-conformtest): Remove variable.
17063         ($(objpfx)run-conformtest.out): Remove target.
17064         (test-xfail-ISO11/complex.h/conform): New variable.
17065         (test-xfail-ISO11/stdalign.h/conform): Likewise.
17066         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
17067         (test-xfail-XPG3/varargs.h/conform): Likewise.
17068         (test-xfail-XPG4/varargs.h/conform): Likewise.
17069         (test-xfail-UNIX98/varargs.h/conform): Likewise.
17070         (test-xfail-XPG4/ndbm.h/conform): Likewise.
17071         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
17072         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
17073         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
17074         (test-xfail-XPG3/fcntl.h/conform): Likewise.
17075         (test-xfail-XPG3/ftw.h/conform): Likewise.
17076         (test-xfail-XPG3/grp.h/conform): Likewise.
17077         (test-xfail-XPG3/langinfo.h/conform): Likewise.
17078         (test-xfail-XPG3/limits.h/conform): Likewise.
17079         (test-xfail-XPG3/pwd.h/conform): Likewise.
17080         (test-xfail-XPG3/search.h/conform): Likewise.
17081         (test-xfail-XPG3/signal.h/conform): Likewise.
17082         (test-xfail-XPG3/stdio.h/conform): Likewise.
17083         (test-xfail-XPG3/stdlib.h/conform): Likewise.
17084         (test-xfail-XPG3/string.h/conform): Likewise.
17085         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
17086         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
17087         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
17088         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
17089         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
17090         (test-xfail-XPG3/sys/types.h/conform): Likewise.
17091         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
17092         (test-xfail-XPG3/termios.h/conform): Likewise.
17093         (test-xfail-XPG3/time.h/conform): Likewise.
17094         (test-xfail-XPG3/unistd.h/conform): Likewise.
17095         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
17096         (test-xfail-XPG4/fcntl.h/conform): Likewise.
17097         (test-xfail-XPG4/langinfo.h/conform): Likewise.
17098         (test-xfail-XPG4/netdb.h/conform): Likewise.
17099         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
17100         (test-xfail-XPG4/signal.h/conform): Likewise.
17101         (test-xfail-XPG4/stdio.h/conform): Likewise.
17102         (test-xfail-XPG4/stdlib.h/conform): Likewise.
17103         (test-xfail-XPG4/stropts.h/conform): Likewise.
17104         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
17105         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
17106         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
17107         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
17108         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
17109         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
17110         (test-xfail-XPG4/sys/time.h/conform): Likewise.
17111         (test-xfail-XPG4/sys/types.h/conform): Likewise.
17112         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
17113         (test-xfail-XPG4/termios.h/conform): Likewise.
17114         (test-xfail-XPG4/ucontext.h/conform): Likewise.
17115         (test-xfail-XPG4/unistd.h/conform): Likewise.
17116         (test-xfail-XPG4/utmpx.h/conform): Likewise.
17117         (test-xfail-POSIX/sched.h/conform): Likewise.
17118         (test-xfail-POSIX/signal.h/conform): Likewise.
17119         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17120         (test-xfail-POSIX/tar.h/conform): Likewise.
17121         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
17122         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
17123         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
17124         (test-xfail-UNIX98/netdb.h/conform): Likewise.
17125         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
17126         (test-xfail-UNIX98/sched.h/conform): Likewise.
17127         (test-xfail-UNIX98/signal.h/conform): Likewise.
17128         (test-xfail-UNIX98/stdio.h/conform): Likewise.
17129         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
17130         (test-xfail-UNIX98/stropts.h/conform): Likewise.
17131         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
17132         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
17133         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
17134         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
17135         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
17136         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
17137         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
17138         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
17139         (test-xfail-UNIX98/unistd.h/conform): Likewise.
17140         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
17141         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
17142         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
17143         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
17144         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
17145         (test-xfail-XOPEN2K/math.h/conform): Likewise.
17146         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
17147         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
17148         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
17149         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
17150         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
17151         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
17152         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
17153         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
17154         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
17155         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
17156         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
17157         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
17158         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
17159         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
17160         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
17161         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
17162         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
17163         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
17164         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
17165         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
17166         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
17167         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
17168         (test-xfail-POSIX2008/signal.h/conform): Likewise.
17169         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
17170         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
17171         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
17172         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
17173         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
17174         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
17175         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
17176         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
17177         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
17178         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
17179         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
17180         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
17181         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
17182         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
17183         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
17184         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
17185         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
17186         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
17187         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
17188         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
17189         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
17190         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
17191         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
17192         (conformtest-cc-flags): Likewise.
17193         ($(conformtest-header-tests): New target.
17194         * conform/check-header-lists.sh: New file.
17195         * conform/run-conformtest.sh: Remove.
17197         * conform/conformtest.pl: Allow ' and \ in values given for
17198         constants.
17199         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
17200         inclusion.
17201         [POSIX] (sys/types.h): Likewise.
17202         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
17203         inclusion.
17204         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
17205         inclusion.
17206         * conform/data/signal.h-data (SIGIO): Remove expectation.
17207         [XPG3] (SIGBUS): Do not expect.
17208         [POSIX || XPG3] (SIGPOLL): Likewise.
17209         [POSIX || XPG3] (SIGPROF): Likewise.
17210         [POSIX || XPG3] (SIGSYS): Likewise.
17211         [XPG3] (SIGTRAP): Likewise.
17212         [POSIX || XPG3] (SIGURG): Likewise.
17213         [POSIX || XPG3] (SIGVTALRM): Likewise.
17214         [POSIX || XPG3] (SIGXCPU): Likewise.
17215         [POSIX || XPG3] (SIGXFSZ): Likewise.
17216         [POSIX] (SA_SIGINFO): Expect.
17217         [XPG3] (siginfo_t): Do not expect type or contents.
17218         [POSIX] (si_pid): Do not expect element.
17219         [POSIX] (si_uid): Likewise.
17220         [POSIX] (si_addr): Likewise.
17221         [POSIX] (si_status): Likewise.
17222         [POSIX] (si_band): Likewise.
17223         [XPG4] (si_value): Likewise.
17224         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
17225         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
17226         [POSIX || XPG3] (ILL_ILLADR): Likewise.
17227         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
17228         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
17229         [POSIX || XPG3] (ILL_PRVREG): Likewise.
17230         [POSIX || XPG3] (ILL_COPROC): Likewise.
17231         [POSIX || XPG3] (ILL_BADSTK): Likewise.
17232         [POSIX || XPG3] (FPE_INTDIV): Likewise.
17233         [POSIX || XPG3] (FPE_INTOVF): Likewise.
17234         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
17235         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
17236         [POSIX || XPG3] (FPE_FLTUND): Likewise.
17237         [POSIX || XPG3] (FPE_FLTRES): Likewise.
17238         [POSIX || XPG3] (FPE_FLTINV): Likewise.
17239         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
17240         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
17241         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
17242         [POSIX || XPG3] (BUS_ADRALN): Likewise.
17243         [POSIX || XPG3] (BUS_ADRERR): Likewise.
17244         [POSIX || XPG3] (BUS_OBJERR): Likewise.
17245         [POSIX || XPG3] (CLD_EXITED): Likewise.
17246         [POSIX || XPG3] (CLD_KILLED): Likewise.
17247         [POSIX || XPG3] (CLD_DUMPED): Likewise.
17248         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
17249         [POSIX || XPG3] (CLD_STOPPED): Likewise.
17250         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
17251         [POSIX || XPG3] (POLL_IN): Likewise.
17252         [POSIX || XPG3] (POLL_OUT): Likewise.
17253         [POSIX || XPG3] (POLL_MSG): Likewise.
17254         [POSIX || XPG3] (POLL_ERR): Likewise.
17255         [POSIX || XPG3] (POLL_PRI): Likewise.
17256         [POSIX || XPG3] (POLL_HUP): Likewise.
17257         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
17258         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
17259         (SIG*): Do not allow.
17260         [XPG3] (si_*): Likewise.
17261         [XPG3] (SI_*): Likewise.
17262         [XPG3 || XPG4] (sigev_*): Likewise.
17263         [XPG3 || XPG4] (SIGEV_*): Likewise.
17264         [XPG3 || XPG4] (sival_*): Likewise.
17265         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
17266         [POSIX || XPG3] (BUS_*): Likewise.
17267         [POSIX || XPG3] (CLD_*): Likewise.
17268         [POSIX || XPG3] (FPE_*): Likewise.
17269         [POSIX || XPG3] (ILL_*): Likewise.
17270         [POSIX || XPG3] (POLL_*): Likewise.
17271         [POSIX || XPG3] (SEGV_*): Likewise.
17272         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
17273         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
17274         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
17275         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
17276         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
17277         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
17278         Specify type and value.
17279         (TVERSLEN): Likewise.
17280         (REGTYPE): Likewise.
17281         (AREGTYPE): Likewise.
17282         (LNKTYPE): Likewise.
17283         (SYMTYPE): Likewise.
17284         (CHRTYPE): Likewise.
17285         (BLKTYPE): Likewise.
17286         (DIRTYPE): Likewise.
17287         (FIFOTYPE): Likewise.
17288         (CONTTYPE): Likewise.
17289         (TSUID): Likewise.
17290         (TSGID): Likewise.
17291         (TSVTX): Likewise.
17292         (TUREAD): Likewise.
17293         (TUWRITE): Likewise.
17294         (TUEXEC): Likewise.
17295         (TGREAD): Likewise.
17296         (TGWRITE): Likewise.
17297         (TGEXEC): Likewise.
17298         (TOREAD): Likewise.
17299         (TOWRITE): Likewise.
17300         (TOEXEC): Likewise.
17301         [POSIX] (TSVTX): Expect constant.
17303 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
17305         * Makefile (tests): Change dependencies to ....
17306         (tests-special): ... additions to this variable.
17307         (tests): Depend on $(tests-special).
17308         * Makerules (check-abi-list): New variable.
17309         (check-abi): Depend on $(check-abi-list).
17310         [$(subdir) = elf] (tests-special): Add
17311         $(objpfx)check-abi-libc.out.
17312         [$(build-shared) = yes && subdir] (tests-special): Add
17313         $(check-abi-list).
17314         [$(build-shared) = yes && subdir] (tests): Do not depend on
17315         check-abi.
17316         * Rules (tests): Depend on $(tests-special).
17317         (xtests): Depend on $(xtests-special).
17318         * catgets/Makefile (tests): Change dependencies to ....
17319         (tests-special): ... additions to this variable.
17320         * conform/Makefile (tests): Change dependencies to ....
17321         (tests-special): ... additions to this variable.
17322         * elf/Makefile (tests): Change dependencies to ....
17323         (tests-special): ... additions to this variable.
17324         * grp/Makefile (tests): Change dependencies to ....
17325         (tests-special): ... additions to this variable.
17326         * iconv/Makefile (xtests): Change dependencies to ....
17327         (xtests-special): ... additions to this variable.
17328         * iconvdata/Makefile (tests): Change dependencies to ....
17329         (tests-special): ... additions to this variable.
17330         * intl/Makefile (tests): Change dependencies to ....
17331         (tests-special): ... additions to this variable.  Also add
17332         $(objpfx)tst-gettext.out.
17333         * io/Makefile (tests): Change dependencies to ....
17334         (tests-special): ... additions to this variable.
17335         * libio/Makefile (tests): Change dependencies to ....
17336         (tests-special): ... additions to this variable.
17337         * malloc/Makefile (tests): Change dependencies to ....
17338         (tests-special): ... additions to this variable.
17339         * misc/Makefile (tests): Change dependencies to ....
17340         (tests-special): ... additions to this variable.
17341         * nptl/Makefile (tests): Change dependencies to ....
17342         (tests-special): ... additions to this variable.
17343         * nptl_db/Makefile (tests): Change dependencies to ....
17344         (tests-special): ... additions to this variable.
17345         * posix/Makefile (tests): Change dependencies to ....
17346         (tests-special): ... additions to this variable.
17347         (xtests): Change dependencies to ....
17348         (xtests-special): ... additions to this variable.
17349         * resolv/Makefile (tests): Change dependencies to ....
17350         (tests-special): ... additions to this variable.
17351         (xtests): Change dependencies to ....
17352         (xtests-special): ... additions to this variable.
17353         * stdio-common/Makefile (tests): Change dependencies to ....
17354         (tests-special): ... additions to this variable.
17355         (do-tst-unbputc): Remove target.
17356         (do-tst-printf): Likewise.
17357         * stdlib/Makefile (tests): Change dependencies to ....
17358         (tests-special): ... additions to this variable.
17359         * string/Makefile (tests): Change dependencies to ....
17360         (tests-special): ... additions to this variable.
17361         * sysdeps/x86/Makefile (tests): Change dependencies to ....
17362         (tests-special): ... additions to this variable.
17364         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
17365         whole file.
17366         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
17367         whole file.
17368         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
17369         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
17371         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
17372         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
17373         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
17374         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
17375         * conform/data/libgen.h-data [XPG3]: Likewise.
17376         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
17377         * conform/data/ndbm.h-data [XPG3]: Likewise.
17378         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17379         * conform/data/netdb.h-data [XPG3]: Likewise.
17380         * conform/data/netinet/in.h-data [XPG3]: Likewise.
17381         * conform/data/poll.h-data [XPG3]: Likewise.
17382         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17383         * conform/data/strings.h-data [XPG3]: Likewise.
17384         * conform/data/stropts.h-data [XPG3]: Likewise.
17385         * conform/data/sys/mman.h-data [XPG3]: Likewise.
17386         * conform/data/sys/resource.h-data [XPG3]: Likewise.
17387         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
17388         Likewise.
17389         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
17390         * conform/data/sys/time.h-data [XPG3]: Likewise.
17391         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
17392         * conform/data/sys/uio.h-data [XPG3]: Likewise.
17393         * conform/data/sys/un.h-data [XPG3]: Likewise.
17394         * conform/data/syslog.h-data [XPG3]: Likewise.
17395         * conform/data/ucontext.h-data [XPG3]: Likewise.
17396         * conform/data/utmpx.h-data [XPG3]: Likewise.
17397         * conform/data/varargs.h-data [UNIX98]: Enable file.
17399         * manual/Makefile (INSTALL_INFO): Remove variable setting.
17401         * math/libm-test.inc (struct test_f_f_data): Move expected results
17402         into structure for each rounding mode.
17403         (struct test_ff_f_data): Likewise.
17404         (struct test_ff_f_data_nexttoward): Likewise.
17405         (struct test_fi_f_data): Likewise.
17406         (struct test_fl_f_data): Likewise.
17407         (struct test_if_f_data): Likewise.
17408         (struct test_fff_f_data): Likewise.
17409         (struct test_c_f_data): Likewise.
17410         (struct test_f_f1_data): Likewise.
17411         (struct test_fF_f1_data): Likewise.
17412         (struct test_ffI_f1_data): Likewise.
17413         (struct test_c_c_data): Likewise.
17414         (struct test_cc_c_data): Likewise.
17415         (struct test_f_i_data): Likewise.
17416         (struct test_ff_i_data): Likewise.
17417         (struct test_f_l_data): Likewise.
17418         (struct test_f_L_data): Likewise.
17419         (struct test_fFF_11_data): Likewise.
17420         (RM_): New macro.
17421         (RM_FE_DOWNWARD): Likewise.
17422         (RM_FE_TONEAREST): Likewise.
17423         (RM_FE_TOWARDZERO): Likewise.
17424         (RM_FE_UPWARD): Likewise.
17425         (RUN_TEST_LOOP_f_f): Update references to expected results.
17426         (RUN_TEST_LOOP_2_f): Likewise.
17427         (RUN_TEST_LOOP_fff_f): Likewise.
17428         (RUN_TEST_LOOP_c_f): Likewise.
17429         (RUN_TEST_LOOP_f_f1): Likewise.
17430         (RUN_TEST_LOOP_fF_f1): Likewise.
17431         (RUN_TEST_LOOP_fI_f1): Likewise.
17432         (RUN_TEST_LOOP_ffI_f1): Likewise.
17433         (RUN_TEST_LOOP_c_c): Likewise.
17434         (RUN_TEST_LOOP_cc_c): Likewise.
17435         (RUN_TEST_LOOP_f_i): Likewise.
17436         (RUN_TEST_LOOP_f_i_tg): Likewise.
17437         (RUN_TEST_LOOP_ff_i_tg): Likewise.
17438         (RUN_TEST_LOOP_f_b): Likewise.
17439         (RUN_TEST_LOOP_f_b_tg): Likewise.
17440         (RUN_TEST_LOOP_f_l): Likewise.
17441         (RUN_TEST_LOOP_f_L): Likewise.
17442         (RUN_TEST_LOOP_fFF_11): Likewise.
17443         * math/gen-libm-test.pl (parse_args): Output four copies of
17444         expected results for each test.
17446         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17447         (__ASSUME_UTIMES): Remove.
17448         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17449         (__ASSUME_UTIMES): Likewise.
17451         * math/gen-auto-libm-tests.c: Update comment on output format.
17452         (output_for_one_input_case): Generate before-rounding and
17453         after-rounding information as conditions on output flags not
17454         floating-point format.
17455         * math/auto-libm-test-out: Regenerated.
17456         * math/gen-libm-test.pl (cond_value): New function.
17457         (or_cond_value): Use cond_value.
17458         (generate_testfile): Handle conditional exceptions.
17460 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
17462         * math/libm-test.inc (max_valid_error): New variable.
17463         (init_max_error): Take new argument specifying whether function
17464         results are exactly determined.  Set max_valid_error and bound
17465         other variables for errors based on this argument.
17466         (set_max_error): Do not record results above max_valid_error.
17467         (check_float_internal): Only accept errors of up to 0.5ulps if
17468         also at most max_valid_error.
17469         (START): Take new argument EXACT and pass it to init_max_error.
17470         (acos_test): Update call to START.
17471         (acos_test_tonearest): Likewise.
17472         (acos_test_towardzero): Likewise.
17473         (acos_test_downward): Likewise.
17474         (acos_test_upward): Likewise.
17475         (acosh_test): Likewise.
17476         (asin_test): Likewise.
17477         (asin_test_tonearest): Likewise.
17478         (asin_test_towardzero): Likewise.
17479         (asin_test_downward): Likewise.
17480         (asin_test_upward): Likewise.
17481         (asinh_test): Likewise.
17482         (atan_test): Likewise.
17483         (atanh_test): Likewise.
17484         (atan2_test): Likewise.
17485         (cabs_test): Likewise.
17486         (cacos_test): Likewise.
17487         (cacosh_test): Likewise.
17488         (carg_test): Likewise.
17489         (casin_test): Likewise.
17490         (casinh_test): Likewise.
17491         (catan_test): Likewise.
17492         (catanh_test): Likewise.
17493         (cbrt_test): Likewise.
17494         (ccos_test): Likewise.
17495         (ccosh_test): Likewise.
17496         (ceil_test): Likewise.
17497         (cexp_test): Likewise.
17498         (cimag_test): Likewise.
17499         (clog_test): Likewise.
17500         (clog10_test): Likewise.
17501         (conj_test): Likewise.
17502         (copysign_test): Likewise.
17503         (cos_test): Likewise.
17504         (cos_test_tonearest): Likewise.
17505         (cos_test_towardzero): Likewise.
17506         (cos_test_downward): Likewise.
17507         (cos_test_upward): Likewise.
17508         (cosh_test): Likewise.
17509         (cosh_test_tonearest): Likewise.
17510         (cosh_test_towardzero): Likewise.
17511         (cosh_test_downward): Likewise.
17512         (cosh_test_upward): Likewise.
17513         (cpow_test): Likewise.
17514         (cproj_test): Likewise.
17515         (creal_test): Likewise.
17516         (csin_test): Likewise.
17517         (csinh_test): Likewise.
17518         (csqrt_test): Likewise.
17519         (ctan_test): Likewise.
17520         (ctan_test_tonearest): Likewise.
17521         (ctan_test_towardzero): Likewise.
17522         (ctan_test_downward): Likewise.
17523         (ctan_test_upward): Likewise.
17524         (ctanh_test): Likewise.
17525         (ctanh_test_tonearest): Likewise.
17526         (ctanh_test_towardzero): Likewise.
17527         (ctanh_test_downward): Likewise.
17528         (ctanh_test_upward): Likewise.
17529         (erf_test): Likewise.
17530         (erfc_test): Likewise.
17531         (exp_test): Likewise.
17532         (exp_test_tonearest): Likewise.
17533         (exp_test_towardzero): Likewise.
17534         (exp_test_downward): Likewise.
17535         (exp_test_upward): Likewise.
17536         (exp10_test): Likewise.
17537         (exp10_test_tonearest): Likewise.
17538         (exp10_test_towardzero): Likewise.
17539         (exp10_test_downward): Likewise.
17540         (exp10_test_upward): Likewise.
17541         (pow10_test): Likewise.
17542         (exp2_test): Likewise.
17543         (expm1_test): Likewise.
17544         (expm1_test_tonearest): Likewise.
17545         (expm1_test_towardzero): Likewise.
17546         (expm1_test_downward): Likewise.
17547         (expm1_test_upward): Likewise.
17548         (fabs_test): Likewise.
17549         (fdim_test): Likewise.
17550         (floor_test): Likewise.
17551         (fma_test): Likewise.
17552         (fma_test_towardzero): Likewise.
17553         (fma_test_downward): Likewise.
17554         (fma_test_upward): Likewise.
17555         (fmax_test): Likewise.
17556         (fmin_test): Likewise.
17557         (fmod_test): Likewise.
17558         (fpclassify_test): Likewise.
17559         (frexp_test): Likewise.
17560         (hypot_test): Likewise.
17561         (ilogb_test): Likewise.
17562         (isfinite_test): Likewise.
17563         (finite_test): Likewise.
17564         (isgreater_test): Likewise.
17565         (isgreaterequal_test): Likewise.
17566         (isinf_test): Likewise.
17567         (isless_test): Likewise.
17568         (islessequal_test): Likewise.
17569         (islessgreater_test): Likewise.
17570         (isnan_test): Likewise.
17571         (isnormal_test): Likewise.
17572         (issignaling_test): Likewise.
17573         (isunordered_test): Likewise.
17574         (j0_test): Likewise.
17575         (j1_test): Likewise.
17576         (jn_test): Likewise.
17577         (ldexp_test): Likewise.
17578         (lgamma_test): Likewise.
17579         (gamma_test): Likewise.
17580         (lrint_test): Likewise.
17581         (lrint_test_tonearest): Likewise.
17582         (lrint_test_towardzero): Likewise.
17583         (lrint_test_downward): Likewise.
17584         (lrint_test_upward): Likewise.
17585         (llrint_test): Likewise.
17586         (llrint_test_tonearest): Likewise.
17587         (llrint_test_towardzero): Likewise.
17588         (llrint_test_downward): Likewise.
17589         (llrint_test_upward): Likewise.
17590         (log_test): Likewise.
17591         (log10_test): Likewise.
17592         (log1p_test): Likewise.
17593         (log2_test): Likewise.
17594         (logb_test): Likewise.
17595         (logb_test_downward): Likewise.
17596         (lround_test): Likewise.
17597         (llround_test): Likewise.
17598         (modf_test): Likewise.
17599         (nearbyint_test): Likewise.
17600         (nextafter_test): Likewise.
17601         (nexttoward_test): Likewise.
17602         (pow_test): Likewise.
17603         (pow_test_tonearest): Likewise.
17604         (pow_test_towardzero): Likewise.
17605         (pow_test_downward): Likewise.
17606         (pow_test_upward): Likewise.
17607         (remainder_test): Likewise.
17608         (drem_test): Likewise.
17609         (remainder_test_tonearest): Likewise.
17610         (drem_test_tonearest): Likewise.
17611         (remainder_test_towardzero): Likewise.
17612         (drem_test_towardzero): Likewise.
17613         (remainder_test_downward): Likewise.
17614         (drem_test_downward): Likewise.
17615         (remainder_test_upward): Likewise.
17616         (drem_test_upward): Likewise.
17617         (remquo_test): Likewise.
17618         (rint_test): Likewise.
17619         (rint_test_tonearest): Likewise.
17620         (rint_test_towardzero): Likewise.
17621         (rint_test_downward): Likewise.
17622         (rint_test_upward): Likewise.
17623         (round_test): Likewise.
17624         (scalb_test): Likewise.
17625         (scalbn_test): Likewise.
17626         (scalbln_test): Likewise.
17627         (signbit_test): Likewise.
17628         (sin_test): Likewise.
17629         (sin_test_tonearest): Likewise.
17630         (sin_test_towardzero): Likewise.
17631         (sin_test_downward): Likewise.
17632         (sin_test_upward): Likewise.
17633         (sincos_test): Likewise.
17634         (sinh_test): Likewise.
17635         (sinh_test_tonearest): Likewise.
17636         (sinh_test_towardzero): Likewise.
17637         (sinh_test_downward): Likewise.
17638         (sinh_test_upward): Likewise.
17639         (sqrt_test): Likewise.
17640         (sqrt_test_tonearest): Likewise.
17641         (sqrt_test_towardzero): Likewise.
17642         (sqrt_test_downward): Likewise.
17643         (sqrt_test_upward): Likewise.
17644         (tan_test): Likewise.
17645         (tan_test_tonearest): Likewise.
17646         (tan_test_towardzero): Likewise.
17647         (tan_test_downward): Likewise.
17648         (tan_test_upward): Likewise.
17649         (tanh_test): Likewise.
17650         (tgamma_test): Likewise.
17651         (trunc_test): Likewise.
17652         (y0_test): Likewise.
17653         (y1_test): Likewise.
17654         (yn_test): Likewise.
17655         (significand_test): Likewise.
17657         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
17658         individual tests in comment.
17659         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
17660         (prev_max_error): New variable.
17661         (prev_real_max_error): Likewise.
17662         (prev_imag_max_error): Likewise.
17663         (compare_ulp_data): Don't refer to test names in comment.
17664         (find_test_ulps): Remove function.
17665         (find_function_ulps): Likewise.
17666         (find_complex_function_ulps): Likewise.
17667         (init_max_error): Take function name as argument.  Look up ulps
17668         for that function.
17669         (print_ulps): Remove function.
17670         (print_max_error): Use prev_max_error instead of calling
17671         find_function_ulps.
17672         (print_complex_max_error): Use prev_real_max_error and
17673         prev_imag_max_error instead of calling find_complex_function_ulps.
17674         (check_float_internal): Take max_ulp parameter instead of calling
17675         find_test_ulps.  Don't call print_ulps.
17676         (check_float): Update call to check_float_internal.
17677         (check_complex): Update calls to check_float_internal.
17678         (START): Pass argument to init_max_error.
17679         * math/gen-libm-test.pl (%results): Don't include "kind"
17680         information.
17681         (parse_ulps): Don't handle ulps of individual tests.
17682         (print_ulps_file): Likewise.
17683         (output_ulps): Likewise.
17684         * math/README.libm-test: Update.
17685         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
17686         individual tests.
17687         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
17688         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
17689         * sysdeps/arm/libm-test-ulps: Likewise.
17690         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
17691         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
17692         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
17693         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
17694         * sysdeps/microblaze/libm-test-ulps: Likewise.
17695         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
17696         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
17697         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
17698         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
17699         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
17700         * sysdeps/sh/libm-test-ulps: Likewise.
17701         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
17702         * sysdeps/tile/libm-test-ulps: Likewise.
17703         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17705 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
17707         * math/libm-test.inc (print_complex_max_error): Check separately
17708         whether real and imaginary errors are within allowed range and
17709         pass 0 to print_complex_function_ulps instead of value within
17710         allowed range.
17712 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17714         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
17715         formatting.
17716         (get_handles_fopen): Likewise.
17717         (do_write_test): Likewise.
17719         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
17721         * libio/fileops.c (do_ftell): Use cached offset when
17722         available.
17723         * libio/iofwide.c (do_ftell_wide): Likewise.
17724         * libio/iofdopen.c (_IO_new_fdopen): Don't use
17725         _IO_file_attach.
17726         * libio/wfileops.c (_IO_fwide): Don't cache offset.
17728         [BZ #16532]
17729         * libio/libioP.h (get_file_offset): New function.
17730         * libio/fileops.c (get_file_offset): Likewise.
17731         (do_ftell): Likewise.
17732         (_IO_new_file_seekoff): Split out ftell logic.
17733         * libio/wfileops.c (do_ftell_wide): Likewise.
17734         (_IO_wfile_seekoff): Split out ftell logic.
17735         * libio/tst-ftell-active-handler.c: New test case.
17736         * libio/Makefile (tests): Add it.
17738 2014-03-03  Roland McGrath  <roland@hack.frob.com>
17740         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
17741         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
17743 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
17745         [BZ #16639]
17746         * nscd/connections.c (nscd_init): Call do_exit.
17747         (start_threads): Call do_exit and notify_parent.
17748         (begin_drop_privileges): Call do_exit.
17749         (finish_drop_privileges): Likewise.
17750         * nscd/selinux.c (preserve_capabilities): Likewise.
17751         (install_real_capabilities): Likewise.
17752         (nscd_selinux_enabled): Likewise.
17753         (avc_create_thread): Likewise.
17754         (avc_alloc_lock): Likewise.
17755         (nscd_avc_init): Likewise.
17756         * nscd/nscd.c (parent_fd): New static variable.
17757         (main): Create a pipe between parent and child processes.
17758         Skip closing parent_fd.
17759         (monitor_child): New function.
17760         (do_exit): Likewise.
17761         (notify_parent): Likewise.
17762         * nscd/nscd.h (notify_parent): Likewise.
17763         (do_exit): Likewise.
17765 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
17767         * malloc/malloc.c (__libc_calloc): Revert last change.
17769 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17771         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17773 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
17775         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
17776         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
17777         implementation.
17778         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17779         (__libc_ifunc_impl_list): Likewise.
17780         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
17781         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
17782         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
17783         * string/strrchr.c: Define STRRCHR.
17785 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
17787         * benchtest/bench-strtok.c (simple_strtok): Delete.
17788         (strtok_string): Use as benchmark.
17789         * string/strtok (STRTOK): New macro.
17791 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
17793         * manual/threads.texi: Add header and standard comments to all
17794         functions.
17796         * elf/dl-lookup.c (check_match): New function.
17797         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
17798         (do_lookup_x): Remove nested function check_match. Use non-nested
17799         function check_match.
17801 2014-02-28  Roland McGrath  <roland@hack.frob.com>
17803         * csu/Makefile (generated, before-compile): Use += rather than =.
17804         * catgets/Makefile (generated, generated-dirs): Likewise.
17805         * debug/Makefile (generated): Likewise.
17806         * dlfcn/Makefile (generated): Likewise.
17807         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
17808         * iconvdata/Makefile (before-compile, generated): Likewise.
17809         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
17810         * libio/Makefile (generated): Likewise.
17811         * malloc/Makefile (generated): Likewise.
17812         * manual/Makefile (generated, generated-dirs): Likewise.
17813         * misc/Makefile (generated): Likewise.
17814         * posix/Makefile (generated): Likewise.
17815         * resolv/Makefile (generated): Likewise.
17816         * sunrpc/Makefile (generated, generated-dirs): Likewise.
17817         * timezone/Makefile (generated, generated-dirs): Likewise.
17819         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
17821 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17823         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17824         power8 implementation.
17825         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
17826         file: POWER8 llround ifunc implementation.
17827         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
17828         (__lllround): Add POWER8 implementation.
17829         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
17830         POWER8 llround implementation.
17832         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
17833         power8 implementation.
17834         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
17835         file: POWER8 llrint ifunc implementation.
17836         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
17837         Add POWER8 implementation.
17838         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
17839         POWER8 llrint implementation.
17841         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
17842         power8 implementation.
17843         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
17844         file: POWER8 finite ifunc implementation.
17845         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
17846         Add POWER8 implementation.
17847         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
17848         Likewise.
17849         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
17850         POWER8 finite implementation.
17851         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
17853         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
17854         power8 implementation.
17855         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
17856         file: POWER8 isinf ifunc implementation.
17857         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
17858         POWER8 implementation.
17859         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
17860         Likewise.
17861         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
17862         isinf implementation.
17863         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
17865         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
17866         (INIT_ARCH): Add hwcap2 initialization.
17867         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17868         power8 implementation.
17869         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
17870         file: POWER8 isnan ifunc implementation.
17871         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
17872         POWER8 implementation.
17873         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
17874         Likewise.
17875         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
17876         isnan implementation.
17877         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
17879 2014-02-27  Joey Ye  <joey.ye@arm.com>
17881         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
17882         (_FP_NANFRAC_Q): Set to zero.
17884 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
17886         [BZ #16623]
17887         * math/auto-libm-test-in: New test inputs.
17888         * math/auto-libm-test-out: Regenerate.
17889         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
17890         and DA.
17891         (__cos): Likewise.
17892         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
17894 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
17896         * scripts/evaluate-test.sh: Take new argument indicating whether
17897         failure is expected.
17898         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
17899         indicating whether failure is expected.
17900         * conform/Makefile (test-xfail-run-conformtest): New variable.
17901         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
17902         level.
17903         * posix/Makefile (test-xfail-annexc): New variable.
17904         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
17906 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
17908         * argp/Makefile: Include Makeconfig immediately after defining
17909         subdir.
17910         * assert/Makefile: Likewise.
17911         * benchtests/Makefile: Likewise.
17912         * catgets/Makefile: Likewise.
17913         * conform/Makefile: Likewise.
17914         * crypt/Makefile: Likewise.
17915         * csu/Makefile: Likewise.
17916         (all): Remove target.
17917         * ctype/Makefile: Include Makeconfig immediately after defining
17918         subdir.
17919         * debug/Makefile: Likewise.
17920         * dirent/Makefile: Likewise.
17921         * dlfcn/Makefile: Likewise.
17922         * gmon/Makefile: Likewise.
17923         * gnulib/Makefile: Likewise.
17924         * grp/Makefile: Likewise.
17925         * gshadow/Makefile: Likewise.
17926         * hesiod/Makefile: Likewise.
17927         * hurd/Makefile: Likewise.
17928         (all): Remove target.
17929         * iconvdata/Makefile: Include Makeconfig immediately after
17930         defining subdir.
17931         * inet/Makefile: Likewise.
17932         * intl/Makefile: Likewise.
17933         * io/Makefile: Likewise.
17934         * libio/Makefile: Likewise.
17935         (all): Remove target.
17936         * locale/Makefile: Include Makeconfig immediately after defining
17937         subdir.
17938         * login/Makefile: Likewise.
17939         * mach/Makefile: Likewise.
17940         (all): Remove target.
17941         * malloc/Makefile: Include Makeconfig immediately after defining
17942         subdir.
17943         (all): Remove target.
17944         * manual/Makefile: Include Makeconfig immediately after defining
17945         subdir.
17946         * math/Makefile: Likewise.
17947         * misc/Makefile: Likewise.
17948         * nis/Makefile: Likewise.
17949         * nss/Makefile: Likewise.
17950         * po/Makefile: Likewise.
17951         (all): Remove target.
17952         * posix/Makefile: Include Makeconfig immediately after defining
17953         subdir.
17954         * pwd/Makefile: Likewise.
17955         * resolv/Makefile: Likewise.
17956         * resource/Makefile: Likewise.
17957         * rt/Makefile: Likewise.
17958         * setjmp/Makefile: Likewise.
17959         * shadow/Makefile: Likewise.
17960         * signal/Makefile: Likewise.
17961         * socket/Makefile: Likewise.
17962         * soft-fp/Makefile: Likewise.
17963         * stdio-common/Makefile: Likewise.
17964         * stdlib/Makefile: Likewise.
17965         * streams/Makefile: Likewise.
17966         * string/Makefile: Likewise.
17967         * sunrpc/Makefile: Likewise.
17968         (all): Remove target.
17969         * sysvipc/Makefile: Include Makeconfig immediately after defining
17970         subdir.
17971         * termios/Makefile: Likewise.
17972         * time/Makefile: Likewise.
17973         * timezone/Makefile: Likewise.
17974         (all): Remove target.
17975         * wcsmbs/Makefile: Include Makeconfig immediately after defining
17976         subdir.
17977         * wctype/Makefile: Likewise.
17979 2014-02-26  Steve Ellcey  <sellcey@mips.com>
17981         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
17982         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
17983         (libc_feholdexcept_setround_mips): Ditto.
17984         (libc_feholdsetround): New.
17985         (libc_feholdsetroundf): New.
17986         (libc_feholdsetroundl): New.
17987         (libc_feupdateenv_test_mips): New.
17988         (libc_feupdateenv_test): New.
17989         (libc_feupdateenv_testf): New.
17990         (libc_feupdateenv_testl): New.
17991         (libc_feresetround): New.
17992         (libc_feresetroundf): New.
17993         (libc_feresetroundl): New.
17994         (libc_fetestexcept_mips): New.
17995         (libc_fetestexcept): New.
17996         (libc_fetestexceptf): New.
17997         (libc_fetestexceptl): New.
17998         (HAVE_RM_CTX): New.
17999         (libc_feholdexcept_setround_mips_ctx): New.
18000         (libc_feholdexcept_setround_ctx): New.
18001         (libc_feholdexcept_setroundf_ctx): New.
18002         (libc_feholdexcept_setroundl_ctx): New.
18003         (libc_fesetenv_mips_ctx): New.
18004         (libc_fesetenv_ctx): New.
18005         (libc_fesetenv_ctxf): New.
18006         (libc_fesetenv_ctxl): New.
18007         (libc_feupdateenv_mips_ctx): New.
18008         (libc_feupdateenv_ctx): New.
18009         (libc_feupdateenvf_ctx): New.
18010         (libc_feupdateenvl_ctx): New.
18011         (libc_feholdsetround_mips_ctx): New.
18012         (libc_feholdsetround_ctx): New.
18013         (libc_feholdsetroundf_ctx): New.
18014         (libc_feholdsetroundl_ctx): New.
18015         (libc_feresetround_mips_ctx): New.
18016         (libc_feresetround_ctx): New.
18017         (libc_feresetroundf_ctx): New.
18018         (libc_feresetroundl_ctx): New.
18020 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
18022         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
18024         * manual/ipc.texi: New file.
18025         * manual/Makefile (chapters): Add ipc.
18026         * manual/job.texi: Add "Inter-Process Communication" to next.
18027         * manual/process.texi: Add "Inter-Process Communication" to prev.
18029 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18031         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18033 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
18035         * malloc/malloc.c (__libc_calloc): Simplify implementation.
18037         * manual/arith.texi: Fix spaces after sentences.
18038         * manual/charset.texi: Likewise.
18039         * manual/errno.texi: Likewise.
18040         * manual/install.texi: Likewise.
18041         * manual/llio.texi: Likewise.
18042         * manual/locale.texi: Likewise.
18043         * manual/maint.texi: Likewise.
18044         * manual/math.texi: Likewise.
18045         * manual/memory.texi: Likewise.
18046         * manual/message.texi: Likewise.
18047         * manual/probes.texi: Likewise.
18048         * manual/resource.texi: Likewise.
18049         * manual/signal.texi: Likewise.
18050         * manual/socket.texi: Likewise.
18051         * manual/stdio.texi: Likewise.
18052         * manual/string.texi: Likewise.
18053         * manual/time.texi: Likewise.
18054         * manual/users.texi: Likewise.
18056 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
18058         [BZ #16632]
18059         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
18060         _DEFAULT_SOURCE is defined.
18062 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
18063             Carlos O'Donell  <carlos@redhat.com>
18065         [BZ #16613]
18066         * elf/dl-tls.c (_dl_count_modids): New function.
18067         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
18068         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
18069         audit library and increment generation counter.
18070         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
18071         * elf/tst-audit9.c: New file.
18072         * elf/tst-auditmod9a.c: New file.
18073         * elf/tst-auditmod9b.c: New file.
18074         * elf/Makefile: Add rules to build and run tst-audit9.
18076 2014-02-25  Florian Weimer  <fweimer@redhat.com>
18078         [BZ #15347]
18079         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
18081 2014-02-25  Will Newton  <will.newton@linaro.org>
18083         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
18084         (__longjmp): Restore sp and lr before restoring callee
18085         saved registers.  Add longjmp and longjmp_target
18086         SystemTap probe point.
18087         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
18088         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
18089         Define to zero to match jmpbuf layout.
18090         * sysdeps/arm/setjmp.S: Include stap-probe.h.
18091         (__sigsetjmp): Save sp and lr before saving callee
18092         saved registers.  Add setjmp SystemTap probe point.
18094 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
18096         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18098 2014-02-24  Andreas Schwab  <schwab@suse.de>
18100         [BZ #15804]
18101         * elf/pldd.c (wait_for_ptrace_stop): New function.
18102         (main): Call it after attaching.
18104 2014-02-22  Roland McGrath  <roland@hack.frob.com>
18106         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
18107         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
18108         Versions files is now verboten.
18109         * hurd/Versions (libc: GLIBC_2.0):
18110         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
18111         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
18112         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
18113         * mach/Versions: Likewise.
18115         * csu/Versions: Remove unused %include.
18116         * resolv/Versions: Likewise.
18118 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
18120         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
18121         ($(objpfx)check-local-headers.out): Likewise.
18122         ($(objpfx)begin-end-check.out): Likewise.
18123         * Makerules (check-abi-%.out): Likewise.
18124         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
18125         ($(objpfx)test2.cat): Likewise.
18126         ($(objpfx)de/libc.cat): Likewise.
18127         ($(objpfx)test-gencat.out): Likewise.
18128         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
18129         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
18130         ($(objpfx)noload-mem): Likewise.
18131         ($(objpfx)tst-pathopt.out): Likewise.
18132         ($(objpfx)tst-rtld-load-self.out): Likewise.
18133         ($(objpfx)tst-array1-cmp.out): Likewise.
18134         ($(objpfx)tst-array1-static-cmp.out): Likewise.
18135         ($(objpfx)tst-array2-cmp.out): Likewise.
18136         ($(objpfx)tst-array3-cmp.out): Likewise.
18137         ($(objpfx)tst-array4-cmp.out): Likewise.
18138         ($(objpfx)tst-array5-cmp.out): Likewise.
18139         ($(objpfx)tst-array5-static-cmp.out): Likewise.
18140         ($(objpfx)check-textrel.out): Likewise.
18141         ($(objpfx)check-execstack.out): Likewise.
18142         ($(objpfx)check-localplt.out): Likewise.
18143         ($(objpfx)order2-cmp.out): Likewise.
18144         ($(objpfx)tst-leaks1-mem): Likewise.
18145         ($(objpfx)tst-leaks1-static-mem): Likewise.
18146         ($(objpfx)tst-initorder-cmp.out): Likewise.
18147         ($(objpfx)tst-initorder2-cmp.out): Likewise.
18148         ($(objpfx)tst-unused-dep.out): Likewise.
18149         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
18150         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
18151         * iconv/Makefile (test-iconvconfig): Likewise.
18152         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
18153         ($(objpfx)iconv-test.out): Likewise.
18154         ($(objpfx)tst-tables.out): Likewise.
18155         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
18156         ($(objpfx)tst-gettext.out): Likewise.
18157         ($(objpfx)tst-translit.out): Likewise.
18158         ($(objpfx)tst-gettext2.out): Likewise.
18159         ($(objpfx)tst-gettext4.out): Likewise.
18160         ($(objpfx)tst-gettext6.out): Likewise.
18161         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
18162         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
18163         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
18164         ($(objpfx)tst-fopenloc-mem.out): Likewise.
18165         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
18166         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
18167         * posix/Makefile ($(objpfx)globtest.out): Likewise.
18168         ($(objpfx)wordexp-tst.out): Likewise.
18169         ($(objpfx)annexc.out): Likewise.
18170         ($(objpfx)tst-fnmatch-mem): Likewise.
18171         ($(objpfx)bug-regex2-mem): Likewise.
18172         ($(objpfx)bug-regex14-mem): Likewise.
18173         ($(objpfx)bug-regex21-mem): Likewise.
18174         ($(objpfx)bug-regex31-mem): Likewise.
18175         ($(objpfx)tst-vfork3-mem): Likewise.
18176         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
18177         ($(objpfx)tst-pcre-mem): Likewise.
18178         ($(objpfx)tst-boost-mem): Likewise.
18179         ($(objpfx)tst-getconf.out): Likewise.
18180         ($(objpfx)bug-ga2-mem): Likewise.
18181         ($(objpfx)bug-glob2-mem): Likewise.
18182         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
18183         ($(objpfx)mtrace-tst-leaks2): Likewise.
18184         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
18185         ($(objpfx)tst-printf.out): Likewise.
18186         ($(objpfx)tst-setvbuf1.out): Likewise.
18187         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
18188         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
18189         ($(objpfx)tst-fmtmsg.out): Likewise.
18190         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
18191         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
18193         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
18194         * bits/sigaction.h [__USE_MISC]: Likewise.
18195         * bits/waitstatus.h: Update #endif comments.
18196         * ctype/ctype.h: Likewise.
18197         * dirent/dirent.h: Likewise.
18198         [__USE_MISC]: Remove redundant conditionals.
18199         * grp/grp.h: Update #endif comments.
18200         [__USE_GNU]: Remove redundant conditionals.
18201         [__USE_MISC]: Likewise.
18202         * inet/netinet/in.h [__USE_GNU]: Likewise.
18203         * io/sys/stat.h [__USE_MISC]: Likewise.
18204         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
18205         * libio/bits/stdio.h: Update #endif comments.
18206         [__USE_MISC]: Remove redundant conditionals.
18207         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
18208         * libio/stdio.h: Update #endif comments.
18209         [__USE_MISC]: Remove redundant conditionals.
18210         * math/bits/math-finite.h [__USE_MISC]: Likewise.
18211         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
18212         * math/math.h: Update #else and #endif comments.
18213         [__USE_MISC]: Remove redundant conditionals.
18214         * misc/sys/uio.h: Update #endif comments.
18215         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
18216         * posix/glob.h [__USE_MISC]: Likewise.
18217         * posix/sys/types.h: Update #endif comments.
18218         [__USE_MISC]: Remove redundant conditionals.
18219         * posix/sys/wait.h: Update #endif comments.
18220         [__USE_MISC]: Remove redundant conditionals.
18221         * posix/unistd.h: Update #endif comments.
18222         [__USE_MISC]: Remove redundant conditionals.
18223         * pwd/pwd.h [__USE_GNU]: Likewise.
18224         [__USE_MISC]: Likewise.
18225         * resolv/netdb.h [__USE_GNU]: Likewise.
18226         * signal/signal.h: Update #endif comments.
18227         [__USE_MISC]: Remove redundant conditionals.
18228         * stdlib/stdlib.h: Update #else and #endif comments.
18229         [__USE_MISC]: Remove redundant conditionals.
18230         [__USE_GNU]: Likewise.
18231         * string/bits/string2.h [__USE_MISC]: Likewise.
18232         * string/string.h: Update #endif comments.
18233         [__USE_MISC]: Remove redundant conditionals.
18234         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
18235         Likewise.
18236         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
18237         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
18238         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
18239         Likewise.
18240         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
18241         Likewise.
18242         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
18243         comments.
18244         [__USE_MISC]: Remove redundant conditionals.
18245         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
18246         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
18247         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
18248         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
18249         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
18250         Likewise.
18251         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
18252         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
18253         Likewise.
18254         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
18255         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
18256         Likewise.
18257         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
18258         Likewise.
18259         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
18260         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
18261         Likewise.
18262         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
18263         Likewise.
18264         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
18265         * sysdeps/x86/bits/string.h: Update #endif comments.
18266         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
18267         conditionals.
18268         * time/sys/time.h: Update #endif comments.
18269         * time/time.h: Likewise.
18270         [__USE_MISC]: Remove redundant conditionals.
18272 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
18274         [BZ #16600]
18275         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
18277 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
18279         * Versions.def (librt): Add GLIBC_2.17.
18281 2014-02-21  Adam Conrad  <adconrad@0c3.net>
18283         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
18284         synonym for _SYS_AUXV_H to allow direct inclusion.
18285         * sysdeps/sparc/bits/hwcap.h: Likewise.
18286         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
18287         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
18288         * sysdeps/sparc/sysdep.h: Likewise.
18290 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18292         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
18294 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18296         * benchtests/bench-strrchr.c: Print length instead of position.
18298 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
18300         [BZ #16611]
18301         * sysdeps/unix/sysv/linux/kernel-features.h
18302         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
18303         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
18304         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
18305         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
18306         Likewise.
18307         [__i386__ || __powerpc__ || __sh__ || __sparc__]
18308         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18309         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
18310         (__ASSUME_SENDMMSG): Define instead of using previous
18311         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
18312         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18313         (__ASSUME_SENDMMSG_SYSCALL): Define.
18314         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18315         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
18316         Likewise.
18317         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18318         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18319         Likewise.
18320         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18321         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18322         Likewise.
18323         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
18324         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18325         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18326         [__ASSUME_SENDMMSG]: Change conditionals to
18327         [__ASSUME_SENDMMSG_SOCKETCALL].
18328         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18329         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
18330         Define.
18331         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18332         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
18333         Likewise.
18334         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
18335         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18336         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18337         [!__ASSUME_SENDMMSG]: Change conditional to
18338         [!__ASSUME_SENDMMSG_SOCKETCALL].
18339         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18340         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18341         Define.
18343         [BZ #16610]
18344         * sysdeps/unix/sysv/linux/kernel-features.h
18345         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
18346         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
18347         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
18348         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
18349         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18350         [__i386__ || __sparc__]
18351         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18352         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
18353         (__ASSUME_RECVMMSG): Define instead of using previous
18354         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
18355         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18356         (__ASSUME_RECVMMSG_SYSCALL): Define.
18357         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18358         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18359         Likewise.
18360         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18361         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18362         Likewise.
18363         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18364         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18365         Likewise.
18366         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
18367         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18368         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18369         [__ASSUME_RECVMMSG]: Change condition to
18370         [__ASSUME_RECVMMSG_SOCKETCALL].
18371         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18372         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18373         Define.
18374         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18375         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18376         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18377         Likewise.
18378         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
18379         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18380         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18381         [!__ASSUME_RECVMMSG]: Change condition to
18382         [!__ASSUME_RECVMMSG_SOCKETCALL].
18383         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18384         (__ASSUME_RECVMMSG_SYSCALL): Define.
18386         [BZ #16609]
18387         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
18388         __powerpc__ || __s390__ || __sh__ || __sparc__]
18389         (__ASSUME_SOCKETCALL): Define.
18390         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
18391         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
18392         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
18393         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
18394         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18395         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
18396         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
18397         (__ASSUME_ACCEPT4): Define instead of using previous
18398         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
18399         __powerpc__ || __sparc__ || __s390__)] condition.
18400         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18401         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18402         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
18403         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18404         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18405         [!__ASSUME_ACCEPT4]: Change condition to
18406         [!__ASSUME_ACCEPT4_SOCKETCALL].
18407         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18408         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
18409         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
18410         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18411         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
18412         __ASSUME_ACCEPT4_SYSCALL.
18413         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
18414         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
18415         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18416         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
18417         __ASSUME_ACCEPT4_SYSCALL.
18418         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
18419         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18420         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18421         [__ASSUME_ACCEPT4]: Change condition to
18422         [__ASSUME_ACCEPT4_SOCKETCALL].
18423         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
18424         (__ASSUME_SOCKETCALL): Define.
18425         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
18426         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18427         (__ASSUME_SOCKETCALL): Define.
18428         (__ASSUME_ACCEPT4): Remove.
18429         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
18430         Define.
18431         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18432         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
18433         Likewise.
18434         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18435         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18437         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
18438         macro.
18439         (HWCAP_ARM_LPAE): Likewise.
18440         (HWCAP_ARM_EVTSTRM): Likewise.
18441         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
18442         Add vpfd32, lpae and evtstrm.
18443         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
18444         Increase to 22.
18446 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
18448         * math/auto-libm-test-in: Add tests of clog10.
18449         * math/auto-libm-test-out: Regenerated.
18450         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
18451         * sysdeps/i386/fpu/libm-test-ulps: Update.
18452         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18454 2014-02-18  Andreas Schwab  <schwab@suse.de>
18456         [BZ #16574]
18457         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
18458         Store non-zero if the second buffer was newly allocated.
18459         (send_dg): Likewise.
18460         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
18461         to send_vc and send_dg.
18462         (res_nsend): Pass NULL for ansp2_malloced.
18463         * resolv/res_query.c (__libc_res_nquery): Add parameter
18464         answerp2_malloced and pass it down to __libc_res_nsend.
18465         (res_nquery): Pass additional NULL to __libc_res_nquery.
18466         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
18467         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
18468         second answer buffer if answerp2_malloced was set.
18469         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
18470         (__libc_res_nquerydomain): Add parameter
18471         answerp2_malloced and pass it down to __libc_res_nquery.
18472         (res_nquerydomain): Pass additional NULL to
18473         __libc_res_nquerydomain.
18474         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
18475         additional NULL to __libc_res_nsend and __libc_res_nquery.
18476         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
18477         additional NULL to __libc_res_nsearch.
18478         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
18479         parameter of __libc_res_nsearch to check for separately allocated
18480         second buffer.
18481         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
18482         __libc_res_nquery.
18483         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
18484         additional NULL to __libc_res_nquery.
18485         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
18486         __libc_res_nsearch.
18487         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
18488         * include/resolv.h: Update prototypes of __libc_res_nquery,
18489         __libc_res_nsearch, __libc_res_nsend.
18491 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
18493         * math/auto-libm-test-in: Add tests of fma.
18494         * math/auto-libm-test-out: Regenerated.
18495         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
18496         (fma_towardzero_test_data): Likewise.
18497         (fma_downward_test_data): Likewise.
18498         (fma_upward_test_data): Likewise.
18499         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
18500         mpc_mode.
18501         (rounding_modes): Add values for new field.
18502         (func_calc_method): Add value mpfr_fff_f.
18503         (func_calc_desc): Add mpfr_fff_f union field.
18504         (test_function): Add field exact_args.
18505         (FUNC): Add macro argument EXACT_ARGS.
18506         (FUNC_mpfr_f_f): Update call to FUNC.
18507         (FUNC_mpfr_f_f): Likewise.
18508         (FUNC_mpfr_ff_f): Likewise.
18509         (FUNC_mpfr_if_f): Likewise.
18510         (FUNC_mpc_c_f): Likewise.
18511         (FUNC_mpc_c_c): Likewise.
18512         (test_functions): Add fma.  Update calls to FUNC.
18513         (handle_input_arg): Add argument exact_args.
18514         (add_test): Update call to handle_input_arg.
18515         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
18516         (output_for_one_input_case): Update call to calc_generic_results.
18517         Recalculate exact zero results in each rounding mode.
18519         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
18520         non-negative before setting low bit.
18521         * math/auto-libm-test-in: Mark one asin test possibly having
18522         spurious underflow.
18523         * math/auto-libm-test-out: Regenerated.
18524         * sysdeps/i386/fpu/libm-test-ulps: Update.
18525         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18527 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
18529         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
18530         * sysdeps/unix/sysv/linux/microblaze: Move directory from
18531         ports/sysdeps/unix/sysv/linux/microblaze.
18532         * README: Add missing listing for microblaze*-*-linux-gnu.
18534 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
18536         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
18537         duplicate code
18539 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
18541         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
18542         * sysdeps/unix/sysv/linux/ia64: Move directory from
18543         ports/sysdeps/unix/sysv/linux/ia64.
18544         * README: Update listing for ia64-*-linux-gnu.
18546 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
18547             Joseph Myers  <joseph@codesourcery.com>
18549         * Makeconfig (test-name): New variable.
18550         (evaluate-test): Likewise.
18551         * Makerules (do-test-clean): Remove .test-result files.
18552         (common-mostlyclean): Likewise.
18553         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
18554         * scripts/evaluate-test.sh: New file.
18556 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
18558         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
18559         separate $(objpfx)tst-fopenloc-cmp.out and
18560         $(objpfx)tst-fopenloc-mem.out targets.
18561         (tests): Update dependencies.
18562         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
18563         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
18564         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
18565         (tst-rxspencer-no-utf8-ARGS): New variable.
18566         (tst-rxspencer-no-utf8-ENV): Likewise.
18567         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
18568         instead of $(objpfx)tst-rxspencer-mem.
18569         ($(objpfx)tst-rxspencer-mem): Change target to
18570         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
18571         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
18572         * posix/tst-rxspencer-no-utf8.c: New file.
18574         * elf/Makefile ($(objpfx)order.out): Remove rule.
18575         [$(run-built-tests) = yes] (tests): Depend on
18576         $(objpfx)order-cmp.out.
18577         ($(objpfx)order-cmp.out): New rule.
18578         [$(run-built-tests) = yes] (tests): Depend on
18579         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
18580         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
18581         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
18582         $(objpfx)tst-array5-static-cmp.out.
18583         ($(objpfx)tst-array1.out): Remove rule.
18584         ($(objpfx)tst-array1-cmp.out): New rule.
18585         ($(objpfx)tst-array1-static.out): Remove rule.
18586         ($(objpfx)tst-array1-static-cmp.out): New rule.
18587         ($(objpfx)tst-array2.out): Remove rule.
18588         ($(objpfx)tst-array2-cmp.out): New rule.
18589         ($(objpfx)tst-array3.out): Remove rule.
18590         ($(objpfx)tst-array3-cmp.out): New rule.
18591         ($(objpfx)tst-array4.out): Remove rule.
18592         ($(objpfx)tst-array4-cmp.out): New rule.
18593         ($(objpfx)tst-array5.out): Remove rule.
18594         ($(objpfx)tst-array5-cmp.out): New rule.
18595         ($(objpfx)tst-array5-static.out): Remove rule.
18596         ($(objpfx)tst-array5-static-cmp.out): New rule.
18597         [$(run-built-tests) = yes] (tests): Depend on
18598         $(objpfx)order2-cmp.out.
18599         ($(objpfx)order2.out): Remove rule.
18600         ($(objpfx)order2-cmp.out): New rule.
18601         ($(objpfx)tst-initorder.out): Remove rule.
18602         [$(run-built-tests) = yes] (tests): Depend on
18603         $(objpfx)tst-initorder-cmp.out.
18604         ($(objpfx)tst-initorder-cmp.out): New rule.
18605         ($(objpfx)tst-initorder2.out): Remove rule.
18606         [$(run-built-tests) = yes] (tests): Depend on
18607         $(objpfx)tst-initorder2-cmp.out.
18608         ($(objpfx)tst-initorder2-cmp.out): New rule.
18609         [$(run-built-tests) = yes] (tests): Depend on
18610         $(objpfx)tst-unused-dep-cmp.out.
18611         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
18612         ($(objpfx)tst-unused-dep-cmp.out): New rule.
18613         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
18614         on $(objpfx)tst-setvbuf1-cmp.out.
18615         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
18616         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
18617         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
18618         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
18619         ($(objpfx)tst-svc.out): Remove rule.
18620         ($(objpfx)tst-svc-cmp.out): New rule.
18622 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
18624         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
18625         * ctype/ctype.h [__USE_MISC]: Likewise.
18626         * dirent/dirent.h [__USE_MISC]: Likewise.
18627         * grp/grp.h [__USE_MISC]: Likewise.
18628         * io/fcntl.h [__USE_MISC]: Likewise.
18629         * io/sys/stat.h [__USE_MISC]: Likewise.
18630         * libio/stdio.h [__USE_MISC]: Likewise.
18631         * posix/unistd.h [__USE_MISC]: Likewise.
18632         * pwd/pwd.h [__USE_MISC]: Likewise.
18633         * stdlib.h [__USE_MISC]: Likewise.
18634         * string/bits/string2.h [__USE_MISC]: Likewise.
18635         * string/string.h [__USE_MISC]: Likewise.
18636         * time/time.h [__USE_MISC]: Likewise.
18638 2014-02-13  Andreas Schwab  <schwab@suse.de>
18640         [BZ #16574]
18641         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
18642         second answer buffer if it was separately allocated.
18644 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
18646         * sysdeps/mips/math-tests.h: Include <features.h>.
18647         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18648         (ROUNDING_TESTS_long_double): Do not define.
18649         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18650         (EXCEPTION_TESTS_long_double): Likewise.
18651         * sysdeps/mips/mips64/libm-test-ulps: Update.
18653         * include/features.h (__USE_BSD): Remove macro definitions.
18654         (__USE_SVID): Likewise.
18655         (_BSD_SOURCE): Likewise.
18656         (_SVID_SOURCE): Likewise.
18657         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
18658         from definition of _DEFAULT_SOURCE.
18659         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
18660         [_DEFAULT_SOURCE].
18661         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
18662         * bits/mman.h [__USE_BSD]: Likewise.
18663         * bits/termios.h [__USE_BSD]: Likewise.
18664         * bits/waitstatus.h [__USE_BSD]: Likewise.
18665         * ctype/ctype.h [__USE_SVID]: Likewise.
18666         * dirent/dirent.h [__USE_BSD]: Likewise.
18667         * grp/grp.h [__USE_SVID]: Likewise.
18668         [__USE_BSD]: Likewise.
18669         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
18670         * io/fcntl.h [__USE_BSD]: Likewise.
18671         * io/ftw.h [__USE_BSD]: Likewise.
18672         * io/sys/stat.h [__USE_BSD]: Likewise.
18673         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
18674         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
18675         * libio/stdio.h [__USE_SVID]: Likewise.
18676         [__USE_BSD]: Likewise.
18677         * math/math.h [__USE_SVID]: Likewise.
18678         [__USE_BSD]: Likewise.
18679         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
18680         * misc/bits/syslog.h [__USE_BSD]: Likewise.
18681         * misc/search.h [__USE_SVID]: Likewise.
18682         * misc/sys/mman.h [__USE_BSD]: Likewise.
18683         * misc/sys/syslog.h [__USE_BSD]: Likewise.
18684         * misc/sys/uio.h [__USE_BSD]: Likewise.
18685         * posix/bits/unistd.h [__USE_BSD]: Likewise.
18686         * posix/glob.h [__USE_BSD]: Likewise.
18687         * posix/regex.h [__USE_BSD]: Likewise.
18688         * posix/sys/types.h [__USE_BSD]: Likewise.
18689         [__USE_SVID]: Likewise.
18690         * posix/sys/utsname.h [__USE_SVID]: Likewise.
18691         * posix/sys/wait.h [__USE_BSD]: Likewise.
18692         [__USE_SVID]: Likewise.
18693         * posix/unistd.h [__USE_BSD]: Likewise.
18694         [__USE_SVID]: Likewise.
18695         * pwd/pwd.h [__USE_SVID]: Likewise.
18696         * resolv/netdb.h [__USE_BSD]: Likewise.
18697         * setjmp/setjmp.h [__USE_BSD]: Likewise.
18698         * signal/signal.h [__USE_BSD]: Likewise.
18699         [__USE_SVID]: Likewise.
18700         * socket/sys/socket.h [__USE_BSD]: Likewise.
18701         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
18702         * stdlib/stdlib.h [__USE_BSD]: Likewise.
18703         [__USE_SVID]: Likewise.
18704         * string/bits/string2.h [__USE_BSD]: Likewise.
18705         [__USE_SVID]: Likewise.
18706         * string/bits/string3.h [__USE_BSD]: Likewise.
18707         * string/endian.h [__USE_BSD]: Likewise.
18708         * string/string.h [__USE_SVID]: Likewise.
18709         [__USE_BSD]: Likewise.
18710         * string/strings.h [__USE_BSD]: Likewise.
18711         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
18712         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
18713         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
18714         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
18715         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
18716         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
18717         Likewise.
18718         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
18719         Likewise.
18720         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
18721         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
18722         Likewise.
18723         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
18724         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
18725         Likewise.
18726         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
18727         Likewise.
18728         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
18729         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
18730         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
18731         Likewise.
18732         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
18733         Likewise.
18734         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
18735         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
18736         * termios/termios.h [__USE_BSD]: Likewise.
18737         * time/sys/time.h [__USE_BSD]: Likewise.
18738         * time/time.h [__USE_BSD]: Likewise.
18739         [__USE_SVID]: Likewise.
18741         * Makefile (subdir_targets): Remove subdir_lint.out.
18743         * stdio-common/Makefile (do-tst-unbputc): Remove target.
18744         (do-tst-printf): Likewise.
18745         (tests): Depend directly on $(objpfx)tst-unbputc.out and
18746         $(objpfx)tst-printf.out.
18748         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
18750         * Makerules (check-abi-%): Change target to
18751         $(objpfx)check-abi-%.out.
18752         (check-abi target): Update dependencies.
18753         (check-abi-pattern variable): Redirect output of diff to $@.
18754         (check-abi variable): Likewise.
18755         * elf/Makefile (check-abi): Update dependencies.
18757         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
18758         unused.
18759         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
18760         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
18761         subnormal range.
18762         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
18763         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
18764         value has largest subnormal exponent.
18765         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
18766         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
18767         * sysdeps/aarch64/soft-fp/sfp-machine.h
18768         (_FP_TININESS_AFTER_ROUNDING): New macro.
18769         * sysdeps/alpha/soft-fp/sfp-machine.h
18770         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18771         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18772         Likewise.
18773         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
18774         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18775         * sysdeps/mips/soft-fp/sfp-machine.h
18776         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18777         * sysdeps/powerpc/soft-fp/sfp-machine.h
18778         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18779         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18780         Likewise.
18781         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
18782         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18783         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
18784         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18785         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18786         Likewise.
18788 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
18790         [BZ #16545]
18791         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
18792         model 1.
18794 2014-02-12  Richard Henderson  <rth@redhat.com>
18796         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
18797         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
18798         * sysdeps/unix/sysv/linux/alpha: Move directory from
18799         ports/sysdeps/unix/sysv/linux/alpha.
18800         * README: Update listing for alpha-*-linux-gnu.
18802 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
18804         * include/features.h: Update comment documenting feature test
18805         macros.
18806         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
18807         _DEFAULT_SOURCE.
18808         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
18809         (_SVID_SOURCE): Likewise.
18810         (_DEFAULT_SOURCE): Update description of default features.
18811         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
18812         with _GNU_SOURCE.
18813         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
18814         (S_ISVTX): Likewise.
18815         * manual/math.texi (Mathematical Constants): Likewise.
18816         * manual/signal.texi (Interrupted Primitives): Likewise.
18817         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
18818         * math/test-matherr.c (_SVID_SOURCE): Do not define.
18819         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
18820         Don't refer to _SVID_SOURCE in warning text.
18822         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18824         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
18825         already defined.
18826         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
18827         * sysdeps/mips/dl-lookup.c: Remove.
18828         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
18830 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
18832         [BZ #16447]
18833         * math/auto-libm-test-in: Add testcase for expl.
18834         * math/auto-libm-test-out: Regenerate.
18835         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
18836         calculation of unsafe.
18837         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
18839 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
18841         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
18842         * sysdeps/unix/sysv/linux/aarch64: Move directory from
18843         ports/sysdeps/unix/sysv/linux/aarch64.
18844         * README: Update listing for aarch64*-*-linux-gnu.
18846 2014-02-11  Will Newton  <will.newton@linaro.org>
18848         * manual/probes.texi (Mathematical Function Probes): Use
18849         "triggered" instead of "hit".
18851         * manual/probes.texi (Internal Probes): Add documentation
18852         of setjmp, longjmp and longjmp_target probes.
18854         * include/stap-probe.h: Add comment about probe argument
18855         format.
18857         * malloc/mtrace.c (attribute_hidden): Remove unused macro
18858         definition.  (tr_where, tr_freehook, tr_mallochook,
18859         tr_reallochook, tr_memalignhook): Use ANSI protoype.
18861 2014-02-11  David S. Miller  <davem@davemloft.net>
18863         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
18864         processing int_tests.
18866 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
18868         * sysdeps/mips: Move directory from ports/sysdeps/mips.
18869         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
18870         * sysdeps/unix/sysv/linux/mips: Move directory from
18871         ports/sysdeps/unix/sysv/linux/mips.
18872         * README: Update listing for mips-*-linux-gnu and
18873         mips64-*-linux-gnu.
18875 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
18877         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
18878         * sysdeps/unix/sysv/linux/m68k: Move directory from
18879         ports/sysdeps/unix/sysv/linux/m68k.
18880         * README: Update listing for m68k-*-linux-gnu.
18882 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
18884         * sysdeps/tile: Move directory from ports/sysdeps/tile.
18885         * sysdeps/unix/sysv/linux/generic: Move directory from
18886         ports/sysdeps/unix/sysv/linux/generic.
18887         * sysdeps/unix/sysv/linux/tile: Move directory from
18888         ports/sysdeps/unix/sysv/linux/tile.
18889         * README: Update listing for tile*-*-linux-gnu.
18891 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
18893         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
18894         __builtin_expect.
18895         * benchtests/bench-memmem.c (simple_memmem): Likewise.
18896         * catgets/open_catalog.c (__open_catalog): Likewise.
18897         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
18898         * debug/confstr_chk.c: Likewise.
18899         * debug/fread_chk.c (__fread_chk): Likewise.
18900         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
18901         * debug/getgroups_chk.c: Likewise.
18902         * debug/mbsnrtowcs_chk.c: Likewise.
18903         * debug/mbsrtowcs_chk.c: Likewise.
18904         * debug/mbstowcs_chk.c: Likewise.
18905         * debug/memcpy_chk.c: Likewise.
18906         * debug/memmove_chk.c: Likewise.
18907         * debug/mempcpy_chk.c: Likewise.
18908         * debug/memset_chk.c: Likewise.
18909         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
18910         * debug/strcat_chk.c (__strcat_chk): Likewise.
18911         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
18912         * debug/strncat_chk.c (__strncat_chk): Likewise.
18913         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
18914         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
18915         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
18916         * debug/wcpncpy_chk.c: Likewise.
18917         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
18918         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
18919         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
18920         * debug/wcsncpy_chk.c: Likewise.
18921         * debug/wcsnrtombs_chk.c: Likewise.
18922         * debug/wcsrtombs_chk.c: Likewise.
18923         * debug/wcstombs_chk.c: Likewise.
18924         * debug/wmemcpy_chk.c: Likewise.
18925         * debug/wmemmove_chk.c: Likewise.
18926         * debug/wmempcpy_chk.c: Likewise.
18927         * debug/wmemset_chk.c: Likewise.
18928         * dirent/scandirat.c (SCANDIRAT): Likewise.
18929         * dlfcn/dladdr1.c (dladdr1): Likewise.
18930         * dlfcn/dladdr.c (dladdr): Likewise.
18931         * dlfcn/dlclose.c (dlclose_doit): Likewise.
18932         * dlfcn/dlerror.c (__dlerror): Likewise.
18933         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
18934         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
18935         * dlfcn/dlopen.c (dlopen_doit): Likewise.
18936         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
18937         * dlfcn/dlsym.c (dlsym_doit): Likewise.
18938         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
18939         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
18940         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
18941         Likewise.
18942         * elf/dl-conflict.c: Likewise.
18943         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
18944         * elf/dl-dst.h: Likewise.
18945         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
18946         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
18947         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
18948         * elf/dl-init.c (call_init, _dl_init): Likewise.
18949         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
18950         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
18951         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
18952         Likewise.
18953         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
18954         Likewise.
18955         * elf/dl-minimal.c (__libc_memalign): Likewise.
18956         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
18957         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
18958         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
18959         * elf/dl-sym.c (do_sym): Likewise.
18960         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
18961         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
18962         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
18963         * elf/dl-writev.h (_dl_writev): Likewise.
18964         * elf/ldconfig.c (search_dir): Likewise.
18965         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
18966         (dl_main): Likewise.
18967         * elf/setup-vdso.h (setup_vdso): Likewise.
18968         * grp/compat-initgroups.c (compat_call): Likewise.
18969         * grp/fgetgrent.c (fgetgrent): Likewise.
18970         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
18971         * grp/putgrent.c (putgrent): Likewise.
18972         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
18973         Likewise.
18974         * hurd/hurdinit.c: Likewise.
18975         * iconvdata/8bit-gap.c (struct): Likewise.
18976         * iconvdata/ansi_x3.110.c : Likewise.
18977         * iconvdata/big5.c : Likewise.
18978         * iconvdata/big5hkscs.c : Likewise.
18979         * iconvdata/cp1255.c: Likewise.
18980         * iconvdata/cp1258.c : Likewise.
18981         * iconvdata/cp932.c : Likewise.
18982         * iconvdata/euc-cn.c: Likewise.
18983         * iconvdata/euc-jisx0213.c : Likewise.
18984         * iconvdata/euc-jp.c: Likewise.
18985         * iconvdata/euc-jp-ms.c : Likewise.
18986         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
18987         * iconvdata/gb18030.c : Likewise.
18988         * iconvdata/gbbig5.c (const): Likewise.
18989         * iconvdata/gbgbk.c: Likewise.
18990         * iconvdata/gbk.c : Likewise.
18991         * iconvdata/ibm1364.c : Likewise.
18992         * iconvdata/ibm930.c : Likewise.
18993         * iconvdata/ibm932.c: Likewise.
18994         * iconvdata/ibm933.c : Likewise.
18995         * iconvdata/ibm935.c : Likewise.
18996         * iconvdata/ibm937.c : Likewise.
18997         * iconvdata/ibm939.c : Likewise.
18998         * iconvdata/ibm943.c: Likewise.
18999         * iconvdata/iso_11548-1.c: Likewise.
19000         * iconvdata/iso-2022-cn.c : Likewise.
19001         * iconvdata/iso-2022-cn-ext.c : Likewise.
19002         * iconvdata/iso-2022-jp-3.c: Likewise.
19003         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
19004         * iconvdata/iso-2022-kr.c : Likewise.
19005         * iconvdata/iso646.c (gconv_end): Likewise.
19006         * iconvdata/iso_6937-2.c : Likewise.
19007         * iconvdata/iso_6937.c : Likewise.
19008         * iconvdata/iso8859-1.c: Likewise.
19009         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
19010         * iconvdata/shift_jisx0213.c : Likewise.
19011         * iconvdata/sjis.c : Likewise.
19012         * iconvdata/t.61.c : Likewise.
19013         * iconvdata/tcvn5712-1.c : Likewise.
19014         * iconvdata/tscii.c: Likewise.
19015         * iconvdata/uhc.c : Likewise.
19016         * iconvdata/unicode.c (gconv_end): Likewise.
19017         * iconvdata/utf-16.c (gconv_end): Likewise.
19018         * iconvdata/utf-32.c (gconv_end): Likewise.
19019         * iconvdata/utf-7.c (base64): Likewise.
19020         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
19021         * iconv/gconv_close.c (__gconv_close): Likewise.
19022         * iconv/gconv_open.c (__gconv_open): Likewise.
19023         * iconv/gconv_simple.c (internal_ucs4_loop_single)
19024         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
19025         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
19026         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
19027         (ucs4le_internal_loop_single): Likewise.
19028         * iconv/iconv.c (iconv): Likewise.
19029         * iconv/iconv_close.c: Likewise.
19030         * iconv/loop.c (SINGLE): Likewise.
19031         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
19032         * include/atomic.h: Likewise.
19033         * inet/inet6_option.c (option_alloc): Likewise.
19034         * intl/bindtextdom.c (set_binding_values): Likewise.
19035         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
19036         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
19037         * intl/localealias.c (read_alias_file): Likewise.
19038         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
19039         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
19040         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
19041         * libio/fmemopen.c (fmemopen): Likewise.
19042         * libio/iofgets.c (_IO_fgets): Likewise.
19043         * libio/iofgets_u.c (fgets_unlocked): Likewise.
19044         * libio/iofgetws.c (fgetws): Likewise.
19045         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
19046         * libio/iogetdelim.c (_IO_getdelim): Likewise.
19047         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
19048         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
19049         * locale/findlocale.c (_nl_find_locale): Likewise.
19050         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
19051         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
19052         Likewise.
19053         * locale/setlocale.c (setlocale): Likewise.
19054         * login/programs/pt_chown.c (main): Likewise.
19055         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
19056         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
19057         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
19058         (mmap, mmap64, mremap, munmap): Likewise.
19059         * math/e_exp2l.c: Likewise.
19060         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
19061         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
19062         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
19063         * math/s_catan.c (__catan): Likewise.
19064         * math/s_catanf.c (__catanf): Likewise.
19065         * math/s_catanh.c (__catanh): Likewise.
19066         * math/s_catanhf.c (__catanhf): Likewise.
19067         * math/s_catanhl.c (__catanhl): Likewise.
19068         * math/s_catanl.c (__catanl): Likewise.
19069         * math/s_ccosh.c (__ccosh): Likewise.
19070         * math/s_ccoshf.c (__ccoshf): Likewise.
19071         * math/s_ccoshl.c (__ccoshl): Likewise.
19072         * math/s_cexp.c (__cexp): Likewise.
19073         * math/s_cexpf.c (__cexpf): Likewise.
19074         * math/s_cexpl.c (__cexpl): Likewise.
19075         * math/s_clog10.c (__clog10): Likewise.
19076         * math/s_clog10f.c (__clog10f): Likewise.
19077         * math/s_clog10l.c (__clog10l): Likewise.
19078         * math/s_clog.c (__clog): Likewise.
19079         * math/s_clogf.c (__clogf): Likewise.
19080         * math/s_clogl.c (__clogl): Likewise.
19081         * math/s_csin.c (__csin): Likewise.
19082         * math/s_csinf.c (__csinf): Likewise.
19083         * math/s_csinh.c (__csinh): Likewise.
19084         * math/s_csinhf.c (__csinhf): Likewise.
19085         * math/s_csinhl.c (__csinhl): Likewise.
19086         * math/s_csinl.c (__csinl): Likewise.
19087         * math/s_csqrt.c (__csqrt): Likewise.
19088         * math/s_csqrtf.c (__csqrtf): Likewise.
19089         * math/s_csqrtl.c (__csqrtl): Likewise.
19090         * math/s_ctan.c (__ctan): Likewise.
19091         * math/s_ctanf.c (__ctanf): Likewise.
19092         * math/s_ctanh.c (__ctanh): Likewise.
19093         * math/s_ctanhf.c (__ctanhf): Likewise.
19094         * math/s_ctanhl.c (__ctanhl): Likewise.
19095         * math/s_ctanl.c (__ctanl): Likewise.
19096         * math/w_pow.c: Likewise.
19097         * math/w_powf.c: Likewise.
19098         * math/w_powl.c: Likewise.
19099         * math/w_scalb.c (sysv_scalb): Likewise.
19100         * math/w_scalbf.c (sysv_scalbf): Likewise.
19101         * math/w_scalbl.c (sysv_scalbl): Likewise.
19102         * misc/error.c (error_tail): Likewise.
19103         * misc/pselect.c (__pselect): Likewise.
19104         * nis/nis_callback.c (__nis_create_callback): Likewise.
19105         * nis/nis_call.c (__nisfind_server): Likewise.
19106         * nis/nis_creategroup.c (nis_creategroup): Likewise.
19107         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
19108         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
19109         * nis/nis_getservlist.c (nis_getservlist): Likewise.
19110         * nis/nis_lookup.c (nis_lookup): Likewise.
19111         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
19112         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
19113         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
19114         * nis/nis_xdr.c (xdr_endpoint): Likewise.
19115         * nis/nss_compat/compat-grp.c (getgrent_next_file)
19116         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
19117         * nis/nss_compat/compat-initgroups.c (add_group)
19118         (internal_getgrent_r): Likewise.
19119         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
19120         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
19121         * nis/nss_compat/compat-spwd.c (getspent_next_file)
19122         (internal_getspnam_r): Likewise.
19123         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
19124         (_nss_nis_getaliasbyname_r): Likewise.
19125         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
19126         (_nss_nis_getntohost_r): Likewise.
19127         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
19128         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
19129         (_nss_nis_getgrgid_r): Likewise.
19130         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
19131         (internal_nis_gethostent_r, internal_gethostbyname2_r)
19132         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
19133         (_nss_nis_gethostbyname4_r): Likewise.
19134         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
19135         (initgroups_netid): Likewise.
19136         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
19137         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
19138         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
19139         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
19140         (_nss_nis_getprotobynumber_r): Likewise.
19141         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
19142         (_nss_nis_getsecretkey): Likewise.
19143         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
19144         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
19145         (_nss_nis_getpwuid_r): Likewise.
19146         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
19147         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
19148         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
19149         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
19150         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
19151         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
19152         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
19153         Likewise.
19154         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
19155         (_nss_nisplus_getntohost_r): Likewise.
19156         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
19157         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
19158         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
19159         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
19160         Likewise.
19161         * nis/nss_nisplus/nisplus-initgroups.c
19162         (_nss_nisplus_initgroups_dyn): Likewise.
19163         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
19164         (_nss_nisplus_getnetbyaddr_r): Likewise.
19165         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
19166         (_nss_nisplus_getprotobynumber_r): Likewise.
19167         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
19168         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
19169         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
19170         Likewise.
19171         * nis/nss_nisplus/nisplus-service.c
19172         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
19173         (_nss_nisplus_getservbyport_r): Likewise.
19174         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
19175         (_nss_nisplus_getspnam_r): Likewise.
19176         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
19177         Likewise.
19178         * nscd/aicache.c (addhstaiX): Likewise.
19179         * nscd/cache.c (cache_search, prune_cache): Likewise.
19180         * nscd/connections.c (register_traced_file, send_ro_fd)
19181         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
19182         (main_loop_epoll): Likewise.
19183         * nscd/grpcache.c (addgrbyX): Likewise.
19184         * nscd/hstcache.c (addhstbyX): Likewise.
19185         * nscd/initgrcache.c (addinitgroupsX): Likewise.
19186         * nscd/mem.c (gc, mempool_alloc): Likewise.
19187         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
19188         (addinnetgrX): Likewise.
19189         * nscd/nscd-client.h (__nscd_acquire_maplock)
19190         (__nscd_drop_map_ref): Likewise.
19191         * nscd/nscd_getai.c (__nscd_getai): Likewise.
19192         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
19193         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
19194         Likewise.
19195         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
19196         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
19197         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
19198         (__nscd_get_map_ref): Likewise.
19199         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
19200         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
19201         Likewise.
19202         * nscd/pwdcache.c (addpwbyX): Likewise.
19203         * nscd/selinux.c (preserve_capabilities): Likewise.
19204         * nscd/servicescache.c (addservbyX): Likewise.
19205         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
19206         * posix/fnmatch.c (fnmatch): Likewise.
19207         * posix/getopt.c (_getopt_internal_r): Likewise.
19208         * posix/glob.c (glob, glob_in_dir): Likewise.
19209         * posix/wordexp.c (exec_comm_child): Likewise.
19210         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
19211         (getanswer_r, gaih_getanswer_slice): Likewise.
19212         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
19213         * resolv/res_init.c: Likewise.
19214         * resolv/res_mkquery.c (res_nmkquery): Likewise.
19215         * resolv/res_query.c (__libc_res_nquery): Likewise.
19216         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
19217         Likewise.
19218         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
19219         * stdio-common/perror.c (perror): Likewise.
19220         * stdio-common/printf_fp.c (___printf_fp): Likewise.
19221         * stdio-common/tmpnam.c (tmpnam): Likewise.
19222         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19223         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
19224         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
19225         Likewise.
19226         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
19227         * stdlib/putenv.c (putenv): Likewise.
19228         * stdlib/setenv.c (__add_to_environ): Likewise.
19229         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19230         * stdlib/strtol_l.c (INTERNAL): Likewise.
19231         * string/memmem.c (memmem): Likewise.
19232         * string/strerror.c (strerror): Likewise.
19233         * string/strnlen.c (__strnlen): Likewise.
19234         * string/test-memmem.c (simple_memmem): Likewise.
19235         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
19236         * sunrpc/pm_getport.c (__get_socket): Likewise.
19237         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
19238         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
19239         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
19240         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
19241         Likewise.
19242         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
19243         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
19244         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
19245         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
19246         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
19247         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
19248         Likewise.
19249         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
19250         Likewise.
19251         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
19252         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
19253         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
19254         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
19255         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
19256         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
19257         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
19258         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
19259         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
19260         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
19261         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
19262         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
19263         Likewise.
19264         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
19265         Likewise.
19266         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
19267         Likewise.
19268         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
19269         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
19270         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
19271         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
19272         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
19273         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
19274         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
19275         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
19276         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
19277         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
19278         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
19279         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19280         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19281         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
19282         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
19283         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
19284         Likewise.
19285         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
19286         Likewise.
19287         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
19288         Likewise.
19289         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
19290         Likewise.
19291         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
19292         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
19293         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
19294         Likewise.
19295         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
19296         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
19297         * sysdeps/posix/opendir.c (__opendirat): Likewise.
19298         * sysdeps/posix/sleep.c: Likewise.
19299         * sysdeps/posix/tempname.c: Likewise.
19300         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
19301         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19302         Likewise.
19303         * sysdeps/powerpc/powerpc32/dl-machine.h
19304         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
19305         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
19306         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19307         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
19308         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
19309         Likewise.
19310         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
19311         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
19312         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19313         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
19314         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19315         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
19316         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
19317         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
19318         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19319         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
19320         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
19321         (elf_machine_lazy_rel): Likewise.
19322         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
19323         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
19324         (elf_machine_lazy_rel): Likewise.
19325         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
19326         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
19327         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
19328         * sysdeps/unix/grantpt.c (grantpt): Likewise.
19329         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
19330         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
19331         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
19332         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
19333         Likewise.
19334         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
19335         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
19336         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
19337         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
19338         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
19339         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
19340         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
19341         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
19342         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
19343         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
19344         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
19345         Likewise.
19346         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
19347         (__posix_fallocate64_l64): Likewise.
19348         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
19349         (posix_fallocate): Likewise.
19350         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
19351         Likewise.
19352         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
19353         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
19354         (getifaddrs_internal): Likewise.
19355         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
19356         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
19357         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
19358         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
19359         * sysdeps/unix/sysv/linux/posix_fallocate64.c
19360         (__posix_fallocate64_l64): Likewise.
19361         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
19362         Likewise.
19363         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
19364         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
19365         (__get_clockfreq): Likewise.
19366         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
19367         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
19368         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
19369         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
19370         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
19371         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
19372         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
19373         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
19374         Likewise.
19375         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
19376         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
19377         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
19378         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
19379         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
19380         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
19381         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
19382         Likewise.
19383         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
19384         (posix_fallocate): Likewise.
19385         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
19386         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
19387         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
19388         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
19389         (elf_machine_rela, elf_machine_rela_relative)
19390         (elf_machine_lazy_rel): Likewise.
19391         * time/asctime.c (asctime_internal): Likewise.
19392         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
19393         * time/tzset.c (__tzset_parse_tz): Likewise.
19394         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
19395         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
19396         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
19397         * wcsmbs/wcsmbsload.h: Likewise.
19399         [BZ #15894]
19400         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
19402         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
19403         (arena_get2): Remove THREAD_STATS conditionals.
19404         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
19405         (__malloc_stats, int): Likewise.
19407 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
19409         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
19410         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
19412         * manual/setjmp.texi: Fix typos/grammar errors.
19414         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
19415         Only return early when n is <= 0.  Delete unused return statement.
19417         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
19418         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
19419         * debug/tst-longjmp_chk3.c: New file.
19421         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
19422         (test_main): Replace code with set_fortify_handler call.
19423         * debug/test-strcpy_chk.c: Likewise.
19424         * debug/tst-chk1.c: Likewise.
19425         * debug/tst-longjmp_chk.c: Likewise.
19426         * test-skeleton.c: Include fcntl.h & paths.h
19427         (set_fortify_handler): Define.
19429         * debug/tst-longjmp_chk.c: Add header comment and include
19430         ../test-skeleton.c.
19431         (do_test): Mark static.
19432         (TEST_FUNCTION): Define.
19434         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
19435         (IP_PMTUDISC_INTERFACE): Likewise.
19436         (IP_MULTICAST_IF): Likewise.
19437         (IP_MULTICAST_TTL): Likewise.
19438         (IP_MULTICAST_LOOP): Likewise.
19439         (IP_ADD_MEMBERSHIP): Likewise.
19440         (IP_DROP_MEMBERSHIP): Likewise.
19441         (IP_UNBLOCK_SOURCE): Likewise.
19442         (IP_BLOCK_SOURCE): Likewise.
19443         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
19444         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
19445         (IP_MSFILTER): Likewise.
19446         (MCAST_JOIN_GROUP): Likewise.
19447         (MCAST_BLOCK_SOURCE): Likewise.
19448         (MCAST_UNBLOCK_SOURCE): Likewise.
19449         (MCAST_LEAVE_GROUP): Likewise.
19450         (MCAST_JOIN_SOURCE_GROUP): Likewise.
19451         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
19452         (MCAST_MSFILTER): Likewise.
19453         (IP_MULTICAST_ALL): Likewise.
19454         (IP_UNICAST_IF): Likewise.
19456         * timezone/Makefile: Delete $(have-ksh) check.
19457         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
19458         * timezone/tzselect.ksh: Add +x mode bits.
19460         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
19461         (ANON_INODE_FS_MAGIC): Likewise.
19462         (BDEVFS_MAGIC): Likewise.
19463         (BINFMTFS_MAGIC): Likewise.
19464         (BTRFS_TEST_MAGIC): Likewise.
19465         (CRAMFS_MAGIC_WEND): Likewise.
19466         (DEBUGFS_MAGIC): Likewise.
19467         (ECRYPTFS_SUPER_MAGIC): Likewise.
19468         (EXT3_SUPER_MAGIC): Likewise.
19469         (EXT4_SUPER_MAGIC): Likewise.
19470         (FUTEXFS_SUPER_MAGIC): Likewise.
19471         (HOSTFS_SUPER_MAGIC): Likewise.
19472         (HUGETLBFS_MAGIC): Likewise.
19473         (MINIX3_SUPER_MAGIC): Likewise.
19474         (MTD_INODE_FS_MAGIC): Likewise.
19475         (NILFS_SUPER_MAGIC): Likewise.
19476         (OPENPROM_SUPER_MAGIC): Likewise.
19477         (PIPEFS_MAGIC): Likewise.
19478         (PSTOREFS_MAGIC): Likewise.
19479         (QNX6_SUPER_MAGIC): Likewise.
19480         (RAMFS_MAGIC): Likewise.
19481         (REISERFS_SUPER_MAGIC_STRING): Likewise.
19482         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
19483         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
19484         (SECURITYFS_MAGIC): Likewise.
19485         (SELINUX_MAGIC): Likewise.
19486         (SMACK_MAGIC): Likewise.
19487         (SOCKFS_MAGIC): Likewise.
19488         (SQUASHFS_MAGIC): Likewise.
19489         (STACK_END_MAGIC): Likewise.
19490         (TMPFS_MAGIC): Likewise.
19491         (USBDEVICE_SUPER_MAGIC): Likewise.
19492         (V9FS_MAGIC): Likewise.
19493         (XENFS_SUPER_MAGIC): Likewise.
19494         (CRAMFS_MAGIC): Fix typo in comment.
19495         (EXT2_SUPER_MAGIC): Update comment.
19496         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
19498 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
19500         * sysdeps/arm: Move directory from ports/sysdeps/arm.
19501         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
19502         * sysdeps/unix/sysv/linux/arm: Move directory from
19503         ports/sysdeps/unix/sysv/linux/arm.
19504         * README: Update listing for arm-*-linux-gnueabi.
19506         * README: Remove mention of am33.
19508 2014-02-07  Roland McGrath  <roland@hack.frob.com>
19510         * bits/sigset.h (__sigemptyset): Use a statement expression rather
19511         than the comma operator, to avoid "rhs of comma has no effect"
19512         compiler warnings.
19513         (__sigfillset, __sigandset, __sigorset): Likewise.
19514         * include/signal.h (__sigemptyset): Likewise.
19515         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
19517 2014-02-07  Allan McRae  <allan@archlinux.org>
19519         * version.h (RELEASE): Set to "development".
19520         (VERSION): Set to "2.19.90"
19521         * NEWS: Add 2.20 section.
19523 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
19525         [BZ #16529]
19526         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
19528 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
19530         * manual/contrib.texi: Update entry for Carlos O'Donell,
19531         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
19533 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
19535         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
19537         * sysdeps/unix/sysv/linux/kernel-features.h
19538         [__LINUX_KERNEL_VERSION >= 0x020621]
19539         (__ASSUME_PROC_PID_TASK_COMM): Define.
19541 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19543         [BZ #16398]
19544         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
19545         conversion when destination buffer does not have enough space.
19546         * libio/tst-ftell-partial-wide.c: New test case.
19547         * libio/Makefile (tests): Add tst-ftell-partial-wide.
19549         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
19550         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
19551         Leonard and Allan McRae.
19553 2014-02-04  David S. Miller  <davem@davemloft.net>
19555         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
19556         32-bit.
19558 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
19561         New file
19562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
19563         New file
19564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
19565         New file.
19566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
19567         New file.
19568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
19569         New file.
19570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
19571         New file.
19572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
19573         New file.
19574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
19575         New file.
19576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
19577         New file.
19578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
19579         New file.
19580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
19581         New file.
19582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
19583         New file.
19584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
19585         New file.
19587 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19589         * nptl/shlib-versions: Change powerpc*le start to 2.17.
19590         * shlib-versions: Likewise.
19592 2014-02-04  Roland McGrath  <roland@hack.frob.com>
19593             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19595         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
19596         (abilist-pattern): New variable, set to %-le.abilist.
19598         * Makerules (abilist-pattern): New variable.
19599         (vpath): Use $(abilist-pattern) in place of %.abilist.
19600         (check-abi-% pattern rule): Likewise.
19601         (check-abi, update-abi): Likewise.
19603 2014-02-04  Eric Wong  <normalperson@yhbt.net>
19605         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19607 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
19609         * manual/startup.texi: Add next, previous, and top entries for
19610         the `Program Arguments' and `Environment Variables' nodes.
19612 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
19614         * manual/macros.texi: Add comments before MTASC-safety macros.
19616         * manual/users.texi: Document MTASC-safety properties.
19618         * manual/threads.texi (pthread_key_create, pthread_key_delete)
19619         (pthread_getspecific, pthread_setspecific): Format with
19620         @deftypefun, and add @safety note.
19621         * manual/signal.texi: Move comments that analyze the above
19622         functions to their home place.
19624 2014-02-03  Allan McRae  <allan@archlinux.org>
19626         * po/sl.po: Update Slovenian translation from translation project.
19628 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
19630         * manual/time.texi (timegm): Add missing blank after @c.
19631         Reported by Joseph Myers <joseph@codesourcery.com>.
19633 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
19635         * manual/check-safety.sh: New.
19636         * manual/Makefile ($(objpfx)stamp-summary): Run it.
19638         * manual/terminal.texi: Document MTASC-safety properties.
19640         * manual/filesys.texi: Document MTASC-safety properties.
19642         * manual/errno.texi: Document MTASC-safety properties.
19644         * manual/intro.texi: Document safety identifiers and
19645         conditionals.
19647         * manual/string.texi (wcstok): Fix prototype.
19648         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
19650         * manual/time.texi: Document MTASC-safety properties.
19652         * manual/string.texi: Document MTASC-safety properties.
19654         * manual/threads.texi: Document MTASC-safety properties.
19656         * manual/stdio.texi: Document MTASC-safety properties.
19658         * manual/syslog.texi: Document MTASC-safety properties.
19660         * manual/sysinfo.texi: Document MTASC-safety properties.
19662         * manual/startup.texi: Document MTASC-safety properties.
19664         * manual/socket.texi: Document MTASC-safety properties.
19666         * manual/signal.texi: Document MTASC-safety properties.
19668 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
19670         * manual/setjmp.texi: Document MTASC-safety properties.
19672         * manual/search.texi: Document MTASC-safety properties.
19674         * manual/resource.texi: Document MTASC-safety properties.
19676         * manual/process.texi: Document MTASC-safety properties.
19678         * manual/platform.texi: Document MTASC-safety properties.
19680         * manual/pipe.texi: Document MTASC-safety properties.
19682         * manual/pattern.texi: Document MTASC-safety properties.
19684         * manual/message.texi: Document MTASC-safety properties.
19686         [BZ #12751]
19687         * manual/memory.texi: Document MTASC-safety properties.
19689         * manual/math.texi: Document MTASC-safety properties.
19691         * manual/locale.texi: Document MTASC-safety properties.
19693         * manual/llio.texi: Document MTASC-safety properties.
19695         * manual/libdl.texi: New.
19697         * manual/lang.texi: Document MTASC-safety properties.
19699         * manual/job.texi: Document MTASC-safety properties.
19701         * manual/getopt.texi: Document MTASC-safety properties.
19703         * manual/ctype.texi: Document MTASC-safety properties.
19705 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
19707         [BZ #16046]
19708         * csu/libc-tls.c (static_map): Remove variable.
19709         (__libc_setup_tls): Use main executable's link map for TLS data.
19710         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
19711         casing for LM_ID_BASE and GL(dl_nns).
19712         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
19713         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
19714         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
19715         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
19716         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
19717         member.
19718         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
19719         l_phnum members.
19721 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
19723         * manual/debug.texi: Document MTASC-safety properties.
19725 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
19727         [BZ #16510]
19728         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
19729         of __x86_64__ when disabling x87 inline functions.
19731 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
19733         * manual/charset.texi: Document MTASC-safety properties.
19735         * manual/crypt.texi: Document MTASC-safety properties.
19737         * manual/conf.texi: Document MTASC-safety properties.
19739         * manual/arith.texi: Document MTASC-safety properties.
19741         * manual/argp.texi: Document MTASC-safety properties.
19743         * manual/macros.texi: Introduce macros to document multi
19744         thread, asynchronous signal and asynchronous cancellation
19745         safety properties.
19746         * manual/intro.texi: Introduce the properties themselves.
19748 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19750         * sysdeps/sh/sh4/Makefile: New file.
19752 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
19754         * math/gen-libm-test.pl ($srcdir): New variable.
19755         ($auto_input): Use it.
19757 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
19759         [BZ #16506]
19760         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
19761         access beyond array bounds when parsing netgroups file.
19763         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
19764         the old buffer before realloc.
19766 2014-01-27  Allan McRae  <allan@archlinux.org>
19768         * po/fr.po: Update French translation from translation project.
19770 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19772         * sysdeps/sh/libm-test-ulps: Regenerate.
19774 2014-01-24  David S. Miller  <davem@davemloft.net>
19776         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
19778 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19780         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
19781         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
19783 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
19785         [BZ #16474]
19786         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
19787         string pointers after reallocation.
19789 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19791         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
19792         __SH4A__ instead of __SH_FPU_ANY__.
19794 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19796         * sysdeps/sh/fpu_control.h: New file.
19797         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
19798         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
19799         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
19800         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
19801         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
19802         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
19803         * sysdeps/sh/sys/ucontext.h: Remove.
19804         * sysdeps/sh/sys: Remove directory.
19806 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19808         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
19809         s390/sys/ucontext.h.
19810         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
19811         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
19813 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
19815         [BZ #15605]
19816         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
19818 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19820         [BZ#16431]
19821         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
19822         Adjust the vDSO correctly for internal calls.
19823         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
19825 2014-01-20  Allan McRae  <allan@archlinux.org>
19827         * po/ca.po: Update Catalan translation from translation project.
19829 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
19831         * sysdeps/s390/sotruss-lib.c: New file.
19833 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19835         [BZ#16430]
19836         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
19837         (__GI___gettimeofday): Alias for a different internal symbol to avoid
19838         local calls issues by not having a PLT stub required for IFUNC calls.
19839         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
19841 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
19843         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
19844         * math/test-fpucw-static.c: Likewise.
19846 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19848         [BZ #16453]
19849         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
19851 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19853         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
19854         implementation for powerpc.
19856 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
19858         [BZ #14782]
19859         * sysdeps/posix/system.c (__libc_system): Do not enable
19860         asynchronous cancellation.
19862 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19864         [BZ #16427]
19865         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
19866         handling only for numbers special also in the IEEE case.
19868 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19870         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
19872 2014-01-11  Allan McRae  <allan@archlinux.org>
19874         * po/bg.po: Update Bulgarian translation from translation project.
19876         * po/de.po: Update German translation from translation project.
19878 2014-01-10  Roland McGrath  <roland@hack.frob.com>
19880         * sysdeps/generic/gcc-compat.h: New file.
19882 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19884         * benchtests/asin-inputs: Correct slow inputs.
19885         * benchtests/acos-inputs: Likewise.
19887 2014-01-10  Allan McRae  <allan@archlinux.org>
19889         * po:sv.po: Update Swedish translation from translation project.
19891         * po/vi.po: Update Vietnamese translation from translation project.
19893         * po/eo.po: Update Esperanto translation from translation project.
19895         * po/cs.po: Update Czech translation from translation project.
19897         * po/nl.po: Update Dutch translation from translation project.
19899         * po/pl.po: Update Polish translation from translation project.
19901         * po/ru.po: Update Russian translation from translation project.
19903         * po/uk.po: Update Ukrainian translation from translation project.
19905 2014-01-08  Brooks Moses  <bmoses@google.com>
19907         * elf/dl-load.c: Fix comment typo.
19909 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
19911         * po/header.pot: Rename to...
19912         * po/pot.header: ... this.
19913         * po/Makefile: Use pot.header.
19915 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
19916             Maxim Kuvyrkov  <maxim@kugelworks.com>
19918         [BZ #16394]
19919         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
19920         SRC and DEST against LEN.
19922 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19924         [BZ #16414]
19925         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
19926         implementation.
19927         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
19929 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19931         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19933 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
19935         [BZ #16408]
19936         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
19937         for large positive arguments.
19939 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
19941         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19943         * math/auto-libm-test-in: Mark various tests with
19944         xfail-rounding:ldbl-128ibm.
19945         * math/auto-libm-test-out: Regenerated.
19947         [BZ #16407]
19948         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
19949         Increase overflow threshold.
19951 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
19953         [BZ #14286]
19954         * stdio-common/vfprintf.c: Check for integer overflow.
19956 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19958         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
19959         the first argument and return value of __tls_get_addr_internal.
19961 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19963         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
19964         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
19966 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19968         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
19969         * sysdeps/s390/rtld-global-offsets.sym: New file.
19970         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
19971         GLIBC_2.19 symbol.
19972         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
19973         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
19974         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
19975         ... this.
19976         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
19977         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
19978         ... this.
19979         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19980         Regenerate.
19981         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19982         Regenerate.
19983         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
19984         halfs of GPRs for high_gprs contexts.
19985         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
19986         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
19987         field.
19988         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
19989         uc_flags field.
19990         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
19991         64 bit versions:
19992         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
19993         for high GPRs (uc_high_gprs) and for future extensions
19994         (__reserved).
19995         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
19996         for future extensions (__reserved).
19997         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
19998         64 bit versions:
19999         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
20000         SC_HIGHGPRS offset definition.
20001         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
20002         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
20004         * Versions.def: Add GLIBC_2.19 for libpthread.
20005         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
20006         siglongjmp for libpthread with GLIBC_2.19 symver.
20007         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
20008         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
20009         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
20010         * sysdeps/s390/__longjmp.c: New file.
20011         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
20012         * sysdeps/s390/longjmp.c: New file.
20013         * sysdeps/s390/setjmp.S: New file.
20014         * sysdeps/s390/sigjmp.S: New file.
20015         * sysdeps/s390/v1-longjmp.c: New file.
20016         * sysdeps/s390/v1-setjmp.h: New file.
20017         * sysdeps/s390/v1-sigjmp.c: New file.
20018         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
20019         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
20020         GLIBC_2.19 version.
20021         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
20022         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
20023         versioned symbols for ____longjmp_chk.
20024         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
20025         Likewise.
20026         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20027         Regenerate.
20028         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
20029         Regenerate.
20030         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20031         Regenerate.
20032         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
20033         Regenerate.
20034         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
20035         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
20036         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
20037         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
20038         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
20039         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
20040         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
20041         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
20042         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
20043         * sysdeps/s390/rtld-__longjmp.c: New file.
20044         * sysdeps/s390/rtld-setjmp.S: New file.
20046 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
20048         [BZ #16400]
20049         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20050         Return -__logl (x) for small positive arguments without evaluating
20051         a polynomial.
20053 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
20055         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
20056         Rename to ...
20057         (__ptrace_peeksiginfo_args): ... this.
20058         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
20059         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
20060         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
20062 2014-01-06  Allan McRae  <allan@archlinux.org>
20064         * inet/netinet/in.h: Fix typo in comment.
20066 2014-01-05  Andreas Jaeger  <aj@suse.de>
20068         * sysdeps/i386/fpu/libm-test-ulps: Update.
20070 2014-01-05  Allan McRae  <allan@archlinux.org>
20072         * po/libc.pot: Regenerated.
20074         * malloc/memusagestat.c: Fix gettext call formatting.
20076 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
20078         * nscd/nscd.c: Improve usage() output.
20080 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
20082         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
20083         * sysdeps/unix/sysv/linux/configure: Regenerated.
20084         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
20085         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
20087 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20089         [BZ #16390]
20090         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20091         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
20093 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20095         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
20096         extra tokens at end of #undef directive.
20097         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
20098         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
20099         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
20101 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20103         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20105         * math/auto-libm-test-in: Mark various tests with
20106         xfail-rounding:ldbl-128ibm.
20107         * math/auto-libm-test-out: Regenerated.
20109 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
20111         [BZ #16386]
20112         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
20113         numbers with subnormal high part when calculating exponent.
20115         [BZ #16385]
20116         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
20117         fabs.
20119         [BZ #16384]
20120         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
20121         M_LN2l.
20122         (__ieee754_acoshl): Use __log1pl not __log1p.
20124 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
20126         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
20127         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
20128         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
20129         (grow_heap, heap_trim, _int_new_arena, get_free_list)
20130         (reused_arena, arena_get2): Convert to GNU style.
20131         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
20132         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
20133         (memalign_check, __malloc_set_state): Likewise.
20134         * malloc/mallocbug.c (main): Likewise.
20135         * malloc/malloc.c (__malloc_assert, malloc_init_state)
20136         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
20137         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
20138         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
20139         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
20140         (__posix_memalign, malloc_info): Likewise.
20141         * malloc/malloc.h: Likewise.
20142         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
20143         (mallochook, memalignhook, reallochook, mabort): Likewise.
20144         * malloc/mcheck.h: Likewise.
20145         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
20146         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
20147         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
20148         * malloc/morecore.c (__default_morecore): Likewise.
20149         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
20150         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
20151         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
20152         (print_and_abort): Likewise.
20153         * malloc/obstack.h: Likewise.
20154         * malloc/set-freeres.c (__libc_freeres): Likewise.
20155         * malloc/tst-mallocstate.c (main): Likewise.
20156         * malloc/tst-mtrace.c (main): Likewise.
20157         * malloc/tst-realloc.c (do_test): Likewise.
20159 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20161         [BZ #16366]
20162         * nscd/netgroupcache.c (do_notfound): New function.
20163         (addgetnetgrentX): Use it.
20165         [BZ # 16365]
20166         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
20167         NSS_STATUS_NOTFOUND.
20169 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
20171         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
20172         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20174 2014-01-01  Allan McRae  <allan@archlinux.org>
20176         * scripts/update-copyrights: Update configure input file suffix.
20178         * NEWS: Update copyright year.
20179         * catgets/gencat.c: Likewise.
20180         * csu/version.c: Likewise.
20181         * debug/catchsegv.sh: Likewise.
20182         * debug/pcprofiledump.c: Likewise.
20183         * debug/xtrace.sh: Likewise.
20184         * elf/ldconfig.c: Likewise.
20185         * elf/ldd.bash.in: Likewise.
20186         * elf/pldd.c: Likewise.
20187         * elf/sotruss.ksh: Likewise.
20188         * elf/sprof.c: Likewise.
20189         * iconv/iconv_prog.c: Likewise.
20190         * iconv/iconvconfig.c: Likewise.
20191         * locale/programs/locale.c: Likewise.
20192         * locale/programs/localedef.c: Likewise.
20193         * login/programs/pt_chown.c: Likewise.
20194         * malloc/memusage.sh: Likewise.
20195         * malloc/memusagestat.c: Likewise.
20196         * malloc/mtrace.pl: Likewise.
20197         * manual/libc.texinfo: Likewise.
20198         * nscd/nscd.c: Likewise.
20199         * nss/getent.c: Likewise.
20200         * nss/makedb.c: Likewise.
20201         * posix/getconf.c: Likewise.
20202         * scripts/test-installation.pl: Likewise.
20204         * All files with FSF copyright notices: Update copyright dates
20205         using scripts/update-copyrights.
20206         * intl/plural.c: Regenerated.
20207         * locale/programs/charmap-kw.h: Likewise.
20208         * locale/programs/locfile-kw.h: Likewise.
20210 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
20212         * sysdeps/unix/sysv/linux/configure: Regenerated.
20213         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
20214         the linux/fanotify.h header.
20215         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
20216         HAVE_LINUX_FANOTIFY_H is defined.
20218 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
20220         * benchtests/cos-inputs: New inputs.
20221         * benchtests/sin-inputs: Likewise.
20223         * benchtests/atan-inputs: New inputs. Fix name of multiple
20224         precision fallback inputs.
20226         * benchtests/atanh-inputs: New inputs.
20227         * benchtests/tanh-inputs: Likewise.
20229         * benchtests/acosh-inputs: New inputs.
20230         * benchtests/asinh-inputs: Likewise.
20232         * benchtests/cosh-inputs: New inputs.
20233         * benchtests/sinh-inputs: Likewise.
20235         * benchtests/acos-inputs: Add more inputs.
20236         * benchtests/asin-inputs: Likewise.
20238 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
20240         [BZ #16375]
20241         * manual/arith.texi: Fix spelling.
20242         * manual/charset.texi: Likewise.
20243         * manual/errno.texi: Likewise.
20244         * manual/filesys.texi: Likewise.
20245         * manual/lang.texi: Likewise.
20246         * manual/llio.texi: Likewise.
20247         * manual/locale.texi: Likewise.
20248         * manual/message.texi: Likewise.
20249         * manual/resource.texi: Likewise.
20250         * manual/search.texi: Likewise.
20251         * manual/setjmp.texi: Likewise.
20252         * manual/stdio.texi: Likewise.
20253         * manual/string.texi: Likewise.
20254         * manual/sysinfo.texi: Likewise.
20255         * manual/time.texi: Likewise.
20257 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
20259         * po/sl.po: New file.
20261 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
20263         * .gitignore: Add core/.gdbinit/.gdb_history.
20265 2013-12-27  Allan McRae  <allan@archlinux.org>
20267         [BZ #16369]
20268         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
20269         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
20271 2013-12-24  Brooks Moses  <bmoses@google.com>
20273         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
20274         all compilers that claim C++98 compliance, not just GCC.
20275         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
20276         Likewise.
20278 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20280         * NEWS: Restore accidentally deleted bug-fix entries.
20282 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20283             Ondřej Bílka  <neleai@seznam.cz>
20285         [BZ #15073]
20286         * malloc/malloc.c (_int_free): Perform sanity check only if we
20287         have_lock.
20289 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
20291         [BZ #12986]
20292         * manual/stdio.texi (String Input Conversions): Clarify that character
20293         classes are not supported.
20295 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20297         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20299 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
20301         [BZ #16337]
20302         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20303         Calculate results for small negative arguments directly rather
20304         than using reflection formula with special underflow handling.
20306         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
20307         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
20308         sysdeps/unix/bsd/bsd4.4/syscalls.list.
20309         (fchflags): Likewise.
20310         (revoke): Likewise.
20311         (setlogin): Likewise.
20312         (sigaltstack): Likewise.
20313         (wait4): Likewise.
20314         (sigblock): Remove.
20315         (sigsetmask): Likewise.
20316         (wait3): Likewise.
20317         (waitpid): Likewise.
20318         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
20319         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
20320         file.
20321         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
20322         * sysdeps/unix/bsd/Makefile: ... here.
20323         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
20324         * sysdeps/unix/bsd/Versions: ... here.
20325         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
20326         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
20327         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
20328         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
20329         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
20330         * sysdeps/unix/bsd/sigblock.c: ... here.
20331         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
20332         * sysdeps/unix/bsd/sigsetmask.c: ... here.
20333         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
20334         * sysdeps/unix/bsd/sigvec.c: ... here.
20335         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
20336         * sysdeps/unix/bsd/tcdrain.c: ... here.
20337         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
20338         * sysdeps/unix/bsd/tcgetattr.c: ... here.
20339         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
20340         * sysdeps/unix/bsd/tcsetattr.c: ... here.
20341         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
20342         * sysdeps/unix/bsd/wait.c: ... here.
20343         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
20344         * sysdeps/unix/bsd/wait3.c: ... here.
20345         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
20346         * sysdeps/unix/bsd/waitpid.c: ... here.
20348 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
20350         [BZ #16356]
20351         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
20352         round-to-nearest for [!USE_AS_EXPM1L].
20353         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
20354         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
20355         more tests of exp and exp10.  Expect some exp10 tests to miss
20356         exceptions or fail in directed rounding modes.
20357         * math/auto-libm-test-out: Regenerated.
20358         * math/libm-test.inc (exp10_tonearest_test_data): New array.
20359         (exp10_test_tonearest): New function.
20360         (exp10_towardzero_test_data): New array.
20361         (exp10_test_towardzero): New function.
20362         (exp10_downward_test_data): New array.
20363         (exp10_test_downward): New function.
20364         (exp10_upward_test_data): New array.
20365         (exp10_test_upward): New function.
20366         (main): Call the new functions.
20367         * sysdeps/i386/fpu/libm-test-ulps: Update.
20368         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20370 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
20372         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
20373         asinh, atan, atan2, atanh, cbrt, cos and cosh.
20374         * math/auto-libm-test-out: Regenerated.
20375         * math/libm-test.inc (acosh_test_data): Add more tests.
20376         (atanh_test_data): Likewise.
20377         (ceil_test_data): Likewise.
20378         (copysign_test_data): Likewise.
20379         * sysdeps/i386/fpu/libm-test-ulps: Update.
20380         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20382         * timezone/checktab.awk: Update from tzcode 2013i.
20383         * timezone/private.h: Likewise.
20384         * timezone/scheck.c: Likewise.
20385         * timezone/tzfile.h: Likewise.
20386         * timezone/tzselect.ksh: Likewise.
20387         * timezone/zdump.c: Likewise.
20388         * timezone/zic.c: Likewise.
20390         * math/auto-libm-test-in: Add tests of cpow.
20391         * math/auto-libm-test-out: Regenerated.
20392         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
20393         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20394         mpc_cc_c.
20395         (func_calc_desc): Add mpc_cc_c union field.
20396         (test_functions): Add cpow.
20397         (special_fill_2pi): New function.
20398         (special_real_inputs): Add 2pi.
20399         (calc_generic_results): Handle mpc_cc_c.
20400         * sysdeps/i386/fpu/libm-test-ulps: Update.
20401         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20403         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
20404         csqrt, ctan and ctanh.
20405         * math/auto-libm-test-out: Regenerated.
20406         * math/libm-test.inc (TEST_COND_x86_64): New macro.
20407         (TEST_COND_x86): Likewise.
20408         (ccos_test_data): Use AUTO_TESTS_c_c.
20409         (ccosh_test_data): Likewise.
20410         (cexp_test_data): Likewise.
20411         (clog_test_data): Likewise.
20412         (csqrt_test_data): Likewise.
20413         (ctan_test_data): Likewise.
20414         (ctan_tonearest_test_data): Likewise.
20415         (ctan_towardzero_test_data): Likewise.
20416         (ctan_downward_test_data): Likewise.
20417         (ctan_upward_test_data): Likewise.
20418         (ctanh_test_data): Likewise.
20419         (ctanh_tonearest_test_data): Likewise.
20420         (ctanh_towardzero_test_data): Likewise.
20421         (ctanh_downward_test_data): Likewise.
20422         (ctanh_upward_test_data): Likewise.
20423         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20424         mpc_c_c.
20425         (func_calc_desc): Add mpc_c_c union field.
20426         (FUNC_mpc_c_c): New macro.
20427         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
20428         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
20429         ctanh.
20430         (special_fill_min_subnorm_p120): New function.
20431         (special_real_inputs): Add min_subnorm_p120.
20432         (calc_generic_results): Handle mpc_c_c.
20433         * sysdeps/i386/fpu/libm-test-ulps: Update.
20434         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20436 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
20438         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
20439         (do_sin_slow): New functions.
20440         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
20441         (cslow2, csloww1, csloww2): Use the new functions.
20443         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
20444         Use M to change sign of result instead of X.  Assume X is
20445         positive.
20446         (csloww1): Likewise.
20447         (__sin): Adjust.
20448         (__cos): Adjust.
20450         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
20451         arguments A and DA.
20452         (__sin): Adjust.
20453         (__cos): Likewise.
20455         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
20456         (__cos): Likewise.
20457         (sloww1): Don't adjust sign of DX.
20458         (csloww1): Likewise.
20459         (sloww2): Use X directly and don't adjust sign of DX.
20460         (csloww2): Likewise.
20462 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20464         * math/auto-libm-test-in: Add tests of cabs and carg.
20465         * math/auto-libm-test-out: Regenerated.
20466         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
20467         (carg_test_data): Likewise.
20468         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20469         mpc_c_f.
20470         (func_calc_desc): Add mpc_c_f union field.
20471         (test_functions): Add cabs and carg.
20472         (calc_generic_results): Handle mpc_c_f.
20474         * sysdeps/powerpc/powerpc32/libgcc-compat.S
20475         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
20476         as a macro and a compat symbol.
20477         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
20478         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
20479         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
20480         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
20481         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
20482         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
20483         not use .hidden.
20484         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
20485         Likewise.
20486         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
20487         Likewise.
20488         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
20489         Likewise.
20490         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
20491         Likewise.
20492         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
20493         Likewise.
20494         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
20495         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
20496         from GLIBC_2.3.2.
20498 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20500         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20502 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20504         * manual/texinfo.tex: Update to version 2013-11-26.10 with
20505         trailing whitespace removed.
20506         * scripts/config.guess: Update to version 2013-11-29.
20507         * scripts/config.sub: Update to version 2013-10-01.
20509         * math/auto-libm-test-in: Add tests of sincos.
20510         * math/auto-libm-test-out: Regenerated.
20511         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
20512         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20513         mpfr_f_11.
20514         (func_calc_desc): Add mpfr_f_11 union field.
20515         (test_functions): Add sincos.
20516         (calc_generic_results): Handle mpfr_f_11.
20517         * sysdeps/i386/fpu/libm-test-ulps: Update.
20518         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20520 2013-12-19  Andreas Schwab  <schwab@suse.de>
20522         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
20523         CALL_MCOUNT.
20524         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
20525         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
20526         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
20528 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20530         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
20531         * sysdeps/i386/fpu/libm-test-ulps: Update.
20532         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20534         [BZ #16293]
20535         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
20536         round-to-nearest mode when using frndint.
20537         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
20538         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
20539         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
20540         Likewise.
20541         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
20542         sinh test to fail.
20543         * math/auto-libm-test-out: Regenerated.
20544         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
20545         (TEST_COND_x86): Likewise.
20546         (expm1_tonearest_test_data): New array.
20547         (expm1_test_tonearest): New function.
20548         (expm1_towardzero_test_data): New array.
20549         (expm1_test_towardzero): New function.
20550         (expm1_downward_test_data): New array.
20551         (expm1_test_downward): New function.
20552         (expm1_upward_test_data): New array.
20553         (expm1_test_upward): New function.
20554         (main): Run the new test functions.
20555         * sysdeps/i386/fpu/libm-test-ulps: Update.
20556         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20558         * include/features.h: Update comment documenting feature test
20559         macros.  Mention _DEFAULT_SOURCE in comment.
20560         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
20561         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
20562         _BSD_SOURCE and _SVID_SOURCE.
20563         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
20564         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
20565         !_SVID_SOURCE]: Likewise.
20566         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20567         (__USE_POSIX_IMPLICITLY): Define.
20568         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20569         (_POSIX_SOURCE): Undefine and redefine.
20570         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20571         (_POSIX_C_SOURCE): Likewise.
20572         * manual/creature.texi (_DEFAULT_SOURCE): Document.
20573         (Feature Test Macros): Update documentation of default features.
20575 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
20577         * benchtests/Makefile: Add bench-strtok.
20578         * benchtests/bench-strtok.c: New file: strtok benchtest.
20580 2013-12-19  Allan McRae  <allan@archlinux.org>
20582         * manual/install.texi: Suppress menu for plain text output.
20583         * INSTALL: Regenerated.
20585 2013-12-18  Brooks Moses  <bmoses@google.com>
20587         [BZ #15846]
20588         * misc/getauxval.c: Include errno.h.
20589         (__getauxval): Set errno to ENOENT if the requested type is not
20590         found.
20591         * misc/sys/auxv.h (getauxval): Document that it may set errno;
20592         don't declare with __attribute_const__.
20593         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
20594         * manual/startup.texi: Document that getauxval sets errno.
20596 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
20598         * math/auto-libm-test-in: Add tests of jn and yn.
20599         * math/auto-libm-test-out: Regenerated.
20600         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
20601         (yn_test_data): Likewise.
20602         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20603         mpfr_if_f.
20604         (func_calc_desc): Add mpfr_if_f union field.
20605         (FUNC_mpfr_if_f): New macro.
20606         (test_functions): Add jn and yn.
20607         (calc_generic_results): Assert type of second input for
20608         mpfr_ff_f.  Handle mpfr_if_f.
20609         (output_for_one_input_case): Disable all checking for arguments
20610         fitting floating-point types in case of an integer argument.
20611         * sysdeps/i386/fpu/libm-test-ulps: Update.
20612         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20614         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
20615         Don't expect fegetround reference in libm.so.
20617 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
20619         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
20620         $(config-cflags-nofma).
20622 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
20624         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
20625         * math/auto-libm-test-out: Regenerated.
20627         [BZ #16338]
20628         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
20629         to determine exponent and adjust argument to have exponent of -1.
20630         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
20631         log2.
20632         * math/auto-libm-test-out: Regenerated.
20633         * sysdeps/i386/fpu/libm-test-ulps: Update.
20634         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20636 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
20638         * manual/probes.texi: Remove cases when per-thread arenas are
20639         disabled.
20641 2013-12-18  Andreas Schwab  <schwab@suse.de>
20643         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
20644         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
20645         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
20646         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
20647         * sysdeps/i386/i686/multiarch/Makefile: Update.
20648         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
20650 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20652         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
20653         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
20655 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
20657         [BZ #15968]
20658         Support TZ transition times < 00:00:00.
20659         This is needed for version-3 tz-format files; it supports time
20660         stamps past 2037 for America/Godthab (the only entry in the tz
20661         database for which this change is relevant).
20662         * manual/time.texi (TZ Variable): Document transition times
20663         from -167:59:59 through -00:00:01.
20664         * time/tzset.c (tz_rule): Time of day is now signed.
20665         (__tzset_parse_tz): Parse negative time of day.
20667         Document TZ transition times >= 25:00:00.
20668         * manual/time.texi (TZ Variable): Document transition times from
20669         25:00:00 through 167:59:59.  These are already supported, and this
20670         support will help with version-3 tz-format files.
20672         * manual/time.texi (TZ Variable): Modernize North America example
20673         to reflect current (i.e., 2007-and-later) daylight saving rules.
20675         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
20677 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20679         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
20680         * sysdeps/unix/bsd/bits/stat.h: Likewise.
20681         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
20682         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
20683         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
20684         * sysdeps/unix/bsd/bsdstat.h: Likewise.
20685         * sysdeps/unix/bsd/clock.c: Likewise.
20686         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
20687         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
20688         * sysdeps/unix/bsd/init-posix.c: Likewise.
20689         * sysdeps/unix/bsd/poll.c: Likewise.
20690         * sysdeps/unix/bsd/ptsname.c: Likewise.
20691         * sysdeps/unix/bsd/seekdir.c: Likewise.
20692         * sysdeps/unix/bsd/setegid.c: Likewise.
20693         * sysdeps/unix/bsd/seteuid.c: Likewise.
20694         * sysdeps/unix/bsd/setgid.c: Likewise.
20695         * sysdeps/unix/bsd/setrgid.c: Likewise.
20696         * sysdeps/unix/bsd/setruid.c: Likewise.
20697         * sysdeps/unix/bsd/setsid.c: Likewise.
20698         * sysdeps/unix/bsd/setuid.c: Likewise.
20699         * sysdeps/unix/bsd/sigaction.c: Likewise.
20700         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
20701         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
20702         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
20703         * sysdeps/unix/bsd/telldir.c: Likewise.
20704         * sysdeps/unix/bsd/times.c: Likewise.
20705         * sysdeps/unix/bsd/usleep.c: Likewise.
20707         * misc/Makefile (install-lib): Remove libbsd-compat.a.
20708         ($(objpfx)libbsd-compat.a): Remove rule.
20710         * include/features.h (__FAVOR_BSD): Do not define.
20711         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
20712         features conflicting with POSIX.
20713         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
20714         (_BSD_SOURCE): Remove description of not being a subset of other
20715         feature test macros.
20716         * manual/job.texi (getpgrp): Do not document BSD version.
20717         (getpgid): Do not document by reference to BSD getpgrp.
20718         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
20719         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
20720         * signal/signal.h [__FAVOR_BSD]: Likewise.
20721         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
20722         instead of making contents conditional on [__FAVOR_BSD].
20723         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
20725 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20727         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20729 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20731         [BZ #16314]
20732         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
20733         values below 2**-450, not 2**-500.
20734         * math/auto-libm-test-in: Don't allow spurious underflow from
20735         hypot.
20736         * math/auto-libm-test-out: Regenerated.
20738         [BZ #16316]
20739         [BZ #16330]
20740         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
20741         values of ha and hb and sort them after adjusting subnormal
20742         arguments.
20743         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
20744         Likewise.
20745         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
20746         values of ea and eb and sort them after adjusting subnormal
20747         arguments.
20748         * math/auto-libm-test-in: Do not expect some hypot tests of
20749         subnormals to fail.  Add more hypot tests.
20750         * math/auto-libm-test-out: Regenerated.
20752 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20754         [BZ #13304]
20755         * sysdeps/sh/s_fma.c: New file.
20756         * sysdeps/sh/s_fmaf.c: New file.
20757         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
20758         version.
20759         * sysdeps/sh/Implies: Add sh/soft-fp.
20761 2013-12-16  Roland McGrath  <roland@hack.frob.com>
20763         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
20764         level of indirection to members `objname', `errstring', `malloced'.
20765         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
20766         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
20767         it as the __longjmp argument (just pass 1 instead).
20768         (_dl_catch_error): Initialize C with argument pointers and address of
20769         volatile local ERRCODE rather than copying values out of C at return.
20771 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
20773         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
20774         * math/auto-libm-test-out: Regenerated.
20775         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
20776         (hypot_test_data): Likewise.
20777         (pow_test_data): Likewise.
20778         (pow_tonearest_test_data): Likewise.
20779         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20780         mpfr_ff_f.
20781         (func_calc_desc): Add mpfr_ff_f union field.
20782         (FUNC_mpfr_ff_f): New macro.
20783         (test_functions): Add atan2, hypot and pow.
20784         (special_fill_min): New function.
20785         (special_fill_minus_min): Likewise.
20786         (special_fill_min_subnorm): Likewise.
20787         (special_fill_minus_min_subnorm): Likewise.
20788         (special_real_inputs): Add min, -min, min_subnorm and
20789         -min_subnorm.
20790         (calc_generic_results): Handle mpfr_ff_f.
20791         * sysdeps/i386/fpu/libm-test-ulps: Update.
20792         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20794 2013-12-16  Will Newton  <will.newton@linaro.org>
20796         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
20797         (Aligned Memory Blocks): Add documentation for aligned_alloc
20798         and suggest it as an alternative to posix_memalign.
20799         (Hooks for Malloc): Document __memalign_hook is also called
20800         for aligned_alloc.  (Summary of Malloc): Add summary for
20801         aligned alloc.  Document __memalign_hook is also called
20802         for aligned_alloc.
20804 2013-12-16  Will Newton  <will.newton@linaro.org>
20806         * manual/memory.texi (Malloc Examples): Clarify default
20807         alignment documentation.  Suggest posix_memalign rather
20808         than memalign or valloc.
20809         (Aligned Memory Blocks): Remove suggestion to use memalign
20810         or valloc.  Remove obsolete comment about BSD.
20811         Document memalign errno values and mark the function obsolete.
20812         Document posix_memalign returned error codes.  Mark valloc
20813         as obsolete.  (Hooks for Malloc): __memalign_hook is also
20814         called for posix_memalign and valloc.
20815         (Summary of Malloc): Add posix_memalign to function summary.
20816         __memalign_hook is also called for posix_memalign and valloc.
20818 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
20820         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
20821         TAYLOR_SIN.
20822         (__sin): Adjust.
20823         (__cos): Likewise.
20824         (sloww): Use mynumber union.  Expand ternary operator into
20825         if-else statements.
20826         (cslow): use mynumber union.
20828 2013-12-16  Allan McRae  <allan@archlinux.org>
20830         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
20831         * configure: Regenerated.
20833         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
20835         [BZ #14120]
20836         * configure.ac: Added --enable-maintainer-mode. Check for
20837         autoconf when enabled.
20838         * configure: Regenerated.
20840         * nscd/nscd.service: New file.
20841         * nscd/nscd.tmpfiles: New file.
20843 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
20845         [BZ #12100]
20846         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
20847         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
20848         * sysdeps/x86_64/multiarch/strstr.c: ... here.
20849         (strstr): Add __strstr_sse2_unaligned ifunc.
20850         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
20851         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
20852         (strcasestr): Remove __strcasestr_sse42 ifunc.
20853         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
20854         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
20855         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20857 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20859         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
20860         * sysdeps/sh/bits/fenv.h: ... here.
20861         * sysdeps/sh/sh4/fpu/bits: Remove directory.
20863 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20865         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
20867         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
20868         hypotf multiarch implementations.
20869         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
20870         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
20871         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
20872         multiarch hypot for PPC64.
20873         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
20874         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
20875         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
20876         multiarch hypotf for PPC64.
20878         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
20879         modff multiarch implementations.
20880         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
20881         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
20882         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
20883         multiarch modf for PPC64.
20884         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
20885         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
20886         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
20887         multiarch modff for PPC64.
20889         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
20890         and logl multiarch implementations.
20891         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
20892         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
20893         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
20894         multiarch logb for PPC64.
20895         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
20896         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
20897         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
20898         multiarch logb for PPC64.
20899         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
20900         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
20901         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
20902         multiarch logb for PPC64.
20904         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
20905         isinff multiarch implementation.
20906         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
20907         file.
20908         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
20909         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
20910         multiarch isinf for PPC64.
20911         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
20912         file.
20913         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
20914         multiarch isinff for PPC64.
20916         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
20917         finitef multiarch implementation.
20918         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
20919         file.
20920         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
20921         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
20922         multiarch finite for PPC64.
20923         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
20924         file.
20925         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
20926         multiarch finitef for PPC64.
20928         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
20929         lrint multiarch implementation.
20930         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
20931         file.
20932         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
20933         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
20934         multiarch llrint for PPC64.
20935         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
20936         multiarch lrint for PPC64.
20938         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
20939         copysignf multiarch implementation.
20940         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
20941         file.
20942         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
20943         file.
20944         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
20945         multiarch copysign for PPC64.
20946         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
20947         multiarch copysignf for PPC64.
20949         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
20950         multiarch implementation.
20951         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
20952         file.
20953         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
20954         file.
20955         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
20956         file.
20957         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
20958         file.
20959         multiarch llround for PPC64.
20960         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
20961         multiarch trunc for PPC64.
20962         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
20963         multiarch truncf for PPC64.
20965         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
20966         multiarch implementation.
20967         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
20968         file.
20969         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
20970         file.
20971         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
20972         file.
20973         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
20974         file.
20975         multiarch llround for PPC64.
20976         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
20977         multiarch round for PPC64.
20978         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
20979         multiarch roundf for PPC64.
20981         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
20982         multiarch implementation.
20983         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
20984         file.
20985         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
20986         file.
20987         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
20988         file.
20989         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
20990         file.
20991         multiarch llround for PPC64.
20992         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
20993         multiarch floor for PPC64.
20994         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
20995         multiarch floorf for PPC64.
20997         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
20998         multiarch implementation.
20999         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
21000         file.
21001         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
21002         file.
21003         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
21004         file.
21005         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
21006         file.
21007         multiarch llround for PPC64.
21008         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
21009         multiarch ceil for PPC64.
21010         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
21011         multiarch ceilf for PPC64.
21013         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
21014         multiarch implementation.
21015         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
21016         file.
21017         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
21018         file.
21019         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
21020         file.
21021         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
21022         multiarch llround for PPC64.
21023         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
21024         multiarch lround for PPC64.
21026         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
21027         multiarch implementation.
21028         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
21029         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
21030         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
21031         file.
21032         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
21033         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
21034         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
21035         multiarch isnan for PPC64.
21036         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
21037         multiarch isnanf for PPC64.
21039         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
21040         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
21041         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
21042         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
21043         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
21044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
21046         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
21047         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
21048         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
21049         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
21051         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
21052         multiarch implementations.
21053         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21054         (__libc_ifunc_impl_list): Likewise.
21055         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
21056         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
21057         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
21058         multiarch stpcpy for PPC64.
21060         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
21061         multiarch implementations.
21062         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21063         (__libc_ifunc_impl_list): Likewise.
21064         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
21065         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
21066         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
21067         multiarch strcpy for PPC64.
21069         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
21070         redefine function name.
21071         (_wordcopy_fwd_dest_aligned): Likewise.
21072         (_wordcopy_bwd_aligned): Likewise.
21073         (_wordcopy_bwd_dest_aligned): Likewise.
21074         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
21075         multiarch implementations.
21076         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21077         (__libc_ifunc_impl_list): Likewise.
21078         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
21079         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
21080         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
21081         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
21082         multiarch wcscpy for PPC64.
21084         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
21085         multiarch implementations.
21086         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21087         (__libc_ifunc_impl_list): Likewise.
21088         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
21089         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
21090         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
21091         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
21092         multiarch wcscpy for PPC64.
21094         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
21095         multiarch implementations.
21096         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21097         (__libc_ifunc_impl_list): Likewise.
21098         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
21099         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
21100         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
21101         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
21102         multiarch wcsrchr for PPC64.
21104         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
21105         multiarch implementations.
21106         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21107         (__libc_ifunc_impl_list): Likewise.
21108         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
21109         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
21110         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
21111         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
21112         multiarch wcschr for PPC64.
21114         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
21115         multiarch implementations.
21116         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21117         (__libc_ifunc_impl_list): Likewise.
21118         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
21119         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
21120         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
21121         multiarch strchrnul for PPC64.
21123         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
21124         implementations.
21125         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21126         (__libc_ifunc_impl_list): Likewise.
21127         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
21128         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
21129         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
21130         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
21131         strchr for PPC64.
21133         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
21134         implementations.
21135         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21136         (__libc_ifunc_impl_list): Likewise.
21137         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
21138         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
21139         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
21140         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
21141         strncmp for PPC64.
21143         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
21144         multiarch implementations.
21145         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21146         (__libc_ifunc_impl_list): Likewise.
21147         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
21148         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
21149         strncasecmp for PPC64.
21150         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
21151         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
21152         multiarch strncasecmp_l for PPC64.
21154         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
21155         multiarch implementations.
21156         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
21157         (__libc_ifunc_impl_list): Likewise.
21158         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
21159         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
21160         multiarch strcasecmp for PPC64.
21161         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
21162         file.
21163         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
21164         multiarch strcasecmp_l for PPC64.
21166         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
21167         implementations.
21168         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21169         (__libc_ifunc_impl_list): Likewise.
21170         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
21171         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
21172         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
21173         strnlen for PPC64.
21175         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
21176         implementations.
21177         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21178         (__libc_ifunc_impl_list): Likewise.
21179         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
21180         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
21181         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
21182         strlen for PPC64.
21184         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
21185         implementations.
21186         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21187         (__libc_ifunc_impl_list): Likewise.
21188         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
21189         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
21190         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
21191         rawmemrchr for PPC64.
21193         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
21194         implementation.
21195         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21196         (__libc_ifunc_impl_list): Likewise.
21197         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
21198         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
21199         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
21200         memrchr for PPC64.
21202         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
21203         implementation.
21204         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21205         (__libc_ifunc_impl_list): Likewise.
21206         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
21207         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
21208         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
21209         memchr for PPC64.
21211         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
21212         implementation.
21213         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21214         (__libc_ifunc_impl_list): Likewise.
21215         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
21216         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
21217         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
21218         mempcpy for PPC64.
21220         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
21221         avoid cretion of __bzero symbol.
21222         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
21223         Likewise.
21224         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
21225         Likewise.
21226         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
21227         Likewise.
21228         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
21229         multiarch implementations.
21230         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21231         (__libc_ifunc_impl_list): Likewise.
21232         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
21233         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
21234         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
21235         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
21236         bzero for PPC32.
21237         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
21238         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
21239         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
21240         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
21241         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
21242         memset for PPC64.
21243         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
21245         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
21246         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
21247         implementations.
21248         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21249         (__libc_ifunc_impl_list): Likewise.
21250         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
21251         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
21252         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
21253         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
21254         memcmp for PPC64.
21256         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
21257         multiarch for POWER/PPC64.
21258         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
21259         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
21260         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
21261         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
21262         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
21263         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
21264         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
21265         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
21266         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
21267         memcpy for PPC64.
21269         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
21270         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
21271         * sysdeps/powerpc/powerpc64/power4/multiarch/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/power5/Implies: New File.
21275         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
21276         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
21277         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
21278         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
21279         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
21280         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
21281         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
21282         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
21283         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
21284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
21285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
21286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
21287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
21288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
21289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
21290         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
21292 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21294         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
21296 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21298         * benchtests/Makefile (bench): Add exp2 and log2.
21299         (LDLIBS-bench-exp2): Add -lm.
21300         (LDLIBS-bench-log2): Likewise.
21301         * benchtests/exp2-inputs: New inputs file.
21302         * benchtests/log2-inputs: New inputs file.
21303         * benchtests/log-inputs: Add new inputs.
21304         * benchtests/tan-inputs: Likewise.
21306 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21308         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
21309         definition...
21310         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
21311         (csloww2): ... from here.
21313         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
21314         instead of structures.
21315         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
21316         (POLYNOMIAL): Likewise.
21317         (TAYLOR_SLOW): Likewise.
21318         (__sin): Likewise.
21319         (__cos): Likewise.
21320         (slow1): Likewise.
21321         (slow2): Likewise.
21322         (sloww): Likewise.
21323         (sloww1); Likewise.
21324         (sloww2): Likewise.
21325         (bsloww1): Likewise.
21326         (bsloww2): Likewise.
21327         (cslow2): Likewise.
21328         (csloww): Likewise.
21329         (csloww1): Likewise.
21330         (csloww2): Likewise.
21332 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
21334         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
21335         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
21336         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
21337         * malloc/hooks.c (realloc_check): Likewise.
21339         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
21340         * malloc/arena.c: Remove PER_THREAD conditional.
21341         [!PER_THREAD]: Remove code.
21342         (ptmalloc_unlock_all2): Likewise.
21343         (ptmalloc_init): Likewise.
21344         (_int_new_arena): Likewise.
21345         (arena_get2): Likewise.
21346         * malloc/hooks.c (__malloc_get_state): Likewise.
21347         (__malloc_set_state): Likewise.
21348         * malloc/malloc.c: Likewise.
21349         (struct malloc_state): Likewise.
21350         (struct malloc_par): Likewise.
21351         (__libc_realloc): Likewise.
21352         (__libc_mallopt): Likewise.
21354 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21356         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
21358 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
21360         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
21361         macro to a function.  Check for zero perturb_byte.
21362         (_int_malloc, _int_free): Remove zero perturb_byte checks.
21364         * malloc/malloc.c: (force_reg): Remove.
21365         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
21366         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
21367         force_reg by atomic_forced_read.
21368         * malloc/arena.c (ptmalloc_init): Likewise.
21369         * malloc/hooks.c (top_check): Likewise.
21371 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21373         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21375 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
21377         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21379 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
21381         * math/auto-libm-test-in: Add tests of lgamma.
21382         * math/auto-libm-test-out: Regenerated.
21383         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
21384         (M_LOG_2_SQRT_PIl): Likewise.
21385         (lgamma_test_data): Use AUTO_TESTS_f_f1.
21386         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21387         mpfr_f_f1.
21388         (func_calc_desc): Add mpfr_f_f1 union field.
21389         (ARGS1): New macro.
21390         (ARGS2): Likewise.
21391         (ARGS3): Likewise.
21392         (ARGS4): Likewise.
21393         (RET1): Likewise.
21394         (RET2): Likewise.
21395         (CALC): Likewise.
21396         (FUNC): Likewise.
21397         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
21398         (test_functions): Add lgamma.
21399         (calc_generic_results): Handle mpfr_f_f1.
21400         * sysdeps/i386/fpu/libm-test-ulps: Update.
21401         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21403 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21405         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
21406         __mpn_add_n for PowerPC64/POWER7.
21407         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
21408         __mpn_sub_n for PowerPC64/POWER7.
21410         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
21411         __mpn_addmul_1 for PowerPC64.
21412         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
21413         __mpn_submul_1 for PowerPC64.
21414         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
21415         for PowerPC64.
21416         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
21417         for PowerPC64.
21419 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
21421         [BZ #15089]
21422         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
21424 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21426         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
21428         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
21429         add multiarch folders.
21430         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
21431         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
21432         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
21433         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
21434         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
21435         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
21436         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
21437         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
21438         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
21439         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
21440         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
21441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
21442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
21443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
21444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
21445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
21446         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
21448         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21449         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
21450         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
21451         New file.
21452         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
21453         New file.
21454         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
21455         multiarch __ieee754_hypot for PowerPC32.
21456         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
21457         New file.
21458         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
21459         New file.
21460         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
21461         multiarch __ieee754_hypotf for PowerPC32.
21463         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
21464         long_double_symbol only if __logbl is defined.
21465         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
21466         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
21467         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
21468         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
21469         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
21470         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
21471         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
21472         path for implementation.
21473         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
21474         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
21475         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
21476         logb, and logbl multiarch implementations for PowerPC32.
21477         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
21478         file.
21479         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
21480         file.
21481         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
21482         multiarch logb for PowerPC32.
21483         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
21484         file.
21485         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
21486         file.
21487         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
21488         multiarch logbf for PowerPC32.
21489         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
21490         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
21491         file.
21492         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
21493         multiarch logbl implementation for PowerPC32.
21495         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
21496         and modff multiarch implementations.
21497         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
21498         New file.
21499         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
21500         New file.
21501         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
21502         multiarch modf for PowerPC32.
21503         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
21504         New file.
21505         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
21506         New file.
21507         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
21508         multiarch modff for PowerPC32.
21510         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
21511         and lrintf multiarch implementations.
21512         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
21513         New file.
21514         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
21515         New file.
21516         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
21517         multiarch lrint for PowerPC32.
21518         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
21519         file: multiarch lrintf for PowerPC32.
21521         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
21522         and lroundf multiarch implementations.
21523         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
21524         New file.
21525         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
21526         New file.
21527         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
21528         New file.
21529         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
21530         multiarch lround for PowerPC32.
21531         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
21532         file: multiarch lroundf for PowerPC32.
21534         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21535         copysign and copysignf multiarch implementations.
21536         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
21537         New file.
21538         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
21539         New file.
21540         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
21541         file: multiarch copysign for PowerPC32.
21542         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
21543         file: multiarch copysignf for PowerPC32.
21545         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
21546         and truncf multiarch implementations.
21547         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
21548         New file.
21549         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
21550         file.
21551         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
21552         multiarch trunc for PowerPC32.
21553         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
21554         New file.
21555         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
21556         New file.
21557         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
21558         multiarch truncf for PowerPC32.
21560         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
21561         and roundf multiarch implementations.
21562         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
21563         New file.
21564         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
21565         file.
21566         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
21567         multiarch round for PowerPC32.
21568         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
21569         New file.
21570         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
21571         New file.
21572         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
21573         multiarch roundf for PowerPC32.
21575         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
21576         and floorf multiarch implementations.
21577         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
21578         New file.
21579         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
21580         file.
21581         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
21582         multiarch floor for PowerPC32.
21583         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
21584         New file.
21585         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
21586         New file.
21587         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
21588         multiarch floorf for PowerPC32.
21590         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
21591         and ceilf multiarch implementations.
21592         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
21593         New file.
21594         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
21595         file.
21596         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
21597         multiarch ceil for PowerPC32.
21598         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
21599         New file.
21600         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
21601         file.
21602         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
21603         multiarch ceilf for PowerPC32.
21605         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
21606         is defined.
21607         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
21608         FINITEF is defined.
21609         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
21610         and finitef multiarch implementations.
21611         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
21612         New file.
21613         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
21614         file.
21615         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
21616         multiarch finite for PowerPC32.
21617         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
21618         New file.
21619         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
21620         file: multiarch finitef for PowerPC32.
21622         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
21623         and isinff multiarch implementations.
21624         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
21625         file.
21626         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
21627         file.
21628         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
21629         multiarch isinf for PowerPC32.
21630         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
21631         New file.
21632         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
21633         multiarch isinff for PowerPC32.
21635         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
21636         alias when __isnan is defined.
21637         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
21638         and isnanf multiarch implementations.
21639         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
21640         file.
21641         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
21642         file.
21643         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
21644         file.
21645         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
21646         file.
21647         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
21648         multiarch isnan for PowerPC32.
21649         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
21650         New file.
21651         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
21652         New file.
21653         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
21654         multiarch isnanf for PowerPC32.
21656         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
21657         and sqrtf multiarch implementations.
21658         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
21659         file.
21660         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
21661         file.
21662         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
21663         multiarch sqrt for PowerPC32.
21664         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
21665         file.
21666         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
21667         file.
21668         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
21669         multiarch sqrtf for PowerPC32.
21671         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
21672         and llroundf multiarch implementations.
21673         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
21674         New file.
21675         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
21676         New file.
21677         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
21678         New file.
21679         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
21680         file: multiarch llround for PowerPC32.
21681         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
21682         file: multiarch llroundf for PowerPC32.
21684         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
21685         multiarch PowerPC32 fpu implementations.
21686         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
21687         New file.
21688         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
21689         New file.
21690         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
21691         multiarch llrint for PowerPC32.
21692         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
21693         New file.
21694         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
21695         New file.
21696         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
21697         file.
21699         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
21701         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
21702         file.
21703         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
21704         file.
21705         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
21706         file.
21707         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
21708         multiarch wordcopy for PPC32.
21709         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21710         wordcopy objects.
21711         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21712         (__libc_ifunc_impl_list): Likewise.
21713         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
21714         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
21715         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
21716         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
21717         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
21718         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
21720         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
21721         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
21722         file.
21723         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
21724         file.
21725         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
21726         file.
21727         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
21728         multiarch wcscpy for PPC32.
21729         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21730         multiarch objects.
21731         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21732         (__libc_ifunc_impl_list): Likewise.
21733         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21734         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21735         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
21736         sysdeps/powerpc/power6/wcscpy.c.
21738         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
21739         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
21740         file.
21741         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
21742         file.
21743         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
21744         file.
21745         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
21746         multiarch wcsrchr for PPC32.
21747         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21748         multiarch objects.
21749         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21750         (__libc_ifunc_impl_list): Likewise.
21751         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21752         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21753         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
21754         sysdeps/powerpc/power6/wcsrchr.c.
21756         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
21757         file.
21758         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
21759         file.
21760         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
21761         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
21762         multiarch wcschr for PPc32.
21763         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21764         multiarch objects.
21765         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21766         (__libc_ifunc_impl_list): Likewise.
21767         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
21768         * sysdeps/powerpc/power6/wcschr.c: ... to here.
21769         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
21770         sysdeps/powerpc/power6/wcschr.c.
21772         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
21773         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
21774         file.
21775         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
21776         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
21777         file: multiarch strchr for PPC32.
21778         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
21779         multiarch objects.
21780         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21781         (__libc_ifunc_impl_list): Likewise.
21783         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
21784         name.
21785         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
21786         file.
21787         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
21788         file.
21789         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
21790         multiarch strchrnul for PPC32.
21791         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
21792         multiarch objects.
21793         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21794         (__libc_ifunc_impl_list): Likewise.
21796         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
21797         file.
21798         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
21799         multiarch strncasecmp for PPC32.
21800         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
21801         file.
21802         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
21803         multiarch strncasecmp_l for PPC32.
21804         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
21805         strncasecmp multiarch objects.
21806         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21807         (__libc_ifunc_impl_list): Likewise.
21809         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
21810         file.
21811         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
21812         multiarch strncasecmp for PPC32.
21813         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
21814         New file.
21815         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
21816         multiarch strcasecmp_l for PPC32.
21817         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
21818         multiarch objects.
21819         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21820         (__libc_ifunc_impl_list): Likewise.
21822         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
21823         file.
21824         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
21825         file.
21826         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
21827         multiarch strncmp for PPC32.
21828         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
21829         multiarch objects.
21830         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21831         (__libc_ifunc_impl_list): Likewise.
21833         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
21834         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
21835         file.
21836         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
21837         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
21838         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
21839         multiarch objects.
21840         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21841         (__libc_ifunc_impl_list): Likewise.
21843         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
21844         file.
21845         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
21846         file.
21847         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
21848         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
21849         multiarch objects.
21850         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21851         (__libc_ifunc_impl_list): Likewise.
21853         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
21854         file.
21855         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
21856         file.
21857         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
21858         multiarch rawmemchr for PPC32.
21859         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
21860         multiarch objects.
21861         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21862         (__libc_ifunc_impl_list): Likewise.
21864         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
21865         file.
21866         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
21867         file.
21868         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
21869         file: memrchr multiarch for PPC32.
21870         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
21871         multiarch objects.
21872         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21873         (__libc_ifunc_impl_list): Likewise.
21875         * string/memchr.c (__memchr): Using macro to redefine symbol name.
21876         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
21877         file.
21878         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
21879         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
21880         multiarch memchr for PPC32.
21881         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
21882         multiarch objects.
21883         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21884         (__libc_ifunc_impl_list): Likewise.
21886         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
21887         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
21888         file.
21889         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
21890         file.
21891         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
21892         file: multiarch mempcpy for PPC32.
21893         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
21894         multiarch objects.
21895         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21896         (__libc_ifunc_impl_list): Likewise.
21898         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
21899         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
21900         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
21901         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
21902         multiarch bzero for PPC32.
21903         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
21904         file.
21905         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
21906         file.
21907         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
21908         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
21909         file: multiarch memset for PPC32.
21910         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
21911         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
21912         memset multiarch objects.
21913         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21914         (__libc_ifunc_impl_list): Likewise.
21916         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
21917         file.
21918         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
21919         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
21920         memcmp for PPC32.
21921         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
21922         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
21923         multiarch objects.
21924         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21925         (__libc_ifunc_impl_list): Likewise.
21927         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
21928         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
21929         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
21930         file.
21931         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
21932         file.
21933         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
21934         file.
21935         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
21936         multiarch memcpy for PPC32.
21937         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
21938         multiarch objects.
21939         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21940         (__libc_ifunc_impl_list): Likewise.
21942         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
21943         support multiarch for POWER/PPC32.
21944         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
21945         Likewise.
21946         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
21947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
21948         Implies file to make multiarch folder appers before the fpu and
21949         default folder for power4 configuration.
21951 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
21953         * scripts/bench.pl: Append volatile keyword to type.
21955 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21957         * sysdeps/sh/sotruss-lib.c: New file.
21958         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
21960 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21962         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21964 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
21966         [BZ #6810]
21967         * math/w_tgamma.c: Include <errno.h>.
21968         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
21969         * math/w_tgammaf.c: Include <errno.h>.
21970         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
21971         * math/w_tgammal.c: Include <errno.h>.
21972         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
21973         * math/auto-libm-test-in: Do not allow missing errno on tgamma
21974         underflow.  Add more tgamma tests.
21975         * math/auto-libm-test-out: Regenerated.
21976         * sysdeps/i386/fpu/libm-test-ulps: Update.
21977         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21979         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
21980         sin, sinh, tan, tanh, tgamma, y0 and y1.
21981         * math/auto-libm-test-out: Regenerated.
21982         * math/libm-test.inc (TEST_COND_x86_64): New macro.
21983         (TEST_COND_x86): Likewise.
21984         (M_E2l): Remove macro.
21985         (M_E3l): Likewise.
21986         (M_2_SQRT_PIl): Likewise.
21987         (M_SQRT_PIl): Likewise.
21988         (M_1_DIV_El): Likewise.
21989         (log_test_data): Use AUTO_TESTS_f_f.
21990         (log10_test_data): Likewise.
21991         (log1p_test_data): Likewise.
21992         (log2_test_data): Likewise.
21993         (sin_test_data): Likewise.
21994         (sin_tonearest_test_data): Likewise.
21995         (sin_towardzero_test_data): Likewise.
21996         (sin_downward_test_data): Likewise.
21997         (sin_upward_test_data): Likewise.
21998         (sinh_test_data): Likewise.
21999         (sinh_tonearest_test_data): Likewise.
22000         (sinh_towardzero_test_data): Likewise.
22001         (sinh_downward_test_data): Likewise.
22002         (sinh_upward_test_data): Likewise.
22003         (tan_test_data): Likewise.
22004         (tan_tonearest_test_data): Likewise.
22005         (tan_towardzero_test_data): Likewise.
22006         (tan_downward_test_data): Likewise.
22007         (tan_upward_test_data): Likewise.
22008         (tanh_test_data): Likewise.
22009         (tgamma_test_data): Likewise.
22010         (y0_test_data): Likewise.
22011         (y1_test_data): Likewise.
22012         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
22013         (special_real_inputs): Add pi/4.
22014         * sysdeps/i386/fpu/libm-test-ulps: Update.
22015         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22017 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22019         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
22020         "longjmp_target" static probes.
22021         (__longjmp): Rename to __longjmp_symbol.
22022         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
22023         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
22024         on which longjmp to generate.
22025         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22026         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
22027         probe.
22028         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22029         (__sigjmp_save): Rename to __sigjmp_save_symbol.
22030         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
22031         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
22032         and __sigjmp_save_symbol based on which sigsetjmp to generated.
22033         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
22034         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
22035         __longjmp_symbol based on which __longjmp to generate.
22036         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
22037         probe.
22038         (setjmp): Rename to setjmp_symbol.
22039         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22040         (_setjmp): Rename to _setjmp_symbol.
22041         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22042         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
22043         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
22044         which setjmp to generate.
22045         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
22046         "longjmp_target" static probes.
22048 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
22050         * benchtests/README: Add note about output arguments.
22051         * benchtests/bench-sincos.c: Remove file.
22052         * benchtests/sincos-inputs: New file.
22053         * scripts/bench.pl: Identify output arguments and define
22054         static variables for them.
22056         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
22058         [BZ #15941]
22059         * Makefile (INSTALL): Add install-plain.texi as the primary
22060         dependency.
22061         * manual/install-plain.texi: New file.
22062         * manual/install.texi: Include node directive only for
22063         non-plaintext output.
22065 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
22067         * stdlib/longlong.h: Update from GCC.
22069         [BZ #6807]
22070         [BZ #15901]
22071         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
22072         * math/w_j0f.c (y0f): Likewise.
22073         * math/w_j0l.c (__y0l): Likewise.
22074         * math/w_j1.c (y1): Likewise.
22075         * math/w_j1f.c (y1f): Likewise.
22076         * math/w_j1l.c (__y1l): Likewise
22077         * math/w_jn.c (yn): Likewise.
22078         * math/w_jnf.c (ynf): Likewise.
22079         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
22080         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
22081         value for Bessel function domain errors outside _SVID_ mode.
22082         Adjust sign of return value for yn (negative integer, 0).
22083         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
22084         by zero in return for negative x and set sign appropriately for
22085         negative n.
22086         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
22087         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
22088         * math/libm-test.inc (y0_test_data): Add more tests and adjust
22089         expectations in error cases.
22090         (y1_test_data): Likewise.
22091         (yn_test_data): Likewise.
22092         * sysdeps/i386/fpu/libm-test-ulps: Update.
22093         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22095 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22097         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
22098         "64" to "64-v1".  Add "64-v2".
22099         (abi-64-options): Rename to ...
22100         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
22101         (abi-64-condition): Rename to ...
22102         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
22103         (abi-64-ld-soname): Rename to ...
22104         (abi-64-v1-ld-soname): ... this.
22105         (abi-64-v2-options): Define.
22106         (abi-64-v2-condition): Likewise.
22107         (abi-64-v2-ld-soname): Likewise.
22108         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
22109         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
22110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
22111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
22112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
22114 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22115             Alan Modra  <amodra@gmail.com>
22117         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
22118         New versions for use with the ELFv2 ABI.
22119         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
22120         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
22121         declaration.
22122         (struct La_ppc64v2_retval): Likewise.
22123         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
22124         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
22125         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
22126         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
22127         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
22128         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
22129         Do not save or restore CR.
22130         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
22131         (_dl_profile_resolve): Do no save or restore CR.  Support extended
22132         return values for ELFv2 ABI.  Fix location of FPR return registers.
22133         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
22134         updated values for _CALL_ELF == 2.
22135         (La_regs, La_retval, int_retval): Likewise.
22137 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22139         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
22140         (FRAME_MIN_SIZE_PARM): Likewise.
22141         (FRAME_BACKCHAIN): Likewise.
22142         (FRAME_CR_SAVE): Likewise.
22143         (FRAME_LR_SAVE): Likewise.
22144         (FRAME_TOC_SAVE): Likewise.
22145         (FRAME_PARM_SAVE): Likewise.
22146         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
22147         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
22148         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22149         (call_mcount_parm_offset): New macro.
22150         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
22151         (PROF): Use symbolic stack frame offsets.
22152         (TAIL_CALL_SYSCALL_ERROR): Likewise.
22153         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
22154         Redefine in terms of FRAME_MIN_SIZE.
22155         (_dl_runtime_resolve): Use symbolic stack frame offsets.
22156         (_dl_profile_resolve): Likewise.  Update comment.
22157         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
22158         symbols stack frame offsets.
22159         (__sigsetjmp): Likewise.
22160         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
22161         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
22162         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
22163         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
22165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
22166         (FRAME_BACKCHAIN): Remove.
22167         (FRAME_CR_SAVE): Likewise.
22168         (FRAME_LR_SAVE): Likewise.
22169         (FRAME_COMPILER_DW): Likewise.
22170         (FRAME_LINKER_DW): Likewise.
22171         (FRAME_TOC_SAVE): Likewise.
22172         (FRAME_PARM_SAVE): Likewise.
22173         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
22174         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
22175         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
22177         (CHECK_SP): Use symbolic stack frame offsets.
22178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
22179         zone" instead of caller's parameter save area for temp storage.
22180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
22181         Likewise.  Also, use symbolic stack frame offsets.
22182         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
22183         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
22184         our own stack frame instead of the caller's.
22185         (__socket): Use symbolic stack frame offsets.
22187 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22188             Alan Modra  <amodra@gmail.com>
22190         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
22191         Define.
22192         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
22193         (PPC64_LOCAL_ENTRY_OFFSET): Define.
22194         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
22195         New function.
22196         (elf_machine_fixup_plt): Call it.
22197         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
22198         reloc arguments.
22199         (elf_machine_rela): Update call to elf_machine_plt_conflict.
22200         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22201         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
22202         r2 before calling target.
22204 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22205             Alan Modra  <amodra@gmail.com>
22207         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
22208         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
22209         versions of macros to support ELFv2 ABI.
22210         (LOCALENTRY): New macro.
22211         (ENTRY, EALIGN): Use it.
22212         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
22213         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
22214         fall through into ENTRY entry point.
22215         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
22216         Only define if _CALL_ELF != 2.
22218         (elf_machine_matches_host): Verify ABI version matches.
22219         (RTLD_START): Use LOCALENTRY.
22220         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
22221         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
22222         (PLT_ENTRY_WORDS): New macro.
22223         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
22224         (elf_machine_runtime_setup): Support ELFv2 ABI.
22225         (elf_machine_fixup_plt): Likewise.
22226         (elf_machine_plt_conflict): Likewise.
22227         (resolve_ifunc): Likewise.
22228         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
22229         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22230         Likewise.
22231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
22232         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
22233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22234         (makecontext): Support ELFv2 ABI.
22235         * elf/elf.h (EF_PPC64_ABI): Define.
22237 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22239         * sysdeps/powerpc/powerpc64/sysdep.h
22240         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
22241         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
22242         (ENTRY) [ASSEMBLER]: ... but instead here ...
22243         (EALIGN) [ASSEMBLER]: ... and here.
22244         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
22245         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
22246         (ENTRY_2) [!ASSEMBLER]: Use it.
22247         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
22248         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
22249         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22250         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
22251         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
22252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
22253         Use PPC64_LOAD_FUNCPTR.
22255         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
22257 2013-12-04  Alan Modra  <amodra@gmail.com>
22259         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
22260         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
22261         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
22262         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
22264         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
22265         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
22266         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
22267         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
22268         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
22269         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
22271 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22274         (__makecontext): Fix incorrect CFI when backtracing out of
22275         context created via makecontext.
22276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
22277         (__setcontext): Fix incorrect CFI during switch to new context.
22278         (__novec_setcontext): Likewise.
22280 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22282         [BZ #4772]
22283         * time/strptime_l.c (__strptime_internal): Allow modifiers
22284         in strptime.
22285         * time/tst-strptime.c (day_tests): Add testcase.
22287 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22289         * scripts/bench.pl: Skip over blank lines.
22291 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
22293         [BZ #926]
22294         * manual/time.texi (Calendar Time): Clarify what timezone functions
22295         use.
22297 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22299         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22301 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22303         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
22304         implementation.
22305         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
22306         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
22307         * debug/memset_chk.c (__memset_chk): Likewise.
22308         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
22309         * debug/strncpy_chk.c: Likewise.
22311 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22313         [BZ #15268]
22314         [BZ #15425]
22315         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
22316         (__ieee754_exp): For possibly underflowing results, check size of
22317         result and force underflow exception if required.
22318         * math/auto-libm-test-in: Add more tests of exp.
22319         * math/auto-libm-test-out: Regenerated.
22320         * sysdeps/i386/fpu/libm-test-ulps: Update.
22321         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22323         [BZ #16283]
22324         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
22325         * math/w_exp2f.c (__exp2f): Likewise.
22326         * math/w_exp2l.c (__exp2l): Likewise.
22327         * math/auto-libm-test-in: Do not allow missing errno on exp2
22328         underflow.
22329         * math/auto-libm-test-out: Regenerated.
22331 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
22333         [BZ #16274]
22334         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
22335         handle filename validation.
22336         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
22337         (do_open): Delete.
22339 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22341         [BZ #6786]
22342         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
22343         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
22344         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
22345         <float.h>.
22346         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
22347         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
22348         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22349         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
22350         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22351         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
22352         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22353         * math/auto-libm-test-in: Don't allow missing errno from erfc.
22354         Add more erfc tests.
22355         * math/auto-libm-test-out: Regenerated.
22356         * sysdeps/i386/fpu/libm-test-ulps: Update.
22357         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22359         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
22360         exp2, expm1, j0 and j1.
22361         * math/auto-libm-test-out: Regenerated.
22362         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
22363         (erfc_test_data): Likewise.
22364         (exp_test_data): Likewise.
22365         (exp_tonearest_test_data): Likewise.
22366         (exp_towardzero_test_data): Likewise.
22367         (exp_downward_test_data): Likewise.
22368         (exp_upward_test_data): Likewise.
22369         (exp10_test_data): Likewise.
22370         (exp2_test_data): Likewise.
22371         (expm1_test_data): Likewise.
22372         (j0_test_data): Likewise.
22373         (j1_test_data): Likewise.
22374         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
22375         (input_flag_type): Add flag_xfail_rounding.
22376         (input_flags): Add xfail-rounding.
22377         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
22378         (output_for_one_input_case): Handle flag_xfail_rounding.
22379         * sysdeps/i386/fpu/libm-test-ulps: Update.
22380         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22382 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
22384         [BZ #16289]
22385         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
22386         division by 0.
22388 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22390         [BZ #16195]
22391         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
22392         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
22393         (STAP_PROBE0): New macro.
22394         (STAP_PROBE1): Likewise.
22395         (STAP_PROBE2): Likewise.
22396         (STAP_PROBE3): Likewise.
22397         (STAP_PROBE4): Likewise.
22399 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
22401         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
22403 2013-12-02  Steve Ellcey  <sellcey@mips.com>
22405         * benchtests/Makefile (bench): Add sqrt.
22406         (LDLIBS-bench-sqrt): New.
22407         * benchtests/sqrt-input: New.
22409 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
22411         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
22412         (GAIH_EAI): Likewise.
22413         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
22414         (gaih_inet): Likewise.
22415         (getaddrinfo): Don't use GAIH_EAI.
22417         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
22418         (struct gaih): Remove definition.
22420 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
22422         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
22423         Use HERRNOP directly.
22425 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22427         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22429 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
22431         * math/gen-auto-libm-tests.c (test_functions): Add more
22432         single-argument functions.
22433         (special_fill_pi_2): New function.
22434         (special_fill_minus_pi_2): Likewise.
22435         (special_fill_pi_6): Likewise.
22436         (special_fill_minus_pi_6): Likewise.
22437         (special_fill_pi_3): Likewise.
22438         (special_fill_2pi_3): Likewise.
22439         (special_fill_e): Likewise.
22440         (special_fill_1_e): Likewise.
22441         (special_fill_e_minus_1): Likewise.
22442         (special_real_inputs): Add more special inputs.
22443         (output_for_one_input_case): Do not require ERANGE on underflow to
22444         zero if round-to-nearest result does not underflow to zero, unless
22445         exact results required.
22446         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
22447         atan, atanh, cbrt, cos and cosh.
22448         * math/auto-libm-test-out: Regenerated.
22449         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
22450         (acos_tonearest_test_data): Likewise.
22451         (acos_towardzero_test_data): Likewise.
22452         (acos_downward_test_data): Likewise.
22453         (acos_upward_test_data): Likewise.
22454         (acosh_test_data): Likewise.
22455         (asin_test_data): Likewise.
22456         (asin_tonearest_test_data): Likewise.
22457         (asin_towardzero_test_data): Likewise.
22458         (asin_upward_test_data): Likewise.
22459         (asinh_test_data): Likewise.
22460         (atan_test_data): Likewise.
22461         (atanh_test_data): Likewise.
22462         (cbrt_test_data): Likewise.
22463         (cos_test_data): Likewise.
22464         (cos_tonearest_test_data): Likewise.
22465         (cos_towardzero_test_data): Likewise.
22466         (cos_downward_test_data): Likewise.
22467         (cos_upward_test_data): Likewise.
22468         (cosh_test_data): Likewise.
22469         (cosh_tonearest_test_data): Likewise.
22470         (cosh_towardzero_test_data): Likewise.
22471         (cosh_downward_test_data): Likewise.
22472         (cosh_upward_test_data): Likewise.
22473         * sysdeps/i386/fpu/libm-test-ulps: Update.
22474         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22476 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
22478         [BZ #6787]
22479         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
22480         * math/w_exp10f.c (__exp10f): Likewise.
22481         * math/w_exp10l.c (__exp10l): Likewise.
22482         * math/libm-test.inc (exp10_test_data): Add more tests and expect
22483         errno settings in existing tests.
22485         [BZ #14032]
22486         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
22487         precision control set to double precision.
22488         * sysdeps/i386/fpu/w_sqrt.c: New file.
22489         * math/auto-libm-test-in: Add more tests.
22490         * math/auto-libm-test-out: Update.
22492         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
22493         (sqrt_test_tonearest): New function.
22494         (sqrt_towardzero_test_data): New variable.
22495         (sqrt_test_towardzero): New function.
22496         (sqrt_downward_test_data): New variable.
22497         (sqrt_test_downward): New function.
22498         (sqrt_upward_test_data): New variable.
22499         (sqrt_test_upward): New function.
22500         (main): Call the new functions.
22502         * math/gen-auto-libm-tests.c: New file.
22503         * math/auto-libm-test-in: Likewise.
22504         * math/auto-libm-test-out: New generated file.
22505         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
22506         variables.
22507         (%beautify): Add generated representations of zero.
22508         (top level): Set $auto_input and call parse_auto_input.
22509         (beautify): Remove trailing "f" from hex float constants.
22510         (parse_args): Handle XFAIL_TEST.
22511         (convert_condition): New function.
22512         (or_value): Likewise.
22513         (or_cond_value): Likewise.
22514         (generate_testfile): Handle AUTO_TESTS_* lines.
22515         (parse_auto_input): New function.
22516         * math/libm-test.inc (XFAIL_TEST): New macro.
22517         (ERRNO_UNCHANGED): Update value.
22518         (ERRNO_EDOM): Likewise.
22519         (ERRNO_ERANGE): Likewise.
22520         (IGNORE_RESULT): Likewise.
22521         (TEST_COND_flt_32): New macro.
22522         (TEST_COND_dbl_64): Likewise.
22523         (TEST_COND_ldbl_96_intel): Likewise.
22524         (TEST_COND_ldbl_96_m68k): Likewise.
22525         (TEST_COND_ldbl_128): Likewise.
22526         (TEST_COND_ldbl_128ibm): Likewise.
22527         (TEST_COND_long32): Likewise.
22528         (TEST_COND_long64): Likewise.
22529         (TEST_COND_before_rounding): Likewise.
22530         (TEST_COND_after_rounding): Likewise.
22531         (enable_test): Handle XFAIL_TEST flag.
22532         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
22533         with finite results.
22534         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
22535         auto-libm-test-out.
22537 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
22538             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22540         [BZ #16214]
22541         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
22542         __tls_get_addr_internal instead of __tls_get_offset in order to
22543         avoid GOT pointer dependency.  Make rtld export
22544         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
22545         __tls_get_addr since we are a __tls_get_offset platform.
22546         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
22547         GOT pointer being set up before.
22548         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
22550 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
22552         * manual/math.texi (Errors in Math Functions): Document accuracy
22553         goals.
22555         [BZ #15004]
22556         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
22557         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
22558         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
22559         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
22560         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
22561         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
22562         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
22563         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
22564         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
22565         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
22566         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
22567         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
22568         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
22569         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
22570         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
22571         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
22573         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
22574         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
22575         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
22576         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
22577         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
22578         Likewise.
22579         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
22580         Likewise.
22581         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
22582         Likewise.
22583         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
22584         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
22585         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
22586         atomic-feupdateenv and flt-rounds.
22587         * sysdeps/powerpc/nofpu/Versions (libc): Add
22588         __atomic_feholdexcept, __atomic_feclearexcept,
22589         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
22590         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
22591         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
22592         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
22593         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
22594         here.
22595         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
22596         Update.
22598         * manual/arith.texi (FP Exceptions): Document that exceptions may
22599         not be raised when matherr is used.
22600         (Math Error Reporting): Document overflow in directed rounding
22601         modes.  Document that errno may not be set when finite values are
22602         returned on overflow.  Document intent to set errno on underflow
22603         only for underflow to zero.
22605         [BZ #16271]
22606         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
22607         round-to-nearest then adjust result for other rounding modes.
22608         * include/fenv.h (fegetround): Use libm_hidden_proto.
22609         * math/fegetround.c (fegetround): Use libm_hidden_def.
22610         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
22611         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
22612         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22613         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
22614         Likewise.
22615         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
22616         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
22617         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
22618         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
22620 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22622         [BZ #16077]
22623         * nss/Versions (libnss_files): Add
22624         _nss_files_gethostbyname3_r.
22625         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
22626         New function.
22627         (HOST_DB_LOOKUP): Remove macro.
22628         (_nss_files_gethostbyname_r): Implement function without the
22629         HOST_DB_LOOKUP macro.
22630         (_nss_files_gethostbyname2_r): Likewise.
22632 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
22634         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
22636 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
22638         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
22639         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
22640         warning.
22642 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22644         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
22645         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
22646         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
22647         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
22648         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
22649         __fe_nomask_env_priv and attribute_hidden.
22650         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
22651         (libc_feupdateenv_test_ppc): Likewise.
22652         (libc_feresetround_ppc): Likewise.
22653         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22654         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
22655         compat_symbol macro.
22656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22657         (__fe_nomask_env): Likewise.
22658         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
22660 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22662         * string/Makefile: Remove ifunc tests.
22663         * string/test-string.h: Define TEST_IFUNC.
22664         * string/test-bcopy-ifunc.c: Remove.
22665         * string/test-bzero-ifunc.c: Likewise.
22666         * string/test-memccpy-ifunc.c: Likewise.
22667         * string/test-memchr-ifunc.c: Likewise.
22668         * string/test-memcmp-ifunc.c: Likewise.
22669         * string/test-memcpy-ifunc.c: Likewise.
22670         * string/test-memmem-ifunc.c: Likewise.
22671         * string/test-memmove-ifunc.c: Likewise.
22672         * string/test-mempcpy-ifunc.c: Likewise.
22673         * string/test-memrchr-ifunc.c: Likewise.
22674         * string/test-memset-ifunc.c: Likewise.
22675         * string/test-rawmemchr-ifunc.c: Likewise.
22676         * string/test-stpcpy-ifunc.c: Likewise.
22677         * string/test-stpncpy-ifunc.c: Likewise.
22678         * string/test-strcasecmp-ifunc.c: Likewise.
22679         * string/test-strcasestr-ifunc.c: Likewise.
22680         * string/test-strcat-ifunc.c: Likewise.
22681         * string/test-strchr-ifunc.c: Likewise.
22682         * string/test-strchrnul-ifunc.c: Likewise.
22683         * string/test-strcmp-ifunc.c: Likewise.
22684         * string/test-strcpy-ifunc.c: Likewise.
22685         * string/test-strcspn-ifunc.c: Likewise.
22686         * string/test-strlen-ifunc.c: Likewise.
22687         * string/test-strncasecmp-ifunc.c: Likewise.
22688         * string/test-strncat-ifunc.c: Likewise.
22689         * string/test-strncmp-ifunc.c: Likewise.
22690         * string/test-strncpy-ifunc.c: Likewise.
22691         * string/test-strnlen-ifunc.c: Likewise.
22692         * string/test-strpbrk-ifunc.c: Likewise.
22693         * string/test-strrchr-ifunc.c: Likewise.
22694         * string/test-strspn-ifunc.c: Likewise.
22695         * string/test-strstr-ifunc.c: Likewise.
22697 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22699         * benchtests/Makefile: Remove ifunc tests.
22700         * benchtests/bench-string.h: Define TEST_IFUNC.
22701         * benchtests/bench-bcopy-ifunc.c: Remove.
22702         * benchtests/bench-bzero-ifunc.c: Likewise.
22703         * benchtests/bench-memccpy-ifunc.c: Likewise.
22704         * benchtests/bench-memchr-ifunc.c: Likewise.
22705         * benchtests/bench-memcmp-ifunc.c: Likewise.
22706         * benchtests/bench-memcpy-ifunc.c: Likewise.
22707         * benchtests/bench-memmem-ifunc.c: Likewise.
22708         * benchtests/bench-memmove-ifunc.c: Likewise.
22709         * benchtests/bench-mempcpy-ifunc.c: Likewise.
22710         * benchtests/bench-memrchr-ifunc.c: Likewise.
22711         * benchtests/bench-memset-ifunc.c: Likewise.
22712         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
22713         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
22714         * benchtests/bench-stpcpy-ifunc.c: Likewise.
22715         * benchtests/bench-stpncpy-ifunc.c: Likewise.
22716         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
22717         * benchtests/bench-strcasestr-ifunc.c: Likewise.
22718         * benchtests/bench-strcat-ifunc.c: Likewise.
22719         * benchtests/bench-strchr-ifunc.c: Likewise.
22720         * benchtests/bench-strchrnul-ifunc.c: Likewise.
22721         * benchtests/bench-strcmp-ifunc.c: Likewise.
22722         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
22723         * benchtests/bench-strcpy-ifunc.c: Likewise.
22724         * benchtests/bench-strcspn-ifunc.c: Likewise.
22725         * benchtests/bench-strlen-ifunc.c: Likewise.
22726         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
22727         * benchtests/bench-strncat-ifunc.c: Likewise.
22728         * benchtests/bench-strncmp-ifunc.c: Likewise.
22729         * benchtests/bench-strncpy-ifunc.c: Likewise.
22730         * benchtests/bench-strnlen-ifunc.c: Likewise.
22731         * benchtests/bench-strpbrk-ifunc.c: Likewise.
22732         * benchtests/bench-strrchr-ifunc.c: Likewise.
22733         * benchtests/bench-strsep-ifunc.c: Likewise.
22734         * benchtests/bench-strspn-ifunc.c: Likewise.
22735         * benchtests/bench-strstr-ifunc.c: Likewise.
22737 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22739         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
22741 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22743         * resolv/netdb.h: Use __glibc_reserved instead __unused.
22744         * rt/aio.h: Likewise.
22745         * sysdeps/gnu/bits/utmp.h: Likewise.
22746         * sysdeps/gnu/bits/utmpx.h: Likewise.
22747         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
22748         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
22749         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
22750         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
22751         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
22752         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
22753         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
22754         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
22755         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
22756         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
22757         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
22758         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
22759         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
22760         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
22761         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
22762         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
22763         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
22764         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
22765         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
22766         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
22767         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
22768         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
22769         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
22770         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
22771         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
22772         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
22773         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
22774         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
22775         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
22776         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
22777         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
22778         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
22779         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
22780         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
22781         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
22782         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
22783         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
22784         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
22785         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
22786         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
22787         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
22788         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22790 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
22792         [BZ #16245]
22793         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
22794         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
22796 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
22798         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
22799         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
22800         Likewise.
22802 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22804         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
22805         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
22806         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
22807         (__fesetround): Remove define.
22808         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
22809         rounding and exceptions handling.
22810         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
22811         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
22812         (__fe_nomask_env): Likewise.
22813         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
22814         __fegetround instead of fegetround.
22815         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
22816         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
22818 2013-11-21  Roland McGrath  <roland@hack.frob.com>
22820         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
22821         it's there.
22823         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
22825 2013-11-21  Meador Inge  <meadori@codesourcery.com>
22827         [BZ #11157]
22828         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
22829         (encrypt_r): Likewise.
22830         * malloc/obstack.h (obstack_free): Likewise.
22831         * posix/unistd.h (encrypt): Likewise.
22833 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
22835         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
22836         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
22837         DL_CALL_DT_FINI() that call the functions directly.
22838         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
22839         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
22840         * elf/dl-fini.c: Likewise.
22842 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
22844         * malloc/hooks.c (memalign_check): Add alignment rounding.
22845         * malloc/malloc.c (_mid_memalign): New function.
22846         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
22847         Implement by calling _mid_memalign.
22848         * manual/probes.texi (Memory Allocation Probes): Remove
22849         memory_valloc_retry and memory_pvalloc_retry.
22851 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22853         * locale/programs/locarchive.c (open_archive): Add const
22854         qualifier to ARCHIVEFNAME and copy default fname to
22855         DEFAULT_FNAME.
22857         [BZ #15601]
22858         * libio/tst-widetext.input: Rename Oriya to Odia.
22859         * locale/iso-639.def: Likewise.
22861         * manual/probes.texi (Mathematical Function Probes): Add
22862         documentation for sin, cos, asin and acos probes.
22863         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
22864         (__sin32): Add slowasin probe.
22865         (__cos32): Add slowacos probe.
22866         (__mpsin): Add slowsin probe.
22867         (__mpcos): Add slowcos probe.
22869 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
22871         [BZ #15483]
22872         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
22873         thread-local __sim_exceptions_thread and global
22874         __sim_exceptions_global.
22875         (__sim_disabled_exceptions): Change to thread-local
22876         __sim_disabled_exceptions_thread and global
22877         __sim_disabled_exceptions_global.
22878         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22879         and global __sim_round_mode_global.
22880         (__simulate_exceptions): Use thread-local floating-point state and
22881         set global state from it as needed.
22882         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
22883         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
22884         __sim_round_mode_thread.
22885         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
22886         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
22887         and global __sim_exceptions_global.
22888         (__sim_disabled_exceptions): Change to thread-local
22889         __sim_disabled_exceptions_thread and global
22890         __sim_disabled_exceptions_global.
22891         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22892         and global __sim_round_mode_global.
22893         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
22894         (SIM_SET_GLOBAL): Likewise.
22895         * sysdeps/powerpc/soft-fp/sfp-machine.h
22896         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
22897         __sim_round_mode_thread.
22898         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
22899         __sim_disabled_exceptions_thread.
22900         (__sim_exceptions): Change to __sim_exceptions_thread.
22901         (__sim_disabled_exceptions): Change to
22902         __sim_disabled_exceptions_thread.
22903         (__sim_round_mode): Change to __sim_round_mode_thread.
22904         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
22905         thread-local floating-point state and set global state from it as
22906         needed.
22907         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
22908         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
22909         (__sim_disabled_exceptions): Remove extern declaration.
22910         (feenableexcept): Use thread-local floating-point state and set
22911         global state from it as needed.
22912         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
22913         extern declaration.
22914         (__sim_disabled_exceptions): Likewise.
22915         (__sim_round_mode): Likewise.
22916         (__fegetenv): Use thread-local floating-point state.
22917         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
22918         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22919         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
22920         floating-point state and set global state from it as needed.
22921         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
22922         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
22923         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
22924         Likewise.
22925         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
22926         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
22927         Likewise.
22928         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
22929         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
22930         Use __sim_round_mode_thread.
22931         * math/test-fenv-tls.c: New file.
22932         * math/Makefile (tests): Add test-fenv-tls.
22933         ($(objpfx)test-fenv-tls): Depend on
22934         $(common-objpfx)nptl/libpthread.so.
22936 2013-11-19  Andreas Schwab  <schwab@suse.de>
22938         * locale/programs/locale.c (show_info): Decode wordarray elements.
22939         * locale/categories.def (LC_MONETARY): Add element for
22940         _NL_MONETARY_CRNCYSTR.
22941         * locale/C-monetary.c (conversion_rate): New variable.
22942         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
22943         element.
22945 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
22947         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
22948         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
22950 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
22952         * elf/Makefile (tst-auxv): New test.
22953         * elf/tst-auxv.c: New
22954         * elf/rtld.c (dl_main): Adjust AT_EXECFN
22956 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
22958         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
22959         (hidden_proto): Caller changed.
22960         (hidden_tls_proto): New macro.
22961         (libc_hidden_tls_proto): Likewise.
22962         (rtld_hidden_tls_proto): Likewise.
22963         (libm_hidden_tls_proto): Likewise.
22964         (libresolv_hidden_tls_proto): Likewise.
22965         (librt_hidden_tls_proto): Likewise.
22966         (libdl_hidden_tls_proto): Likewise.
22967         (libnss_files_hidden_tls_proto): Likewise.
22968         (libnsl_hidden_tls_proto): Likewise.
22969         (libnss_nisplus_hidden_tls_proto): Likewise.
22970         (libutil_hidden_tls_proto): Likewise.
22972 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
22974         [BZ #10253]
22975         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
22976         (decompose_rpath): Defer expansion to fillin_rpath.
22977         (_dl_init_paths): Pass linkmap to fillin_rpath.
22979 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
22981         * benchtests/Makefile: Add strsep.
22982         * benchtests/bench-strsep.c: New file: strsep benchtest.
22983         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
22985 2013-11-18  Andreas Schwab  <schwab@suse.de>
22987         * locale/programs/locale.c (show_info) [case byte]: Check for
22988         '\377' instead of '\177'.
22989         * locale/C-monetary.c (not_available): Always use "\377".
22990         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
22991         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
22992         detect unavailable sign_posn locale elements.
22993         * locale/localeconv.c (__localeconv): For grouping and
22994         mon_grouping handle "\177" and "\377" like no grouping.
22995         (INT_ELEM): New macro.  Use it to set all numeric members.
22996         * locale/programs/ld-monetary.c (monetary_read)
22997         <tok_mon_grouping>: Normalize single -1 to the empty string.
22998         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
22999         Likewise.
23001 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23003         [BZ #16055]
23004         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
23005         when we match (nil).
23006         * stdio-common/tst-sscanf.c (struct test): Add testcase.
23008 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
23010         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
23011         (NO_TEST_INLINE): Update value.
23012         (ERRNO_UNCHANGED): Likewise.
23013         (ERRNO_EDOM): Likewise.
23014         (ERRNO_ERANGE): Likewise.
23015         (IGNORE_RESULT): Likewise.
23016         (check_float_internal): Check signs of NaN results if
23017         TEST_NAN_SIGN used.
23018         (check_complex): Pass TEST_NAN_SIGN flag through to second
23019         check_float_internal call.
23020         (copysign_test_data): Add tests with quiet NaNs as second
23021         argument.  Use TEST_NAN_SIGN.
23022         (fabs_test_data): Add test of negative quiet NaN argument.  Use
23023         TEST_NAN_SIGN.
23024         (signbit_test_data): Add tests of quiet NaN argument.
23025         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
23027         * math/gen-libm-test.pl (show_exceptions): Take extra argument
23028         $ignore_result.
23029         (parse_args): Handle function results specified as IGNORE.
23030         * math/libm-test.inc (IGNORE_RESULT): New macro.
23031         (check_float_internal): Do not check numerical result if flag
23032         IGNORE_RESULT set.
23033         (check_complex): Pass through IGNORE_RESULT to second
23034         check_float_internal call.
23035         (check_int): Do not check numerical result if flag IGNORE_RESULT
23036         set.
23037         (check_long): Likewise.
23038         (check_bool): Likewise.
23039         (check_longlong): Likewise.
23040         (lrint_test_data): Add tests of infinite and NaN arguments.
23041         (lrint_tonearest_test_data): Likewise.
23042         (lrint_towardzero_test_data): Likewise.
23043         (lrint_downward_test_data): Likewise.
23044         (lrint_upward_test_data): Likewise.
23045         (llrint_test_data): Likewise.
23046         (llrint_tonearest_test_data): Likewise.
23047         (llrint_towardzero_test_data): Likewise.
23048         (llrint_downward_test_data): Likewise.
23049         (llrint_upward_test_data): Likewise.
23050         (lround_test_data): Likewise.
23051         (llround_test_data): Likewise.
23053         * math/libm-test.inc (NO_TEST_INLINE): New macro.
23054         (ERRNO_UNCHANGED): Update value.
23055         (ERRNO_EDOM): Likewise.
23056         (ERRNO_ERANGE): Likewise.
23057         (NO_TEST_INLINE_FLOAT): New macro.
23058         (NO_TEST_INLINE_DOUBLE): Likewise.
23059         (enable_test): New function.
23060         (RUN_TEST_f_f): Check enable_test before running test.
23061         (RUN_TEST_2_f): Likewise.
23062         (RUN_TEST_fff_f): Likewise.
23063         (RUN_TEST_c_f): Likewise.
23064         (RUN_TEST_f_f1): Likewise.
23065         (RUN_TEST_fF_f1): Likewise.
23066         (RUN_TEST_fI_f1): Likewise.
23067         (RUN_TEST_ffI_f1): Likewise.
23068         (RUN_TEST_c_c): Likewise.
23069         (RUN_TEST_cc_c): Likewise.
23070         (RUN_TEST_f_i): Likewise.
23071         (RUN_TEST_f_i_tg): Likewise.
23072         (RUN_TEST_ff_i_tg): Likewise.
23073         (RUN_TEST_f_b): Likewise.
23074         (RUN_TEST_f_b_tg): Likewise.
23075         (RUN_TEST_f_l): Likewise.
23076         (RUN_TEST_f_L): Likewise.
23077         (RUN_TEST_fFF_11): Likewise.
23078         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
23079         conditionals.
23080         (cosh_test_data): Likewise.
23081         (exp_test_data): Likewise.
23082         (expm1_test_data): Likewise.
23083         (hypot_test_data): Likewise.
23084         (pow_test_data): Likewise.
23085         (sinh_test_data): Likewise.
23086         (tanh_test_data): Likewise.
23087         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
23088         flags argument.
23090         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
23091         tests with quiet NaN input and output.
23092         (acosh_test_data): Likewise.
23093         (asin_test_data): Likewise.
23094         (asinh_test_data): Likewise.
23095         (atan_test_data): Likewise.
23096         (atanh_test_data): Likewise.
23097         (atan2_test_data): Likewise.
23098         (cbrt_test_data): Likewise.
23099         (cos_test_data): Likewise.
23100         (cosh_test_data): Likewise.
23101         (erf_test_data): Likewise.
23102         (erfc_test_data): Likewise.
23103         (exp_test_data): Likewise.
23104         (exp10_test_data): Likewise.
23105         (exp2_test_data): Likewise.
23106         (expm1_test_data): Likewise.
23107         (hypot_test_data): Likewise.
23108         (j0_test_data): Likewise.
23109         (j1_test_data): Likewise.
23110         (jn_test_data): Likewise.
23111         (lgamma_test_data): Likewise.
23112         (log_test_data): Likewise.
23113         (log10_test_data): Likewise.
23114         (log1p_test_data): Likewise.
23115         (log2_test_data): Likewise.
23116         (pow_test_data): Likewise.
23117         (scalb_test_data): Likewise.
23118         (sin_test_data): Likewise.
23119         (sincos_test_data): Likewise.
23120         (sinh_test_data): Likewise.
23121         (tan_test_data): Likewise.
23122         (tanh_test_data): Likewise.
23123         (tgamma_test_data): Likewise.
23124         (y0_test_data): Likewise.
23125         (y1_test_data): Likewise.
23126         (yn_test_data): Likewise.
23128         [BZ #16167]
23129         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
23130         argument being NaN and avoid computations with second argument in
23131         that case.
23132         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
23133         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
23134         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
23136 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
23138         * locale/iso-639.def: Add Chitwani Tharu (the).
23140 2013-11-14  Andreas Schwab  <schwab@suse.de>
23142         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
23143         word instead of empty string.
23145 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23148         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
23149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23150         (__fe_nomask_env): Likewise.
23152 2013-11-13  Steve Ellcey  <sellcey@mips.com>
23154         * benchtests/bench-timing.h: Include time.h.
23156 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
23158         [BZ #15997]
23159         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
23160         to 3.4.0 for x32.
23161         * sysdeps/unix/sysv/linux/configure: Regenerated.
23163 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
23165         [BZ #16151]
23166         * stdlib/strtod_l.c (round_and_return): Do not consider
23167         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
23168         exponent one less than half the least subnormal exponent.
23169         * stdlib/test-strtod-round-data: Add more tests.
23170         * stdlib/tst-strtod-round.c (tests): Regenerated.
23172 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23174         [BZ #14143]
23175         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
23176         (__fe_mask_env): Likewise.
23177         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
23178         libm_hidden_proto and add function prototype.
23179         (__fe_mask_env): Add function prototype.
23180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23181         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
23182         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
23183         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
23184         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23185         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
23187 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23189         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
23190         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
23192 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23194         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
23195         of htab_find_slot().
23197 2013-11-11  David S. Miller  <davem@davemloft.net>
23199         [BZ #16150]
23200         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
23201         symbol in the non-vis3 case in static builds.
23202         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
23203         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
23204         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
23205         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
23207 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
23209         [BZ #387]
23210         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
23211         it is empty.
23213 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23215         * benchtests/Makefile: Add bench-strtod.
23216         * benchtests/bench-strtod.c: New file: strtod benchtest
23218 2013-11-11  Andreas Schwab  <schwab@suse.de>
23220         [BZ #16153]
23221         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
23222         terminating NUL in key length.
23224 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23226         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
23227         Add artificial ODP entry for vDSO symbol for PPC64.
23228         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
23229         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
23231 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23233         [BZ #15374]
23234         * nss/getent.c (services_keys): Recognize services starting with digit.
23236 2013-11-06  David S. Miller  <davem@davemloft.net>
23238         [BZ #15985]
23239         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
23240         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
23242 2013-11-06  Will Newton  <will.newton@linaro.org>
23244         * manual/memory.texi (Malloc Examples): Remove register
23245         keyword from examples.
23247 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
23249         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
23251 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
23253         [BZ #6981]
23254         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
23255         depending on [__GCC_IEC_559 > 0].
23256         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
23257         depending on [__GCC_IEC_559_COMPLEX > 0].
23259 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
23261         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
23262         to iso-639.def.
23264 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
23266         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
23268 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
23270         [BZ #16112]
23271         * malloc/malloc (malloc_info): Do not handle first bin as
23272         special case.
23274 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
23276         * locale/iso-639.def: Add Central Nahuatl (nhn).
23278 2013-11-01  Bruno Haible  <bruno@clisp.org>
23280         [BZ #7003]
23281         * manual/math.texi (BSD Random): Specify range upper bound as
23282         in POSIX.
23284 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
23286         * locale/iso-639.def: Add Meadow Mari (mhr).
23288 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
23290         [BZ #14752], [BZ #15763]
23291         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
23292         Validate name.
23293         * rt/tst_shm.c: Add test for escaping directory.
23295 2013-10-31  Andreas Schwab  <schwab@suse.de>
23297         [BZ #15917]
23298         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
23299         followed by 'x' as part of digit sequence.
23300         * stdio-common/tst-sscanf.c (double_tests2): New tests.
23302 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
23304         [BZ #16037]
23305         * configure.ac: allow GNU Make 4.0 and greater.
23306         * configure: Regenerated.
23308 2013-10-30  Will Newton  <will.newton@linaro.org>
23310         [BZ #16038]
23311         * malloc/hooks.c (memalign_check): Limit alignment to the
23312         maximum representable power of two.
23313         * malloc/malloc.c (__libc_memalign): Likewise.
23314         * malloc/tst-memalign.c (do_test): Add test for very
23315         large alignment values.
23316         * malloc/tst-posix_memalign.c (do_test): Likewise.
23318 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23320         [BZ #11087]
23321         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
23322         (munmap_chunk): Likewise.
23323         (mremap_chunk): Likewise.
23325 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23327         [BZ #15799]
23328         * stdlib/div.c (div): Remove obsolete code.
23329         * stdlib/ldiv.c (ldiv): Likewise.
23330         * stdlib/lldiv.c (lldiv): Likewise.
23332 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
23334         [BZ #16071]
23335         * nss/nss_files/files-XXX.c (get_contents_ret): New
23336         enumerator.
23337         (get_contents): New function.
23338         (internal_getent): Use it.  Expand size of LINEBUFLEN.
23340 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
23342         * configure.in: Moved to ...
23343         * configure.ac: ... here. Change reference to configure.in
23344         to configure.ac.
23345         * sysdeps/arm/preconfigure.ac: ... here.
23346         configure.in to configure.ac.
23347         * sysdeps/gnu/configure.in: Moved to ...
23348         * sysdeps/gnu/configure.ac: ... here.
23349         * sysdeps/i386/configure.in: Moved to ...
23350         * sysdeps/i386/configure.ac: ... here.
23351         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
23352         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
23353         * sysdeps/mach/configure.in: Moved to ...
23354         * sysdeps/mach/configure.ac: ... here.
23355         * sysdeps/mach/hurd/configure.in: Moved to ...
23356         * sysdeps/mach/hurd/configure.ac: ... here.
23357         * sysdeps/powerpc/configure.in: Moved to ...
23358         * sysdeps/powerpc/configure.ac: ... here.
23359         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
23360         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
23361         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
23362         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
23363         * sysdeps/s390/s390-32/configure.in: Moved to ...
23364         * sysdeps/s390/s390-32/configure.ac: ... here.
23365         * sysdeps/s390/s390-64/configure.in: Moved to ...
23366         * sysdeps/s390/s390-64/configure.ac: ... here.
23367         * sysdeps/sh/configure.in: Moved to ...
23368         * sysdeps/sh/configure.ac: ... here.
23369         * sysdeps/sparc/configure.in: Moved to ...
23370         * sysdeps/sparc/configure.ac: ... here.
23371         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
23372         * sysdeps/unix/sysv/linux/configure.ac: ... here.
23373         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
23374         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
23375         * sysdeps/x86_64/configure.in: Moved to ...
23376         * sysdeps/x86_64/configure.ac: ... here.
23377         * sysdeps/x86_64/preconfigure.in: Moved to ...
23378         * sysdeps/x86_64/preconfigure.ac: ... here.
23379         * aclocal.m4: Change reference to configure.in to configure.ac.
23380         * config.h.in: Likewise.
23381         * manual/install.texi: Likewise.
23382         * manual/maint.texi: Likewise.
23383         * Makefile: Likewise.
23384         * malloc/Makefile: Likewise.
23385         * nscd/Makefile: Likewise.
23386         * Makeconfig: Change reference to configure.in and
23387         preconfigure.in to configure.ac and preconfigure.ac
23388         respectively.
23389         * INSTALL: Regenerated.
23390         * configure: Likewise.
23391         * sysdeps/gnu/configure: Likewise.
23392         * sysdeps/i386/configure: Likewise.
23393         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
23394         * sysdeps/mach/configure: Likewise.
23395         * sysdeps/mach/hurd/configure: Likewise.
23396         * sysdeps/powerpc/configure: Likewise.
23397         * sysdeps/powerpc/powerpc32/configure: Likewise.
23398         * sysdeps/powerpc/powerpc64/configure: Likewise.
23399         * sysdeps/s390/s390-32/configure: Likewise.
23400         * sysdeps/s390/s390-64/configure: Likewise.
23401         * sysdeps/sh/configure: Likewise.
23402         * sysdeps/sparc/configure: Likewise.
23403         * sysdeps/unix/sysv/linux/configure: Likewise.
23404         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
23405         * sysdeps/x86_64/configure: Likewise.
23406         * sysdeps/x86_64/preconfigure: Likewise.
23408 2013-10-29  Andreas Schwab  <schwab@suse.de>
23410         * stdio-common/Makefile (tst-swscanf-ENV): Define.
23412 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23414         * benchtests/pow-inputs: Add new inputs.
23416         * benchtests/exp-inputs: Add new inputs.
23418         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
23419         conditional check for return value.
23420         (__cos32): Likewise.
23422 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23424         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
23425         to provide a boost for large inputs with word alignment.
23426         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
23427         implementation based on optimized PPC64 strcpy.
23428         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
23429         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
23430         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
23431         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
23433 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23435         [BZ #2801]
23436         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
23438 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23440         [BZ #14876]
23441         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
23442         * time/tst-strptime.c (day_tests): Add testcase.
23444 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23446         [BZ #14029]
23447         * manual/pattern.texi: Acknowledge that fnmatch can fail.
23449 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
23451         [BZ #16074]
23452         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
23453         MAP_FAILED on error.
23455 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
23457         [BZ #16072]
23458         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
23459         heap for large requests.
23461 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
23463         [BZ #9954]
23464         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
23465         result if the result has no associated interface.
23466         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
23467         interface for all 127.X.Y.Z addresses.
23469 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
23471         * locale/iso-639.def: Add Ligurian (lij)
23473 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
23475         [BZ #15825]
23476         * sunrpc/rpc_main.c: Document rpcgen -5.
23478 2013-10-19  Michael Stahl  <mstahl@redhat.com>
23480         * elf/rtld.c (do_preload): Print the reason why preloading failed.
23482 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23484         [BZ #10278]
23485         * posix/glob.c: Match only directories when trailing slash is present.
23486         * posix/tst-gnuglob.c (my_opendir): Do not open files.
23487         (main): Add testcase.
23489 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23491         [BZ #15670]
23492         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
23494 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
23496         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
23497         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
23498         AUTH_DES and cindex for FIPS 140-2.
23499         (DES Encryption): Add cindex FIPS 46-3.
23501         * locale/locarchive.h (struct locarhandle): Add fname.
23502         * locale/programs/localedef.c (main): Pass ARGV[remaining]
23503         if an optional argument was specified to --list-archive,
23504         otherwise NULL.
23505         * locale/programs/locarchive.c (show_archive_content): Take new
23506         argument fname and pass it via ah.fname to open_archive.
23507         * locale/programs/localedef.h: Update decl.
23508         (open_archive): If AH->fname is non-null, open that file
23509         rather than the default file name, and don't ignore ENOENT.
23510         (create_archive): Set AH.fname to NULL.
23511         (delete_locales_from_archive): Likewise.
23512         (add_locales_to_archive): Likewise.
23513         * locale/programs/locfile.c (write_all_categories): Likewise.
23515 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
23516             Aldy Hernandez  <aldyh@redhat.com>
23518         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
23519         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
23520         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
23521         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
23522         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
23523         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
23524         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
23525         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
23526         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
23527         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
23528         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
23529         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
23530         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
23531         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
23532         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
23533         Likewise.
23534         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
23535         Likewise.
23536         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
23537         Likewise.
23538         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
23539         Likewise.
23540         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
23541         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
23542         Likewise.
23543         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
23544         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
23545         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
23546         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
23547         Likewise.
23548         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
23549         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
23550         * sysdeps/powerpc/preconfigure: Likewise.
23551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
23552         Likewise.
23553         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
23554         Replace contents of file by #include of <fenv_libc.h>.
23555         * sysdeps/powerpc/soft-fp/sfp-machine.h
23556         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
23557         and <sys/prctl.h>.
23558         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
23559         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
23560         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
23561         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
23562         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
23563         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
23564         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
23565         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
23566         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
23567         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
23568         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
23569         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
23570         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
23571         Allow copysignl PLT reference to be missing.
23573 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
23574             Joseph Myers  <joseph@codesourcery.com
23576         [BZ #15948]
23577         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
23578         single character.
23579         (add_to_tablewc): Assert sequence of wide characters is nonempty.
23581 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23583         * elf/tst-tls-dlinfo.c: Don't include tls.h.
23584         * elf/tst-tls1.c: Likewise.
23585         * elf/tst-tls10.h: Likewise.
23586         * elf/tst-tls14.c: Likewise.
23587         * elf/tst-tls2.c: Likewise.
23588         * elf/tst-tls3.c: Likewise.
23589         * elf/tst-tls4.c: Likewise.
23590         * elf/tst-tls5.c: Likewise.
23591         * elf/tst-tls6.c: Likewise.
23592         * elf/tst-tls7.c: Likewise.
23593         * elf/tst-tls8.c: Likewise.
23594         * elf/tst-tls9.c: Likewise.
23595         * elf/tst-tlsmod1.c: Likewise.
23596         * elf/tst-tlsmod13.c: Likewise.
23597         * elf/tst-tlsmod13a.c: Likewise.
23598         * elf/tst-tlsmod14a.c: Likewise.
23599         * elf/tst-tlsmod16a.c: Likewise.
23600         * elf/tst-tlsmod16b.c: Likewise.
23601         * elf/tst-tlsmod2.c: Likewise.
23602         * elf/tst-tlsmod3.c: Likewise.
23603         * elf/tst-tlsmod4.c: Likewise.
23604         * elf/tst-tlsmod5.c: Likewise.
23605         * elf/tst-tlsmod6.c: Likewise.
23607 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
23609         [BZ #12486]
23610         * malloc/malloc.c: remove checks for statistics.
23612 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
23614         [BZ #15277]
23615         * inet/inet_net.c (inet_network): Detect additional invalid strings.
23616         * inet/tst-network.c: Add testcase.
23618 2013-10-17  Andreas Schwab  <schwab@suse.de>
23620         [BZ #15218]
23621         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
23622         to determine canonical name.
23624 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
23626         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
23627         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
23628         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
23629         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
23630         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
23631         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
23632         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
23633         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
23634         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
23635         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
23636         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
23637         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
23638         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23639         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
23640         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
23641         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
23642         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
23643         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
23644         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
23645         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
23646         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
23647         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
23648         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23649         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
23650         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
23651         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
23652         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
23653         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
23654         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
23655         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
23656         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
23657         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
23658         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
23659         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
23660         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
23661         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23662         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23663         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
23664         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
23665         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
23666         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
23667         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
23668         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
23669         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
23670         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
23671         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23672         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
23673         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
23674         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
23675         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
23676         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
23677         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
23678         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
23679         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
23680         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23681         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
23682         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
23683         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
23685 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
23687         [BZ #16041]
23688         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
23689         make result into a quiet NaN.
23691 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
23693         * soft-fp/adddf3.c: Fix horizontal whitespace.
23694         * soft-fp/addsf3.c: Likewise.
23695         * soft-fp/addtf3.c: Likewise.
23696         * soft-fp/divdf3.c: Likewise.
23697         * soft-fp/divsf3.c: Likewise.
23698         * soft-fp/divtf3.c: Likewise.
23699         * soft-fp/double.h: Likewise.
23700         * soft-fp/eqdf2.c: Likewise.
23701         * soft-fp/eqsf2.c: Likewise.
23702         * soft-fp/eqtf2.c: Likewise.
23703         * soft-fp/extenddftf2.c: Likewise.
23704         * soft-fp/extended.h: Likewise.
23705         * soft-fp/extendsfdf2.c: Likewise.
23706         * soft-fp/extendsftf2.c: Likewise.
23707         * soft-fp/extendxftf2.c: Likewise.
23708         * soft-fp/fixdfdi.c: Likewise.
23709         * soft-fp/fixdfsi.c: Likewise.
23710         * soft-fp/fixdfti.c: Likewise.
23711         * soft-fp/fixsfdi.c: Likewise.
23712         * soft-fp/fixsfsi.c: Likewise.
23713         * soft-fp/fixsfti.c: Likewise.
23714         * soft-fp/fixtfdi.c: Likewise.
23715         * soft-fp/fixtfsi.c: Likewise.
23716         * soft-fp/fixtfti.c: Likewise.
23717         * soft-fp/fixunsdfdi.c: Likewise.
23718         * soft-fp/fixunsdfsi.c: Likewise.
23719         * soft-fp/fixunsdfti.c: Likewise.
23720         * soft-fp/fixunssfdi.c: Likewise.
23721         * soft-fp/fixunssfsi.c: Likewise.
23722         * soft-fp/fixunssfti.c: Likewise.
23723         * soft-fp/fixunstfdi.c: Likewise.
23724         * soft-fp/fixunstfsi.c: Likewise.
23725         * soft-fp/fixunstfti.c: Likewise.
23726         * soft-fp/floatdidf.c: Likewise.
23727         * soft-fp/floatdisf.c: Likewise.
23728         * soft-fp/floatditf.c: Likewise.
23729         * soft-fp/floatsidf.c: Likewise.
23730         * soft-fp/floatsisf.c: Likewise.
23731         * soft-fp/floatsitf.c: Likewise.
23732         * soft-fp/floattidf.c: Likewise.
23733         * soft-fp/floattisf.c: Likewise.
23734         * soft-fp/floattitf.c: Likewise.
23735         * soft-fp/floatundidf.c: Likewise.
23736         * soft-fp/floatundisf.c: Likewise.
23737         * soft-fp/floatunditf.c: Likewise.
23738         * soft-fp/floatunsidf.c: Likewise.
23739         * soft-fp/floatunsisf.c: Likewise.
23740         * soft-fp/floatunsitf.c: Likewise.
23741         * soft-fp/floatuntidf.c: Likewise.
23742         * soft-fp/floatuntisf.c: Likewise.
23743         * soft-fp/floatuntitf.c: Likewise.
23744         * soft-fp/fmadf4.c: Likewise.
23745         * soft-fp/fmasf4.c: Likewise.
23746         * soft-fp/fmatf4.c: Likewise.
23747         * soft-fp/gedf2.c: Likewise.
23748         * soft-fp/gesf2.c: Likewise.
23749         * soft-fp/getf2.c: Likewise.
23750         * soft-fp/ledf2.c: Likewise.
23751         * soft-fp/lesf2.c: Likewise.
23752         * soft-fp/letf2.c: Likewise.
23753         * soft-fp/muldf3.c: Likewise.
23754         * soft-fp/mulsf3.c: Likewise.
23755         * soft-fp/multf3.c: Likewise.
23756         * soft-fp/negdf2.c: Likewise.
23757         * soft-fp/negsf2.c: Likewise.
23758         * soft-fp/negtf2.c: Likewise.
23759         * soft-fp/op-1.h: Likewise.
23760         * soft-fp/op-2.h: Likewise.
23761         * soft-fp/op-4.h: Likewise.
23762         * soft-fp/op-8.h: Likewise.
23763         * soft-fp/op-common.h: Likewise.
23764         * soft-fp/quad.h: Likewise.
23765         * soft-fp/single.h: Likewise.
23766         * soft-fp/soft-fp.h: Likewise.
23767         * soft-fp/sqrtdf2.c: Likewise.
23768         * soft-fp/sqrtsf2.c: Likewise.
23769         * soft-fp/sqrttf2.c: Likewise.
23770         * soft-fp/subdf3.c: Likewise.
23771         * soft-fp/subsf3.c: Likewise.
23772         * soft-fp/subtf3.c: Likewise.
23773         * soft-fp/truncdfsf2.c: Likewise.
23774         * soft-fp/trunctfdf2.c: Likewise.
23775         * soft-fp/trunctfsf2.c: Likewise.
23776         * soft-fp/trunctfxf2.c: Likewise.
23777         * soft-fp/unorddf2.c: Likewise.
23778         * soft-fp/unordsf2.c: Likewise.
23779         * soft-fp/unordtf2.c: Likewise.
23781 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
23783         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
23784         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
23786 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
23788         * elf/dl-libc.c: Clear initfini list after freeing.
23790 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
23792         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
23793         * soft-fp/addsf3.c: Likewise.
23794         * soft-fp/addtf3.c: Likewise.
23795         * soft-fp/divdf3.c: Likewise.
23796         * soft-fp/divsf3.c: Likewise.
23797         * soft-fp/divtf3.c: Likewise.
23798         * soft-fp/double.h: Likewise.
23799         * soft-fp/eqdf2.c: Likewise.
23800         * soft-fp/eqsf2.c: Likewise.
23801         * soft-fp/eqtf2.c: Likewise.
23802         * soft-fp/extenddftf2.c: Likewise.
23803         * soft-fp/extended.h: Likewise.
23804         * soft-fp/extendsfdf2.c: Likewise.
23805         * soft-fp/extendsftf2.c: Likewise.
23806         * soft-fp/extendxftf2.c: Likewise.
23807         * soft-fp/fixdfdi.c: Likewise.
23808         * soft-fp/fixdfsi.c: Likewise.
23809         * soft-fp/fixdfti.c: Likewise.
23810         * soft-fp/fixsfdi.c: Likewise.
23811         * soft-fp/fixsfsi.c: Likewise.
23812         * soft-fp/fixsfti.c: Likewise.
23813         * soft-fp/fixtfdi.c: Likewise.
23814         * soft-fp/fixtfsi.c: Likewise.
23815         * soft-fp/fixtfti.c: Likewise.
23816         * soft-fp/fixunsdfdi.c: Likewise.
23817         * soft-fp/fixunsdfsi.c: Likewise.
23818         * soft-fp/fixunsdfti.c: Likewise.
23819         * soft-fp/fixunssfdi.c: Likewise.
23820         * soft-fp/fixunssfsi.c: Likewise.
23821         * soft-fp/fixunssfti.c: Likewise.
23822         * soft-fp/fixunstfdi.c: Likewise.
23823         * soft-fp/fixunstfsi.c: Likewise.
23824         * soft-fp/fixunstfti.c: Likewise.
23825         * soft-fp/floatdidf.c: Likewise.
23826         * soft-fp/floatdisf.c: Likewise.
23827         * soft-fp/floatditf.c: Likewise.
23828         * soft-fp/floatsidf.c: Likewise.
23829         * soft-fp/floatsisf.c: Likewise.
23830         * soft-fp/floatsitf.c: Likewise.
23831         * soft-fp/floattidf.c: Likewise.
23832         * soft-fp/floattisf.c: Likewise.
23833         * soft-fp/floattitf.c: Likewise.
23834         * soft-fp/floatundidf.c: Likewise.
23835         * soft-fp/floatundisf.c: Likewise.
23836         * soft-fp/floatunsidf.c: Likewise.
23837         * soft-fp/floatunsisf.c: Likewise.
23838         * soft-fp/floatuntidf.c: Likewise.
23839         * soft-fp/floatuntisf.c: Likewise.
23840         * soft-fp/floatuntitf.c: Likewise.
23841         * soft-fp/fmadf4.c: Likewise.
23842         * soft-fp/fmasf4.c: Likewise.
23843         * soft-fp/fmatf4.c: Likewise.
23844         * soft-fp/gedf2.c: Likewise.
23845         * soft-fp/gesf2.c: Likewise.
23846         * soft-fp/getf2.c: Likewise.
23847         * soft-fp/ledf2.c: Likewise.
23848         * soft-fp/lesf2.c: Likewise.
23849         * soft-fp/letf2.c: Likewise.
23850         * soft-fp/muldf3.c: Likewise.
23851         * soft-fp/mulsf3.c: Likewise.
23852         * soft-fp/multf3.c: Likewise.
23853         * soft-fp/negdf2.c: Likewise.
23854         * soft-fp/negsf2.c: Likewise.
23855         * soft-fp/negtf2.c: Likewise.
23856         * soft-fp/op-1.h: Likewise.
23857         * soft-fp/op-2.h: Likewise.
23858         * soft-fp/op-4.h: Likewise.
23859         * soft-fp/op-8.h: Likewise.
23860         * soft-fp/op-common.h: Likewise.
23861         * soft-fp/quad.h: Likewise.
23862         * soft-fp/single.h: Likewise.
23863         * soft-fp/soft-fp.h: Likewise.
23864         * soft-fp/sqrtdf2.c: Likewise.
23865         * soft-fp/sqrtsf2.c: Likewise.
23866         * soft-fp/sqrttf2.c: Likewise.
23867         * soft-fp/subdf3.c: Likewise.
23868         * soft-fp/subsf3.c: Likewise.
23869         * soft-fp/subtf3.c: Likewise.
23870         * soft-fp/truncdfsf2.c: Likewise.
23871         * soft-fp/trunctfdf2.c: Likewise.
23872         * soft-fp/trunctfsf2.c: Likewise.
23873         * soft-fp/trunctfxf2.c: Likewise.
23874         * soft-fp/unorddf2.c: Likewise.
23875         * soft-fp/unordsf2.c: Likewise.
23876         * soft-fp/unordtf2.c: Likewise.
23878 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
23880         [BZ #15672]
23881         * misc/error.c (error_tail): Fix possible buffer overflow.
23883 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
23885         [BZ #13028]
23886         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
23887         address.
23889 2013-10-14  P. J. McDermott  <pj@pehjota.net>
23891         [BZ #832]
23892         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
23893         testing pipefail option.
23895 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
23897         * soft-fp/double.h: Indent preprocessor directives inside #if.
23898         * soft-fp/extended.h: Likewise.
23899         * soft-fp/op-2.h: Likewise.
23900         * soft-fp/op-4.h: Likewise.
23901         * soft-fp/op-common.h: Likewise.
23902         * soft-fp/quad.h: Likewise.
23903         * soft-fp/single.h: Likewise.
23904         * soft-fp/soft-fp.h: Likewise.
23906 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
23908         * iconv/iconv_prog.c: Fix typos.
23909         * stdio-common/psiginfo-data.h: Likewise.
23911 2013-10-12   Reuben Thomas <rrt@sc3d.org>
23913         [BZ #15764]
23914         * locale/setlocale.c: Fix typo.
23916 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
23918         [BZ #16036]
23919         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
23920         signaling NaN arguments.
23921         * soft-fp/unordsf2.c (__unordsf2): Likewise.
23922         * soft-fp/unordtf2.c (__unordtf2): Likewise.
23924         [BZ #14910]
23925         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
23926         unordered operands.
23927         * soft-fp/gesf2.c (__gesf2): Likewise.
23928         * soft-fp/getf2.c (__getf2): Likewise.
23929         * soft-fp/ledf2.c (__ledf2): Likewise.
23930         * soft-fp/lesf2.c (__lesf2): Likewise.
23931         * soft-fp/letf2.c (__letf2): Likewise.
23933         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
23934         * soft-fp/eqsf2.c (__eqsf2): Likewise.
23935         * soft-fp/eqtf2.c (__eqtf2): Likewise.
23936         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
23937         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
23938         * soft-fp/fixdfti.c (__fixdfti): Likewise.
23939         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
23940         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
23941         * soft-fp/fixsfti.c (__fixsfti): Likewise.
23942         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
23943         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
23944         * soft-fp/fixtfti.c (__fixtfti): Likewise.
23945         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
23946         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
23947         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
23948         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
23949         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
23950         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
23951         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
23952         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
23953         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
23954         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
23955         * soft-fp/floatdisf.c (__floatdisf): Likewise.
23956         * soft-fp/floatsisf.c (__floatsisf): Likewise.
23957         * soft-fp/floattidf.c (__floattidf): Likewise.
23958         * soft-fp/floattisf.c (__floattisf): Likewise.
23959         * soft-fp/floattitf.c (__floattitf): Likewise.
23960         * soft-fp/floatundidf.c (__floatundidf): Likewise.
23961         * soft-fp/floatundisf.c (__floatundisf): Likewise.
23962         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
23963         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
23964         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
23965         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
23966         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
23967         * soft-fp/gesf2.c (__gesf2): Likewise.
23968         * soft-fp/getf2.c (__getf2): Likewise.
23969         * soft-fp/ledf2.c (__ledf2): Likewise.
23970         * soft-fp/lesf2.c (__lesf2): Likewise.
23971         * soft-fp/letf2.c (__letf2): Likewise.
23973         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
23974         Undefine and redefine.
23975         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
23976         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
23977         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
23978         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
23979         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23980         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
23981         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23982         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
23983         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23984         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
23985         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23986         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
23987         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23988         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
23989         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23991         [BZ #16032]
23992         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
23993         without decrementing exponent if mantissa >= that for the
23994         denominator, not >.
23995         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
23996         denominator, not >.  Decrement exponent in < case instead of
23997         incrementing in >= case.
23998         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
23999         without decrementing exponent if mantissa >= that for the
24000         denominator, not >.
24002         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
24003         computing saturated result for unsigned overflow.
24005 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24006             Jeff Law  <law@redhat.com>
24008         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
24009         (atan2Mp): Add systemtap probe marker.
24010         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
24011         (__ieee754_log): Add systemtap probe marker.
24012         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
24013         (atanMp): Add systemtap probe marker.
24014         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
24015         (tanMp): Add systemtap probe marker.
24016         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
24017         (__slowexp): Add systemtap probe marker.
24018         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
24019         (__slowpow): Add systemtap probe marker.
24020         * manual/probes.texi: Document probes.
24022 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
24024         [BZ #15362]
24025         * libio/fileops.c (_IO_new_file_write): Return count of bytes
24026         written.
24027         (_IO_new_file_xsputn): Don't return EOF if nothing has been
24028         written.
24029         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
24030         written to buffer but not flushed.
24031         * libio/iofwrite_u.c:  Likewise.
24032         * libio/iopadn.c:  Return bytes returned even if EOF was
24033         encountered.
24034         * libio/iowpadn.c:  Likewise.
24035         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
24036         if _IO_padn does not write the whole buffer.
24037         [!COMPILE_WPRINTF] (PAD): Likewise.
24039 2013-10-10  David S. Miller  <davem@davemloft.net>
24041         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
24042         directory block.
24044 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24046         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
24047         instead of FSF address.
24048         * soft-fp/fixdfti.c: Likewise.
24049         * soft-fp/fixsfti.c: Likewise.
24050         * soft-fp/fixtfti.c: Likewise.
24051         * soft-fp/fixunsdfti.c: Likewise.
24052         * soft-fp/fixunssfti.c: Likewise.
24053         * soft-fp/fixunstfti.c: Likewise.
24054         * soft-fp/floattidf.c: Likewise.
24055         * soft-fp/floattisf.c: Likewise.
24056         * soft-fp/floattitf.c: Likewise.
24057         * soft-fp/floatuntidf.c: Likewise.
24058         * soft-fp/floatuntisf.c: Likewise.
24059         * soft-fp/floatuntitf.c: Likewise.
24060         * soft-fp/trunctfxf2.c: Likewise.
24062         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
24063         * soft-fp/fixdfti.c: Likewise.
24064         * soft-fp/fixsfti.c: Likewise.
24065         * soft-fp/fixtfti.c: Likewise.
24066         * soft-fp/fixunsdfti.c: Likewise.
24067         * soft-fp/fixunssfti.c: Likewise.
24068         * soft-fp/fixunstfti.c: Likewise.
24069         * soft-fp/floattidf.c: Likewise.
24070         * soft-fp/floattisf.c: Likewise.
24071         * soft-fp/floattitf.c: Likewise.
24072         * soft-fp/floatuntidf.c: Likewise.
24073         * soft-fp/floatuntisf.c: Likewise.
24074         * soft-fp/floatuntitf.c: Likewise.
24075         * soft-fp/trunctfxf2.c: Likewise.
24077 2013-10-10  David S. Miller  <davem@davemloft.net>
24079         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24081 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
24083         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
24084         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
24085         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
24086         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
24087         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
24088         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
24089         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
24091         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
24092         for NaNs before doing comparisons on argument.
24093         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
24094         Likewise.
24096 2013-10-10  Will Newton  <will.newton@linaro.org>
24098         * malloc/hooks.c (memalign_check): Ensure the value of bytes
24099         passed to _int_memalign does not overflow.
24101 2013-10-10  Torvald Riegel  <triegel@redhat.com>
24103         * scripts/bench.pl: Add include-sources directive.
24104         * benchtests/README: Update documentation.
24106 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24108         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
24109         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
24110         instead of FP_INIT_ROUNDMODE.
24111         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
24112         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
24114         [BZ #16034]
24115         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
24116         copy class of input value.
24117         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
24118         not handle exceptions.
24119         * soft-fp/negsf2.c (__negsf2): Likewise.
24120         * soft-fp/negtf2.c (__negtf2): Likewise.
24121         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
24123 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
24125         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
24126         semicolon.  From Linux kernel.
24128 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
24130         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
24132 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
24134         [BZ #156]
24135         * manual/socket.texi: Added statement about buffer
24136         for gethostbyname2_r.
24138 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
24140         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
24141         Use .p2align directive instead, throughout.
24142         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
24143         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
24144         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
24145         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
24146         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
24147         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
24148         * sysdeps/x86_64/strchr.S: Likewise.
24149         * sysdeps/x86_64/strrchr.S: Likewise.
24151 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24153         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
24155         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
24157         * sysdeps/generic/math_private.h (__mpsin1): Remove
24158         declaration.
24159         (__mpcos1): Likewise.
24160         (__mpsin): New argument __range_reduce.
24161         (__mpcos): Likewise.
24162         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24163         (slow): Use __mpsin and __mpcos.
24164         (slow1): Likewise.
24165         (slow2): Likewise.
24166         (sloww): Likewise.
24167         (sloww1): Likewise.
24168         (sloww2): Likewise.
24169         (bsloww): Likewise.
24170         (bsloww1): Likewise.
24171         (bsloww2): Likewise.
24172         (cslow2): Likewise.
24173         (csloww): Likewise.
24174         (csloww1): Likewise.
24175         (csloww2): Likewise.
24176         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
24177         range_reduce.  Merge in __mpsin1.
24178         (__mpcos): Likewise.
24179         (__mpsin1): Remove.
24180         (__mpcos1): Likewise.
24182 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
24184         * locale/loadlocale.c (_nl_intern_locale_data): Use
24185         LOCFILE_ALIGNED_P.
24186         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
24187         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
24188         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
24189         obstack data is appropriately aligned.
24190         (obstack_int32_grow_fast): Likewise.
24191         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
24192         * locale/programs/locfile.c (add_locale_uint32): Likewise.
24193         (add_locale_uint32_array): Likewise.
24195 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24197         * benchtests/Makefile: Remove ARGLIST and RET variables.
24198         ($(objpfx)bench-%.c): Pass only function name to the script.
24199         * benchtests/README: Update documentation.
24200         * benchtests/acos-inputs: Add new directives.
24201         * benchtests/acosh-inputs: Likewise.
24202         * benchtests/asin-inputs: Likewise.
24203         * benchtests/asinh-inputs: Likewise.
24204         * benchtests/atan-inputs: Likewise.
24205         * benchtests/atanh-inputs: Likewise.
24206         * benchtests/cos-inputs: Likewise.
24207         * benchtests/cosh-inputs: Likewise.
24208         * benchtests/exp-inputs: Likewise.
24209         * benchtests/log-inputs: Likewise.
24210         * benchtests/pow-inputs: Likewise.
24211         * benchtests/rint-inputs: Likewise.
24212         * benchtests/sin-inputs: Likewise.
24213         * benchtests/sinh-inputs: Likewise.
24214         * benchtests/tan-inputs: Likewise.
24215         * benchtests/tanh-inputs: Likewise.
24216         * scripts/bench.pl: Add support for new directives.
24218 2013-10-07  Alan Modra  <amodra@gmail.com>
24220         * README: Fix careless merge.
24222 2013-10-05  Alan Modra  <amodra@gmail.com>
24224         * NEWS: Mention powerpc64le support and bugs fixed.
24225         * README: Both big-endian and little-endian powerpc64 supported.
24227 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24229         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
24230         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
24231         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
24232         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
24234 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
24236         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
24237         match prototype.
24239 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
24241         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
24242         Move -mhard-float appending from
24243         ports/sysdeps/powerpc/powerpc32/Makefile.
24244         [$(with-fp) = yes] (ASFLAGS): Likewise.
24245         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
24246         * sysdeps/powerpc/nofpu: Move directory from
24247         ports/sysdeps/powerpc/nofpu.
24248         * sysdeps/powerpc/soft-fp: Move directory from
24249         ports/sysdeps/powerpc/soft-fp.
24250         * sysdeps/powerpc/powerpc32/405: Move directory from
24251         ports/sysdeps/powerpc/powerpc32/405.
24252         * sysdeps/powerpc/powerpc32/440: Move directory from
24253         ports/sysdeps/powerpc/powerpc32/440.
24254         * sysdeps/powerpc/powerpc32/464: Move directory from
24255         ports/sysdeps/powerpc/powerpc32/464.
24256         * sysdeps/powerpc/powerpc32/476: Move directory from
24257         ports/sysdeps/powerpc/powerpc32/476.
24258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
24259         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
24260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
24261         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
24262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
24263         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
24264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
24265         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
24266         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
24267         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
24268         * README: Update for powerpc-*-linux-gnu software floating point
24269         support in libc.
24271         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
24272         case to powerpc/powerpc32*.
24273         * sysdeps/unix/sysv/linux/configure: Regenerated.
24275         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
24276         (_FPU_MASK_OM): Define as 0x04.
24277         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
24278         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
24279         0x00c10080.
24280         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
24281         0x0000003c.
24282         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
24284         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
24285         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24286         getcontext_e500.
24287         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
24288         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24289         setcontext_e500.
24290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
24291         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
24292         and setcontext_e500.
24294 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
24296         * locale/iso-3166.def: Update iso-1366.def and related occurrences
24298 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24300         * manual/threads.texi (Default Thread Attributes): Fix typo.
24302 2013-10-04  Will Newton  <will.newton@linaro.org>
24304         * malloc/Makefile: Add tst-memalign.
24305         * malloc/tst-memalign.c: New file.
24307         * malloc/tst-posix_memalign.c: Add comments.
24308         (do_test): Add comments and call free on all potentially
24309         allocated pointers. Add space after cast.
24311         * malloc/tst-pvalloc.c: Add comments.
24312         (do_test): Add comments and call free on all potentially
24313         allocated pointers. Remove duplicate check for NULL pointer.
24314         Add space after cast.
24316         * malloc/tst-valloc.c: Add comments.
24317         (do_test): Add comments and call free on all potentially
24318         allocated pointers. Remove duplicate check for NULL pointer.
24319         Add space after cast.
24321 2013-10-04  Alan Modra  <amodra@gmail.com>
24323         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24324         Use stdint types in rather than __attribute__((mode())).
24325         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24327 2013-10-04  Alan Modra  <amodra@gmail.com>
24329         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24330         Correct handling of unaligned relocs for little-endian.
24331         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24333 2013-10-04  Alan Modra  <amodra@gmail.com>
24335         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
24336         * configure: Regenerate.
24337         * nptl/shlib-versions: Powerpc*le starts at 2.18.
24338         * shlib-versions: Likewise.
24340 2013-10-04  Alan Modra  <amodra@gmail.com>
24342         * string/tester.c (test_memrchr): Increment reported test cycle.
24344 2013-10-04  Alan Modra  <amodra@gmail.com>
24346         * string/test-memcpy.c (do_one_test): When reporting errors, print
24347         string address and don't overrun end of string.
24349 2013-10-04  Alan Modra  <amodra@gmail.com>
24351         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
24352         insrdi.  Make better use of reg selection to speed exit slightly.
24353         Schedule entry path a little better.  Remove useless "are we done"
24354         checks on entry to main loop.  Handle wrapping around zero address.
24355         Correct main loop count.  Handle single left-over word from main
24356         loop inline rather than by using loop_small.  Remove extra word
24357         case in loop_small caused by wrong loop count.  Add little-endian
24358         support.
24359         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
24360         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
24361         cache hint.
24362         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
24363         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
24364         support.  Avoid rlwimi.
24365         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
24367 2013-10-04  Alan Modra  <amodra@gmail.com>
24369         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
24370         insrdi.  Formatting.
24371         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
24372         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24373         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
24374         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
24375         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24376         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
24378 2013-10-04  Alan Modra  <amodra@gmail.com>
24380         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
24381         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24382         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
24383         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
24384         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
24385         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
24386         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24387         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
24388         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
24389         use of regs.  Use power7 mtocrf.  Tidy function tails.
24391 2013-10-04  Alan Modra  <amodra@gmail.com>
24393         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
24394         Formatting.  Consistently use rXXX register defines or rN defines.
24395         Use early exit labels that avoid restoring unused non-volatile regs.
24396         Make cr field use more consistent with rWORDn compares.  Rename
24397         regs used as shift registers for unaligned loop, using rN defines
24398         for short lifetime/multiple use regs.
24399         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
24400         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
24401         addi 1,1,64 to pop stack frame.  Simplify return value code.
24402         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24404 2013-10-04  Alan Modra  <amodra@gmail.com>
24406         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
24407         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
24408         rather than rlwimi.
24409         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
24410         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
24411         little-endian support.  Correct typos.
24412         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
24413         rather than rlwimi.
24414         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
24415         in loop and entry code to keep "and." results.
24416         (strchr): Add little-endian support.  Comment.  Move cntlzd
24417         earlier in tail.
24418         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
24420 2013-10-04  Alan Modra  <amodra@gmail.com>
24422         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
24423         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
24424         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
24425         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
24427 2013-10-04  Alan Modra  <amodra@gmail.com>
24429         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
24430         (rTMP): Define as r11.
24431         (strcmp): Add little-endian support.  Optimise tail.
24432         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
24433         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
24434         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
24435         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
24436         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
24437         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
24438         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
24440 2013-10-04  Alan Modra  <amodra@gmail.com>
24442         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
24443         little-endian support.  Remove unnecessary "are we done" tests.
24444         Handle "s" wrapping around zero and extremely large "size".
24445         Correct main loop count.  Handle single left-over word from main
24446         loop inline rather than by using small_loop.  Correct comments.
24447         Delete "zero" tail, use "end_max" instead.
24448         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
24450 2013-10-04  Alan Modra  <amodra@gmail.com>
24452         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
24453         support.  Don't branch over align.
24454         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
24455         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
24456         support.  Rearrange tmp reg use to suit.  Comment.
24457         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
24459 2013-10-04  Alan Modra  <amodra@gmail.com>
24461         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
24463 2013-10-04  Alan Modra  <amodra@gmail.com>
24465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
24466         conditional form of branch and link when obtaining pc.
24467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
24469 2013-10-04  Alan Modra  <amodra@gmail.com>
24471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
24472         HIWORD/LOWORD.
24473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
24474         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
24476 2013-10-04  Alan Modra  <amodra@gmail.com>
24478         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
24479         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
24480         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
24481         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
24482         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
24483         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24484         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
24485         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24486         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
24487         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
24489 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24490             Alistair Popple <alistair@ozlabs.au.ibm.com>
24491             Alan Modra <amodra@gmail.com>
24493         [BZ #15723]
24494         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
24495         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
24496         _dl_hwcap access for little-endian.
24497         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
24498         destroy vmx regs when saving unaligned.
24499         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
24500         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
24501         destroy vmx regs when saving unaligned.
24503 2013-10-04  Alan Modra  <amodra@gmail.com>
24505         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
24506         Don't use a union to pack hi/low value.
24508 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24510         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
24511         for little-endian.
24512         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
24513         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
24514         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
24515         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
24516         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
24518 2013-10-04  Alan Modra  <amodra@gmail.com>
24520         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
24521         constants to usual value for .cst8 section, and remove redundant
24522         high address load.
24523         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
24524         constant for 0x1p52.  Load little-endian words of double from
24525         correct stack offsets.
24527 2013-10-04  Alan Modra  <amodra@gmail.com>
24529         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
24530         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
24531         words of double from correct stack offsets.
24532         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
24533         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
24534         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
24535         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
24536         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
24537         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
24538         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
24539         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
24540         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
24541         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
24542         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
24543         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
24544         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
24545         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
24546         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
24547         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
24548         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
24550 2013-10-04  Alan Modra  <amodra@gmail.com>
24552         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
24553         64-bit int/double union.
24554         (_FPU_SETCW): Likewise.
24555         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
24556         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
24558 2013-10-04  Alan Modra  <amodra@gmail.com>
24560         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
24561         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
24563 2013-10-04  Alan Modra  <amodra@gmail.com>
24565         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
24566         use vector int constants.
24567         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
24569 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24571         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
24572         array with long long.
24573         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
24574         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
24575         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
24576         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
24577         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
24578         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
24579         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
24580         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
24581         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
24582         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
24583         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
24584         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
24585         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
24587 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24589         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
24590         (__signbit): Likewise.  Correct for little-endian.
24591         (__signbitl): Call __signbit.
24592         (lrint): Correct for little-endian.
24593         (lrintf): Call lrint.
24595 2013-10-04  Alan Modra  <amodra@gmail.com>
24597         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
24598         union 32-bit int array member with 64-bit int array.
24599         (t515, tm256): Double rather than long double.
24600         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
24602 2013-10-04  Alan Modra  <amodra@gmail.com>
24604         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
24605         Delete.
24606         (IEEE854_LONG_DOUBLE_BIAS): Delete.
24607         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
24608         version of math_ldbl.h.
24610 2013-10-04  Alan Modra  <amodra@gmail.com>
24612         [BZ #15734], [BZ #15735]
24613         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
24614         all uses of ieee875 long double macros and unions.  Simplify test
24615         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
24616         ldbl_extract_mantissa value for ix,iy exponents.  Properly
24617         normalize after ldbl_extract_mantissa, and don't add hidden bit
24618         already handled.  Don't treat low word of ieee854 mantissa like
24619         low word of IBM long double and mask off bit when testing for
24620         zero.
24621         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
24622         all uses of ieee875 long double macros and unions.  Simplify tests
24623         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
24624         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
24625         two1022, instead use their values.  Recognise that tests for large
24626         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
24627         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
24628         Rewrite all uses of ieee875 long double macros and unions.  Simplify
24629         test for 0.0L and nan.  Correct negation.
24630         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
24631         ieee875 long double macros and unions.  Correct output for large
24632         magnitude x.  Correct absolute value calculation.
24633         (__erfcl): Likewise.
24634         * math/libm-test.inc: Add tests for errors discovered in IBM long
24635         double versions of fmodl, remainderl, erfl and erfcl.
24637 2013-10-04  Alan Modra  <amodra@gmail.com>
24639         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
24640         all uses of ieee854 long double macros and unions.  Simplify tests
24641         for long doubles that are fully specified by the high double.
24642         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
24643         Likewise.
24644         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
24645         Remove dead code too.
24646         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
24647         (__ieee754_ynl): Likewise.
24648         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
24649         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
24650         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
24651         Remove dead code too.
24652         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
24653         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
24654         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
24655         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
24656         Simplify.
24657         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
24658         Simplify.
24659         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
24660         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
24661         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
24662         Comment on variable precision.
24663         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
24664         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
24665         Likewise.
24666         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
24667         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
24668         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
24669         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
24670         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
24672 2013-10-04  Alan Modra  <amodra@gmail.com>
24674         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
24675         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
24676         all uses of ieee854 long double macros and unions.
24677         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
24678         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
24679         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
24680         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
24681         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
24682         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
24683         Likewise.
24684         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
24685         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
24686         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
24687         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
24688         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
24689         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
24690         Simplify sign and nan test too.
24691         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
24692         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
24693         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
24694         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
24695         Likewise.
24696         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
24697         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
24698         Likewise.
24699         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
24700         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
24701         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
24702         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
24703         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
24704         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
24706 2013-10-04  Alan Modra  <amodra@gmail.com>
24708         * stdio-common/printf_size.c (__printf_size): Don't use
24709         union ieee854_long_double in fpnum union.
24710         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
24711         signbit macro to retrieve sign from long double.
24712         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
24713         retrieve sign from long double.
24714         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
24715         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
24716         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
24717         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
24718         * math/test-misc.c (main): Don't use union ieee854_long_double.
24720 2013-10-04  Alan Modra  <amodra@gmail.com>
24722         [BZ #15680]
24723         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
24724         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
24725         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
24726         calculation.  Remove unnecessary test for denormal exponent.
24727         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
24728         Correct handling of denormals.  Avoid undefined shift behaviour.
24729         Correct normalisation of low mantissa when low double is denormal.
24730         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
24731         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
24732         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
24733         Correct normalisation of low mantissa.  Test for overflow of high
24734         mantissa and normalise.
24735         (ldbl_nearbyint): Use more readable constant for two52.
24736         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
24737         (__mpn_construct_long_double): Fix test for overflow of high
24738         mantissa and correct normalisation.  Avoid undefined shift.
24740 2013-10-04  Alan Modra  <amodra@gmail.com>
24742         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24743         (union ibm_extended_long_double): Define as an array of ieee754_double.
24744         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
24745         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
24746         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
24747         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
24748         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24749         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
24750         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24751         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
24752         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
24753         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
24754         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
24756 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
24758         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
24759         page size instead of calling getpagesize.
24761         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
24762         (LOCFILE_ALIGN_MASK): Likewise.
24763         (LOCFILE_ALIGN_UP): Likewise.
24764         (LOCFILE_ALIGNED_P): Likewise.
24765         * locale/programs/ld-collate.c (collate_output): Use the new
24766         macros instead of __alignof__ (int32_t).
24767         * locale/weight.h (findidx): Likewise.
24769 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
24771         [BZ #431]
24772         * manual/string.texi: Fix strncat and wcsncat.
24774 2013-10-03  Brooks Moses  <bmoses@google.com>
24776         [BZ #15915]
24777         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
24778         * Makerules: ...here, and adjust associated comments.
24780 2013-10-02  Will Newton  <will.newton@linaro.org>
24782         * malloc/Makefile: Add tst-pvalloc.
24783         * malloc/tst-pvalloc.c: New file.
24785 2013-10-02  Will Newton  <will.newton@linaro.org>
24787         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
24788         improve test coverage.
24790 2013-10-02  Will Newton  <will.newton@linaro.org>
24792         * malloc/Makefile: Add tst-posix_memalign.
24793         * malloc/tst-posix_memalign.c: New file.
24795 2013-10-01  Eric Blake  <eblake@redhat.com>
24797         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
24798         Use __THROWNL rather than __THROW on static functions.
24800 2013-09-30  Petr Machata  <pmachata@redhat.com>
24802         * elf/elf.h (R_AARCH64_ABS16): New macro.
24803         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
24804         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
24805         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
24806         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
24807         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
24808         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
24809         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
24810         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
24811         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
24812         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
24813         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
24814         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
24815         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
24816         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
24817         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
24818         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
24819         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
24820         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
24821         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
24822         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
24823         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
24824         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
24825         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
24826         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
24827         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
24828         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
24829         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
24830         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
24831         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
24832         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
24833         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
24834         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
24835         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
24836         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
24837         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
24838         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
24839         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
24840         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
24841         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
24842         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
24843         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
24844         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
24845         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
24846         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
24847         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
24848         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
24849         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
24850         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
24851         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
24852         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
24853         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
24854         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
24855         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
24856         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
24857         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
24858         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
24859         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
24860         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
24861         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
24862         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
24863         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
24864         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
24865         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
24866         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
24867         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
24868         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
24869         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
24870         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
24871         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
24872         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
24873         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
24874         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
24875         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
24876         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
24877         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
24878         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
24879         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
24880         (R_AARCH64_TLSDESC_LDR): Likewise.
24881         (R_AARCH64_TLSDESC_ADD): Likewise.
24882         (R_AARCH64_TLSDESC_CALL): Likewise.
24884 2013-09-30  Andreas Schwab  <schwab@suse.de>
24886         [BZ #15048]
24887         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
24888         the nss database lookup.
24889         * nscd/initgrcache.c (addinitgroupsX): Likewise.
24890         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24892 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
24894         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
24896 2013-09-28  P. J. McDermott  <pj@pehjota.net>
24898         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
24899         ${Bash-specific parameter/pattern/string} parameter expansion.
24900         * sysdeps/unix/make-syscalls.sh: Likewise.
24902 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24904         * sysdeps/sh/stackguard-macros.h: New file.
24906 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
24908         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
24909         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
24910         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
24911         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
24912         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24913         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
24915 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24917         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
24918         Fix thread ID register.
24920 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
24922         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
24923         [POSIX || UNIX98]: Require rather than permitting all symbols from
24924         <time.h>.
24925         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
24926         element of struct sched_param.
24927         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
24928         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
24929         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
24930         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
24931         constant.
24933 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
24935         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
24936         argument calculation.
24938 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
24940         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
24941         Expect macro.
24942         [POSIX] (pthread_attr_t): Do not require type.
24943         [POSIX] (pthread_cond_t): Likewise.
24944         [POSIX] (pthread_condattr_t): Likewise.
24945         [POSIX] (pthread_key_t): Likewise.
24946         [POSIX] (pthread_mutex_t): Likewise.
24947         [POSIX] (pthread_mutexattr_t): Likewise.
24948         [POSIX] (pthread_once_t): Likewise.
24949         [POSIX] (pthread_t): Likewise.
24950         [POSIX-based standards] (pthread_atfork): Expect function.
24952 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
24953             Richard Sandiford  <richard@codesourcery.com>
24955         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
24956         (swap_endianness_p): New extern variable.
24957         (set_big_endian): New inline function.
24958         (maybe_swap_uint32): Likewise.
24959         (maybe_swap_uint32_array): Likewise.
24960         (maybe_swap_uint32_obstack): Likewise.
24961         * locale/programs/locfile.c: Include <stdbool.h>.
24962         (swap_endianness_p): New variable.
24963         (add_locale_uint32): Call maybe_swap_uint32.
24964         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
24965         (write_locale_data): Call maybe_swap_uint32_array.
24966         * locale/programs/ld-collate.c (obstack_int32_grow): Call
24967         maybe_swap_uint32.
24968         (obstack_int32_grow_fast): Likewise.
24969         (output_weightwc): Call maybe_swap_uint32_obstack.
24970         (collate_output): Likewise.
24971         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
24972         (OPT_LITTLE_ENDIAN): Likewise.
24973         (options): Add --little-endian and --big-endian options.
24974         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
24975         * locale/programs/locarchive.c: Include "locfile.h".
24976         (GET): New macro.
24977         (SET): Likewise.
24978         (INC): Likewise.
24979         (create_archive): Use the new macros to access fields of
24980         structures directly mapped from or written to locale archives.
24981         (oldlocrecentcmp): Likewise.
24982         (enlarge_archive): Likewise.
24983         (insert_name): Likewise.
24984         (add_alias): Likewise.
24985         (add_locale): Likewise.
24986         (delete_locales_from_archive): Likewise.
24987         (show_archive_content): Likewise.
24988         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
24989         locale data.
24991 2013-09-24  Roland McGrath  <roland@hack.frob.com>
24993         * manual/freemanuals.texi: Updated from (newly) canonical copy at
24994         http://www.gnu.org/doc/freemanuals.texi.
24995         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
24997 2013-09-24  Will Newton  <will.newton@linaro.org>
24999         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
25000         macro.
25002 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
25004         * locale/hashval.h (compute_hashval): Interpret bytes of key as
25005         unsigned char.
25007 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
25009         * manual/threads.texi (POSIX Threads): Fix a typo.
25011 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
25013         [BZ #14547]
25014         * string/tst-strcoll-overflow.c: New test case.
25015         * string/Makefile (xtests): Add tst-strcoll-overflow.
25016         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
25017         cache if string sizes may cause integer overflow.
25019         [BZ #14547]
25020         * string/strcoll_l.c (coll_seq): New members rule, idx,
25021         save_idx and back_us.
25022         (get_next_seq_nocache): New function.
25023         (do_compare_nocache): New function.
25024         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
25025         when malloc fails.
25027 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
25029         [BZ #15754]
25030         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
25031         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
25032         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
25034         [BZ #15754]
25035         * elf/Makefile (tests): Add tst-ptrguard1.
25036         (tests-static): Add tst-ptrguard1-static.
25037         (tst-ptrguard1-ARGS): Define.
25038         (tst-ptrguard1-static-ARGS): Define.
25039         * elf/tst-ptrguard1.c: New file.
25040         * elf/tst-ptrguard1-static.c: New file.
25041         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
25042         * sysdeps/i386/stackguard-macros.h: Likewise.
25043         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
25044         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
25045         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
25046         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
25047         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
25048         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
25050 2013-09-23  Hector Marco  <hecmargi@upv.es>
25051             Ismael Ripoll  <iripoll@disca.upv.es>
25052             Carlos O'Donell  <carlos@redhat.com>
25054         [BZ #15754]
25055         * sysdeps/generic/stackguard-macros.h: Define
25056         __pointer_chk_guard_local and POINTER_CHK_GUARD.
25057         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
25058         Define __pointer_chk_guard_local.
25059         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
25060         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
25062 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
25064         [BZ #15859]
25065         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
25067 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
25069         * include/string.h (__ffs): Declare as hidden.
25070         * string/ffs.c (__ffs): Define as hidden.
25071         * sysdeps/i386/ffs.c (__ffs): Likewise.
25072         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
25073         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
25074         * sysdeps/s390/ffs.c (__ffs): Likewise.
25075         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
25077 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
25079         * NEWS: Mention malloc probes.
25081         * malloc/arena.c (new_heap): New memory_heap_new probe.
25082         (grow_heap): New memory_heap_more probe.
25083         (shrink_heap): New memory_heap_less probe.
25084         (heap_trim): New memory_heap_free probe.
25085         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
25086         (systrim): New memory_sbrk_less probe.
25087         * manual/probes.texi: Document them.
25089         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
25090         * manual/probes.texi: Document it.
25092         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
25093         (__libc_realloc): Add memory_realloc_retry probe.
25094         (__libc_memalign): Add memory_memalign_retry probe.
25095         (__libc_valloc): Add memory_valloc_retry probe.
25096         (__libc_pvalloc): Add memory_pvalloc_retry probe.
25097         (__libc_calloc): Add memory_calloc_retry probe.
25098         * manual/probes.texi: Document them.
25100         * malloc/arena.c (get_free_list): Add probe
25101         memory_arena_reuse_free_list.
25102         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
25103         and memory_arena_reuse.
25104         (arena_get2) [!PER_THREAD]: Likewise.
25105         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
25106         memory_arena_reuse_realloc.
25107         * manual/probes.texi: Document them.
25109         * malloc/malloc.c (__libc_free): Add
25110         memory_mallopt_free_dyn_thresholds probe.
25111         (__libc_mallopt): Add multiple memory_mallopt probes.
25112         * manual/probes.texi: Document them.
25114         * malloc/malloc.c: Include stap-probe.h.
25115         (__libc_mallopt): Add memory_mallopt probe.
25116         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
25117         * manual/probes.texi: New.
25118         * manual/Makefile (chapters): Add probes.
25119         * manual/threads.texi: Set next node.
25121 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
25123         [BZ #15963, #13985]
25124         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
25125         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
25126         Add `Chinese' to `nan' entry name.
25128 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25130         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
25131         (POLYNOMIAL): Likewise.
25132         (TAYLOR_SINCOS): Likewise.
25133         (TAYLOR_SLOW): Likewise.
25134         (__sin): Use TAYLOR_SINCOS.
25135         (__cos): Likewise.
25136         (slow): Use TAYLOR_SLOW.
25137         (sloww): Likewise.
25138         (bsloww): Likewise.
25139         (csloww): Likewise.
25141 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25143         * stdlib/strtod_l.c: Fix buffer overrun.
25145 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25147         * benchtests/Makefile (bench): Add sincos.
25148         * benchtests/bench-sincos.c: New file.
25150         * math/libm-test.inc (cos_test_data): New test inputs.
25151         (sin_test_data): Likewise.
25153         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
25154         macro.
25155         (__sin): Use it.
25156         (__cos): Likewise.
25157         (slow1): Likewise.
25158         (slow2): Likewise.
25159         (sloww1): Likewise.
25160         (sloww2): Likewise.
25161         (bsloww1): Likewise.
25162         (bsloww2): Likewise.
25163         (cslow2): Likewise.
25164         (csloww1): Likewise.
25165         (csloww2): Likewise.
25167         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
25168         function.
25169         (__sin): Use it.
25170         (__cos): Likewise.
25172         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
25173         gotos.
25174         (__cos): Likewise.
25176 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
25178         * config.h.in (HAVE_MIPS_NAN2008): New macro.
25179         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
25180         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
25181         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
25182         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
25183         * elf/cache.c (print_entry): Handle the new cache flags.
25185 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25186             Aldy Hernandez  <aldyh@redhat.com>
25188         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
25189         Change condition to [_SOFT_FLOAT].
25190         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
25191         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
25192         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
25193         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
25194         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
25195         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
25196         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
25197         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
25198         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
25199         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
25200         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
25201         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
25202         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
25203         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
25204         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
25205         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
25206         declaration.
25208 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25210         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
25211         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25212         (__longjmp): Use LOAD_GP to load saved GPRs.
25213         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
25214         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25215         (__sigsetjmp): Use SAVE_GP to save GPRs.
25217         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
25218         Do not append -msoft-float.
25219         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
25221 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25223         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
25225 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
25227         [BZ #15966]
25228         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
25229         (_FPU_GETCW): Use initial "__" on variable and field names but not
25230         on macro parameter name.
25231         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
25232         parentheses around reference to macro parameter.
25234 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
25236         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
25237         prototype.
25238         (ctype_startup): Use uint32_t in cast and sizeof for
25239         ctype->charnames.
25241 2013-09-11  Jia Liu  <proljc@gmail.com>
25243         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
25244         __daddr_t_defined.
25245         [__FreeBSD__]: Likewise.
25247 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
25249         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
25250         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
25251         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
25252         (strchr): Remove __strchr_sse42 ifunc selection.
25253         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
25254         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
25256 2013-09-11  Will Newton  <will.newton@linaro.org>
25258         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
25259         parameter to RES. Remove hardcoded 1000 value.
25260         * benchtests/bench-skeleton.c (main): Pass RES parameter
25261         to TIMING_INIT and multiply result by 1000.
25263 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25265         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25267 2013-09-11  Andreas Schwab  <schwab@suse.de>
25269         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
25270         if not defined.
25271         (O_TMPFILE) [__USE_GNU]: Define.
25272         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
25273         Define.
25275 2013-09-11  Will Newton  <will.newton@linaro.org>
25277         [BZ #15857]
25278         * malloc/malloc.c (__libc_memalign): Check the value of bytes
25279         does not overflow.
25281 2013-09-11  Will Newton  <will.newton@linaro.org>
25283         [BZ #15856]
25284         * malloc/malloc.c (__libc_valloc): Check the value of bytes
25285         does not overflow.
25287 2013-09-11  Will Newton  <will.newton@linaro.org>
25289         [BZ #15855]
25290         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
25291         does not overflow.
25293 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
25295         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
25296         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
25297         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
25298         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
25299         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
25301 2013-09-10  Allan McRae  <allan@archlinux.org>
25303         [BZ #15748]
25304         * manual/arith.texi (Parsing of Floats): Clarify
25305         cross-reference.
25307         [BZ #15849]
25308         * manual/install.texi (Running make install): Mention
25309         --enable-pt-chown.
25310         * INSTALL: Regenerated.
25312 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
25314         * csu/init-first.c (_init): Remove the !SHARED condition around
25315         FPU control word initialization.
25316         * elf/dl-support.c (_dl_fpu_control): New variable.
25317         (_dl_aux_init) <AT_FPUCW>: Initialize it.
25318         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
25319         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
25320         * math/test-fpucw-static.c: New file.
25321         * math/test-fpucw-ieee.c: New file.
25322         * math/test-fpucw-ieee-static.c: New file.
25323         * math/Makefile (tests): Add `test-fpucw-ieee' and
25324         `$(tests-static)'.
25325         (tests-static): New variable.
25326         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
25327         dependency to...
25328         [($(build-shared),yes)]
25329         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
25330         ... this.
25331         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
25332         New dependency.
25334 2013-09-09  Allan McRae  <allan@archlinux.org>
25336         [BZ #15939]
25337         * manual/string.texi (Collation Functions): Fix typo in
25338         strcoll example.
25339         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
25341         [BZ #15893]
25342         * stdlib/isomac.c (get_null_defines): Fix memory leak.
25344         [BZ #15892]
25345         * libio/memstream.c (open_memstream): Fix memory leak.
25346         * libio/wmemstream.c (open_wmemstream): Likewise.
25348         [BZ #15895]
25349         * nscd/netgroupcache.c: Fix nesting of ifdefs.
25351 2013-09-09  Will Newton  <will.newton@linaro.org>
25353         * malloc/Makefile: Add tst-realloc to tests.
25354         * malloc/tst-realloc.c: New file.
25356 2013-09-09  Allan McRae  <allan@archlinux.org>
25358         [BZ #15844]
25359         * COPYING: Update from GNU website to fix FSF address.
25360         * COPYING.LIB: Likewise.
25362 2013-09-06  David S. Miller  <davem@davemloft.net>
25364         * po/zh_TW.po: Update Chinese (traditional) translation from
25365         translation project.
25367 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
25368             Joseph Myers  <joseph@codesourcery.com>
25370         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
25371         "localeinfo.h".
25372         (obstack_chunk_alloc): New macro.
25373         (obstack_chunk_free): Likewise.
25374         (record_offset): New function.
25375         (init_locale_data): Likewise.
25376         (align_locale_data): Likewise.
25377         (add_locale_empty): Likewise.
25378         (add_locale_raw_data): Likewise.
25379         (add_locale_raw_obstack): Likewise.
25380         (add_locale_string): Likewise.
25381         (add_locale_wstring): Likewise.
25382         (add_locale_uint32): Likewise.
25383         (add_locale_uint32_array): Likewise.
25384         (add_locale_char): Likewise.
25385         (start_locale_structure): Likewise.
25386         (end_locale_structure): Likewise.
25387         (start_locale_prelude): Likewise.
25388         (end_locale_prelude): Likewise.
25389         (write_locale_data): Take locale_file structure rather than an
25390         iovec.
25391         * locale/programs/locfile.h: Include "obstack.h".
25392         (struct locale_file): Change to store locale file contents instead
25393         of header.
25394         (init_locale_data): New prototype.
25395         (align_locale_data): Likewise.
25396         (add_locale_empty): Likewise.
25397         (add_locale_raw_data): Likewise.
25398         (add_locale_raw_obstack): Likewise.
25399         (add_locale_string): Likewise.
25400         (add_locale_wstring): Likewise.
25401         (add_locale_uint32): Likewise.
25402         (add_locale_uint32_array): Likewise.
25403         (add_locale_char): Likewise.
25404         (start_locale_structure): Likewise.
25405         (end_locale_structure): Likewise.
25406         (start_locale_prelude): Likewise.
25407         (end_locale_prelude): Likewise.
25408         (write_locale_data): Update prototype.
25409         * locale/programs/3level.h (struct TABLE): Remove result field.
25410         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
25411         Use new locale_file interface.
25412         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
25413         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
25414         * locale/programs/ld-address.c (address_output): Use new
25415         locale_file interface.
25416         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
25417         NO_ADD_LOCALE.
25418         (collate_finish): Don't call collseq_table_finalize.
25419         (collate_output): Use new locale_file interface.
25420         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
25421         in file.
25422         (NO_FINALIZE): Change to NO_ADD_LOCALE.
25423         (TABLE): Move defines earlier in file.
25424         (ELEMENT): Likewise.
25425         (DEFAULT): Likewise.
25426         (wctrans_table_add): Move macro and inline function earlier in
25427         file.
25428         (struct wctype_table): Move type earlier in file.
25429         (add_locale_wctype_table): New static prototype.
25430         (struct locale_ctype_t): Use logical types instead of struct iovec
25431         pointers for members.
25432         (ctype_output): Use new locale_file interface.
25433         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
25434         new locale_file interface.
25435         (allocate_arrays): Update for use of new locale_file interface.
25436         * locale/programs/ld-identification.c (identification_output): Use
25437         new locale_file interface.
25438         * locale/programs/ld-measurement.c (measurement_output): Likewise.
25439         * locale/programs/ld-messages.c (messages_output): Likewise.
25440         * locale/programs/ld-monetary.c (monetary_output): Likewise.
25441         * locale/programs/ld-name.c (name_output): Likewise.
25442         * locale/programs/ld-numeric.c (numeric_output): Likewise.
25443         * locale/programs/ld-paper.c (paper_output): Likewise.
25444         * locale/programs/ld-telephone.c (telephone_output): Likewise.
25445         * locale/programs/ld-time.c (time_output): Likewise.
25447 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25449         * benchtests/Makefile: Add memrchr benchmark.
25450         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
25451         benchmark as memrchr.
25452         * benchtests/bench-memrchr-ifunc.c: New file.
25453         * benchtests/bench-memrchr.c: New file.
25455 2013-09-06   Will Newton  <will.newton@linaro.org>
25457         * benchtests/Makefile (string-bench): Add memcpy.
25459 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
25460             Cong Wang  <amwang@redhat.com>
25462         [BZ #15850]
25463         * sysdeps/unix/sysv/linux/bits/in.h
25464         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
25465         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
25466         before __USE_KERNEL_IPV6_DEFS uses.
25467         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
25468         IPPROTO_BEETPH.
25469         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
25470         sockaddr_in6, or ipv6_mreq.
25472 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25474         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
25475         memory access for final bytes in some large inputs.
25476         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
25478 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25480         * string/test-memrchr.c: New file.
25481         * string/test-memrchr-ifunc.c: New file.
25482         * string/Makefile: Add new memrchr testcase.
25484 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
25486         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
25487         fanotify_init returns EPERM.
25489 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
25491         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
25492         errors.
25493         (top level): Treat second token from macro or constant entries for
25494         allowed headers as allowed.
25495         * include/complex.h: Condition internal declarations on
25496         [!_ISOMAC].
25497         * include/fenv.h: Condition include of <stdbool.h> and internal
25498         declarations on [!_ISOMAC].
25500 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
25502         [BZ #15923]
25503         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
25505 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
25507         * configure.in (--enable-versioning): Remove configure option.
25508         (libc_cv_asm_symver_directive): Remove configure test.
25509         (libc_cv_ld_version_script_option): Likewise.
25510         (VERSIONING): Remove variable and AC_SUBST.
25511         (DO_VERSIONING): Remove AC_DEFINE.
25512         * configure: Regenerated.
25513         * config.h.in (DO_VERSIONING): Remove macro.
25514         * Makerules [$(versioning) = yes]: Change conditionals to
25515         [$(build-shared) = yes].
25516         * config.make.in (versioning): Remove variable.
25517         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
25518         [$(build-shared) = yes].
25519         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
25520         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
25521         * elf/Makefile [$(versioning) = yes]: Change conditionals to
25522         [$(build-shared) = yes].
25523         * extra-lib.mk [$(versioning) = yes]: Likewise.
25524         * hurd/Makefile [$(versioning) = yes]: Likewise.
25525         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
25526         [SHARED].
25527         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
25528         [SHARED].
25529         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25530         [SHARED && !NO_HIDDEN].
25531         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
25532         [SHARED].
25533         [SHARED && DO_VERSIONING]: Likewise..
25534         * libio/Makefile [$(versioning) = yes]: Change conditionals to
25535         [$(build-shared) = yes].
25536         * manual/install.texi (--disable-versioning): Remove
25537         documentation.
25538         * INSTALL: Regenerated.
25539         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
25540         to [SHARED].
25541         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
25542         [$(build-shared) = yes].
25543         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
25544         * sysdeps/i386/i686/multiarch/strstr-c.c
25545         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25546         [SHARED && !NO_HIDDEN].
25547         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
25548         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
25549         * sysdeps/powerpc/powerpc32/dl-machine.c
25550         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
25551         * sysdeps/powerpc/powerpc32/sysdep.h
25552         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
25553         to [SHARED && PIC && !NO_HIDDEN].
25554         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
25555         conditional to [SHARED].
25557 2013-09-04   Will Newton  <will.newton@linaro.org>
25559         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
25560         * benchtests/bench-string.h: Include bench-timing.h instead
25561         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
25562         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
25563         call to HP_TIMING_DIFF_INIT.
25564         * benchtests/bench-memccpy.c: Use bench-timing.h macros
25565         instead of hp-timing.h macros.
25566         * benchtests/bench-memchr.c: Likewise.
25567         * benchtests/bench-memcmp.c: Likewise.
25568         * benchtests/bench-memcpy.c: Likewise.
25569         * benchtests/bench-memmem.c: Likewise.
25570         * benchtests/bench-memmove.c: Likewise.
25571         * benchtests/bench-memset.c: Likewise.
25572         * benchtests/bench-rawmemchr.c: Likewise.
25573         * benchtests/bench-strcasecmp.c: Likewise.
25574         * benchtests/bench-strcasestr.c: Likewise.
25575         * benchtests/bench-strcat.c: Likewise.
25576         * benchtests/bench-strchr.c: Likewise.
25577         * benchtests/bench-strcmp.c: Likewise.
25578         * benchtests/bench-strcpy.c: Likewise.
25579         * benchtests/bench-strcpy_chk.c: Likewise.
25580         * benchtests/bench-strlen.c: Likewise.
25581         * benchtests/bench-strncasecmp.c: Likewise.
25582         * benchtests/bench-strncat.c: Likewise.
25583         * benchtests/bench-strncmp.c: Likewise.
25584         * benchtests/bench-strncpy.c: Likewise.
25585         * benchtests/bench-strnlen.c: Likewise.
25586         * benchtests/bench-strpbrk.c: Likewise.
25587         * benchtests/bench-strrchr.c: Likewise.
25588         * benchtests/bench-strspn.c: Likewise.
25589         * benchtests/bench-strstr.c: Likewise.
25591 2013-09-04  Will Newton  <will.newton@linaro.org>
25593         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
25595 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
25597         [BZ #15427]
25598         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
25599         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
25600         * math/libm-test.inc (lgamma_test_data): Add more tests.
25601         * sysdeps/i386/fpu/libm-test-ulps: Update.
25602         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25604 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
25606         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
25607         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
25608         Add ifunc.
25609         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
25610         Add strcmp-sse2-unaligned
25611         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
25613 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
25615         * Versions.def (libc): Add GLIBC_2.19.
25617 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
25619         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
25620         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
25622 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
25624         [BZ #14155]
25625         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
25626         intermediate calculations in recurrence.
25627         (__ieee754_ynf): Likewise.
25628         * math/libm-test.inc (jn_test_data): Do not allow spurious
25629         underflow exception.  Add more tests.
25630         (yn_test_data): Add more tests.
25631         * sysdeps/i386/fpu/libm-test-ulps: Update.
25632         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25634 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
25636         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
25638 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
25640         * csu/init-first.c: Fix then/than typos.
25641         * locale/programs/ld-collate.c: Likewise.
25642         * locale/programs/linereader.h: Likewise.
25643         * manual/charset.texi: Likewise.
25644         * manual/filesys.texi: Likewise.
25645         * manual/stdio.texi: Likewise.
25646         * manual/string.texi: Likewise.
25647         * stdlib/fmtmsg.c: Likewise.
25648         * sysdeps/i386/stpncpy.S: Likewise.
25649         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25650         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
25651         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25652         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
25654 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
25656         * elf/dl-open.c: Fix typos.
25657         * iconvdata/gbbig5.c: Likewise.
25658         * iconvdata/iso-2022-jp.c: Likewise.
25659         * iconv/gconv_int.h: Likewise.
25660         * iconv/loop.c: Likewise.
25661         * nis/rpcsvc/nis.h: Likewise.
25662         * resolv/ns_name.c: Likewise.
25663         * stdio-common/vfscanf.c: Likewise.
25664         * streams/stropts.h: Likewise.
25665         * sunrpc/rpc_thread.c: Likewise.
25666         * sysdeps/i386/strpbrk.S: Likewise.
25667         * sysdeps/ieee754/k_standard.c: Likewise.
25668         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25669         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25670         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
25671         * sysdeps/mach/hurd/profil.c: Likewise.
25672         * sysdeps/s390/dl-procinfo.h: Likewise.
25673         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
25674         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
25675         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
25676         * sysdeps/x86_64/dl-trampoline.S: Likewise.
25677         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
25679 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
25681         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
25682         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
25684 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
25686         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
25687         aix specific files.
25688         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
25689         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
25690         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
25691         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
25692         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
25693         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
25694         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
25695         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
25697 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
25698             Roland McGrath  <roland@hack.frob.com>
25700         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
25701         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
25703 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25705         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
25706         __executable_start symbol instead of _start.
25708 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
25710         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
25711         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
25712         Move macros to...
25713         * sysdeps/gnu/ldsodefs.h: ... this new file.
25715         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
25716         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
25717         instead of ELFOSABI_LINUX.
25719         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
25720         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
25721         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
25722         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
25723         Likewise.
25724         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
25725         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
25726         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
25727         Likewise.
25728         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
25729         (ibm_extended_long_double): Add ieee_nan member.
25730         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
25731         (do_test): New function.
25733         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
25734         TEST_TRUNC.
25735         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
25736         functions, renamed from truncdfsf_test, trunctfsf_test,
25737         trunctfdf_test.
25738         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
25739         functions.
25740         (do_test): Run all these.
25742 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
25744         * argp/argp-help.c: Fix typos.
25745         * argp/argp-parse.c: Likewise.
25746         * debug/backtracesyms.c: Likewise.
25747         * elf/elf.h: Likewise.
25748         * malloc/malloc.c: Likewise.
25749         * nis/nis_print.c: Likewise.
25750         * resolv/res_comp.c: Likewise.
25751         * stdlib/stdlib.h: Likewise.
25752         * sunrpc/clnt_tcp.c: Likewise.
25753         * sunrpc/clnt_udp.c: Likewise.
25754         * sunrpc/clnt_unix.c: Likewise.
25755         * sysdeps/unix/bsd/ptsname.c: Likewise.
25756         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
25757         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
25758         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
25759         Likewise.
25760         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
25761         Likewise.
25762         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
25763         Likewise.
25764         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
25766 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25768         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
25769         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25771 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
25773         [BZ #15897]
25774         * dlfcn/Makefile (tests): Add bug-dl-leaf.
25775         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
25776         ($(objpfx)bug-dl-leaf): New rule.
25777         ($(objpfx)bug-dl-leaf.so): Likewise.
25778         ($(objpfx)bug-dl-leaf.out): Likewise.
25779         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
25780         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
25781         * dlfcn/bug-dl-leaf.c: New test.
25782         * dlfcn/bug-dl-leaf-lib.c: Likewise.
25783         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
25784         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
25785         (dlclose): Likewise.
25786         (dlmopen): Likewise.
25788 2013-08-27  Roland McGrath  <roland@hack.frob.com>
25790         * include/netdb.h [!_ISOMAC]:
25791         Don't include <tls.h>.
25792         (h_errno, __libc_h_errno): Move declaration and macros out of
25793         [_LIBC_REENTRANT].
25795         * include/resolv.h [_RESOLV_H_]:
25796         Don't include <tls.h>.
25797         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
25798         * resolv/res_libc.c: Don't include <tls.h>.
25799         (_res): Use __attribute__ ((nocommon)) in place of
25800         __attribute__ ((section (".bss"))).
25802         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
25803         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
25805         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
25807         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
25808         only under [SIOCGIFCONF && SIOCGIFNETMASK].
25810         * resolv/res_mkquery.c: Include <sys/time.h>.
25812         * inet/ifreq.c: Moved to ...
25813         * sysdeps/unix/ifreq.c: ... here.
25814         * inet/ifreq.c: New file, true stub version.
25816         * socket/sa_len.c: New file.
25817         * socket/Makefile (aux): Add it.
25818         * sysdeps/unix/sysv/linux/Makefile
25819         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
25820         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
25821         and #include <socket/sa_len.c>.
25822         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
25823         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
25825         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
25826         * bits/socket.h: ... here.
25828         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
25829         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
25830         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
25832 2013-08-27  Andreas Schwab  <schwab@suse.de>
25834         [BZ #15736]
25835         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
25836         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
25837         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
25838         * string/test-strcasecmp.c (test_main): Run tests in several
25839         locales.
25840         * string/test-strncasecmp.c (test_main): Likewise.
25842         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
25843         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
25844         to __strcasecmp_nonascii and __strncasecmp_nonascii.
25845         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
25846         (__strncasecmp_ssse3) [PIC]: Likewise.
25848 2013-08-26  Roland McGrath  <roland@hack.frob.com>
25850         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
25852         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
25853         instead of explicitly declaring xdecrypt.
25854         * nis/nss_nis/nis-publickey.c: Likewise.
25856 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25858         [BZ #15890]
25859         * nscd/aicache.c: Include res_hconf.h.
25860         (addhstaiX): Initialize res_hconf.
25862 2013-08-26  Andreas Schwab  <schwab@suse.de>
25864         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
25865         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
25867 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25869         * nscd/aicache.c (addhstaiX): Fix indentation.
25871 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
25873         * configure.ac: Quote $build_pt_chown test.
25874         * configure: Regenerated.
25876 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
25878         [BZ #15532]
25879         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
25880         * math/s_cexpf.c (__cexpf): Likewise.
25881         * math/s_cexpl.c (__cexpl): Likewise.
25882         * math/libm-test.inc (cexp_test_data): Correct expected return
25883         value for NaN + i0.  Add another test.
25885 2013-08-22  David S. Miller  <davem@davemloft.net>
25887         * po/ca.po: Update Catalan translation from translation project.
25888         * po/uk.po: Add Ukrainian translations from translation project.
25890 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
25892         [BZ #15797]
25893         * math/s_fdim.c (__fdim): Check for infinite arguments if result
25894         is infinite, not alongside NaN test.
25895         * math/s_fdimf.c (__fdimf): Likewise.
25896         * math/s_fdiml.c (__fdiml): Likewise.
25897         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
25898         errno is unchanged.
25900 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
25902         * argp/argp-help.c: Fix typos.
25903         * crypt/speeds.c: Likewise.
25904         * csu/check_fds.c: Likewise.
25905         * elf/dl-load.c: Likewise.
25906         * elf/dl-open.c: Likewise.
25907         * elf/reldep3.c: Likewise.
25908         * elf/reldep.c: Likewise.
25909         * elf/sprof.c: Likewise.
25910         * iconv/iconv_charmap.c: Likewise.
25911         * iconv/skeleton.c: Likewise.
25912         * iconv/strtab.c: Likewise.
25913         * io/lockf64.c: Likewise.
25914         * libio/libioP.h: Likewise.
25915         * resolv/gai_notify.c: Likewise.
25916         * resolv/ns_name.c: Likewise.
25917         * resolv/ns_samedomain.c: Likewise.
25918         * resolv/res_send.c: Likewise.
25919         * stdlib/random.c: Likewise.
25920         * sunrpc/rpc/xdr.h: Likewise.
25921         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
25922         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
25923         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
25924         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
25925         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
25926         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
25927         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
25928         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
25929         * sysdeps/mach/hurd/check_fds.c: Likewise.
25930         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
25931         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
25932         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25933         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
25934         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
25935         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
25936         * sysdeps/pthread/aio_notify.c: Likewise.
25937         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
25938         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
25939         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
25940         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
25941         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
25943 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25945         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
25946         version if bit_Slow_SSE4_2 is set.
25947         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
25948         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
25950 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25952         [BZ #15867]
25953         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
25954         trampoline stack frame information.
25955         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
25956         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
25957         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
25958         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
25959         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
25960         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25961         (_libc_vdso_platform_setup): Initialize the signal trampolines.
25962         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
25963         sa_flags value.
25964         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
25965         interrupting a syscall and set with option SA_SIGINFO.
25967 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25969         [BZ #15531]
25970         * math/s_cproj.c (__cproj): Only return an infinity if one part of
25971         argument is infinite.
25972         * math/s_cprojf.c (__cprojf): Likewise.
25973         * math/s_cprojl.c (__cprojl): Likewise.
25974         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
25975         * math/libm-test.inc (cproj_test_data): Add more tests.
25977         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
25979         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
25980         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
25981         size.  Use __ffs to determine corresponding shift.
25983 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25984             Roland McGrath  <roland@hack.frob.com>
25986         * Makefile (INSTALL): Remove trailing blank lines from output of
25987         makeinfo.
25989 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25991         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
25992         Align 32 bit compat elf_greg to 8 bytes.
25994 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
25996         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
25998 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
26000         * string/strcoll_l.c (coll_seq): New structure.
26001         (get_next_seq_cached): New function.
26002         (get_next_seq): New function.
26003         (do_compare): New function.
26004         (STRCOLL): Use GNU style definition.  Simplify implementation
26005         by using get_next_seq, get_next_seq_cached and do_compare.
26007 2013-08-16  Florian Weimer  <fweimer@redhat.com>
26009         [BZ #14699]
26010         CVE-2013-4237
26011         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
26012         member.
26013         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
26014         member.
26015         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
26016         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
26017         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
26018         conditional.
26019         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
26020         GETDENTS_64BIT_ALIGNED.
26021         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
26022         * manual/filesys.texi (Reading/Closing Directory): Document
26023         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
26024         strongly.
26025         * manual/conf.texi (Limits for Files): Add portability note to
26026         NAME_MAX, PATH_MAX.
26027         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
26029 2013-08-13  Andreas Schwab  <schwab@suse.de>
26031         [BZ #15749]
26032         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
26033         of fabs.
26034         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
26035         LDBL_MAX_EXP >= 16384]: Add tests for it.
26037 2013-08-12  David S. Miller  <davem@davemloft.net>
26039         * version.h (RELEASE): Set to "development".
26040         (VERSION): Set to "2.18.90".
26041         * NEWS: Add 2.19 section.
26043 2013-08-03  David S. Miller  <davem@davemloft.net>
26045         * po/ko.po: Update Korean translation from translation project.
26047 2013-08-01  David S. Miller  <davem@davemloft.net>
26049         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
26050         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
26051         Bilka.
26053 2013-07-30  David S. Miller  <davem@davemloft.net>
26055         * po/fr.po: Update French translation from translation project.
26057 2013-07-28  David S. Miller  <davem@davemloft.net>
26059         * po/cs.po: Update Czech translation from translation project.
26061         * po/sv.po: Update Swedish translation from translation project.
26063 2013-07-27  David S. Miller  <davem@davemloft.net>
26065         * po/eo.po: Update Esperanto translation from translation project.
26067         * po/vi.po: Update Vietnamese translation from translation project.
26069         * po/de.po: Update German translation from translation project.
26071 2013-07-26  David S. Miller  <davem@davemloft.net>
26073         * po/bg.po: Update Bulgarian translation from translation project.
26075         * po/nl.po: Update Dutch translation from translation project.
26076         * po/pl.po: Update Polish translation from translation project.
26077         * po/ru.po: Update Russian translation from translation project.
26079 2013-07-24  David S. Miller  <davem@davemloft.net>
26081         * po/libc.pot: Update.
26083 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26085         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
26086         variable page size.
26087         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
26088         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
26089         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
26091 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26093         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
26095 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26096             Andreas Schwab  <schwab@suse.de>
26097             Roland McGrath  <roland@hack.frob.com>
26098             Joseph Myers  <joseph@codesourcery.com>
26099             Carlos O'Donell  <carlos@redhat.com>
26101         [BZ #15755]
26102         * config.h.in: Define HAVE_PT_CHOWN.
26103         * config.make.in (build-pt-chown): New variable.
26104         * configure.in (--enable-pt_chown): New configure option.
26105         * configure: Regenerate.
26106         * login/Makefile: Include Makeconfig.  Build pt_chown only if
26107         build-pt-chown is enabled.
26108         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
26109         pt_chown to fix pty ownership.
26110         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
26111         CLOSE_ALL_FDS.
26112         * manual/install.texi (Configuring and compiling): Mention
26113         --enable-pt_chown. Add @findex for grantpt.
26114         * INSTALL: Regenerate.
26116 2013-07-20  David S. Miller  <davem@davemloft.net>
26118         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
26119         difference between 32-bit and 64-bit.
26121 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
26123         [BZ #15711]
26124         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
26125         Avoid system header dependency with -ffreestanding.
26126         ($(objpfx)bits/syscall%d): Likewise.
26128 2013-07-13  David S. Miller  <davem@davemloft.net>
26130         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
26131         underflows from atanl/atan2l due to bug 15319.
26132         (casinh_test_data): Likewise.
26134 2013-07-07  David S. Miller  <davem@davemloft.net>
26136         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
26138 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
26140         * sysdeps/i386/fpu/libm-test-ulps: Update.
26141         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26143 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26145         * configure.in (--enable-lock-elision): Fix message text.
26146         * INSTALL: Regenerate.
26147         * configure: Regenerate.
26149 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26151         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26153 2013-07-03  Andreas Jaeger  <aj@suse.de>
26155         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
26156         define.
26157         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
26158         (ptrace_peeksiginfo_args): Add.
26159         (__ptrace_peeksiginfo_flags): Add.
26160         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
26161         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
26162         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
26164 2013-07-03  Allan McRae  <allan@archlinux.org>
26166         * sysdeps/i386/fpu/libm-test-ulps: Update.
26168 2013-07-02  David S. Miller  <davem@davemloft.net>
26170         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26172 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
26174         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26176 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26178         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
26179         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26181 2013-07-02  Andi Kleen <ak@linux.intel.com>
26183         * config.h.in (ENABLE_LOCK_ELISION): Add.
26184         * configure.in (--enable-lock-elision): Add option.
26185         * manual/install.texi: Document --enable lock elision.
26186         * configure: Regenerate
26187         * INSTALL: Regenerate.
26189 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
26191         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
26192         SSE4.2 strcasecmp for libc.a.
26193         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
26195 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26197         [BZ #13304]
26198         * soft-fp/op-common.h (_FP_FMA): New macro.
26199         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
26200         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
26201         (_FP_MUL_MEAT_1_imm): ... here.
26202         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
26203         (_FP_MUL_MEAT_1_wide): ... here.
26204         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
26205         (_FP_MUL_MEAT_1_hard): ... here.
26206         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
26207         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
26208         (_FP_MUL_MEAT_2_wide): ... here.
26209         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
26210         (_FP_MUL_MEAT_2_wide_3mul): ... here.
26211         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
26212         (_FP_MUL_MEAT_2_gmp): ... here.
26213         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
26214         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
26215         (_FP_MUL_MEAT_4_wide): ... here.
26216         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
26217         (_FP_MUL_MEAT_4_gmp): ... here.
26218         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
26219         (_FP_WFRACBITS_DW_S): Likewise.
26220         (_FP_WFRACXBITS_DW_S): Likewise.
26221         (_FP_HIGHBIT_DW_S): Likewise.
26222         (FP_FMA_S): Likewise.
26223         (_FP_FRAC_HIGH_DW_S): Likewise.
26224         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
26225         (_FP_WFRACBITS_DW_D): Likewise.
26226         (_FP_WFRACXBITS_DW_D): Likewise.
26227         (_FP_HIGHBIT_DW_D): Likewise.
26228         (FP_FMA_D): Likewise.
26229         (_FP_FRAC_HIGH_DW_D): Likewise.
26230         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
26231         (_FP_WFRACBITS_DW_E): Likewise.
26232         (_FP_WFRACXBITS_DW_E): Likewise.
26233         (_FP_HIGHBIT_DW_E): Likewise.
26234         (FP_FMA_E): Likewise.
26235         (_FP_FRAC_HIGH_DW_E): Likewise.
26236         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
26237         (_FP_WFRACBITS_DW_Q): Likewise.
26238         (_FP_WFRACXBITS_DW_Q): Likewise.
26239         (_FP_HIGHBIT_DW_Q): Likewise.
26240         (FP_FMA_Q): Likewise.
26241         (_FP_FRAC_HIGH_DW_Q): Likewise.
26242         * soft-fp/fmasf4.c: New file.
26243         * soft-fp/fmadf4.c: Likewise.
26244         * soft-fp/fmatf4.c: Likewise.
26246 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26248         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
26249         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
26250         Silvermont.
26251         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
26252         macro.
26253         (index_Slow_SSE4_2): Likewise.
26254         (index_Prefer_PMINUB_for_stringop): Likewise.
26255         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
26256         bit_Slow_SSE4_2 is set.
26257         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
26258         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
26260 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26262         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
26263         rtld_global._dl_hwcap2.
26264         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
26265         POWER8.
26266         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
26267         POWER8 feature descriptions defined in _dl_hwcap2.
26268         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
26269         string handling for POWER8 feature bits.
26270         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
26271         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
26272         _dl_powerpc_cap_flags.
26273         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
26274         * sysdeps/powerpc/rtld-global-offsets.sym
26275         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
26276         _dl_hwcap2 in the rtld_global_ro structure.
26278 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26280         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
26281         hardware capabilities in support of AT_HWCAP2.
26282         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
26283         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
26284         GLRO(dl_hwcap2).
26285         (_dl_show_auxv): Add support for calling _dl_procinfo to display
26286         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
26287         explicitly the unknown a_type display mechanism is used.
26288         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
26289         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
26290         struct member.
26291         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
26292         to macro prototype for AT_HWCAP2 support.
26293         * sysdeps/i386/dl-procinfo.h: Likewise.
26294         * sysdeps/s390/dl-procinfo.h: Likewise.
26295         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
26296         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
26297         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
26298         return -1 for unknown a_type display fallback.
26299         * sysdeps/sparc/dl-procinfo.h: Likewise.
26300         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
26301         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
26303 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
26305         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
26306         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
26308 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
26310         [BZ #12492]
26311         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
26312         mprotect making __stack_prot writable.
26314 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
26315             Joseph Myers  <joseph@codesourcery.com>
26317         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
26318         as being properly aligned.
26320 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
26322         * dlfcn/modstatic5.c: New file.
26323         * dlfcn/tststatic5.c: New file.
26324         * dlfcn/Makefile (tests): Add tststatic5.
26325         (tests-static): Likewise.
26326         (modules-names): Add modstatic5.
26327         (tststatic5-ENV): New variable.
26328         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
26330         [BZ #15022]
26331         * elf/dl-support.c (_dl_main_map): New variable.
26332         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
26333         (_dl_nns, _dl_load_adds): Set to 1.
26334         (_dl_initial_searchlist): Refer to _dl_main_map.
26335         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
26336         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
26337         call to _dl_get_origin.
26338         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
26339         around call_map.
26340         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
26341         * dlfcn/modstatic3.c: New file.
26342         * dlfcn/tststatic3.c: New file.
26343         * dlfcn/tststatic4.c: New file.
26344         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
26345         (tests-static): Likewise.
26346         (modules-names): Add modstatic3.
26347         (tststatic3-ENV, tststatic4-ENV): New variables.
26348         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
26349         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
26351 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
26353         * configure.in (CC): Require GCC version 4.4 or later.
26354         * configure: Regenerated.
26355         * manual/install.texi (Tools for Compilation): Update GCC version
26356         requirement.
26357         * INSTALL: Regenerated.
26359 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26361         [BZ #15674]
26362         * string/test-memcmp.c (check2): New.
26363         (main): Call check2.
26365         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
26367 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
26369         [BZ #15022]
26370         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
26371         over to...
26372         (dl_open_worker) [!SHARED]: ... here.
26374 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26376         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
26378 2013-06-25  Richard Henderson  <rth@redhat.com>
26380         * locale/programs/locarchive.c: Include <libc-internal.h>
26382 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
26384         * manual/texinfo.tex: Update to version 2013-06-21.17, with
26385         trailing whitespace removed.
26387 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26389         [BZ #10283]
26390         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
26391         * locale/programs/locarchive.c: Include libc-mmap.h.
26392         (prepare_address_space): Take two new outputs (the mmap base and len).
26393         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
26394         values.
26395         (create_archive): Declare new mmap base and len values for
26396         prepare_address_space, and store the result in ah.
26397         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
26398         (enlarge_archive): If ah->mmap_base is not NULL, use that and
26399         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26400         Declare new mmap base and len values for
26401         prepare_address_space, and store the result in new_ah.
26402         (open_archive): Declare new mmap base and len values for
26403         prepare_address_space, and store the result in ah.
26404         (close_archive): If ah->mmap_base is not NULL, use that and
26405         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26406         * sysdeps/generic/libc-mmap.h: New file.
26408 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26410         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
26411         (ALIGN_UP): Likewise.
26412         (PTR_ALIGN_DOWN): Likewise.
26413         (PTR_ALIGN_UP): Likewise.
26415 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26417         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
26418         entry mapped to PPC_PLATFORM_POWER8.
26419         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
26420         POWER8.
26421         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
26422         (_dl_string_platform): Add case for exporting platform position for
26423         POWER8.
26424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
26425         search path to sysdeps/powerpc/powerpc32/power8 directory.
26426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
26427         search path to sysdeps/powerpc/powerpc64/power8 directory.
26428         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
26429         power7 directories.
26430         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
26431         power7 directories.
26433 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26435         * INSTALL: Regenerate.
26437         * nscd/connections.c (nscd_init): Fix comment.
26439 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
26441         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
26443         [BZ #15667]
26444         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
26445         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
26447 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26449         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
26450         DL_DST_REQ_STATIC.
26451         (DL_DST_REQ_STATIC): Remove macro.
26453 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
26455         [BZ #7006]
26456         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
26457         with a shift of 0 bits.
26459 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26461         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
26462         $(tststatic-ENV).
26464 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
26466         [BZ #15655]
26467         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
26469 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26471         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
26472         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
26473         accepts -fno-tree-loop-distribute-patterns.
26474         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
26475         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
26476         recursive call.
26477         * string/memset.c (memset): Likewise.
26478         * string/test-memmove.c (simple_memmove): Disable loop transformation
26479         to library calls.
26480         * string/test-memset.c (simple_memset): Likewise.
26481         * benchtests/bench-memmove.c (simple_memmove): Likewise.
26482         * benchtests/bench-memset.c (simple_memset): Likewise.
26483         * configure: Regenerated.
26485 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
26487         * math/test-misc.c (main): Ignore fesetround failure when failures
26488         of subsequent rounding tests would be ignored.
26490         [BZ #15654]
26491         * math/fedisblxcpt.c (fedisableexcept): Return 0.
26492         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
26493         * math/fegetenv.c (__fegetenv): Return 0.
26494         * math/fegetexcept.c (fegetexcept): Return 0.
26495         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
26496         FE_TONEAREST.
26497         * math/feholdexcpt.c (feholdexcept): Return 0.
26498         * math/fesetenv.c (__fesetenv): Return 0.
26499         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
26500         argument FE_TONEAREST.
26501         * math/feupdateenv.c (__feupdateenv): Return 0.
26502         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
26504 2013-06-18  Roland McGrath  <roland@hack.frob.com>
26506         * elf/rtld-Rules (rtld-compile-command.S): New variable.
26507         (rtld-compile-command.s, rtld-compile-command.c): New variables.
26508         ($(objpfx)rtld-%.os rules): Use them.
26510 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26512         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
26513         fields.
26515 2013-06-17  Roland McGrath  <roland@hack.frob.com>
26517         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
26518         length of target pattern, then descending length of dependency pattern.
26519         * configure.in (AWK): Require gawk 3.1.2 or newer.
26520         * manual/install.texi (Tools for Compilation): Say that we do.
26521         * configure: Regenerated.
26523         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
26524         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
26525         * scripts/sysd-rules.awk: ... this new script.
26526         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
26527         than a glob-style pattern.
26529 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
26531         * math/test-misc.c (main): Do not treat incorrectly rounded
26532         conversions as failure unless ROUNDING_TESTS passes.
26534 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
26536         [BZ #15631]
26537         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
26538         restore exception state around main square root computation, then
26539         check for inexactness explicitly.
26541         * math/libm-test.inc (fma_test_data): Add another test.
26543 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26545         * manual/threads.texi (Non-POSIX Extensions): New document
26546         node.  Document pthread_getattr_default_np and
26547         pthread_setattr_default_np.
26549         * Versions.def (libpthread): Add GLIBC_2.18.
26550         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
26551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
26552         Likewise.
26553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
26554         Likewise.
26555         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
26556         Likewise.
26557         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
26558         Likewise.
26559         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
26560         Likewise.
26561         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
26562         Likewise.
26563         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
26564         Likewise.
26565         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
26566         Likewise.
26567         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
26568         Likewise.
26570 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26572         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26573         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
26575 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26576             H.J. Lu  <hjl.tools@gmail.com>
26578         [BZ #15627]
26579         * sysdeps/x86_64/rtld-memset.c: Remove file.
26580         * sysdeps/x86_64/rtld-memset.S: New file.
26582 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
26584         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
26585         (test_in_one_mode): Take arguments for whether the rounding mode
26586         is supported for each floating-point type.
26587         (do_test): Pass new arguments to test_in_one_mode using
26588         ROUNDING_TESTS.
26590 2013-06-13  Roland McGrath  <roland@hack.frob.com>
26592         * posix/tst-waitid.c (do_test): Distinguish different instances of
26593         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
26594         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
26595         before entering the kernel for waitpid.
26597 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26599         * NEWS: Fix note on clock function precision.  Text by Roland
26600         McGrath.
26602 2013-06-13  Roland McGrath  <roland@hack.frob.com>
26604         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
26605         it into place only when and if the sanity check passes.
26607 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
26609         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
26610         output for whether conversion result is exact.  Take argument
26611         indicating whether type is IBM long double.
26612         (round_for_all): Change need_exact field to ibm_ld.
26613         * stdlib/tst-strtod-round.c (struct exactness): New type.
26614         (struct test): Change bool ld_ok field to struct exactness exact.
26615         (TEST): Update all definitions for change to field.
26616         (tests): Regenerate array contents.
26617         (test_in_one_mode): Take pointer to new field instead of old ld_ok
26618         field value.  Check for IBM long double here.
26619         (do_test): Update calls to test_in_one_mode.
26621 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26623         [BZ #12515]
26624         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
26625         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
26627 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26629         [BZ #15605]
26630         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
26631         generated by the compiler on loop optimizations.
26632         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
26633         general definitions.
26635 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
26637         * math/bug-nextafter.c: Include <math-tests.h>.
26638         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26639         the relevant type.
26640         * math/bug-nexttoward.c: Include <math-tests.h>.
26641         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26642         the relevant type.
26643         * math/test-misc.c: Include <math-tests.h>.
26644         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26645         the relevant type.
26647 2013-06-12  Andreas Jaeger  <aj@suse.de>
26649         * po/ia.po: Update Interlingua translation from translation
26650         project.
26652 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26654         * include/fenv.h: Include stdbool.h.
26655         (struct rm_ctx): New structure.
26656         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
26657         Define macro.
26658         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
26659         (SET_RESTORE_ROUNDF): Likewise.
26660         (SET_RESTORE_ROUNDL): Likewise.
26661         (SET_RESTORE_ROUND_NOEX): Likewise.
26662         (SET_RESTORE_ROUND_NOEXF): Likewise.
26663         (SET_RESTORE_ROUND_NOEXL): Likewise.
26664         (SET_RESTORE_ROUND_53BIT): Likewise.
26665         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
26666         (libc_feresetround_noexf_ctx): Likewise.
26667         (libc_feresetround_noexl_ctx): Likewise.
26668         (libc_feholdsetround_53bit_ctx): Likewise.
26669         (libc_feresetround_53bit_ctx): Likewise.
26670         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
26671         (libc_feholdexcept_setround_sse_ctx): New function.
26672         (libc_fesetenv_sse_ctx): Likewise.
26673         (libc_feupdateenv_sse_ctx): Likewise.
26674         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
26675         (libc_feholdexcept_setround_387_ctx): Likewise.
26676         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
26677         (libc_feholdsetround_387_prec_ctx): Likewise.
26678         (libc_feholdsetround_387_ctx): Likewise.
26679         (libc_feholdsetround_387_53bit_ctx): Likewise.
26680         (libc_feholdsetround_sse_ctx): Likewise.
26681         (libc_feresetround_sse_ctx): Likewise.
26682         (libc_feresetround_387_ctx): Likewise.
26683         (libc_feupdateenv_387_ctx): Likewise.
26684         (libc_feholdexcept_setroundf_ctx): Define macro.
26685         (libc_fesetenvf_ctx): Likewise.
26686         (libc_feupdateenvf_ctx): Likewise.
26687         (libc_feholdsetroundf_ctx): Likewise.
26688         (libc_feresetroundf_ctx): Likewise.
26689         (libc_feholdexcept_setround_ctx): Likewise.
26690         (libc_fesetenv_ctx): Likewise.
26691         (libc_feupdateenv_ctx): Likewise.
26692         (libc_feholdsetround_ctx): Likewise.
26693         (libc_feresetround_ctx): Likewise.
26694         (libc_feholdexcept_setroundl_ctx): Likewise.
26695         (libc_feupdateenvl_ctx): Likewise.
26696         (libc_feholdsetroundl_ctx): Likewise.
26697         (libc_feresetroundl_ctx): Likewise.
26698         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
26699         (libc_feresetround_53bit_ctx): Likewise.
26701 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26703         * locale/iso-639.def: Convert to UTF-8.
26705 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
26707         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
26708         (EXCEPTION_TESTS_double): Likewise.
26709         (EXCEPTION_TESTS_long_double): Likewise.
26710         (EXCEPTION_TESTS): Likewise.
26711         * math/libm-test.inc (test_exceptions): Only test exceptions if
26712         EXCEPTION_TESTS (FLOAT).
26714 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26716         * benchtests/Makefile (string-bench): Add strcpy_chk and
26717         stpcpy_chk.
26718         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
26719         * benchtests/bench-stpcpy_chk.c: New file.
26720         * benchtests/bench-strcpy_chk-ifunc.c: New file.
26721         * benchtests/bench-strcpy_chk.c: New file.
26722         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
26723         code.
26724         (do_test): Likewise.
26726 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26728         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
26729         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
26730         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
26731         with tabs where appropriate.
26732         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
26733         dl-procinfo.h.
26734         [PPC_PLATFORM_PPC440]: Likewise.
26735         [PPC_PLATFORM_PPC464]: Likewise.
26736         [PPC_PLATFORM_PPC476]: Likewise.
26737         (_dl_string_platform): Add support for detecting ppc405, ppc440,
26738         ppc464, and ppc476 platform strings merging from ports/
26739         dl-procinfo.h.
26741 2013-06-11  Andreas Schwab  <schwab@suse.de>
26743         [BZ #14991]
26744         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
26745         (from_ucs4_idx): Regenerate.
26746         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
26747         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
26748         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
26749         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
26750         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
26751         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
26752         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
26753         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
26754         from FROM_LOOP and TO_LOOP specific macros.
26755         (BODY): Handle combining characters.
26756         * iconvdata/BIG5HKSCS.irreversible: Update.
26757         * iconvdata/BIG5HKSCS.precomposed: New file.
26758         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
26759         characters.
26760         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
26762 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26764         * include/sys/time.h: Fix indentation and add copyright header.
26766         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
26767         (do_test): Likewise.
26768         * string/test-memchr.c (do_one_test): Likewise.
26769         (do_test): Likewise.
26770         * string/test-memcmp.c (do_one_test): Likewise.
26771         (do_test): Likewise.
26772         * string/test-memcpy.c (do_one_test): Likewise.
26773         (do_test): Likewise.
26774         * string/test-memmem.c (do_one_test): Likewise.
26775         (do_test): Likewise.
26776         (do_random_tests): Likewise.
26777         * string/test-memmove.c (do_one_test): Likewise.
26778         (do_test): Likewise.
26779         * string/test-memset.c (do_one_test): Likewise.
26780         (do_test): Likewise.
26781         * string/test-rawmemchr.c (do_one_test): Likewise.
26782         (do_test): Likewise.
26783         * string/test-strcasecmp.c (do_one_test): Likewise.
26784         (do_test): Likewise.
26785         * string/test-strcasestr.c (do_one_test): Likewise.
26786         (do_test): Likewise.
26787         * string/test-strcat.c (do_one_test): Likewise.
26788         (do_test): Likewise.
26789         * string/test-strchr.c (do_one_test): Likewise.
26790         (do_test): Likewise.
26791         * string/test-strcmp.c (do_one_test): Likewise.
26792         (do_test): Likewise.
26793         * string/test-strcpy.c (do_one_test): Likewise.
26794         (do_test): Likewise.
26795         * string/test-string.h: Likewise.
26796         (test_init): Likewise.
26797         * string/test-strlen.c (do_one_test): Likewise.
26798         (do_test): Likewise.
26799         * string/test-strncasecmp.c (do_one_test): Likewise.
26800         (do_test): Likewise.
26801         * string/test-strncat.c (do_one_test): Likewise.
26802         (do_test): Likewise.
26803         * string/test-strncmp.c (do_one_test): Likewise.
26804         (do_test_limit): Likewise.
26805         (do_test): Likewise.
26806         * string/test-strncpy.c (do_one_test): Likewise.
26807         (do_test): Likewise.
26808         * string/test-strnlen.c (do_one_test): Likewise.
26809         (do_test): Likewise.
26810         * string/test-strpbrk.c (do_one_test): Likewise.
26811         (do_test): Likewise.
26812         * string/test-strrchr.c (do_one_test): Likewise.
26813         (do_test): Likewise.
26814         * string/test-strspn.c (do_one_test): Likewise.
26815         (do_test): Likewise.
26816         * string/test-strstr.c (do_one_test): Likewise.
26817         (do_test): Likewise.
26819         * benchtests/Makefile (string-bench): Add string benchmarks.
26820         * benchtests/bench-bcopy-ifunc.c: New file.
26821         * benchtests/bench-bcopy.c: New file.
26822         * benchtests/bench-bzero-ifunc.c: New file.
26823         * benchtests/bench-bzero.c: New file.
26824         * benchtests/bench-memccpy-ifunc.c: New file.
26825         * benchtests/bench-memccpy.c: New file.
26826         * benchtests/bench-memchr-ifunc.c: New file.
26827         * benchtests/bench-memchr.c: New file.
26828         * benchtests/bench-memcmp-ifunc.c: New file.
26829         * benchtests/bench-memcmp.c: New file.
26830         * benchtests/bench-memmem-ifunc.c: New file.
26831         * benchtests/bench-memmem.c: New file.
26832         * benchtests/bench-memmove-ifunc.c: New file.
26833         * benchtests/bench-memmove.c: New file.
26834         * benchtests/bench-mempcpy-ifunc.c: New file.
26835         * benchtests/bench-mempcpy.c: New file.
26836         * benchtests/bench-memset-ifunc.c: New file.
26837         * benchtests/bench-memset.c: New file.
26838         * benchtests/bench-rawmemchr-ifunc.c: New file.
26839         * benchtests/bench-rawmemchr.c: New file.
26840         * benchtests/bench-stpcpy-ifunc.c: New file.
26841         * benchtests/bench-stpcpy.c: New file.
26842         * benchtests/bench-stpncpy-ifunc.c: New file.
26843         * benchtests/bench-stpncpy.c: New file.
26844         * benchtests/bench-strcasecmp-ifunc.c: New file.
26845         * benchtests/bench-strcasecmp.c: New file.
26846         * benchtests/bench-strcasestr-ifunc.c: New file.
26847         * benchtests/bench-strcasestr.c: New file.
26848         * benchtests/bench-strcat-ifunc.c: New file.
26849         * benchtests/bench-strcat.c: New file.
26850         * benchtests/bench-strchr-ifunc.c: New file.
26851         * benchtests/bench-strchr.c: New file.
26852         * benchtests/bench-strchrnul-ifunc.c: New file.
26853         * benchtests/bench-strchrnul.c: New file.
26854         * benchtests/bench-strcmp-ifunc.c: New file.
26855         * benchtests/bench-strcmp.c: New file.
26856         * benchtests/bench-strcpy-ifunc.c: New file.
26857         * benchtests/bench-strcpy.c: New file.
26858         * benchtests/bench-strcspn-ifunc.c: New file.
26859         * benchtests/bench-strcspn.c: New file.
26860         * benchtests/bench-strlen-ifunc.c: New file.
26861         * benchtests/bench-strlen.c: New file.
26862         * benchtests/bench-strncasecmp-ifunc.c: New file.
26863         * benchtests/bench-strncasecmp.c: New file.
26864         * benchtests/bench-strncat-ifunc.c: New file.
26865         * benchtests/bench-strncat.c: New file.
26866         * benchtests/bench-strncmp-ifunc.c: New file.
26867         * benchtests/bench-strncmp.c: New file.
26868         * benchtests/bench-strncpy-ifunc.c: New file.
26869         * benchtests/bench-strncpy.c: New file.
26870         * benchtests/bench-strnlen-ifunc.c: New file.
26871         * benchtests/bench-strnlen.c: New file.
26872         * benchtests/bench-strpbrk-ifunc.c: New file.
26873         * benchtests/bench-strpbrk.c: New file.
26874         * benchtests/bench-strrchr-ifunc.c: New file.
26875         * benchtests/bench-strrchr.c: New file.
26876         * benchtests/bench-strspn-ifunc.c: New file.
26877         * benchtests/bench-strspn.c: New file.
26878         * benchtests/bench-strstr-ifunc.c: New file.
26879         * benchtests/bench-strstr.c: New file.
26881         * benchtests/Makefile: Disable parallel execution of targets.
26882         (string-bench): Add memcpy.
26883         (benchset): New variable to store a list of benchmark sets.
26884         (bench-func): Renamed from bench.
26885         (bench-set): New target.
26886         (bench): Depend on bench-func and bench-set.
26887         * benchtests/README: Add section on benchmark sets.
26888         * benchtests/bench-memcpy-ifunc.c: New file.
26889         * benchtests/bench-memcpy.c: New file.
26890         * benchtests/bench-string.h: New file.
26892 2013-06-11  Andreas Schwab  <schwab@suse.de>
26894         [BZ #15577]
26895         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
26896         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
26897         values in the triple.
26898         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
26899         terminator in the group key.
26901 2013-06-11  Andreas Jaeger  <aj@suse.de>
26903         * po/zh_TW.po: Update Chinese (traditional) translation from
26904         translation project.
26906 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26908         * include/time.h (__clock_gettime): Add libc_hidden_proto.
26909         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
26910         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
26911         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
26912         (clock_getcpuclockid): Likewise.
26913         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
26914         Add weak_alias and libc_hidden_def.
26915         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
26916         * rt/clock_gettime.c (clock_gettime): Rename to
26917         __clock_gettime.  Add weak_alias and libc_hidden_def.
26918         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
26919         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
26920         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
26921         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
26922         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
26923         Likewise.
26924         * rt/clock_settime.c (clock_settime): Rename to
26925         __clock_settime.  Add weak_alias and libc_hidden_def.
26926         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
26928 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
26930         * mach/err_boot.sub: Remove trailing whitespace.
26931         * mach/err_ipc.sub: Likewise.
26932         * mach/err_mach.sub: Likewise.
26934         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
26935         (ROUNDING_TESTS_double): Likewise.
26936         (ROUNDING_TESTS_long_double): Likewise.
26937         (ROUNDING_TESTS): Likewise.
26938         * math/libm-test.inc: Include <math-tests.h>.
26939         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
26940         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
26941         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
26942         (IF_ROUND_INIT_FE_UPWARD): Likewise.
26944 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26946         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
26947         of assigning.
26949 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
26951         * sysdeps/gnu/errlist.awk: Do not generate space at end of
26952         otherwise empty TRANS lines.
26953         * sysdeps/gnu/errlist.c: Regenerated.
26955         * catgets/gencat.c (error_print): Use (void) in function
26956         definition.
26957         * crypt/crypt_util.c (__init_des): Likewise.
26958         * crypt/speeds.c (Stop): Likewise.
26959         (main): Likewise.
26960         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
26961         * inet/ruserpass.c (token): Likewise.
26962         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
26963         * intl/localealias.c (extend_alias_table): Likewise.
26964         * intl/plural-exp.c (init_germanic_plural): Likewise.
26965         * libio/fcloseall.c (__fcloseall): Likewise.
26966         * libio/genops.c (_IO_flush_all): Likewise.
26967         (_IO_flush_all_linebuffered): Likewise.
26968         (_IO_cleanup): Likewise.
26969         (_IO_iter_begin): Likewise.
26970         (_IO_iter_end): Likewise.
26971         (_IO_list_lock): Likewise.
26972         (_IO_list_unlock): Likewise.
26973         (_IO_list_resetlock): Likewise.
26974         * libio/getchar.c (getchar): Likewise.
26975         * libio/getchar_u.c (getchar_unlocked): Likewise.
26976         * libio/getwchar.c (getwchar): Likewise.
26977         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
26978         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
26979         * login/getpt.c (__getpt): Likewise.
26980         * login/tst-utmp.c (main): Likewise.
26981         * malloc/hooks.c (__malloc_check_init): Likewise.
26982         * malloc/malloc.c (__malloc_stats): Likewise.
26983         * malloc/mtrace.c (tr_break): Likewise.
26984         (mtrace): Likewise.
26985         (muntrace): Likewise.
26986         * misc/fstab.c (endfsent): Likewise.
26987         * misc/getclktck.c (__getclktck): Likewise.
26988         * misc/getdtsz.c (__getdtablesize): Likewise.
26989         * misc/gethostid.c (gethostid): Likewise.
26990         * misc/getpagesize.c (__getpagesize): Likewise.
26991         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
26992         (__get_nprocs): Likewise.
26993         (__get_phys_pages): Likewise.
26994         (__get_avphys_pages): Likewise.
26995         * misc/getttyent.c (getttyent): Likewise.
26996         (setttyent): Likewise.
26997         (endttyent): Likewise.
26998         * misc/getusershell.c (getusershell): Likewise.
26999         (endusershell): Likewise.
27000         (setusershell): Likewise.
27001         (initshells): Likewise.
27002         * misc/hsearch.c (__hdestroy): Likewise.
27003         * misc/sync.c (sync): Likewise.
27004         * misc/syslog.c (closelog_internal): Likewise.
27005         (closelog): Likewise.
27006         * misc/ttyslot.c (ttyslot): Likewise.
27007         * misc/vhangup.c (vhangup): Likewise.
27008         * posix/fork.c (__fork): Likewise.
27009         * posix/getegid.c (__getegid): Likewise.
27010         * posix/geteuid.c (__geteuid): Likewise.
27011         * posix/getgid.c (__getgid): Likewise.
27012         * posix/getpid.c (__getpid): Likewise.
27013         * posix/getppid.c (__getppid): Likewise.
27014         * posix/getuid.c (__getuid): Likewise.
27015         * posix/pause.c (pause): Likewise.
27016         * posix/setpgrp.c (setpgrp): Likewise.
27017         * posix/setsid.c (__setsid): Likewise.
27018         * posix/test-vfork.c (noop): Likewise.
27019         * resolv/gethnamaddr.c (_endhtent): Likewise.
27020         (_gethtent): Likewise.
27021         (ht_endhostent): Likewise.
27022         (gethostent): Likewise.
27023         (dns_service): Likewise.
27024         * stdlib/drand48.c (drand48): Likewise.
27025         * stdlib/lrand48.c (lrand48): Likewise.
27026         * stdlib/mrand48.c (mrand48): Likewise.
27027         * stdlib/rand.c (rand): Likewise.
27028         * stdlib/random.c (__random): Likewise.
27029         * stdlib/setenv.c (clearenv): Likewise.
27030         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
27031         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
27032         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
27033         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
27034         (__get_nprocs): Likewise.
27035         (__get_phys_pages): Likewise.
27036         (__get_avphys_pages): Likewise.
27037         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
27038         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
27039         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
27040         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
27041         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
27042         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
27043         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
27044         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
27045         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
27046         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
27047         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
27048         * sysdeps/mach/hurd/sync.c (sync): Likewise.
27049         * sysdeps/posix/clock.c (clock): Likewise.
27050         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
27051         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
27052         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
27053         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
27054         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
27055         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
27056         (__get_nprocs_conf): Likewise.
27057         (__get_phys_pages): Likewise.
27058         (__get_avphys_pages): Likewise.
27059         * time/clock.c (clock): Likewise.
27060         * time/tzset.c (__tzname_max): Likewise.
27062 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
27064         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
27065         (__bswap_32): Do not use "register".
27066         * crypt/crypt.c (_ufc_doit_r): Likewise.
27067         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
27068         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
27069         * gmon/gmon.c (__monstartup): Likewise.
27070         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
27071         * hurd/hurdmalloc.c (more_memory): Likewise.
27072         (malloc): Likewise.
27073         (free): Likewise.
27074         (realloc): Likewise.
27075         (malloc_fork_prepare): Likewise.
27076         (malloc_fork_parent): Likewise.
27077         (malloc_fork_child): Likewise.
27078         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
27079         (_svcauth_des): Likewise.
27080         * inet/inet_lnaof.c (inet_lnaof): Likewise.
27081         * inet/inet_net.c (inet_network): Likewise.
27082         * inet/inet_netof.c (inet_netof): Likewise.
27083         * inet/rcmd.c (__validuser2_sa): Likewise.
27084         * io/fts.c (fts_open): Likewise.
27085         (fts_load): Likewise.
27086         (fts_close): Likewise.
27087         (fts_read): Likewise.
27088         (fts_children): Likewise.
27089         (fts_build): Likewise.
27090         (fts_stat): Likewise.
27091         (fts_sort): Likewise.
27092         (fts_alloc): Likewise.
27093         (fts_lfree): Likewise.
27094         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
27095         (_IO_file_xsgetn): Likewise.
27096         (_IO_file_xsgetn_mmap): Likewise.
27097         * libio/iofopncook.c (_IO_cookie_read): Likewise.
27098         (_IO_cookie_write): Likewise.
27099         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
27100         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
27101         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
27102         * malloc/obstack.c (_obstack_begin): Likewise.
27103         (_obstack_begin_1): Likewise.
27104         (_obstack_newchunk): Likewise.
27105         (_obstack_allocated_p): Likewise.
27106         (obstack_free): Likewise.
27107         (_obstack_memory_used): Likewise.
27108         * misc/getttyent.c (getttynam): Likewise.
27109         (getttyent): Likewise.
27110         (skip): Likewise.
27111         (value): Likewise.
27112         * misc/getusershell.c (initshells): Likewise.
27113         * misc/syslog.c (__vsyslog_chk): Likewise.
27114         * misc/ttyslot.c (ttyslot): Likewise.
27115         * nis/nis_hash.c (__nis_hash): Likewise.
27116         * posix/fnmatch_loop.c (FCT): Likewise.
27117         * posix/getconf.c (print_all): Likewise.
27118         (main): Likewise.
27119         * posix/getopt.c (exchange): Likewise.
27120         * posix/glob.c (globfree): Likewise.
27121         (prefix_array): Likewise.
27122         (__glob_pattern_type): Likewise.
27123         * resolv/arpa/nameser.h (NS_GET16): Likewise.
27124         (NS_GET32): Likewise.
27125         (NS_PUT16): Likewise.
27126         (NS_PUT32): Likewise.
27127         * resolv/gethnamaddr.c (getanswer): Likewise.
27128         (gethostbyname2): Likewise.
27129         (gethostbyaddr): Likewise.
27130         (_gethtent): Likewise.
27131         (_gethtbyname2): Likewise.
27132         (_gethtbyaddr): Likewise.
27133         * resolv/ns_print.c (dst_s_get_int16): Likewise.
27134         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
27135         * resolv/res_init.c (__res_vinit): Likewise.
27136         (net_mask): Likewise.
27137         * resolv/res_mkquery.c (outchar): Likewise.
27138         (PRINT): Likewise.
27139         * stdio-common/printf_fp.c (outchar): Likewise.
27140         (PRINT): Likewise.
27141         * stdio-common/printf_fphex.c (outchar): Likewise.
27142         (PRINT): Likewise.
27143         * stdio-common/printf_size.c (outchar): Likewise.
27144         (PRINT): Likewise.
27145         * stdio-common/test_rdwr.c (main): Likewise.
27146         * stdio-common/tfformat.c (matches): Likewise.
27147         * stdio-common/vfprintf.c (outchar): Likewise.
27148         (printf_unknown): Likewise.
27149         (buffered_vfprintf): Likewise.
27150         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
27151         * stdio-common/xbug.c (AppendToBuffer): Likewise.
27152         (ReadFile): Likewise.
27153         * stdlib/qsort.c (SWAP): Likewise.
27154         (_quicksort): Likewise.
27155         * stdlib/setenv.c (__add_to_environ): Likewise.
27156         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
27157         * stdlib/strtol_l.c (__strtol_l): Likewise.
27158         * stdlib/tst-strtod.c (main): Likewise.
27159         * stdlib/tst-strtol.c (main): Likewise.
27160         * stdlib/tst-strtoll.c (main): Likewise.
27161         * string/bits/string2.h (__strcmp_cc): Likewise.
27162         (__strcmp_cg): Likewise.
27163         (__strcspn_c1): Likewise.
27164         (__strcspn_c2): Likewise.
27165         (__strcspn_c3): Likewise.
27166         (__strspn_c1): Likewise.
27167         (__strspn_c2): Likewise.
27168         (__strspn_c3): Likewise.
27169         (__strsep_1c): Likewise.
27170         (__strsep_2c): Likewise.
27171         (__strsep_3c): Likewise.
27172         * string/memccpy.c (__memccpy): Likewise.
27173         * string/stpcpy.c (__stpcpy): Likewise.
27174         * string/strcmp.c (strcmp): Likewise.
27175         * string/strrchr.c (strrchr): Likewise.
27176         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
27177         Likewise.
27178         * sysdeps/mach/hurd/getcwd.c
27179         (_hurd_canonicalize_directory_name_internal): Likewise.
27180         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
27181         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
27182         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
27183         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
27184         Likewise, in both definitions.
27185         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
27186         definitions.
27187         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
27188         64] (__bswap_64): Likewise.
27189         * time/test_time.c (main): Likewise.
27190         * time/tzfile.c (__tzfile_read): Likewise.
27191         (__tzfile_compute): Likewise.
27192         * time/tzset.c (__tzset_parse_tz): Likewise.
27193         (tzset_internal): Likewise.
27194         (compute_change): Likewise.
27195         * wcsmbs/wcscat.c (__wcscat): Likewise.
27196         * wcsmbs/wcschr.c (wcschr): Likewise.
27197         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
27198         * wcsmbs/wcscspn.c (wcscspn): Likewise.
27199         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
27200         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
27201         * wcsmbs/wcsspn.c (wcsspn): Likewise.
27202         * wcsmbs/wcsstr.c (wcsstr): Likewise.
27203         * wcsmbs/wmemchr.c (wmemchr): Likewise.
27204         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
27205         * wcsmbs/wmemset.c (wmemset): Likewise.
27207 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
27209         * scripts/config.guess: Update to version 2013-05-16.
27210         * scripts/config.sub: Update to version 2013-04-24.
27211         * scripts/install-sh: Update to version 2011-11-20.07.
27212         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
27213         * scripts/move-if-change: Update to version 2012-01-06 07:23.
27215 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
27217         * debug/fgetws_u_chk.c: Fix leading whitespaces.
27218         * elf/sln.c: Likewise.
27219         * hurd/hurd/ioctl.h: Likewise.
27220         * hurd/hurdmalloc.c: Likewise.
27221         * hurd/xattr.c: Likewise.
27222         * include/shlib-compat.h: Likewise.
27223         * inet/ruserpass.c: Likewise.
27224         * libio/iofgets_u.c: Likewise.
27225         * libio/iofgetws_u.c: Likewise.
27226         * locale/programs/ld-identification.c: Likewise.
27227         * locale/programs/ld-time.c: Likewise.
27228         * mach/msg-destroy.c: Likewise.
27229         * nss/nss_files/files-netgrp.c: Likewise.
27230         * resolv/res_data.c: Likewise.
27231         * soft-fp/op-1.h: Likewise.
27232         * soft-fp/op-2.h: Likewise.
27233         * soft-fp/op-4.h: Likewise.
27234         * soft-fp/op-common.h: Likewise.
27235         * stdio-common/printf_fphex.c: Likewise.
27236         * stdlib/strtod_l.c: Likewise.
27237         * sunrpc/rpc/clnt.h: Likewise.
27238         * sysdeps/generic/framestate.c: Likewise.
27239         * sysdeps/i386/bsd-_setjmp.S: Likewise.
27240         * sysdeps/i386/bsd-setjmp.S: Likewise.
27241         * sysdeps/i386/__longjmp.S: Likewise.
27242         * sysdeps/i386/setjmp.S: Likewise.
27243         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
27244         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
27245         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27246         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
27247         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
27248         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
27249         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
27250         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
27251         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
27252         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27253         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
27254         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
27255         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
27256         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
27257         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
27258         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
27259         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
27260         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
27261         * sysdeps/ieee754/support.c: Likewise.
27262         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27263         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
27264         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
27265         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
27266         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
27267         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
27268         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
27269         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
27270         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
27271         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
27272         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
27273         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
27274         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
27275         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
27276         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
27277         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
27278         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
27279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
27281 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
27283         * posix/transbug.c: Remove executable mode.
27285 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
27287         * crypt/speeds.c: Remove trailing whitespace.
27288         * dlfcn/default.c: Likewise.
27289         * elf/ifuncdep2.c: Likewise.
27290         * elf/ifuncmain1.c: Likewise.
27291         * elf/ifuncmain1vis.c: Likewise.
27292         * elf/testobj.h: Likewise.
27293         * elf/tst-stackguard1.c: Likewise.
27294         * gmon/sys/gmon.h: Likewise.
27295         * hurd/hurdmsg.c: Likewise.
27296         * hurd/new-fd.c: Likewise.
27297         * hurd/ports-get.c: Likewise.
27298         * iconvdata/ibm1008_420.c: Likewise.
27299         * inet/tst-getni1.c: Likewise.
27300         * inet/tst-getni2.c: Likewise.
27301         * libio/ioungetc.c: Likewise.
27302         * libio/wfiledoalloc.c: Likewise.
27303         * manual/libm-err-tab.pl: Likewise.
27304         * math/w_dremf.c: Likewise.
27305         * misc/ftruncate.c: Likewise.
27306         * posix/bug-glob2.c: Likewise.
27307         * posix/tst-pcre.c: Likewise.
27308         * posix/wait4.c: Likewise.
27309         * resolv/README: Likewise.
27310         * resolv/res_debug.h: Likewise.
27311         * resolv/tst-inet_ntop.c: Likewise.
27312         * setjmp/bug269-setjmp.c: Likewise.
27313         * soft-fp/extended.h: Likewise.
27314         * soft-fp/op-1.h: Likewise.
27315         * soft-fp/op-2.h: Likewise.
27316         * soft-fp/op-4.h: Likewise.
27317         * soft-fp/op-8.h: Likewise.
27318         * soft-fp/testit.c: Likewise.
27319         * stdio-common/bug16.c: Likewise.
27320         * stdlib/random.c: Likewise.
27321         * sunrpc/rpcsvc/rquota.x: Likewise.
27322         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
27323         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
27324         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27325         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
27326         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
27327         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
27328         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
27329         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
27330         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
27331         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
27332         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
27333         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
27334         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
27335         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
27336         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
27337         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
27338         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
27339         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
27340         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
27341         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
27342         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
27343         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
27344         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
27345         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
27346         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
27347         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
27348         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27349         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
27350         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
27351         * sysdeps/ieee754/s_lib_version.c: Likewise.
27352         * sysdeps/mach/hurd/check_fds.c: Likewise.
27353         * sysdeps/mach/hurd/getsockname.c: Likewise.
27354         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
27355         * sysdeps/mach/hurd/recvfrom.c: Likewise.
27356         * sysdeps/powerpc/bits/link.h: Likewise.
27357         * sysdeps/powerpc/dl-procinfo.c: Likewise.
27358         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
27359         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
27360         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
27361         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27362         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
27363         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
27364         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27365         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
27366         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
27367         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
27368         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
27369         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
27370         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
27371         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
27372         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
27373         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
27374         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
27375         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
27376         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27377         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27378         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
27379         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27380         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
27381         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
27382         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
27383         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
27384         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27385         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27386         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
27387         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
27388         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
27389         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27390         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
27391         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
27392         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27393         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
27394         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
27395         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
27396         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
27397         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
27398         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
27399         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
27400         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
27401         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
27402         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
27403         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
27404         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
27405         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
27406         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
27407         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
27408         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
27409         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27410         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27411         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
27412         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
27413         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
27414         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27415         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
27416         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
27417         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
27418         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
27419         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
27420         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27421         * sysdeps/powerpc/sysdep.h: Likewise.
27422         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
27423         * sysdeps/s390/s390-64/sub_n.S: Likewise.
27424         * sysdeps/sh/dl-trampoline.S: Likewise.
27425         * sysdeps/sh/memset.S: Likewise.
27426         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
27427         * sysdeps/sh/strlen.S: Likewise.
27428         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
27429         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
27430         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
27431         * sysdeps/sparc/sparc32/rem.S: Likewise.
27432         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
27433         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
27434         * sysdeps/sparc/sparc32/strchr.S: Likewise.
27435         * sysdeps/sparc/sparc32/udiv.S: Likewise.
27436         * sysdeps/sparc/sparc32/urem.S: Likewise.
27437         * sysdeps/sparc/sparc64/add_n.S: Likewise.
27438         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
27439         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
27440         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
27441         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
27442         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
27443         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
27444         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
27445         * sysdeps/unix/bsd/times.c: Likewise.
27446         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
27447         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
27448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
27449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
27450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
27451         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
27452         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
27453         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
27454         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
27455         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
27456         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
27457         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27458         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
27459         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
27460         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27461         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
27462         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27463         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
27464         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
27465         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
27466         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
27467         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
27468         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
27469         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
27470         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
27471         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
27472         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
27473         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
27474         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
27475         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
27476         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
27477         * sysdeps/x86_64/strcspn.S: Likewise.
27479 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27481         * locale/C-translit.h: Revert #include <stdint.h> because this is a
27482         generated file.  Regenerate properly from gen-translit.pl.
27483         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
27484         locale/C-translit.h.
27486 2013-06-05  Andreas Schwab  <schwab@suse.de>
27488         [BZ #15100]
27489         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
27490         week as 6 instead of -1.
27491         * time/tst-strptime.c (day_tests): Add test case.
27493 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
27495         * sysdeps/generic/math_private.h
27496         (libc_feholdexcept_setround_53bit): Replace with
27497         libc_feholdsetround_53bit.
27498         (libc_feupdateenv_53bit): Replace with
27499         libc_feresetround_53bit.
27500         (SET_RESTORE_ROUND_53BIT): Adjust.
27502 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
27504         * string/test-strchrnul.c: Add copyright header.
27506         * posix/tst-getaddrinfo4.c: Increase test timeout.
27508 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
27510         [BZ #15536]
27511         * math/libm-test.inc (MAX_EXP): Remove
27512         (MIN_EXP): Define.
27513         (ulp): Use MIN_EXP - MANT_DIG.
27514         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
27516 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
27518         * po/be.po: Revert last change.
27519         * po/zh_CN.po: Likewise.
27520         * po/header.pot: Likewise.
27522 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
27524         * Makefile ($(common-objpfx)linkobj/libc.so): Define
27525         link-libc-deps to empty as target-specific variable.
27526         * Makerules (link-libc-args): New variable.
27527         (libc-for-link): Likewise.
27528         (link-libc-deps): Likewise.
27529         (lib%.so): Depend on $(link-libc-deps).  Link with
27530         $(link-libc-args).
27531         (build-module): Link with $(link-libc-args).
27532         (build-module-asneeded): Likewise.
27533         (build-module-helper-objlist): Filter out $(link-libc-deps) from
27534         list of objects.
27535         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
27536         target-specific variable.
27537         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
27538         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
27539         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
27540         libc.
27541         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
27542         libc and ld.so.
27543         ($(objpfx)libpcprofile.so): Likewise.
27544         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
27545         libc_nonshared.a.
27546         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
27547         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
27548         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
27549         $(link-libc-deps).
27550         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
27551         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
27552         * login/Makefile ($(objpfx)libutil.so): Likewise.
27553         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
27554         * math/Makefile ($(objpfx)libm.so): Likewise.
27555         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
27556         $(objpfx)libnsl.so): Define libc-for-link as target-specific
27557         variable instead of depending directly on libc.
27558         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
27559         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
27560         $(link-libc-deps).
27561         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
27562         libc.
27563         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
27564         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
27565         ($(objpfx)libanl.so): Likewise.
27566         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
27567         ld.so.
27568         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
27569         $(link-libc-deps).
27570         * sysdeps/i386/fpu/Makefile: Remove file.
27571         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
27572         ($(objpfx)libm.so): Remove dependency on ld.so.
27574 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
27576         [BZ # 15553]
27577         * nis/yp_xdr.c (XDRMAXNAME): Define.
27578         (XDRMAXRECORD): Define.
27579         (xdr_domainname): Use XDRMAXNAME.
27580         (xdr_mapname): Likewise.
27581         (xdr_peername): Likewise.
27582         (xdr_keydat): Use XDRMAXRECORD.
27583         (xdr_valdat): Likewise.
27585 2013-05-30  Jeff Law  <law@redhat.com>
27587         [BZ #14256]
27588         * manual/errno.texi (ESTALE): Update to account for more than
27589         just NFS file systems.
27590         * sysdeps/gnu/errlist.c: Regenerated.
27592 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27594         [BZ #15465]
27595         * elf/Makefile (tests): Add tst-null-argv.
27596         (modules-names):  Add tst-null-argv-lib.
27597         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
27598         (tst-null-argv-ENV): Set environment for tst-null-argv.
27599         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
27600         (RTLD_PROGNAME): New macro.
27601         * elf/tst-null-argv.c: New test case.
27602         * elf/tst-null-argv-lib.c: Library for test case.
27603         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
27604         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
27605         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
27606         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
27607         * elf/dl-init.c (call_init): Likewise.
27608         (_dl_init): Likewise.
27609         * elf/dl-load.c (print_search_path): Likewise.
27610         (_dl_map_object): Likewise.
27611         * elf/dl-lookup.c (do_lookup_x): Likewise.
27612         (add_dependency): Likewise.
27613         (_dl_lookup_symbol_x): Likewise.
27614         (_dl_debug_bindings): Likewise.
27615         * elf/dl-open.c (_dl_show_scope): Likewise.
27616         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
27617         * elf/dl-version.c (match_symbol): Likewise.
27618         (_dl_check_map_versions): Likewise.
27619         * elf/rtld.c (dl_main): Likewise.
27620         (print_unresolved): Use RTLD_PROGNAME.
27621         (print_missing_version): Likewise.
27622         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
27623         (elf_machine_rela): Likewise.
27624         * sysdeps/powerpc/powerpc32/dl-machine.c
27625         (__process_machine_rela): Likewise.
27626         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
27627         Likewise.
27628         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
27629         Likewise.
27630         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
27631         Likewise.
27632         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
27633         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
27634         Likewise.
27635         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
27636         Likewise.
27637         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
27639 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
27641         * po/be.po: Add descriptive title.
27642         * po/zh_CN.po: Likewise.
27643         * po/header.pot: Likewise.
27645 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
27647         * locale/programs/locarchive.c (create_archive): Inlucde fname in
27648         error message.
27649         (enlarge_archive): Likewise.
27651 2013-05-28  Ben North  <ben@redfrontdoor.org>
27653         * manual/arith.texi (frexp): It is the magnitude of the return
27654         value which lies in [0.5, 1), not the return value itself.
27656 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27658         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27660 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
27662         * stdio-common/bug26.c (main): Correct fscanf template.
27664         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
27665         declare _dl_skip_args.
27667         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
27668         Don't declare.
27670         * manual/platform.texi: Add missing @end deftypefun.
27672 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
27674         [BZ #15529]
27675         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
27676         bit of mantissa of 2^16382.
27677         * math/libm-test.inc (hypot_test_data): Add more tests.
27679         * math/libm-test.inc: Add drem and pow10 to list of tested
27680         functions.
27681         (pow10_test): New function.
27682         (drem_test): Likewise.
27683         (drem_test_tonearest): Likewise.
27684         (drem_test_towardzero): Likewise.
27685         (drem_test_downward): Likewise.
27686         (drem_test_upward): Likewise.
27687         (main): Call the new functions.
27689         * math/libm-test.inc (finite_test_data): Remove.
27690         (finite_test): Run tests from isfinite_test_data.
27691         (gamma_test_data): Remove.
27692         (gamma_test): Run tests from lgamma_test_data.
27693         * sysdeps/i386/fpu/libm-test-ulps: Update.
27694         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27696 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27698         * manual/platform.texi: Add PowerPC PPR function set documentation.
27699         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
27700         implementation.
27702 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
27704         * math/libm-test.inc (MAX_EXP): Define.
27705         (ULPDIFF): Define.
27706         (ulp): New function.
27707         (check_float_internal): Use ULPDIFF.
27708         (cpow_test): Disable failing test.
27709         (check_ulp): Test ulp() implemetnation.
27710         (main): Call check_ulp before starting tests.
27712 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
27714         * math/gen-libm-test.pl (generate_testfile): Do not handle
27715         START_DATA and END_DATA.
27716         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
27717         END_DATA.
27718         (acos_tonearest_test_data): Likewise.
27719         (acos_towardzero_test_data): Likewise.
27720         (acos_downward_test_data): Likewise.
27721         (acos_upward_test_data): Likewise.
27722         (acosh_test_data): Likewise.
27723         (asin_test_data): Likewise.
27724         (asin_tonearest_test_data): Likewise.
27725         (asin_towardzero_test_data): Likewise.
27726         (asin_downward_test_data): Likewise.
27727         (asin_upward_test_data): Likewise.
27728         (asinh_test_data): Likewise.
27729         (atan_test_data): Likewise.
27730         (atanh_test_data): Likewise.
27731         (atan2_test_data): Likewise.
27732         (cabs_test_data): Likewise.
27733         (cacos_test_data): Likewise.
27734         (cacosh_test_data): Likewise.
27735         (carg_test_data): Likewise.
27736         (casin_test_data): Likewise.
27737         (casinh_test_data): Likewise.
27738         (catan_test_data): Likewise.
27739         (catanh_test_data): Likewise.
27740         (cbrt_test_data): Likewise.
27741         (ccos_test_data): Likewise.
27742         (ccosh_test_data): Likewise.
27743         (ceil_test_data): Likewise.
27744         (cexp_test_data): Likewise.
27745         (cimag_test_data): Likewise.
27746         (clog_test_data): Likewise.
27747         (clog10_test_data): Likewise.
27748         (conj_test_data): Likewise.
27749         (copysign_test_data): Likewise.
27750         (cos_test_data): Likewise.
27751         (cos_tonearest_test_data): Likewise.
27752         (cos_towardzero_test_data): Likewise.
27753         (cos_downward_test_data): Likewise.
27754         (cos_upward_test_data): Likewise.
27755         (cosh_test_data): Likewise.
27756         (cosh_tonearest_test_data): Likewise.
27757         (cosh_towardzero_test_data): Likewise.
27758         (cosh_downward_test_data): Likewise.
27759         (cosh_upward_test_data): Likewise.
27760         (cpow_test_data): Likewise.
27761         (cproj_test_data): Likewise.
27762         (creal_test_data): Likewise.
27763         (csin_test_data): Likewise.
27764         (csinh_test_data): Likewise.
27765         (csqrt_test_data): Likewise.
27766         (ctan_test_data): Likewise.
27767         (ctan_tonearest_test_data): Likewise.
27768         (ctan_towardzero_test_data): Likewise.
27769         (ctan_downward_test_data): Likewise.
27770         (ctan_upward_test_data): Likewise.
27771         (ctanh_test_data): Likewise.
27772         (ctanh_tonearest_test_data): Likewise.
27773         (ctanh_towardzero_test_data): Likewise.
27774         (ctanh_downward_test_data): Likewise.
27775         (ctanh_upward_test_data): Likewise.
27776         (erf_test_data): Likewise.
27777         (erfc_test_data): Likewise.
27778         (exp_test_data): Likewise.
27779         (exp_tonearest_test_data): Likewise.
27780         (exp_towardzero_test_data): Likewise.
27781         (exp_downward_test_data): Likewise.
27782         (exp_upward_test_data): Likewise.
27783         (exp10_test_data): Likewise.
27784         (exp2_test_data): Likewise.
27785         (expm1_test_data): Likewise.
27786         (fabs_test_data): Likewise.
27787         (fdim_test_data): Likewise.
27788         (finite_test_data): Likewise.
27789         (floor_test_data): Likewise.
27790         (fma_test_data): Likewise.
27791         (fma_towardzero_test_data): Likewise.
27792         (fma_downward_test_data): Likewise.
27793         (fma_upward_test_data): Likewise.
27794         (fmax_test_data): Likewise.
27795         (fmin_test_data): Likewise.
27796         (fmod_test_data): Likewise.
27797         (fpclassify_test_data): Likewise.
27798         (frexp_test_data): Likewise.
27799         (gamma_test_data): Likewise.
27800         (hypot_test_data): Likewise.
27801         (ilogb_test_data): Likewise.
27802         (isfinite_test_data): Likewise.
27803         (isgreater_test_data): Likewise.
27804         (isgreaterequal_test_data): Likewise.
27805         (isinf_test_data): Likewise.
27806         (isless_test_data): Likewise.
27807         (islessequal_test_data): Likewise.
27808         (islessgreater_test_data): Likewise.
27809         (isnan_test_data): Likewise.
27810         (isnormal_test_data): Likewise.
27811         (issignaling_test_data): Likewise.
27812         (isunordered_test_data): Likewise.
27813         (j0_test_data): Likewise.
27814         (j1_test_data): Likewise.
27815         (jn_test_data): Likewise.
27816         (ldexp_test_data): Likewise.
27817         (lgamma_test_data): Likewise.
27818         (lrint_test_data): Likewise.
27819         (lrint_tonearest_test_data): Likewise.
27820         (lrint_towardzero_test_data): Likewise.
27821         (lrint_downward_test_data): Likewise.
27822         (lrint_upward_test_data): Likewise.
27823         (llrint_test_data): Likewise.
27824         (llrint_tonearest_test_data): Likewise.
27825         (llrint_towardzero_test_data): Likewise.
27826         (llrint_downward_test_data): Likewise.
27827         (llrint_upward_test_data): Likewise.
27828         (log_test_data): Likewise.
27829         (log10_test_data): Likewise.
27830         (log1p_test_data): Likewise.
27831         (log2_test_data): Likewise.
27832         (logb_test_data): Likewise.
27833         (logb_downward_test_data): Likewise.
27834         (lround_test_data): Likewise.
27835         (llround_test_data): Likewise.
27836         (modf_test_data): Likewise.
27837         (nearbyint_test_data): Likewise.
27838         (nextafter_test_data): Likewise.
27839         (nexttoward_test_data): Likewise.
27840         (pow_test_data): Likewise.
27841         (pow_tonearest_test_data): Likewise.
27842         (pow_towardzero_test_data): Likewise.
27843         (pow_downward_test_data): Likewise.
27844         (pow_upward_test_data): Likewise.
27845         (remainder_test_data): Likewise.
27846         (remainder_tonearest_test_data): Likewise.
27847         (remainder_towardzero_test_data): Likewise.
27848         (remainder_downward_test_data): Likewise.
27849         (remainder_upward_test_data): Likewise.
27850         (remquo_test_data): Likewise.
27851         (rint_test_data): Likewise.
27852         (rint_tonearest_test_data): Likewise.
27853         (rint_towardzero_test_data): Likewise.
27854         (rint_downward_test_data): Likewise.
27855         (rint_upward_test_data): Likewise.
27856         (round_test_data): Likewise.
27857         (scalb_test_data): Likewise.
27858         (scalbn_test_data): Likewise.
27859         (scalbln_test_data): Likewise.
27860         (signbit_test_data): Likewise.
27861         (sin_test_data): Likewise.
27862         (sin_tonearest_test_data): Likewise.
27863         (sin_towardzero_test_data): Likewise.
27864         (sin_downward_test_data): Likewise.
27865         (sin_upward_test_data): Likewise.
27866         (sincos_test_data): Likewise.
27867         (sinh_test_data): Likewise.
27868         (sinh_tonearest_test_data): Likewise.
27869         (sinh_towardzero_test_data): Likewise.
27870         (sinh_downward_test_data): Likewise.
27871         (sinh_upward_test_data): Likewise.
27872         (sqrt_test_data): Likewise.
27873         (tan_test_data): Likewise.
27874         (tan_tonearest_test_data): Likewise.
27875         (tan_towardzero_test_data): Likewise.
27876         (tan_downward_test_data): Likewise.
27877         (tan_upward_test_data): Likewise.
27878         (tanh_test_data): Likewise.
27879         (tgamma_test_data): Likewise.
27880         (trunc_test_data): Likewise.
27881         (y0_test_data): Likewise.
27882         (y1_test_data): Likewise.
27883         (yn_test_data): Likewise.
27884         (significand_test_data): Likewise.
27886         * math/gen-libm-test.pl (@functions): Remove variable.
27887         (generate_testfile): Don't handle START and END lines.
27888         * math/libm-test.inc (START): New macro.
27889         (END): Likewise.
27890         (END_COMPLEX): Likewise.
27891         (acos_test): Use END macro without arguments.
27892         (acos_test_tonearest): Likewise.
27893         (acos_test_towardzero): Likewise.
27894         (acos_test_downward): Likewise.
27895         (acos_test_upward): Likewise.
27896         (acosh_test): Likewise.
27897         (asin_test): Likewise.
27898         (asin_test_tonearest): Likewise.
27899         (asin_test_towardzero): Likewise.
27900         (asin_test_downward): Likewise.
27901         (asin_test_upward): Likewise.
27902         (asinh_test): Likewise.
27903         (atan_test): Likewise.
27904         (atanh_test): Likewise.
27905         (atan2_test): Likewise.
27906         (cabs_test): Likewise.
27907         (cacos_test): Use END_COMPLEX macro without arguments.
27908         (cacosh_test): Likewise.
27909         (carg_test): Use END macro without arguments.
27910         (casin_test): Use END_COMPLEX macro without arguments.
27911         (casinh_test): Likewise.
27912         (catan_test): Likewise.
27913         (catanh_test): Likewise.
27914         (cbrt_test): Use END macro without arguments.
27915         (ccos_test): Use END_COMPLEX macro without arguments.
27916         (ccosh_test): Likewise.
27917         (ceil_test): Use END macro without arguments.
27918         (cexp_test): Use END_COMPLEX macro without arguments.
27919         (cimag_test): Use END macro without arguments.
27920         (clog_test): Use END_COMPLEX macro without arguments.
27921         (clog10_test): Likewise.
27922         (conj_test): Likewise.
27923         (copysign_test): Use END macro without arguments.
27924         (cos_test): Likewise.
27925         (cos_test_tonearest): Likewise.
27926         (cos_test_towardzero): Likewise.
27927         (cos_test_downward): Likewise.
27928         (cos_test_upward): Likewise.
27929         (cosh_test): Likewise.
27930         (cosh_test_tonearest): Likewise.
27931         (cosh_test_towardzero): Likewise.
27932         (cosh_test_downward): Likewise.
27933         (cosh_test_upward): Likewise.
27934         (cpow_test): Use END_COMPLEX macro without arguments.
27935         (cproj_test): Likewise.
27936         (creal_test): Use END macro without arguments.
27937         (csin_test): Use END_COMPLEX macro without arguments.
27938         (csinh_test): Likewise.
27939         (csqrt_test): Likewise.
27940         (ctan_test): Likewise.
27941         (ctan_test_tonearest): Likewise.
27942         (ctan_test_towardzero): Likewise.
27943         (ctan_test_downward): Likewise.
27944         (ctan_test_upward): Likewise.
27945         (ctanh_test): Likewise.
27946         (ctanh_test_tonearest): Likewise.
27947         (ctanh_test_towardzero): Likewise.
27948         (ctanh_test_downward): Likewise.
27949         (ctanh_test_upward): Likewise.
27950         (erf_test): Use END macro without arguments.
27951         (erfc_test): Likewise.
27952         (exp_test): Likewise.
27953         (exp_test_tonearest): Likewise.
27954         (exp_test_towardzero): Likewise.
27955         (exp_test_downward): Likewise.
27956         (exp_test_upward): Likewise.
27957         (exp10_test): Likewise.
27958         (exp2_test): Likewise.
27959         (expm1_test): Likewise.
27960         (fabs_test): Likewise.
27961         (fdim_test): Likewise.
27962         (finite_test): Likewise.
27963         (floor_test): Likewise.
27964         (fma_test): Likewise.
27965         (fma_test_towardzero): Likewise.
27966         (fma_test_downward): Likewise.
27967         (fma_test_upward): Likewise.
27968         (fmax_test): Likewise.
27969         (fmin_test): Likewise.
27970         (fmod_test): Likewise.
27971         (fpclassify_test): Likewise.
27972         (frexp_test): Likewise.
27973         (gamma_test): Likewise.
27974         (hypot_test): Likewise.
27975         (ilogb_test): Likewise.
27976         (isfinite_test): Likewise.
27977         (isgreater_test): Likewise.
27978         (isgreaterequal_test): Likewise.
27979         (isinf_test): Likewise.
27980         (isless_test): Likewise.
27981         (islessequal_test): Likewise.
27982         (islessgreater_test): Likewise.
27983         (isnan_test): Likewise.
27984         (isnormal_test): Likewise.
27985         (issignaling_test): Likewise.
27986         (isunordered_test): Likewise.
27987         (j0_test): Likewise.
27988         (j1_test): Likewise.
27989         (jn_test): Likewise.
27990         (ldexp_test): Likewise.
27991         (lgamma_test): Likewise.
27992         (lrint_test): Likewise.
27993         (lrint_test_tonearest): Likewise.
27994         (lrint_test_towardzero): Likewise.
27995         (lrint_test_downward): Likewise.
27996         (lrint_test_upward): Likewise.
27997         (llrint_test): Likewise.
27998         (llrint_test_tonearest): Likewise.
27999         (llrint_test_towardzero): Likewise.
28000         (llrint_test_downward): Likewise.
28001         (llrint_test_upward): Likewise.
28002         (log_test): Likewise.
28003         (log10_test): Likewise.
28004         (log1p_test): Likewise.
28005         (log2_test): Likewise.
28006         (logb_test): Likewise.
28007         (logb_test_downward): Likewise.
28008         (lround_test): Likewise.
28009         (llround_test): Likewise.
28010         (modf_test): Likewise.
28011         (nearbyint_test): Likewise.
28012         (nextafter_test): Likewise.
28013         (nexttoward_test): Likewise.
28014         (pow_test): Likewise.
28015         (pow_test_tonearest): Likewise.
28016         (pow_test_towardzero): Likewise.
28017         (pow_test_downward): Likewise.
28018         (pow_test_upward): Likewise.
28019         (remainder_test): Likewise.
28020         (remainder_test_tonearest): Likewise.
28021         (remainder_test_towardzero): Likewise.
28022         (remainder_test_downward): Likewise.
28023         (remainder_test_upward): Likewise.
28024         (remquo_test): Likewise.
28025         (rint_test): Likewise.
28026         (rint_test_tonearest): Likewise.
28027         (rint_test_towardzero): Likewise.
28028         (rint_test_downward): Likewise.
28029         (rint_test_upward): Likewise.
28030         (round_test): Likewise.
28031         (scalb_test): Likewise.
28032         (scalbn_test): Likewise.
28033         (scalbln_test): Likewise.
28034         (signbit_test): Likewise.
28035         (sin_test): Likewise.
28036         (sin_test_tonearest): Likewise.
28037         (sin_test_towardzero): Likewise.
28038         (sin_test_downward): Likewise.
28039         (sin_test_upward): Likewise.
28040         (sincos_test): Likewise.
28041         (sinh_test): Likewise.
28042         (sinh_test_tonearest): Likewise.
28043         (sinh_test_towardzero): Likewise.
28044         (sinh_test_downward): Likewise.
28045         (sinh_test_upward): Likewise.
28046         (sqrt_test): Likewise.
28047         (tan_test): Likewise.
28048         (tan_test_tonearest): Likewise.
28049         (tan_test_towardzero): Likewise.
28050         (tan_test_downward): Likewise.
28051         (tan_test_upward): Likewise.
28052         (tanh_test): Likewise.
28053         (tgamma_test): Likewise.
28054         (trunc_test): Likewise.
28055         (y0_test): Likewise.
28056         (y1_test): Likewise.
28057         (yn_test): Likewise.
28058         (significand_test): Likewise.
28060 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
28062         [BZ #15381]
28063         * libio/genops.c (_IO_no_init): Initialize wide struct info.
28065 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28067         [BZ #14894]
28068         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
28069         __ppc_mdoio and __ppc_mdoom.
28070         * manual/platform.texi: Document new functions __ppc_yield,
28071         __ppc_mdoio and __ppc_mdoom.
28073 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
28075         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
28076         (main): Mention "tls" pseudo-hwcap is legacy.
28077         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
28079 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28081         * math/gen-libm-test.pl (parse_args): Output only string of
28082         arguments as text for test name, not full call or descriptions of
28083         tests for extra outputs.
28084         (generate_testfile): Do not pass function name to parse_args.
28085         Generate this_func variable from START.
28086         * math/libm-test.inc (struct test_f_f_data): Rename test_name
28087         field to arg_str.
28088         (struct test_ff_f_data): Likewise.
28089         (test_ff_f_data_nexttoward): Likewise.
28090         (struct test_fi_f_data): Likewise.
28091         (struct test_fl_f_data): Likewise.
28092         (struct test_if_f_data): Likewise.
28093         (struct test_fff_f_data): Likewise.
28094         (struct test_c_f_data): Likewise.
28095         (struct test_f_f1_data): Likewise.  Remove field extra_name.
28096         (struct test_fF_f1_data): Likewise.
28097         (struct test_ffI_f1_data): Likewise.
28098         (struct test_c_c_data): Rename test_name field to arg_str.
28099         (struct test_cc_c_data): Likewise.
28100         (struct test_f_i_data): Likewise.
28101         (struct test_ff_i_data): Likewise.
28102         (struct test_f_l_data): Likewise.
28103         (struct test_f_L_data): Likewise.
28104         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
28105         and extra2_name.
28106         (COMMON_TEST_SETUP): New macro.
28107         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
28108         (COMMON_TEST_CLEANUP): Likewise.
28109         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
28110         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
28111         macros.
28112         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
28113         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
28114         macros.
28115         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
28116         (RUN_TEST_fff_f): Take argument string.  Call new setup and
28117         cleanup macros.
28118         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
28119         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
28120         macros.
28121         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
28122         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
28123         macros.
28124         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28125         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
28126         cleanup macros.
28127         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28128         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
28129         cleanup macros.
28130         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28131         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
28132         cleanup macros.
28133         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28134         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
28135         macros.
28136         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
28137         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
28138         macros.
28139         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
28140         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
28141         macros.
28142         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
28143         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
28144         cleanup macros.
28145         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
28146         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
28147         cleanup macros.
28148         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
28149         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
28150         macros.
28151         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
28152         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
28153         cleanup macros.
28154         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
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_f_L): Take argument string.  Call new setup and cleanup
28159         macros.
28160         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
28161         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
28162         cleanup macros.
28163         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
28165 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
28167         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
28168         to _sifields.sigfault.
28169         (si_addr_lsb): Define new macro.
28170         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28171         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
28172         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
28174 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
28176         [BZ #15441]
28177         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
28178         returns -1.
28179         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
28180         null return -1.
28181         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
28182         loading the domain.
28184 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28186         * math/gen-libm-test.pl (parse_args): Do not include expected
28187         result in test name.
28188         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
28189         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28190         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28191         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28192         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28193         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28195 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28197         * benchtests/Makefile: Sort function entries.
28199         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
28200         tanh, asinh, acosh, atanh.
28201         * benchtests/acos-inputs: New file.
28202         * benchtests/acosh-inputs: New file.
28203         * benchtests/asin-inputs: New file.
28204         * benchtests/asinh-inputs: New file.
28205         * benchtests/atanh-inputs: New file.
28206         * benchtests/cosh-inputs: New file.
28207         * benchtests/log-inputs: New file.
28208         * benchtests/sinh-inputs: New file.
28209         * benchtests/tanh-inputs: New file.
28211 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
28213         [BZ #15339]
28214         * posix/tst-getaddrinfo4.c: New test.
28215         * posix/Makefile (tests): Add it.
28217 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28219         [BZ #15339]
28220         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
28221         when no services were used.
28222         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
28223         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
28225 2013-05-21  Andreas Schwab  <schwab@suse.de>
28227         [BZ #15014]
28228         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
28229         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
28230         successful.
28231         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
28232         redundant variable declarations and reallocation of buffer when
28233         parsing as IPv6 address.  Always set NSS status when called from
28234         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
28235         buffer too small.  Correct computation of needed size.
28236         * nss/Makefile (tests): Add test-digits-dots.
28237         * nss/test-digits-dots.c: New test.
28239 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28241         * benchtests/Makefile: Remove instructions for adding
28242         benchmark tests.
28243         * benchtests/README: New file to explain how to execute and
28244         enhance the benchmark tests.
28246 2013-05-21  Andreas Schwab  <schwab@suse.de>
28248         [BZ #15493]
28249         * setjmp/Makefile (tests): Add tst-sigsetjmp.
28250         * setjmp/tst-sigsetjmp.c: New test.
28252 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28254         * sysdeps/x86_64/memset.S (memset): New implementation.
28255         (__bzero): Likewise.
28256         (__memset_tail): New function.
28258 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28260         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
28261         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
28262         __memcpy_sse2_unaligned ifunc selection.
28263         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28264         Add memcpy-sse2-unaligned.S.
28265         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
28266         Add: __memcpy_sse2_unaligned.
28268 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
28270         [BZ #15490]
28271         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
28272         math_force_eval before restoring floating-point envrionment.
28273         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
28274         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
28275         Likewise.
28276         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
28277         <math_private.h>.
28278         (__nearbyintl): Use math_force_eval before restoring
28279         floating-point environment.
28280         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
28282         * math/gen-libm-test.pl (special_functions): Remove.
28283         (parse_args): Don't handle TEST_extra.  Handle functions with no
28284         return value.
28285         * math/libm-test.inc (struct test_sincos_data): Replace with
28286         struct test_fFF_11_data.
28287         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
28288         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
28289         (sincos_test_data): Change element type to struct
28290         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
28291         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
28292         RUN_TEST_LOOP_sincos.
28293         * math/README.libm-test: Don't mention special handling of
28294         individual functions.
28295         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
28296         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28297         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28298         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28299         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28300         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28302         * math/gen-libm-test.pl (get_variable): Remove function.
28303         (parse_args): Don't show pointer parameters to call in test
28304         names.  Use "extra output N" in test names for extra outputs
28305         rather than naming variables.
28307 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
28309         [BZ #15488]
28310         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
28311         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
28312         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
28313         double tests.
28314         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
28315         disable.
28316         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
28317         check_long_double.
28319         * math/gen-libm-test.pl (@tests): Remove variable.
28320         ($count): Likewise.
28321         (new_test): Remove function.
28322         (show_exceptions): New function.
28323         (special_functions): Use show_exceptions instead of new_test.
28324         (parse_args): Likewise.
28325         (generate_testfile): Pass only function name in generated call to
28326         print_max_error or print_complex_max_error.
28327         (get_ulps): Do not handle complex tests specially.
28328         (output_test): Rename to ...
28329         (get_all_ulps_for_test): ... this.  Return a string rather than
28330         printing to a file.  Require ulps to be present.
28331         (output_ulps): Generate arrays rather than #defines.
28332         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
28333         (struct ulp_data): New type.
28334         (BUILD_COMPLEX_ULP): Remove macro.
28335         (compare_ulp_data): New function.
28336         (find_ulps): Likewise.
28337         (find_test_ulps): Likewise.
28338         (find_function_ulps): Likewise.
28339         (find_complex_function_ulps): Likewise.
28340         (print_max_error): Determine allowed ulps using
28341         find_function_ulps.
28342         (print_complex_max_error): Determine allowed ulps using
28343         find_complex_function_ulps.
28344         (check_float_internal): Determine max ulps using find_test_ulps.
28345         (check_float): Do not take max_ulp parameter.  Update call to
28346         check_float_internal.
28347         (check_complex): Likewise.
28348         (check_int): Do not take max_ulp parameter.
28349         (check_long): Likewise.
28350         (check_bool): Likewise.
28351         (check_longlong): Likewise.
28352         (struct test_f_f_data): Remove max_ulp field.
28353         (struct test_ff_f_data): Likewise.
28354         (struct test_ff_f_data_nexttoward): Likewise.
28355         (struct test_fi_f_data): Likewise.
28356         (struct test_fl_f_data): Likewise.
28357         (struct test_if_f_data): Likewise.
28358         (struct test_fff_f_data): Likewise.
28359         (struct test_c_f_data): Likewise.
28360         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
28361         (struct test_fF_f1_data): Likewise.
28362         (struct test_ffI_f1_data): Likewise.
28363         (struct test_c_c_data): Remove max_ulp field.
28364         (struct test_cc_c_data): Likewise.
28365         (struct test_f_i_data): Likewise.
28366         (struct test_ff_i_data): Likewise.
28367         (struct test_f_l_data): Likewise.
28368         (struct test_f_L_data): Likewise.
28369         (struct test_sincos_data): Likewise.
28370         (RUN_TEST_f_f): Do not handle ulps.
28371         (RUN_TEST_LOOP_f_f): Likewise.
28372         (RUN_TEST_2_f): Likewise.
28373         (RUN_TEST_LOOP_2_f): Likewise.
28374         (RUN_TEST_fff_f): Likewise.
28375         (RUN_TEST_LOOP_fff_f): Likewise.
28376         (RUN_TEST_c_f): Likewise.
28377         (RUN_TEST_LOOP_c_f): Likewise.
28378         (RUN_TEST_f_f1): Likewise.
28379         (RUN_TEST_LOOP_f_f1): Likewise.
28380         (RUN_TEST_fF_f1): Likewise.
28381         (RUN_TEST_LOOP_fF_f1): Likewise.
28382         (RUN_TEST_fI_f1): Likewise.
28383         (RUN_TEST_LOOP_fI_f1): Likewise.
28384         (RUN_TEST_ffI_f1): Likewise.
28385         (RUN_TEST_LOOP_ffI_f1): Likewise.
28386         (RUN_TEST_c_c): Likewise.
28387         (RUN_TEST_LOOP_c_c): Likewise.
28388         (RUN_TEST_cc_c): Likewise.
28389         (RUN_TEST_LOOP_cc_c): Likewise.
28390         (RUN_TEST_f_i): Likewise.
28391         (RUN_TEST_LOOP_f_i): Likewise.
28392         (RUN_TEST_f_i_tg): Likewise.
28393         (RUN_TEST_LOOP_f_i_tg): Likewise.
28394         (RUN_TEST_ff_i_tg): Likewise.
28395         (RUN_TEST_LOOP_ff_i_tg): Likewise.
28396         (RUN_TEST_f_b): Likewise.
28397         (RUN_TEST_LOOP_f_b): Likewise.
28398         (RUN_TEST_f_b_tg): Likewise.
28399         (RUN_TEST_LOOP_f_b_tg): Likewise.
28400         (RUN_TEST_f_l): Likewise.
28401         (RUN_TEST_LOOP_f_l): Likewise.
28402         (RUN_TEST_f_L): Likewise.
28403         (RUN_TEST_LOOP_f_L): Likewise.
28404         (RUN_TEST_sincos): Likewise.
28405         (RUN_TEST_LOOP_sincos): Likewise.
28407 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
28409         [BZ #15480]
28410         [BZ #15485]
28411         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
28412         main case of finite arguments, set rounding mode to FE_TONEAREST
28413         and discard exceptions.
28414         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
28415         exceptions.
28416         (remainder_tonearest_test_data): New variable.
28417         (remainder_test_tonearest): New function.
28418         (remainder_towardzero_test_data): New variable.
28419         (remainder_test_towardzero): New function.
28420         (remainder_downward_test_data): New variable.
28421         (remainder_test_downward): New function.
28422         (remainder_upward_test_data): New variable.
28423         (remainder_test_upward): New function.
28424         (main): Call the new test functions.
28426         * math/libm-test.inc (struct test_f_f1_data): Remove field
28427         extra_init.
28428         (struct test_fF_f1_data): Likewise.
28429         (struct test_ffI_f1_data): Likewise.
28430         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
28431         based on value of EXTRA_EXPECTED.
28432         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28433         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
28434         EXTRA_VAR based on value of EXTRA_EXPECTED.
28435         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28436         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
28437         EXTRA_VAR based on value of EXTRA_EXPECTED.
28438         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28439         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
28440         EXTRA_VAR based on value of EXTRA_EXPECTED.
28441         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28442         * math/gen-libm-test.pl (parse_args): Don't output initializers
28443         for extra output values.
28445         * math/libm-test.inc (check_int): Expect result to be exactly
28446         equal to expected value and do not handle ulps.
28447         (check_long): Likewise.
28448         (check_longlong): Likewise.
28450         * math/libm-test.inc (ceil_test_data): Test for "inexact"
28451         exceptions.
28452         (cimag_test_data): Likewise.
28453         (conj_test_data): Likewise.
28454         (copysign_test_data): Likewise.
28455         (cproj_test_data): Likewise.
28456         (creal_test_data): Likewise.
28457         (fabs_test_data): Likewise.
28458         (fdim_test_data): Likewise.
28459         (finite_test_data): Likewise.
28460         (floor_test_data): Likewise.
28461         (fmax_test_data): Likewise.
28462         (fmin_test_data): Likewise.
28463         (fmod_test_data): Likewise.
28464         (fpclassify_test_data): Likewise.
28465         (frexp_test_data): Likewise.
28466         (ilogb_test_data): Likewise.
28467         (isfinite_test_data): Likewise.
28468         (isgreater_test_data): Likewise.
28469         (isgreaterequal_test_data): Likewise.
28470         (isinf_test_data): Likewise.
28471         (isless_test_data): Likewise.
28472         (islessequal_test_data): Likewise.
28473         (islessgreater_test_data): Likewise.
28474         (isnan_test_data): Likewise.
28475         (isnormal_test_data): Likewise.
28476         (issignaling_test_data): Likewise.
28477         (isunordered_test_data): Likewise.
28478         (ldexp_test_data): Likewise.
28479         (lrint_test_data): Likewise.
28480         (lrint_test_data) [TEST_FLOAT]: Disable one test.
28481         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
28482         (lrint_tonearest_test_data): Test for "inexact" exceptions.
28483         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28484         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
28485         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28486         test input.
28487         (lrint_towardzero_test_data): Test for "inexact" exceptions.
28488         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28489         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
28490         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
28491         that test input.
28492         (lrint_downward_test_data): Test for "inexact" exceptions.
28493         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28494         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
28495         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28496         test input.
28497         (lrint_upward_test_data): Test for "inexact" exceptions.
28498         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
28499         test input.
28500         (llrint_test_data): Test for "inexact" exceptions.
28501         (llrint_test_data) [TEST_FLOAT]: Disable one test.
28502         (llrint_tonearest_test_data): Test for "inexact" exceptions.
28503         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28504         (llrint_towardzero_test_data): Test for "inexact" exceptions.
28505         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28506         (llrint_downward_test_data): Test for "inexact" exceptions.
28507         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28508         (llrint_upward_test_data): Test for "inexact" exceptions.
28509         (logb_test_data): Likewise.
28510         (logb_downward_test_data): Likewise.
28511         (nextafter_test_data): Likewise.
28512         (nexttoward_test_data): Likewise.
28513         (remainder_test_data): Likewise.
28514         (remquo_test_data): Likewise.
28515         (scalbn_test_data): Likewise.
28516         (scalbln_test_data): Likewise.
28517         (signbit_test_data): Likewise.
28518         (sqrt_test_data): Likewise.
28519         (significand_test_data): Likewise.
28521 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
28523         [BZ #15424]
28524         * benchtests/bench-modf.c (struct args): Mark arg0 as
28525         volatile.
28526         * scripts/bench.pl: Mark members of struct args as volatile.
28528 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28530         [BZ # 15497]
28531         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
28532         negative infinity on POWER6 or lower.
28533         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
28535 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
28537         [BZ #15442]
28538         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
28539         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
28540         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
28541         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
28542         (_FP_SETQNAN): New macro.
28543         (_FP_SETQNAN_SEMIRAW): Likewise.
28544         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
28545         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
28546         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
28547         (FP_EXTEND): Use _FP_FRAC_SNANP.
28548         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
28549         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
28550         into account.
28551         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28552         New macro.
28553         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28554         Likewise.
28556 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28558         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
28559         with DIVIDE_BY_ZERO_EXCEPTION.
28560         (gamma_test_data): Likewise.
28561         (lgamma_test_data): Likewise.
28562         (log_test_data): Likewise.
28563         (log10_test_data): Likewise.
28564         (log2_test_data): Likewise.
28565         (tgamma_test_data): Likewise.
28567         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
28568         (acos_test_tonearest): Likewise.
28569         (acos_test_towardzero): Likewise.
28570         (acos_test_downward): Likewise.
28571         (acos_test_upward): Likewise.
28572         (acosh_test): Likewise.
28573         (asin_test): Likewise.
28574         (asin_test_tonearest): Likewise.
28575         (asin_test_towardzero): Likewise.
28576         (asin_test_downward): Likewise.
28577         (asin_test_upward): Likewise.
28578         (asinh_test): Likewise.
28579         (atan_test): Likewise.
28580         (atanh_test): Likewise.
28581         (atan2_test): Likewise.
28582         (cabs_test): Likewise.
28583         (cacos_test): Likewise.
28584         (cacosh_test): Likewise.
28585         (casin_test): Likewise.
28586         (casinh_test): Likewise.
28587         (catan_test): Likewise.
28588         (catanh_test): Likewise.
28589         (cbrt_test): Likewise.
28590         (ccos_test): Likewise.
28591         (ccosh_test): Likewise.
28592         (cexp_test): Likewise.
28593         (clog_test): Likewise.
28594         (clog10_test): Likewise.
28595         (cos_test): Likewise.
28596         (cos_test_tonearest): Likewise.
28597         (cos_test_towardzero): Likewise.
28598         (cos_test_downward): Likewise.
28599         (cos_test_upward): Likewise.
28600         (cosh_test): Likewise.
28601         (cosh_test_tonearest): Likewise.
28602         (cosh_test_towardzero): Likewise.
28603         (cosh_test_downward): Likewise.
28604         (cosh_test_upward): Likewise.
28605         (cpow_test): Likewise.
28606         (csin_test): Likewise.
28607         (csinh_test): Likewise.
28608         (csqrt_test): Likewise.
28609         (ctan_test): Likewise.
28610         (ctan_test_tonearest): Likewise.
28611         (ctan_test_towardzero): Likewise.
28612         (ctan_test_downward): Likewise.
28613         (ctan_test_upward): Likewise.
28614         (ctanh_test): Likewise.
28615         (ctanh_test_tonearest): Likewise.
28616         (ctanh_test_towardzero): Likewise.
28617         (ctanh_test_downward): Likewise.
28618         (ctanh_test_upward): Likewise.
28619         (erf_test): Likewise.
28620         (erfc_test): Likewise.
28621         (exp_test): Likewise.
28622         (exp_test_tonearest): Likewise.
28623         (exp_test_towardzero): Likewise.
28624         (exp_test_downward): Likewise.
28625         (exp_test_upward): Likewise.
28626         (exp10_test): Likewise.
28627         (exp2_test): Likewise.
28628         (expm1_test): Likewise.
28629         (fmod_test): Likewise.
28630         (gamma_test): Likewise.
28631         (hypot_test): Likewise.
28632         (j0_test): Likewise.
28633         (j1_test): Likewise.
28634         (jn_test): Likewise.
28635         (lgamma_test): Likewise.
28636         (log_test): Likewise.
28637         (log10_test): Likewise.
28638         (log1p_test): Likewise.
28639         (log2_test): Likewise.
28640         (logb_test_downward): Likewise.
28641         (pow_test): Likewise.
28642         (pow_test_tonearest): Likewise.
28643         (pow_test_towardzero): Likewise.
28644         (pow_test_downward): Likewise.
28645         (pow_test_upward): Likewise.
28646         (remainder_test): Likewise.
28647         (remquo_test): Likewise.
28648         (sin_test): Likewise.
28649         (sin_test_tonearest): Likewise.
28650         (sin_test_towardzero): Likewise.
28651         (sin_test_downward): Likewise.
28652         (sin_test_upward): Likewise.
28653         (sincos_test): Likewise.
28654         (sinh_test): Likewise.
28655         (sinh_test_tonearest): Likewise.
28656         (sinh_test_towardzero): Likewise.
28657         (sinh_test_downward): Likewise.
28658         (sinh_test_upward): Likewise.
28659         (sqrt_test): Likewise.
28660         (tan_test): Likewise.
28661         (tan_test_tonearest): Likewise.
28662         (tan_test_towardzero): Likewise.
28663         (tan_test_downward): Likewise.
28664         (tan_test_upward): Likewise.
28665         (tanh_test): Likewise.
28666         (tgamma_test): Likewise.
28667         (y0_test): Likewise.
28668         (y1_test): Likewise.
28669         (yn_test): Likewise.
28671         * math/gen-libm-test.pl (adjust_arg): Remove function.
28672         (special_function): Remove argument $in_func.  Only handle
28673         generating output for tables of tests, not inside functions.
28674         (parse_args): Likewise.
28675         (generate_testfile): Remove variable $in_func.  Update call to
28676         parse_args.
28677         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
28678         (MINUS_ZERO_INIT): Rename macro to minus_zero.
28679         (PLUS_INFTY_INIT): Rename macro to plus_infty.
28680         (MINUS_INFTY_INIT): Rename macro to minus_infty.
28681         (QNAN_VALUE_INIT): Rename macro to qnan_value.
28682         (MAX_VALUE_INIT): Rename macro to max_value.
28683         (MIN_VALUE_INIT): Rename macro to min_value.
28684         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
28685         (plus_zero): Remove variable.
28686         (minus_zero): Likewise.
28687         (plus_infty): Likewise.
28688         (minus_infty): Likewise.
28689         (qnan_value): Likewise.
28690         (max_value): Likewise.
28691         (min_value): Likewise.
28692         (min_subnorm_value): Likewise.
28694 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
28696         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
28697         uint64_t or uint32_t usage.
28698         * crypt/sha256-block.c: Likewise.
28699         * crypt/sha256-crypt.c: Likewise.
28700         * crypt/sha256.c: Likewise.
28701         * crypt/sha512-block.c: Likewise.
28702         * crypt/sha512-crypt.c: Likewise.
28703         * crypt/sha512.c: Likewise.
28704         * debug/backtrace-tst.c: Likewise.
28705         * debug/pcprofiledump.c: Likewise.
28706         * elf/cache.c: Likewise.
28707         * elf/dl-cache.c: Likewise.
28708         * elf/dl-misc.c: Likewise.
28709         * elf/dl-profile.c: Likewise.
28710         * elf/dl-support.c: Likewise.
28711         * elf/ldconfig.c: Likewise.
28712         * elf/sprof.c: Likewise.
28713         * iconv/dummy-repertoire.c: Likewise.
28714         * iconv/iconv_charmap.c: Likewise.
28715         * iconv/skeleton.c: Likewise.
28716         * iconvdata/8bit-generic.c: Likewise.
28717         * iconvdata/cp737.h: Likewise.
28718         * iconvdata/cp775.h: Likewise.
28719         * iconvdata/ibm1008.h: Likewise.
28720         * iconvdata/ibm1025.h: Likewise.
28721         * iconvdata/ibm1046.h: Likewise.
28722         * iconvdata/ibm1097.h: Likewise.
28723         * iconvdata/ibm1112.h: Likewise.
28724         * iconvdata/ibm1122.h: Likewise.
28725         * iconvdata/ibm1123.h: Likewise.
28726         * iconvdata/ibm1124.h: Likewise.
28727         * iconvdata/ibm1129.h: Likewise.
28728         * iconvdata/ibm1130.h: Likewise.
28729         * iconvdata/ibm1132.h: Likewise.
28730         * iconvdata/ibm1133.h: Likewise.
28731         * iconvdata/ibm1137.h: Likewise.
28732         * iconvdata/ibm1140.h: Likewise.
28733         * iconvdata/ibm1141.h: Likewise.
28734         * iconvdata/ibm1142.h: Likewise.
28735         * iconvdata/ibm1143.h: Likewise.
28736         * iconvdata/ibm1144.h: Likewise.
28737         * iconvdata/ibm1145.h: Likewise.
28738         * iconvdata/ibm1146.h: Likewise.
28739         * iconvdata/ibm1147.h: Likewise.
28740         * iconvdata/ibm1148.h: Likewise.
28741         * iconvdata/ibm1149.h: Likewise.
28742         * iconvdata/ibm1153.h: Likewise.
28743         * iconvdata/ibm1154.h: Likewise.
28744         * iconvdata/ibm1155.h: Likewise.
28745         * iconvdata/ibm1156.h: Likewise.
28746         * iconvdata/ibm1157.h: Likewise.
28747         * iconvdata/ibm1158.h: Likewise.
28748         * iconvdata/ibm1160.h: Likewise.
28749         * iconvdata/ibm1161.h: Likewise.
28750         * iconvdata/ibm1162.h: Likewise.
28751         * iconvdata/ibm1163.h: Likewise.
28752         * iconvdata/ibm1164.h: Likewise.
28753         * iconvdata/ibm1166.h: Likewise.
28754         * iconvdata/ibm1167.h: Likewise.
28755         * iconvdata/ibm12712.h: Likewise.
28756         * iconvdata/ibm1390.h: Likewise.
28757         * iconvdata/ibm1399.h: Likewise.
28758         * iconvdata/ibm16804.h: Likewise.
28759         * iconvdata/ibm4517.h: Likewise.
28760         * iconvdata/ibm4899.h: Likewise.
28761         * iconvdata/ibm4909.h: Likewise.
28762         * iconvdata/ibm4971.h: Likewise.
28763         * iconvdata/ibm5347.h: Likewise.
28764         * iconvdata/ibm803.h: Likewise.
28765         * iconvdata/ibm856.h: Likewise.
28766         * iconvdata/ibm901.h: Likewise.
28767         * iconvdata/ibm902.h: Likewise.
28768         * iconvdata/ibm9030.h: Likewise.
28769         * iconvdata/ibm9066.h: Likewise.
28770         * iconvdata/ibm921.h: Likewise.
28771         * iconvdata/ibm922.h: Likewise.
28772         * iconvdata/ibm9448.h: Likewise.
28773         * iconvdata/isiri-3342.h: Likewise.
28774         * iconvdata/jis0201.h: Likewise.
28775         * include/link.h: Likewise.
28776         * include/netdb.h: Likewise.
28777         * inet/check_native.c: Likewise.
28778         * inet/check_pf.c: Likewise.
28779         * inet/getipv4sourcefilter.c: Likewise.
28780         * inet/getnameinfo.c: Likewise.
28781         * inet/getsourcefilter.c: Likewise.
28782         * inet/htonl.c: Likewise.
28783         * inet/setipv4sourcefilter.c: Likewise.
28784         * inet/setsourcefilter.c: Likewise.
28785         * inet/test-inet6_opt.c: Likewise.
28786         * inet/tst-network.c: Likewise.
28787         * locale/C-collate.c: Likewise.
28788         * locale/C-ctype.c: Likewise.
28789         * locale/C-time.c: Likewise.
28790         * locale/C-translit.h: Likewise.
28791         * locale/loadarchive.c: Likewise.
28792         * locale/programs/3level.h: Likewise.
28793         * locale/programs/charmap.c: Likewise.
28794         * locale/programs/charmap.h: Likewise.
28795         * locale/programs/ld-address.c: Likewise.
28796         * locale/programs/ld-collate.c: Likewise.
28797         * locale/programs/ld-ctype.c: Likewise.
28798         * locale/programs/ld-identification.c: Likewise.
28799         * locale/programs/ld-measurement.c: Likewise.
28800         * locale/programs/ld-messages.c: Likewise.
28801         * locale/programs/ld-monetary.c: Likewise.
28802         * locale/programs/ld-name.c: Likewise.
28803         * locale/programs/ld-numeric.c: Likewise.
28804         * locale/programs/ld-paper.c: Likewise.
28805         * locale/programs/ld-telephone.c: Likewise.
28806         * locale/programs/ld-time.c: Likewise.
28807         * locale/programs/linereader.c: Likewise.
28808         * locale/programs/locale.c: Likewise.
28809         * locale/programs/locarchive.c: Likewise.
28810         * locale/programs/locfile.h: Likewise.
28811         * locale/programs/repertoire.c: Likewise.
28812         * locale/programs/simple-hash.c: Likewise.
28813         * locale/programs/simple-hash.h: Likewise.
28814         * malloc/memusage.c: Likewise.
28815         * malloc/memusagestat.c: Likewise.
28816         * nis/nis_defaults.c: Likewise.
28817         * nis/nis_hash.c: Likewise.
28818         * nis/nis_print.c: Likewise.
28819         * nis/nis_xdr.c: Likewise.
28820         * nscd/connections.c: Likewise.
28821         * nscd/hstcache.c: Likewise.
28822         * nscd/nscd_gethst_r.c: Likewise.
28823         * nscd/nscd_getserv_r.c: Likewise.
28824         * nscd/nscd_helper.c: Likewise.
28825         * nscd/servicescache.c: Likewise.
28826         * nss/makedb.c: Likewise.
28827         * nss/nss_db/db-XXX.c: Likewise.
28828         * nss/nss_db/db-initgroups.c: Likewise.
28829         * nss/nss_db/db-netgrp.c: Likewise.
28830         * nss/nss_files/files-network.c: Likewise.
28831         * nss/nss_files/files-parse.c: Likewise.
28832         * posix/bug-regex5.c: Likewise.
28833         * posix/fnmatch_loop.c: Likewise.
28834         * posix/regcomp.c: Likewise.
28835         * posix/regexec.c: Likewise.
28836         * posix/tst-rfc3484-2.c: Likewise.
28837         * posix/tst-rfc3484-3.c: Likewise.
28838         * posix/tst-rfc3484.c: Likewise.
28839         * resolv/nss_dns/dns-canon.c: Likewise.
28840         * resolv/nss_dns/dns-network.c: Likewise.
28841         * resolv/res_init.c: Likewise.
28842         * resolv/res_mkquery.c: Likewise.
28843         * resolv/tst-aton.c: Likewise.
28844         * stdlib/cxa_atexit.c: Likewise.
28845         * stdlib/cxa_finalize.c: Likewise.
28846         * stdlib/gen-fpioconst.c: Likewise.
28847         * stdlib/strtol_l.c: Likewise.
28848         * string/tst-endian.c: Likewise.
28849         * sunrpc/auth_des.c: Likewise.
28850         * sunrpc/clnt_udp.c: Likewise.
28851         * sunrpc/rtime.c: Likewise.
28852         * sunrpc/svcauth_des.c: Likewise.
28853         * sunrpc/xdr.c: Likewise.
28854         * sunrpc/xdr_intXX_t.c: Likewise.
28855         * sunrpc/xdr_rec.c: Likewise.
28856         * sysdeps/generic/ldconfig.h: Likewise.
28857         * sysdeps/generic/ldsodefs.h: Likewise.
28858         * sysdeps/generic/memusage.h: Likewise.
28859         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
28860         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
28861         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
28862         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
28863         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
28864         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
28865         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
28866         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
28867         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
28868         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
28869         * sysdeps/posix/getaddrinfo.c: Likewise.
28870         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
28871         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28872         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
28873         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
28874         * sysdeps/powerpc/test-gettimebase.c: Likewise.
28875         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
28876         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
28877         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
28878         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
28879         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
28880         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
28881         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
28882         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
28883         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
28884         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
28885         * sysdeps/x86_64/dl-tls.h: Likewise.
28886         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
28887         * time/alt_digit.c: Likewise.
28888         * time/era.c: Likewise.
28889         * wcsmbs/tst-c16c32-1.c: Likewise.
28891 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28893         * math/libm-test.inc (struct test_sincos_data): New type.
28894         (RUN_TEST_LOOP_sincos): New macro.
28895         (sincos_test_data): New variable.
28896         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
28898 2013-05-16  Richard Henderson  <rth@redhat.com>
28900         * math/atest-exp2.c (LIMB64): New macro.
28901         (CONSTSZ): New macro.
28902         (mp_exp1, mp_exp_m1, mp_log2): New variables.
28903         (hexdig): Move ...
28904         (print_mpn_fp): ... to function scope.
28905         (read_mpn_hex): Remove.
28906         (get_log2): Remove.
28907         (exp2_mpn): Use mp_log2.
28908         (main): Use mp_exp1.
28910 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28912         * math/libm-test.inc: Remove comment about not testing "inexact"
28913         exceptions.
28914         (INEXACT_EXCEPTION): New macro.
28915         (NO_INEXACT_EXCEPTION): Likewise.
28916         (INVALID_EXCEPTION_OK): Update value.
28917         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
28918         (OVERFLOW_EXCEPTION_OK): Likewise.
28919         (UNDERFLOW_EXCEPTION_OK): Likewise.
28920         (IGNORE_ZERO_INF_SIGN): Likewise.
28921         (ERRNO_UNCHANGED): Likewise.
28922         (ERRNO_EDOM): Likewise.
28923         (ERRNO_ERANGE): Likewise.
28924         (test_exceptions): Handle testing "inexact" exceptions.
28925         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
28926         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
28927         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
28928         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
28929         INEXACT_EXCEPTION.
28930         (rint_towardzero_test_data): Likewise.
28931         (rint_downward_test_data): Likewise.
28932         (rint_upward_test_data): Likewise.
28934         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
28935         with OVERFLOW_EXCEPTION.
28936         (exp10_test_data): Likewise.
28937         (exp2_test_data): Likewise.
28938         (expm1_test_data): Likewise.
28939         (lgamma_test_data): Likewise.
28940         (pow_test_data): Likewise.
28941         (tgamma_test_data): Likewise.
28942         (yn_test_data): Remove duplicate test of overflow.
28944         * math/libm-test.inc (struct test_cc_c_data): New type.
28945         (RUN_TEST_LOOP_cc_c): New macro.
28946         (cpow_test_data): New variable.
28947         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
28949         * math/libm-test.inc (struct test_f_L_data): New type.
28950         (RUN_TEST_LOOP_f_L): New macro.
28951         (llrint_test_data): New variable.
28952         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
28953         (llrint_tonearest_test_data): New variable.
28954         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
28955         (llrint_towardzero_test_data): New variable.
28956         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
28957         (llrint_downward_test_data): New variable.
28958         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
28959         (llrint_upward_test_data): New variable.
28960         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
28961         (llround_test_data): New variable.
28962         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
28964 2013-05-13  Peter Collingbourne  <pcc@google.com>
28966         * math/atest-exp2.c (get_log2): Remove const attribute.
28968 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
28970         * math/libm-test.inc (struct test_f_l_data): New type.
28971         (RUN_TEST_LOOP_f_l): New macro.
28972         (lrint_test_data): New variable.
28973         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
28974         (lrint_tonearest_test_data): New variable.
28975         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
28976         (lrint_towardzero_test_data): New variable.
28977         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
28978         (lrint_downward_test_data): New variable.
28979         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
28980         (lrint_upward_test_data): New variable.
28981         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
28982         (lround_test_data): New variable.
28983         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
28985 2013-05-15  Peter Collingbourne  <pcc@google.com>
28987         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
28988         (EXTRACT_WORDS64) Use where appropriate.
28989         (INSERT_WORDS64) Likewise.
28991         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
28992         constraints with x constraints.
28993         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
28995         * malloc/obstack.c (_obstack_compat): Add initializer.
28997 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28999         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
29000         si_trapno and add si_addr_lsb to _sifields.sigfault.
29001         (si_trapno): Remove macro.
29002         (si_addr_lsb): Define new macro.
29003         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
29005 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29007         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
29008         instead of TEST_f_l.
29009         (llrint_test_tonearest): Likewise.
29010         (llrint_test_towardzero): Likewise.
29011         (llrint_test_downward): Likewise.
29012         (llrint_test_upward): Likewise.
29013         (llround_test): Likewise.
29015         * math/libm-test.inc (struct test_f_i_data): Add comment.
29016         (RUN_TEST_LOOP_f_b): New macro.
29017         (RUN_TEST_LOOP_f_b_tg): Likewise.
29018         (finite_test_data): New variable.
29019         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
29020         (isfinite_test_data): New variable.
29021         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29022         (isinf_test_data): New variable.
29023         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29024         (isnan_test_data): New variable.
29025         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29026         (isnormal_test_data): New variable.
29027         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29028         (issignaling_test_data): New variable.
29029         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29030         (signbit_test_data): New variable.
29031         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29033         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
29034         with INVALID_EXCEPTION.
29035         (acosh_test_data): Likewise.
29036         (asin_test_data): Likewise.
29037         (atanh_test_data): Likewise.
29038         (fmod_test_data): Likewise.
29039         (log_test_data): Likewise.
29040         (log10_test_data): Likewise.
29041         (log2_test_data): Likewise.
29042         (pow_test_data): Likewise.
29043         (sqrt_test_data): Likewise.
29044         (y0_test_data): Likewise.
29045         (y1_test_data): Likewise.
29046         (yn_test_data): Likewise.
29048         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
29049         function contents.
29051         * math/libm-test.inc (struct test_ff_i_data): New type.
29052         (RUN_TEST_LOOP_ff_i_tg): New macro.
29053         (isgreater_test_data): New variable.
29054         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29055         (isgreaterequal_test_data): New variable.
29056         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29057         (isless_test_data): New variable.
29058         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29059         (islessequal_test_data): New variable.
29060         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29061         (islessgreater_test_data): New variable.
29062         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29063         (isunordered_test_data): New variable.
29064         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29066 2013-05-14  David S. Miller  <davem@davemloft.net>
29068         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29070 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
29072         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
29074         * math/libm-test.inc (struct test_fF_f1_data): Change type of
29075         extra_test to int.
29076         (struct test_f_i_data): Change type of max_ulp to int.
29078         * math/libm-test.inc (test_ffI_f1_data): New type.
29079         (RUN_TEST_LOOP_ffI_f1): New macro.
29080         (remquo_test_data): New variable.
29081         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
29083         * setjmp/tst-setjmp-fp.c: New file.
29084         * setjmp/Makefile (tests): Add tst-setjmp-fp.
29085         (link-libm): New variable.
29086         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
29088         * math/libm-test.inc (struct test_f_i_data): New type.
29089         (RUN_TEST_LOOP_f_i): New macro.
29090         (RUN_TEST_LOOP_f_i_tg): Likewise.
29091         (fpclassify_test_data): New variable.
29092         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
29093         (ilogb_test_data): New variable.
29094         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
29096         * math/libm-test.inc (scalbln_test): Correct function name in END
29097         call.
29099         * math/libm-test.inc (struct test_f_f1_data): Add comment.
29100         (RUN_TEST_LOOP_fI_f1): New macro.
29101         (frexp_test_data): New variable.
29102         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
29104         * math/libm-test.inc (struct test_fF_f1_data): New type.
29105         (RUN_TEST_LOOP_fF_f1): New macro.
29106         (modf_test_data): New variable.
29107         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
29109         * math/libm-test.inc (struct test_f_f1_data): New type.
29110         (RUN_TEST_LOOP_f_f1): New macro.
29111         (gamma_test_data): New variable.
29112         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29113         (lgamma_test_data): New variable.
29114         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29116 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
29118         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
29119         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
29120         (main): Comment "tls" pseudo-hwcap.
29122 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
29124         * math/libm-test.inc (struct test_fl_f_data): New type.
29125         (RUN_TEST_LOOP_fl_f): New variable.
29126         (scalbln_test_data): New variable.
29127         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
29129         * math/libm-test.inc (struct test_fi_f_data): New type.
29130         (RUN_TEST_LOOP_fi_f): New macro.
29131         (ldexp_test_data): New variable.
29132         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
29133         (scalbn_test_data): New variable.
29134         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
29136         * math/libm-test.inc (struct test_c_f_data): New type.
29137         (RUN_TEST_LOOP_c_f): New macro.
29138         (cabs_test_data): New variable.
29139         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
29140         (carg_test_data): New variable.
29141         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
29142         (cimag_test_data): New variable.
29143         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
29144         (creal_test_data): New variable.
29145         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
29147         * math/libm-test.inc (struct test_if_f_data): New type.
29148         (RUN_TEST_LOOP_if_f): New macro.
29149         (jn_test_data): New variable.
29150         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
29151         (yn_test_data): New variable.
29152         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
29154         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
29156 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29158         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
29159         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
29161 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29163         * benchtests/Makefile (CPPFLAGS-nonlib): Add
29164         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
29165         (bench-deps): Add bench-timing.h.
29166         * benchtests-bench-skeleton.c: Include bench-timing.h.
29167         (main): Use TIMING_* macros instead of clock_gettime.
29168         * benchtests/bench-timing.h: New file.
29170         [BZ #14582]
29171         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
29172         Renamed from _LIB_VERSION.
29173         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
29175 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
29177         * math/libm-test.inc (struct test_fff_f_data): New type.
29178         (RUN_TEST_LOOP_fff_f): New macro.
29179         (fma_test_data): New variable.
29180         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
29181         (fma_towardzero_test_data): New variable.
29182         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
29183         (fma_downward_test_data): New variable.
29184         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
29185         (fma_upward_test_data): New variable.
29186         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
29188         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
29189         (struct test_c_c_data): New type.
29190         (RUN_TEST_LOOP_c_c): New macro.
29191         (cacos_test_data): New variable.
29192         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
29193         (cacosh_test_data): New variable.
29194         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
29195         (casin_test_data): New variable.
29196         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
29197         (casinh_test_data): New variable.
29198         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
29199         (catan_test_data): New variable.
29200         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
29201         (catanh_test_data): New variable.
29202         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
29203         (ccos_test_data): New variable.
29204         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
29205         (ccosh_test_data): New variable.
29206         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
29207         (cexp_test_data): New variable.
29208         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
29209         (clog_test_data): New variable.
29210         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
29211         (clog10_test_data): New variable.
29212         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
29213         (conj_test_data): New variable.
29214         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
29215         (cproj_test_data): New variable.
29216         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
29217         (csin_test_data): New variable.
29218         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
29219         (csinh_test_data): New variable.
29220         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
29221         (csqrt_test_data): New variable.
29222         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
29223         (ctan_test_data): New variable.
29224         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
29225         (ctan_tonearest_test_data): New variable.
29226         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29227         (ctan_towardzero_test_data): New variable.
29228         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29229         (ctan_downward_test_data): New variable.
29230         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29231         (ctan_upward_test_data): New variable.
29232         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29233         (ctanh_test_data): New variable.
29234         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
29235         (ctanh_tonearest_test_data): New variable.
29236         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29237         (ctanh_towardzero_test_data): New variable.
29238         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29239         (ctanh_downward_test_data): New variable.
29240         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29241         (ctanh_upward_test_data): New variable.
29242         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29243         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
29244         of BUILD_COMPLEX.
29246         * math/libm-test.inc (struct test_ff_f_data): New type.
29247         (struct test_ff_f_data_nexttoward): Likewise.
29248         (RUN_TEST_LOOP_2_f): New macro.
29249         (RUN_TEST_LOOP_ff_f): Likewise.
29250         (atan2_test_data): New variable.
29251         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
29252         (copysign_test_data): New variable.
29253         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
29254         (fdim_test_data): New variable.
29255         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
29256         (fmax_test_data): New variable.
29257         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
29258         (fmin_test_data): New variable.
29259         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
29260         (fmod_test_data): New variable.
29261         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
29262         (hypot_test_data): New variable.
29263         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
29264         (nextafter_test_data): New variable.
29265         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
29266         (nexttoward_test_data): New variable.
29267         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
29268         (pow_test_data): New variable.
29269         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
29270         (pow_tonearest_test_data): New variable.
29271         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
29272         (pow_towardzero_test_data): New variable.
29273         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
29274         (pow_downward_test_data): New variable.
29275         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
29276         (pow_upward_test_data): New variable.
29277         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
29278         (remainder_test_data): New variable.
29279         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
29280         (scalb_test_data): New variable.
29281         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
29282         * sysdeps/i386/fpu/libm-test-ulps: Update.
29284 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
29286         * math/libm-test.inc (fma_test): Use max_value instead of local
29287         variable fltmax.
29288         (nextafter_test): Likewise.
29290         * math/libm-test.inc (acos_towardzero_test_data): New variable.
29291         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29292         (acos_downward_test_data): New variable.
29293         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29294         (acos_upward_test_data): New variable.
29295         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29296         (acosh_test_data): New variable.
29297         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
29298         (asin_test_data): New variable.
29299         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
29300         (asin_tonearest_test_data): New variable.
29301         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29302         (asin_towardzero_test_data): New variable.
29303         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29304         (asin_downward_test_data): New variable.
29305         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29306         (asin_upward_test_data): New variable.
29307         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29308         (asinh_test_data): New variable.
29309         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
29310         (atan_test_data): New variable.
29311         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
29312         (atanh_test_data): New variable.
29313         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
29314         (cbrt_test_data): New variable.
29315         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
29316         (ceil_test_data): New variable.
29317         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
29318         (cos_test_data): New variable.
29319         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
29320         (cos_tonearest_test_data): New variable.
29321         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29322         (cos_towardzero_test_data): New variable.
29323         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29324         (cos_downward_test_data): New variable.
29325         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29326         (cos_upward_test_data): New variable.
29327         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29328         (cosh_test_data): New variable.
29329         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
29330         (cosh_tonearest_test_data): New variable.
29331         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29332         (cosh_towardzero_test_data): New variable.
29333         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29334         (cosh_downward_test_data): New variable.
29335         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29336         (cosh_upward_test_data): New variable.
29337         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29338         (erf_test_data): New variable.
29339         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
29340         (erfc_test_data): New variable.
29341         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
29342         (exp_test_data): New variable.
29343         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
29344         (exp_tonearest_test_data): New variable.
29345         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29346         (exp_towardzero_test_data): New variable.
29347         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29348         (exp_downward_test_data): New variable.
29349         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29350         (exp_upward_test_data): New variable.
29351         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29352         (exp10_test_data): New variable.
29353         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
29354         (exp2_test_data): New variable.
29355         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
29356         (expm1_test_data): New variable.
29357         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
29358         (fabs_test_data): New variable.
29359         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
29360         (floor_test_data): New variable.
29361         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
29362         (j0_test_data): New variable.
29363         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
29364         (j1_test_data): New variable.
29365         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
29366         (log_test_data): New variable.
29367         (log_test): Run tests with RUN_TEST_LOOP_f_f.
29368         (log10_test_data): New variable.
29369         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
29370         (log1p_test_data): New variable.
29371         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
29372         (log2_test_data): New variable.
29373         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
29374         (logb_test_data): New variable.
29375         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
29376         (logb_downward_test_data): New variable.
29377         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29378         (nearbyint_test_data): New variable.
29379         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
29380         (rint_test_data): New variable.
29381         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
29382         (rint_tonearest_test_data): New variable.
29383         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29384         (rint_towardzero_test_data): New variable.
29385         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29386         (rint_downward_test_data): New variable.
29387         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29388         (rint_upward_test_data): New variable.
29389         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29390         (round_test_data): New variable.
29391         (round_test): Run tests with RUN_TEST_LOOP_f_f.
29392         (sin_test_data): New variable.
29393         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
29394         (sin_tonearest_test_data): New variable.
29395         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29396         (sin_towardzero_test_data): New variable.
29397         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29398         (sin_downward_test_data): New variable.
29399         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29400         (sin_upward_test_data): New variable.
29401         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29402         (sinh_test_data): New variable.
29403         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
29404         (sinh_tonearest_test_data): New variable.
29405         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29406         (sinh_towardzero_test_data): New variable.
29407         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29408         (sinh_downward_test_data): New variable.
29409         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29410         (sinh_upward_test_data): New variable.
29411         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29412         (sqrt_test_data): New variable.
29413         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
29414         (tan_test_data): New variable.
29415         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
29416         (tan_tonearest_test_data): New variable.
29417         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29418         (tan_towardzero_test_data): New variable.
29419         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29420         (tan_downward_test_data): New variable.
29421         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29422         (tan_upward_test_data): New variable.
29423         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29424         (tanh_test_data): New variable.
29425         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
29426         (tgamma_test_data): New variable.
29427         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
29428         (trunc_test_data): New variable.
29429         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
29430         (y0_test_data): New variable.
29431         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
29432         (y1_test_data): New variable.
29433         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
29434         (significand_test_data): New variable.
29435         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
29437 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
29439         [BZ #12387]
29440         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
29442 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
29444         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
29446 2013-05-10  Andreas Jaeger  <aj@suse.de>
29448         [BZ #15448]
29449         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
29450         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
29452 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29454         * math/gen-libm-test.pl (adjust_arg): New function.
29455         (special_functions): Handle generating output in both functions
29456         and arrays.
29457         (parse_args): Likewise.
29458         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
29459         $in_func argument to parse_args.
29460         * math/libm-test.inc (struct test_f_f_data): New type.
29461         (IF_ROUND_INIT_): New macro.
29462         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
29463         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
29464         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
29465         (IF_ROUND_INIT_FE_UPWARD): Likewise.
29466         (ROUND_RESTORE_): Likewise.
29467         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
29468         (ROUND_RESTORE_FE_TONEAREST): Likewise.
29469         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
29470         (ROUND_RESTORE_FE_UPWARD): Likewise.
29471         (RUN_TEST_LOOP_f_f): New macro.
29472         (acos_test_data): New variable.
29473         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
29474         (acos_tonearest_test_data): New variable.
29475         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29477 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29479         * benchtests/bench-skeleton.c (startup): Fix coding style.
29481 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29483         [BZ #6809]
29484         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
29485         negative infinity argument.
29486         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
29487         negative infinity argument.
29488         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
29489         negative infinity argument.
29490         * math/libm-test.inc (tgamma_test): Expect errno to be set for
29491         domain errors.
29493 2013-05-10  Florian Weimer  <fweimer@redhat.com>
29495         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
29496         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
29497         * iconv/iconv_prog.c (main): Likewise.
29498         * locale/programs/charmap-dir.c (charmap_readdir)
29499         (fopen_uncompressed): Likewise.
29500         * locale/programs/locfile.c (siblings_uncached)
29501         (write_locale_data): Use lstat64 instead of lstat.
29502         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
29503         stat.
29505 2013-05-10  Andreas Jaeger  <aj@suse.de>
29507         [BZ #15395]
29508         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
29509         localization.
29510         Include <locale.h>.
29512 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
29514         * elf/dl-close.c (_dl_close_worker): Add comments.
29516 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
29518         [BZ #15359]
29519         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
29520         high part of pi/2.
29521         (__ieee754_rem_pio2l): Update comments.
29523         [BZ #15429]
29524         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
29525         high part of pi/2.
29526         (__ieee754_rem_pio2l): Update comments.
29528         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
29529         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
29531         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
29532         M_PI_4l.
29534         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
29535         (M_PI_34_LOG10El): Likewise.
29536         (M_PI2_LOG10El): Likewise.
29537         (M_PI4_LOG10El): Likewise.
29538         (M_PI_LOG10El): Likewise.
29540 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29542         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29544 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
29546         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
29547         (MINUS_ZERO_INIT): Likewise.
29548         (PLUS_INFTY_INIT): Likewise.
29549         (MINUS_INFTY_INIT): Likewise.
29550         (QNAN_VALUE_INIT): Likewise.
29551         (MAX_VALUE_INIT): Likewise.
29552         (MIN_VALUE_INIT): Likewise.
29553         (MIN_SUBNORM_VALUE_INIT): Likewise.
29554         (plus_zero): Initialize with PLUS_ZERO_INIT.
29555         (minus_zero): Initialize with MINUS_ZERO_INIT.
29556         (plus_infty): Initialize with PLUS_INFTY_INIT.
29557         (minus_infty): Initialize with MINUS_INFTY_INIT.
29558         (qnan_value): Initialize with QNAN_VALUE_INIT.
29559         (max_value): Initialize with MAX_VALUE_INIT.
29560         (min_value): Initialize with MIN_VALUE_INIT.
29561         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
29563         * math/libm-test.inc (RUN_TEST_if_f): New macro.
29564         (jn_test): Use TEST_if_f instead of TEST_ff_f.
29565         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
29566         (yn_test): Use TEST_if_f instead of TEST_ff_f.
29568         * math/libm-test.inc (RUN_TEST_f_f): New macro.
29569         (RUN_TEST_2_f): Likewise.
29570         (RUN_TEST_ff_f): Likewise.
29571         (RUN_TEST_fi_f): Likewise.
29572         (RUN_TEST_fl_f): Likewise.
29573         (RUN_TEST_fff_f): Likewise.
29574         (RUN_TEST_c_f): Likewise.
29575         (RUN_TEST_f_f1): Likewise.
29576         (RUN_TEST_fF_f1): Likewise.
29577         (RUN_TEST_fI_f1): Likewise.
29578         (RUN_TEST_ffI_f1): Likewise.
29579         (RUN_TEST_c_c): Likewise.
29580         (RUN_TEST_cc_c): Likewise.
29581         (RUN_TEST_f_i): Likewise.
29582         (RUN_TEST_f_i_tg): Likewise.
29583         (RUN_TEST_ff_i_tg): Likewise.
29584         (RUN_TEST_f_b): Likewise.
29585         (RUN_TEST_f_b_tg): Likewise.
29586         (RUN_TEST_f_l): Likewise.
29587         (RUN_TEST_f_L): Likewise.
29588         (RUN_TEST_sincos): Likewise.
29589         * math/gen-libm-test.pl (new_test): Take new argument to indicate
29590         whether to show exceptions.  Do not include ");\n" in return
29591         value.
29592         (special_functions): Output call to RUN_TEST_sincos instead of
29593         check_float calls.  Update calls to new_test.
29594         (parse_args): Output call to single RUN_TEST_* macro instead of
29595         check_* calls and other assignments.  Update calls to new_test.
29597         [BZ #2546]
29598         [BZ #2560]
29599         [BZ #5159]
29600         [BZ #15426]
29601         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
29602         input to result for tgamma overflow.
29603         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
29604         (gamma_coeff): New variable.
29605         (NCOEFF): New macro.
29606         (gamma_positive): New function.
29607         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
29608         underflow here.  Use gamma_positive instead of exp (lgamma) for
29609         other arguments.
29610         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
29611         (gamma_coeff): New variable.
29612         (NCOEFF): New macro.
29613         (gammaf_positive): New function.
29614         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
29615         underflow here.  Use gamma_positive instead of exp (lgamma) for
29616         other arguments.
29617         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
29618         (gamma_coeff): New variable.
29619         (NCOEFF): New macro.
29620         (gammal_positive): New function.
29621         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
29622         underflow here.  Use gamma_positive instead of exp (lgamma) for
29623         other arguments.
29624         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
29625         (gamma_coeff): New variable.
29626         (NCOEFF): New macro.
29627         (gammal_positive): New function.
29628         (__ieee754_gammal_r): Handle positive infinity, overflow and
29629         underflow here.  Handle NaN the same as positive infinity.  Remove
29630         check x < 0xffffffff for negative integers.  Use gamma_positive
29631         instead of exp (lgamma) for other arguments.
29632         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
29633         (gamma_coeff): New variable.
29634         (NCOEFF): New macro.
29635         (gammal_positive): New function.
29636         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
29637         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
29638         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
29639         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
29640         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
29641         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
29642         * sysdeps/generic/math_private.h (__gamma_productf): New
29643         prototype.
29644         (__gamma_product): Likewise.
29645         (__gamma_productl): Likewise.
29646         * math/Makefile (libm-calls): Add gamma_product.
29647         * math/libm-test.inc (tgamma_test): Add more tests.
29648         * sysdeps/i386/fpu/libm-test-ulps: Update.
29649         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29651 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
29653         * benchtests/bench-skeleton.c (main): Preheat CPU.
29655 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
29657         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
29659 2013-05-07  Roland McGrath  <roland@hack.frob.com>
29661         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
29662         and _dl_skip_args_internal.
29664 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
29666         * manual/message.texi (Message Translation): Talk about users.
29667         Message to key mapping impacts design.
29669 2013-05-06  Roland McGrath  <roland@hack.frob.com>
29671         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
29673         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
29675         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
29676         * sysdeps/wordsize-64/glob64.c: ... here.
29678         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
29679         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
29680         New macros.
29682         * debug/getlogin_r_chk.c: Moved to ...
29683         * login/getlogin_r_chk.c: ... here.
29684         * debug/Makefile (routines): Move getlogin_r_chk to ...
29685         * login/Makefile (routines): ... here.
29686         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
29687         * login/Versions (libc: GLIBC_2.4): ... here.
29689         * io/poll.c (__poll): Renamed from poll.
29690         Add libc_hidden_def.
29691         (poll): Define as weak alias.
29693         * debug/ptsname_r_chk.c: Moved to ...
29694         * login/ptsname_r_chk.c: ... here.
29695         * debug/Makefile (routines): Move ptsname_r_chk to ...
29696         * login/Makefile (routines): ... here.
29697         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
29698         * login/Versions (libc: GLIBC_2.4): ... here.
29700         * posix/getlogin.c: Moved to ...
29701         * login/getlogin.c: ... here.
29702         * posix/getlogin_r.c: Moved to ...
29703         * login/getlogin_r.c: ... here.
29704         * posix/getlogin_r.c: Moved to ...
29705         * login/getlogin_r.c: ... here.
29706         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
29707         * login/Makefile (routines): ... here.
29708         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
29709         * login/Versions (libc: GLIBC_2.0): ... here.
29711         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
29712         (setrlimit): Define as weak alias.
29714         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
29715         Call __ names for open, ftruncate, and close.
29716         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
29717         (truncate): Define as weak alias.
29719 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
29721         * math/gen-libm-test.pl (parse_args): Initialize x before each
29722         test of frexp, modf and remquo.
29724         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
29725         test signgam value.
29727 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29729         [BZ #15418]
29730         [BZ #15419]
29731         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
29732         internal tests.
29733         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29735 2013-05-06  Roland McGrath  <roland@hack.frob.com>
29737         * elf/dl-writev.h: New file.
29738         * elf/dl-misc.c: Include it.
29739         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
29740         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
29742 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
29744         * math/libm-test.inc (noXFails): Remove variable.
29745         (noXPasses): Likewise.
29746         (BUILD_COMPLEX_INT): Remove macro.
29747         (print_screen): Remove xfail argument.
29748         (print_screen_max_error): Likewise.
29749         (update_stats): Likewise.
29750         (print_max_error): Likewise.  Update calls to other affected
29751         functions.
29752         (print_complex_max_error): Likewise.
29753         (test_single_exception): Update calls to print_screen.
29754         (test_single_errno): Likewise.
29755         (check_float_internal): Remove xfail argument.  Update calls to
29756         other affected functions.
29757         (check_float): Likewise.
29758         (check_complex): Likewise.
29759         (check_int): Likewise.
29760         (check_long): Likewise.
29761         (check_bool): Likewise.
29762         (check_longlong): Likewise.
29763         (main): Don't print noXFails and noXPasses.
29764         * math/gen-libm-test.pl (top level): Don't mention expected
29765         failure handling in comment.
29766         (new_test): Don't handle expected failures.
29767         (parse_args): Don't mention expected failure handling in comment.
29768         (generate_testfile): Don't handle expected failures.
29769         (parse_ulps): Likewise.
29770         (print_ulps_file): Likewise.
29771         (get_failure): Remove function.
29772         (output_test): Don't handle expected failures.
29773         * make/README.libm-test: Don't mention expected failure handling.
29775         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
29776         (minus_zero): Likewise.
29777         (plus_infty): Likewise.
29778         (minus_infty): Likewise.
29779         (qnan_value): Likewise.
29780         (max_value): Likewise.
29781         (min_value): Likewise.
29782         (min_subnorm_value): Likewise.
29783         (initialize): Do not initialize those variables dynamically.
29785 2013-05-03  Roland McGrath  <roland@hack.frob.com>
29787         * io/open.c (__open_2): Moved to ...
29788         * io/open_2.c: ... this new file.
29789         * io/open64.c (__open64_2): Moved to ...
29790         * io/open64_2.c: ... this new file.
29791         * io/openat.c (__openat_2): Moved to ...
29792         * io/openat_2.c: ... this new file.
29793         * io/openat64.c (__openat64_2): Moved to ...
29794         * io/openat64_2.c: ... this new file.
29795         * io/Makefile (routines): Add them.
29796         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
29797         * sysdeps/unix/sysv/linux/open_2.c: File removed.
29798         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
29799         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
29800         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
29801         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
29802         (__openat64): Add hidden_ver.
29803         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
29804         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
29806         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
29807         Separately conditionalize setting of GLRO(dl_sysinfo) so
29808         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
29809         as well, but the actual setting is only under [NEED_DL_SYSINFO].
29811 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29813         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
29814         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
29815         definition.
29816         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
29817         * sysdeps/unix/sysv/linux/powerpc/init-first.c
29818         (_libc_vdso_platform_setup): Add __vdso_time initialization.
29819         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
29820         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
29822 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
29824         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
29825         test signgam value.
29827         * math/libm-test.inc (hypot_test): Do not use
29828         IGNORE_ZERO_INF_SIGN.
29830 2013-05-03  Andreas Jaeger  <aj@suse.de>
29832         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
29833         Linux 3.9.
29834         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
29835         (PF_MAX): Adjust for VSOCK change.
29837 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29839         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29841 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
29843         [BZ #15264]
29844         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
29845         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
29846         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
29848 2013-05-02  David S. Miller  <davem@davemloft.net>
29850         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29852 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
29854         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
29856 2013-05-01  Roland McGrath  <roland@hack.frob.com>
29858         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
29860 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
29862         [BZ #14952]
29863         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
29864         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29865         Use __attribute__ ((__gnu_inline__)).
29866         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29867         Don't use __attribute__ ((__gnu_inline__)).
29869 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
29871         [BZ #15423]
29872         * math/s_catan.c (__catan): Handle small real or imaginary part of
29873         input specially to avoid spurious underflow.
29874         * math/s_catanf.c (__catanf): Likewise.
29875         * math/s_catanh.c (__catanh): Likewise.
29876         * math/s_catanhf.c (__catanhf): Likewise.
29877         * math/s_catanhl.c (__catanhl): Likewise.
29878         * math/s_catanl.c (__catanl): Likewise.
29879         * math/libm-test.inc (catan_test): Add more tests.
29880         (catanh_test): Likewise.
29881         * sysdeps/i386/fpu/libm-test-ulps: Update.
29882         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29884 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29886         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29888 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
29890         [BZ #15416]
29891         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
29892         accurately for denominator in atan2.
29893         * math/s_catanf.c (__catanf): Likewise.
29894         * math/s_catanh.c (__catanh): Likewise.
29895         * math/s_catanhf.c (__catanhf): Likewise.
29896         * math/s_catanhl.c (__catanhl): Likewise.
29897         * math/s_catanl.c (__catanl): Likewise.
29898         * math/libm-test.inc (catan_test): Add more tests.
29899         (catanh_test): Likewise.
29900         * sysdeps/i386/fpu/libm-test-ulps: Update.
29901         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29903 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
29905         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
29907         * benchtests/Makefile (bench): Remove slow benchmarks.
29908         * benchtests/atan-inputs: Add slow benchmark inputs.
29909         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
29910         (BENCH_FUNC): Accept variant offset.
29911         (VARIANT): Define.
29912         * benchtests/bench-skeleton.c (main): Run benchmark for each
29913         variant.
29914         * benchtests/cos-inputs: Add slow benchmark inputs.
29915         * benchtests/exp-inputs: Likewise.
29916         * benchtests/pow-inputs: Likewise.
29917         * benchtests/sin-inputs: Likewise.
29918         * benchtests/slowatan-inputs: Remove.
29919         * benchtests/slowatan.c: Remove.
29920         * benchtests/slowcos-inputs: Remove.
29921         * benchtests/slowcos.c: Remove.
29922         * benchtests/slowexp-inputs: Remove.
29923         * benchtests/slowexp.c: Remove.
29924         * benchtests/slowpow-inputs: Remove.
29925         * benchtests/slowpow.c: Remove.
29926         * benchtests/slowsin-inputs: Remove.
29927         * benchtests/slowsin.c: Remove.
29928         * benchtests/slowtan-inputs: Remove.
29929         * benchtests/slowtan.c: Remove.
29930         * benchtests/tan-inputs: Add slow benchmark inputs.
29931         * scripts/bench.pl: Parse comments and directives.
29933         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
29934         in CPPFLAGS.
29935         ($(objpfx)bench-%.c): Remove *-ITER.
29936         * benchtests/bench-modf.c: Remove definition of ITER.
29937         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
29938         (main): Loop for DURATION seconds instead of fixed number of
29939         iterations.
29940         * scripts/bench.pl: Don't expect iterations in parameters.
29942 2013-04-29  Roland McGrath  <roland@hack.frob.com>
29944         * io/fchdir.c (__fchdir): Renamed from fchdir.
29945         (fchdir): Define as weak alias.
29947 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
29949         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
29950         (ERRNO_EDOM): Likewise.
29951         (ERRNO_ERANGE): Likewise.
29952         (noErrnoTests): New variable.
29953         (init_max_error): Set errno to 0.
29954         (test_single_errno): New function.
29955         (test_errno): Likewise.
29956         (check_float_internal): Call test_errno.  Set errno to 0.
29957         (check_complex): Refer to errno tests in comment.
29958         (check_int): Call test_errno.  Set errno to 0.
29959         (check_long): Likewise.
29960         (check_bool): Likewise.
29961         (check_longlong): Likewise.
29962         (cos_test): Use ERRNO_* flags for errno tests instead of
29963         check_int.
29964         (expm1_test): Likewise.
29965         (fmod_test): Likewise.
29966         (ilogb_test): Likewise.
29967         (lgamma_test): Likewise.
29968         (pow_test): Likewise.
29969         (remainder_test): Likewise.
29970         (sin_test): Likewise.
29971         (tan_test): Likewise.
29972         (yn_test): Likewise.
29973         (initialize): Set errno to 0.
29974         (main): Print number of errno tests.
29975         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
29977 2013-04-29  Andreas Jaeger  <aj@suse.de>
29979         [BZ #15084]
29980         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
29981         and RES_USEVC.
29983         [BZ #15085]
29984         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
29985         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
29986         unimplemented.
29988         [BZ #15380]
29989         * stdlib/random.c (__initstate): Return NULL if
29990         __initstate fails.
29992         [BZ #15086]
29993         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
29994         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
29995         RES_SNGLKUPREOP.
29997 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29999         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30001 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30003         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
30004         of individual tests.
30005         (casin_test): Likewise.
30006         (casinh_test): Likewise.
30008 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
30010         [BZ #15409]
30011         * math/s_catan.c (__catan): Handle arguments with large real or
30012         imaginary part separately without squaring.
30013         * math/s_catanf.c (__catanf): Likewise.
30014         * math/s_catanh.c (__catanh): Likewise.
30015         * math/s_catanhf.c (__catanhf): Likewise.
30016         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30017         and redefine.
30018         (__catanhl): Handle arguments with large real or imaginary part
30019         separately without squaring.
30020         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30021         and redefine.
30022         (__catanl): Handle arguments with large real or imaginary part
30023         separately without squaring.
30024         * math/libm-test.inc (catan_test): Add more tests.
30025         (catanh_test): Likewise.
30026         * sysdeps/i386/fpu/libm-test-ulps: Update.
30027         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30029 2013-04-27  Andreas Jaeger  <aj@suse.de>
30031         [BZ #15007]
30032         * stdlib/stdlib.h: Update guards for qecvt.
30033         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
30034         <stdlib.h>.
30036 2013-04-27  Allan McRae  <allan@archlinux.org>
30038         * sysdeps/i386/fpu/libm-test-ulps: Update.
30040 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
30042         [BZ #15406]
30043         * math/s_catan.c: Include <float.h>.
30044         (__catan): Ensure underflow exception occurs for underflowed
30045         result.
30046         * math/s_catanf.c: Include <float.h>.
30047         (__catanf): Ensure underflow exception occurs for underflowed
30048         result.
30049         * math/s_catanh.c: Include <float.h>.
30050         (__catanh): Ensure underflow exception occurs for underflowed
30051         result.
30052         * math/s_catanhf.c: Include <float.h>.
30053         (__catanhf): Ensure underflow exception occurs for underflowed
30054         result.
30055         * math/s_catanhl.c: Include <float.h>.
30056         (__catanhl): Ensure underflow exception occurs for underflowed
30057         result.
30058         * math/s_catanl.c: Include <float.h>.
30059         (__catanl): Ensure underflow exception occurs for underflowed
30060         result.
30061         * math/libm-test.inc (catan_test): Add more tests.
30062         (catanh_test): Likewise.
30064         [BZ #15405]
30065         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
30066         underflowed result.
30067         * math/s_ccoshf.c (__ccoshf): Likewise.
30068         * math/s_ccoshl.c (__ccoshl): Likewise.
30069         * math/s_csin.c (__csin): Likewise.
30070         * math/s_csinf.c (__csinf): Likewise.
30071         * math/s_csinh.c (__csinh): Likewise.
30072         * math/s_csinhf.c (__csinhf): Likewise.
30073         * math/s_csinhl.c (__csinhl): Likewise.
30074         * math/s_csinl.c (__csinl): Likewise.
30075         * math/libm-test.inc (ccos_test): Add more tests.
30076         (ccosh_test): Likewise.
30077         (csin_test): Likewise.
30078         (csinh_test): Likewise.
30080 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30082         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
30083         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
30084         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
30085         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
30086         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
30087         powerpc/power5+/fpu folders.
30088         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
30091 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
30093         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30095 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
30097         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
30098         additions to variable.
30099         [$(config-machine) = x86_64] (modules-names): Likewise.
30100         ($(objpfx)tst-audit3): Remove dependency.
30101         ($(objpfx)tst-audit3.out): Likewise.
30102         ($(objpfx)tst-audit4): Likewise.
30103         ($(objpfx)tst-audit4.out): Likewise.
30104         ($(objpfx)tst-audit5): Likewise.
30105         ($(objpfx)tst-audit5.out): Likewise.
30106         ($(objpfx)tst-audit6): Likewise.
30107         ($(objpfx)tst-audit6.out): Likewise.
30108         ($(objpfx)tst-audit7): Likewise.
30109         ($(objpfx)tst-audit7.out): Likewise.
30110         (tst-audit3-ENV): Remove variable.
30111         (tst-audit4-ENV): Likewise.
30112         (tst-audit5-ENV): Likewise.
30113         (tst-audit6-ENV): Likewise.
30114         (tst-audit7-ENV): Likewise.
30115         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
30116         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
30117         addition to variable.
30118         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
30119         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
30120         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
30121         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
30122         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
30123         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
30124         tst-audit3, tst-audit4 and tst-audit5.
30125         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
30126         tst-audit6 and tst-audit7.
30127         [$(subdir) = elf] (modules-names): Add audit modules for those
30128         tests.
30129         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
30130         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
30131         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
30132         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
30133         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
30134         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
30135         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
30136         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
30137         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
30138         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
30139         [$(subdir) = elf] (tst-audit3-ENV): New variable.
30140         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
30141         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
30142         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
30143         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
30144         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
30145         Likewise.
30146         [$(subdir) = elf && $(config-cflags-avx) = yes]
30147         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
30148         [$(subdir) = elf && $(config-cflags-avx) = yes]
30149         (CFLAGS-tst-auditmod4a.c): Likewise.
30150         [$(subdir) = elf && $(config-cflags-avx) = yes]
30151         (CFLAGS-tst-auditmod4b.c): Likewise.
30152         [$(subdir) = elf && $(config-cflags-avx) = yes]
30153         (CFLAGS-tst-auditmod6b.c): Likewise.
30154         [$(subdir) = elf && $(config-cflags-avx) = yes]
30155         (CFLAGS-tst-auditmod6c.c): Likewise.
30156         [$(subdir) = elf && $(config-cflags-avx) = yes]
30157         (CFLAGS-tst-auditmod7b.c): Likewise.
30158         * elf/tst-audit3.c: Move to ...
30159         * sysdeps/x86_64/tst-audit3.c: ... here.
30160         * elf/tst-audit4.c: Move to ...
30161         * sysdeps/x86_64/tst-audit4.c: ... here.
30162         * elf/tst-audit5.c: Move to ...
30163         * sysdeps/x86_64/tst-audit5.c: ... here.
30164         * elf/tst-audit6.c: Move to ...
30165         * sysdeps/x86_64/tst-audit6.c: ... here.
30166         * elf/tst-audit7.c: Move to ...
30167         * sysdeps/x86_64/tst-audit7.c: ... here.
30168         * elf/tst-auditmod3a.c: Move to ...
30169         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
30170         * elf/tst-auditmod3b.c: Move to ...
30171         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
30172         * elf/tst-auditmod4a.c: Move to ...
30173         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
30174         * elf/tst-auditmod4b.c: Move to ...
30175         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
30176         * elf/tst-auditmod5a.c: Move to ...
30177         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
30178         * elf/tst-auditmod5b.c: Move to ...
30179         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
30180         * elf/tst-auditmod6a.c: Move to ...
30181         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
30182         * elf/tst-auditmod6b.c: Move to ...
30183         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
30184         * elf/tst-auditmod6c.c: Move to ...
30185         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
30186         * elf/tst-auditmod7a.c: Move to ...
30187         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
30188         * elf/tst-auditmod7b.c: Move to ...
30189         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
30191 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
30193         [BZ #15366]
30194         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
30195         define unconditionally.
30196         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
30197         define unconditionally.
30198         (INT8_C, INT16_C, etc.): Likewise.
30200 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
30202         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
30203         __ehdr_start with hidden visibility.
30205         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
30207 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
30209         * math/libm-test.inc (cos_test): Use accurate hex constants.
30210         (sincost_test): Likewise.
30212 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
30214         * math/libm-test.inc (catan_test): Add more tests.
30215         (catanh_test): Likewise.
30217         * math/s_catanf.c (__catanf): Use suffixed floating-point
30218         constants.
30219         * math/s_catanhf.c (__catanhf): Likewise.
30220         * math/s_catanhl.c (__catanhl): Likewise.
30221         * math/s_catanl.c (__catanl): Likewise.
30223         [BZ #15394]
30224         * math/s_catan.c (__catan): Calculate imaginary part of result
30225         with log1p not log unless computing log of number close to 0.
30226         * math/s_catanf.c (__catanf): Likewise.
30227         * math/s_catanl.c (__catanl): Likewise.
30228         * math/s_catanh.c (__catanh): Calculate real part of result with
30229         log1p not log unless computing log of number close to 0.
30230         * math/s_catanhf.c (__catanhf): Likewise.
30231         * math/s_catanhl.c (__catanhl): Likewise.
30232         * math/libm-test.inc (catan_test): Add more tests.
30233         (catanh_test): Likewise.
30234         * sysdeps/i386/fpu/libm-test-ulps: Update.
30235         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30237 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
30239         * benchtests/Makefile: Mention files in which fast and slow
30240         paths of math functions are implemented.
30242 2013-04-23  Roland McGrath  <roland@hack.frob.com>
30244         * sysdeps/posix/timespec_get.c: New file.
30246 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30248         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
30249         POWER.
30250         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
30251         for POWER.
30252         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
30253         powerpc/power5/fpu folders.
30254         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
30255         * benchtests/Makefile: Add modf testcase.
30256         * benchtests/bench-modf.c: New file: Benchmark test for mo
30258 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
30260         [BZ #14888]
30261         * time/Makefile (tests): Add tst-strptime-whitespace.
30262         * time/strptime_l.c (get_number): Use ISSPACE.
30263         (__strptime_internal): Likewise.
30264         * time/tst-strptime-whitespace.c: New test case.
30266 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
30268         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
30269         member.
30270         (_nss_files_init): Set it here.
30272 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
30274         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
30275         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
30276         unsigned.
30278 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
30280         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
30282 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
30284         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
30285         size just once.
30287 2013-04-21  David S. Miller  <davem@davemloft.net>
30289         * po/ru.po: Update Russion translation from translation project.
30291 2013-04-17  Adam Conrad  <adconrad@0c3.net>
30293         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
30294         and setfsgid.
30296 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
30298         * configure.in: Remove i386 configure warning. Remove i386 case.
30299         * configure: Regenerate.
30300         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
30301         Add example to error message.
30302         * sysdeps/i386/configure: Regenerate.
30304 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30306         * benchtests/Makefile (bench): Add cos, tan, slowcos and
30307         slowtan.
30308         * benchtests/cos-inputs: New file.
30309         * benchtests/slowcos-inputs: New file.
30310         * benchtests/slowcos.c: New file.
30311         * benchtests/slowtan-inputs: New file.
30312         * benchtests/slowtan.c: New file.
30313         * benchtests/tan-inputs: New file.
30315 2013-04-16  Roland McGrath  <roland@hack.frob.com>
30317         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
30318         considered kosher.
30320 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30322         * benchtests/Makefile: Include cppflags-iterator.mk to add
30323         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
30325         * Makefile.in (bench-clean): New target.
30326         * benchtests/Makefile (bench-clean): Likewise.
30328 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
30330         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
30332 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
30334         * stdio-common/tstdiomisc.c: Fix coding-style violation.
30336 2013-04-15  Andreas Schwab  <schwab@suse.de>
30338         * nscd/grpcache.c (cache_addgr): Properly check for short write.
30339         * nscd/initgrcache.c (addinitgroupsX): Likewise.
30340         * nscd/pwdcache.c (cache_addpw): Likewise.
30341         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
30342         more than recsize.
30344 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30346         * benchtests/Makefile (bench): Write all output to
30347         bench-out.tmp together.
30349 2013-04-15  Andreas Schwab  <schwab@suse.de>
30351         * nscd/nscd.c (main): Don't fork again after closing files.
30353 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30355         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
30357         * benchtests/Rules (bench-deps): Collect dependencies into a
30358         single variable.  Add Makefile to dependencies.
30359         ($(objpfx)bench-%.c): Depend on bench-deps.
30361 2013-04-12  Roland McGrath  <roland@hack.frob.com>
30362             Xavier Roche  <roche+kml2@exalead.com>
30364         [BZ #15361]
30365         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
30366         just that it's a file descriptor.
30367         * manual/llio.texi (Synchronizing AIO Operations): Update description
30368         for EBADF error from aio_fsync.
30370 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
30372         * Rules (bench): Move target definition...
30373         * benchtests/Makefile: ... here.
30375 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
30377         * math/libm-test.inc (cos_test): Fix PI/2 test.
30378         (sincos_test): Likewise.
30379         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
30380         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
30382 2013-04-11  Andreas Schwab  <schwab@suse.de>
30384         [BZ #13988]
30385         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
30386         accept exponent character only when digits were seen.
30387         * stdio-common/Makefile (tests): Add bug26.
30388         * stdio-common/bug26.c: New file.
30390         [BZ #14293]
30391         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
30392         non-freeable.
30394 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30396         * Makeconfig (rtld-prefix): Define built linker prefix.
30397         * Rules (run-bench): Use it.
30398         * math/Makefile (run-regen-ulps): Likewise.
30400         * Rules (bench): Remove eval.
30402 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30403             Roland McGrath  <roland@hack.frob.com>
30404             Ondrej Bilka  <neleai@seznam.cz>
30406         [BZ #15346]
30407         * time/getdate.c: Include ctype.h and alloca.h.
30408         (__getdate_r): Trim leading and trailing spaces of input.
30409         * time/tst-getdate.c (tests): Add tests with leading and
30410         trailing spaces.
30412 2013-04-08  Roland McGrath  <roland@hack.frob.com>
30414         [BZ #14280]
30415         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
30416         when computing value.
30418 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30420         * math/README.libm-test (How can I generate "libm-test-ulps"?):
30421         Use testrun.sh to run libm tests.
30423         [BZ #15309]
30424         * elf/dl-open.c (dl_open_worker): memset all of seen array.
30426 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
30428         [BZ #15264]
30429         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
30431 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30433         * Makefile.in (regen-ulps): New target.
30434         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
30435         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
30436         [ifneq (no,$(PERL)] (regen-ulps): New target.
30437         [ifeq (no,$(PERL)] (regen-ulps): New target.
30438         * math/libm-test.inc (ulps_file_name): Define.
30439         (output_dir): New variable.
30440         (options): Add "output-dir" option.
30441         (parse_opt): Handle 'o' case.
30442         (main): If output_dir is non-NULL use it as a prefix
30443         otherwise use "".
30444         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
30446 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30448         [BZ #10060, #10062]
30449         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
30450         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
30451         fail configure if __sync_val_compare_and_swap is not inlined.
30452         * sysdeps/i386/configure: Regenerate.
30453         * configure.in: Build for i686 when configured for i386.
30454         * configure: Regenerate.
30455         * README: Remove i386 reference.
30457 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30459         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
30460         * sysdeps/s390/s390-64/sysdep.h: Likewise.
30462 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
30464         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
30465         (lmsnanval): New variables.
30466         (F): Add conversion tests.
30467         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
30468         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
30470         * stdio-common/tstdiomisc.c (F): Properly collect individual
30471         tests' results.
30473         [BZ #14686, #15336]
30474         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
30475         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
30476         Instead, use input NaN values or generate a qNaN by arithmetic
30477         operation.  Also fix bugs to comply with the standard.
30478         * math/libm-test.inc (remainder_test): Add more tests.
30480         [BZ #15335, #15342]
30481         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
30482         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
30483         input NaN values or generate a qNaN by arithmetic operation.
30485         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
30486         unreachable code.
30488         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
30489         definitions.
30491 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
30493         [BZ #14478]
30494         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
30495         underflowed result.
30496         * math/s_cexpf.c (__cexpf): Likewise.
30497         * math/s_cexpl.c (__cexpl): Likewise.
30498         * math/libm-test.inc (cexp_test): Add more tests.
30500 2013-04-03  Andreas Schwab  <schwab@suse.de>
30502         [BZ #15330]
30503         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
30504         order arrays from heap if bigger than alloca cutoff.
30506 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
30508         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
30509         (SNAN_TESTS_double): Refer to GCC PR56831.
30510         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
30511         GCC PR56828.
30513 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
30515         * Rules (bench): Move bench.out after the run is complete.
30517         * Rules (bench): Echo currently running benchmark.
30519         * benchtests/Makefile (bench): Add atan and slowatan.
30520         * benchtests/atan-inputs: New file.
30521         * benchtests/slowatan-inputs: New file.
30522         * benchtests/slowatan.c: New file.
30524         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
30525         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
30526         its value.
30528         [BZ #15305]
30529         * sysdeps/unix/sysv/linux/kernel-features.h
30530         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
30531         __ASSUME_XFS_RESTRICTED_CHOWN.
30532         * sysdeps/unix/sysv/linux/pathconf.c
30533         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
30534         Save and restore errno.
30536 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
30538         [BZ #15327]
30539         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
30540         arguments using __kernel_casinh.
30541         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
30542         arguments using __kernel_casinhf.
30543         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
30544         arguments using __kernel_casinhl.
30545         * math/libm-test.inc (cacosh_test): Add more tests.
30546         * sysdeps/i386/fpu/libm-test-ulps: Update.
30547         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30549 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30551         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
30552         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
30554         * bench/Makefile (bench): Add sin and slowsin.
30555         * benchtests/sin-inputs: New file.
30556         * benchtests/slowsin-inputs: New file.
30557         * benchtests/slowsin.c: New file.
30559         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
30560         (bench): Add slowexp and slowpow.
30561         (exp-ITER): Increase iterations.
30562         (pow-ITER): Likewise.
30563         * benchtests/exp-inputs: Change input.
30564         * benchtests/pow-inputs: Likewise.
30565         * benchtests/slowexp-inputs: New file.
30566         * benchtests/slowexp.c: New file.
30567         * benchtests/slowpow-inputs: New file.
30568         * benchtests/slowpow.c: New file.
30570 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30572         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
30573         instructions.
30574         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
30575         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
30576         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
30577         * benchtests/Makefile: Add rint benchtest.
30578         * benchtests/rint-inputs: Input for rint benchtest.
30580 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
30582         * Versions.def (libm): Add GLIBC_2.18.
30583         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
30584         hidden libm prototypes.
30585         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
30586         * math/Makefile (libm-calls): Add s_issignaling.
30587         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
30588         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
30589         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
30590         declaration.
30591         * math/math.h [__USE_GNU] (issignaling): New macro.
30592         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
30593         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
30594         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
30595         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
30596         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
30597         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
30598         * manual/arith.texi (issignaling): New section.
30599         * manual/libm-err-tab.pl (@all_functions): Update comment.
30600         * math/gen-libm-test.pl (parse_args): Apply special handling for
30601         issignaling.
30602         * math/libm-test.inc (print_float, issignaling_test): New
30603         functions.
30604         (check_float_internal): Add issignaling checks.
30605         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
30606         default definition.
30607         * sysdeps/powerpc/math-tests.h: New file.
30608         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
30609         tests.
30610         * math/test-snan.c (TEST_FUNC): Likewise.
30612 2013-03-30  David S. Miller  <davem@davemloft.net>
30614         * po/de.po: Update from translation team.
30616 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
30618         [BZ #10357]
30619         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30620         imaginary part less than 1.0 and real part less than 0.5
30621         specially.
30622         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30623         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30624         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
30625         (cacos_test): Add more tests.
30626         (casin_test): Likewise.
30627         (casinh_test): Likewise.
30628         * sysdeps/i386/fpu/libm-test-ulps: Update.
30629         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30631 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30633         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
30634         ONE with its value.
30636         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
30637         (__pow_mp): Replace ONE and MONE with their values.
30638         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30639         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
30640         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30641         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
30642         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30643         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30645         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
30647         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
30648         (__pow_mp): Replace ZERO and MZERO with their values.
30649         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30650         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30651         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30652         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30653         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30654         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
30655         (__sqr): Likewise.
30657         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
30659         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
30661 2013-03-28  Roland McGrath  <roland@hack.frob.com>
30663         * include/stdlib.h [!SHARED] (__call_tls_dtors):
30664         Declare with __attribute__ ((weak)).
30665         * stdlib/exit.c (__libc_atexit) [!SHARED]:
30666         Call __call_tls_dtors only if it's not NULL.
30668 2013-03-28  Roland McGrath  <roland@hack.frob.com>
30670         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
30671         didn't do it already, then set _dl_phdr and _dl_phnum based on the
30672         magic __ehdr_start linker symbol if it's defined.
30673         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
30674         them up here if it was already done.
30676         * elf/dl-support.c (_dl_phdr): Make pointer to const.
30677         (_dl_aux_init): Use const in cast when setting it.
30678         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
30679         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
30680         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
30682         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
30683         Declare them here.
30684         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
30685         * csu/libc-tls.c: Nor here.
30686         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
30688         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
30689         (__libc_message): Never call vsyslog.
30691 2013-03-28  Alan Modra  <amodra@gmail.com>
30693         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
30694         Define as empty.
30695         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
30696         Likewise.
30698 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30700         [BZ #15214]
30701         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
30702         underflow.
30703         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30705 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30707         [BZ #15304]
30708         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
30709         Don't add gid passed as argument.
30711         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
30713 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
30715         [BZ #15307]
30716         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30717         imaginary part between 1.0 and 1.5 and real part less than 0.5
30718         specially.
30719         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30720         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30721         * math/libm-test.inc (cacos_test): Add more tests.
30722         (casin_test): Likewise.
30723         (casinh_test): Likewise.
30724         * sysdeps/i386/fpu/libm-test-ulps: Update.
30725         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30727 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30729         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
30730         constants.
30731         (norm): Likewise.
30732         (denorm): Likewise.
30733         (__dbl_mp): Likewise.
30734         (add_magnitudes): Likewise.
30735         (sub_magnitudes): Likewise.
30736         (__add): Likewise.
30737         (__sub): Likewise.
30738         (__mul): Likewise.
30739         (__sqr): Likewise.
30740         (__inv): Likewise.
30741         (__dvd): Likewise.
30743         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
30744         commented code.
30745         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
30746         (__dubcos): Likewise.
30747         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
30748         (__ieee754_acos): Likewise.
30749         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30750         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
30751         (__exp1): Likewise.
30752         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30753         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
30754         (log1): Likewise.
30755         (my_log2): Likewise.
30756         (checkint): Likewise.
30757         * sysdeps/ieee754/dbl-64/e_remainder.c
30758         (__ieee754_remainder): Likewise.
30759         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30760         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
30761         (bsloww): Likewise.
30762         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30764         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30765         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
30766         MANTISSA_STORE_T to store computations on mantissa.  Use
30767         macros for rounding and division.
30768         (denorm): Likewise.
30769         (__dbl_mp): Likewise.
30770         (add_magnitudes): Likewise.
30771         (sub_magnitudes): Likewise.
30772         (__mul): Likewise.
30773         (__sqr): Likewise.
30774         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
30775         powers of two in terms of TWOPOW macro.
30776         (mp_no): Make type of mantissa as MANTISSA_T.
30777         [!RADIXI]: Define RADIXI.
30778         [!TWO52]: Define TWO52.
30779         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30781 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30783         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
30784         llroundl symbol when building for PPC32.
30786 2013-03-24  Mark H Weaver  <mhw@netris.org>
30788         * manual/arith.texi (Normalization Functions): Fix prototypes for
30789         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
30791 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30793         [BZ #13889]
30794         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
30795         high value to check if expl overflow.
30796         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
30797         to check for underflow and overflow.
30798         * math/libm-test.inc: Add exp test.
30800 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
30802         [BZ #11120]
30803         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
30804         with NOT_IN_libc.
30806 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30808         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
30809         symbol.
30811 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
30813         * math/gen-libm-test.pl (parse_args, special_functions): Properly
30814         wrap blocks consisting of several statements.
30816         * sysdeps/generic/math-tests.h: New file.
30817         * sysdeps/i386/fpu/math-tests.h: Likewise.
30818         * math/test-snan.c: Include it.
30819         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
30821 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
30823         [BZ #15285]
30824         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
30825         (__ieee754_j0l): Do not improve calculations using cos of twice
30826         input for inputs above LDBL_MAX / 2.0L.
30827         (__ieee754_y0l): Likewise.
30828         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
30829         (__ieee754_j1l): Do not improve calculations using cos of twice
30830         input for inputs above LDBL_MAX / 2.0L.
30831         (__ieee754_y1l): Likewise.
30832         * math/libm-test.inc (j0_test): Add another test.
30833         (j1_test): Likewise.
30834         (y0_test): Likewise.
30835         (y1_test): Likewise.
30836         * sysdeps/i386/fpu/libm-test-ulps: Update.
30838 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30840         * Rules ($(objpfx)bench-%.c): Include code from a C source
30841         file.
30843 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
30845         [BZ #15287]
30846         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30847         imaginary part 1.0 and real part less than 0.5 specially.
30848         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30849         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30850         * math/libm-test.inc (cacos_test): Add more tests.
30851         (casin_test): Likewise.
30852         (casinh_test): Likewise.
30853         * sysdeps/i386/fpu/libm-test-ulps: Update.
30854         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30856 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30858         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
30859         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
30861 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
30863         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
30864         * config.make.in (config-cflags-sse4): Remove variable.
30865         (config-cflags-avx): Likewise.
30866         (config-cflags-sse2avx): Likewise.
30867         (config-cflags-novzeroupper): Likewise.
30868         (config-asflags-i686): Likewise.
30869         (have-mfma4): Likewise.
30870         (have-as-vis3): Likewise.
30871         (MIG): Likewise.
30872         * configure.in (MIG): Do not AC_SUBST.
30873         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
30874         (libc_cv_cc_sse4): Do not AC_SUBST.
30875         (libc_cv_cc_avx): Likewise.
30876         (libc_cv_cc_sse2avx): Likewise.
30877         (libc_cv_cc_novzeroupper): Likewise.
30878         (libc_cv_cc_fma4): Likewise.
30879         (libc_cv_as_i686): Likewise.
30880         (libc_cv_sparc_as_vis3): Likewise.
30881         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
30882         LIBC_CONFIG_VAR.
30883         (config-asflags-i686): Likewise.
30884         (config-cflags-avx): Likewise.
30885         (config-cflags-sse2avx): Likewise.
30886         (have-mfma4): Likewise.
30887         (config-cflags-novzeroupper): Likewise.
30888         * sysdeps/mach/configure.in (MIG): Likewise.
30889         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
30890         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
30891         LIBC_CONFIG_VAR.
30892         (config-cflags-avx): Likewise.
30893         (config-cflags-sse2avx): Likewise.
30894         (have-mfma4): Likewise.
30895         (config-cflags-novzeroupper): Likewise.
30896         * configure: Regenerated.
30897         * sysdeps/i386/configure: Likewise.
30898         * sysdeps/mach/configure: Likewise.
30899         * sysdeps/sparc/configure: Likewise.
30900         * sysdeps/x86_64/configure: Likewise.
30902 2013-03-20  Roland McGrath  <roland@hack.frob.com>
30904         [BZ #14812]
30905         * locale/programs/localedef.c (options): Put N_ translation marker
30906         on argument names, not just descriptions.
30908 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30910         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
30912 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
30914         [BZ #14176]
30915         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
30917 2013-03-19  Roland McGrath  <roland@hack.frob.com>
30919         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
30920         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
30921         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
30922         [!BEFORE_ABORT] (before_abort): New function.
30923         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
30924         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
30925         (writev_for_fatal): New function.
30926         (WRITEV_FOR_FATAL): New macro; call that.
30927         (backtrace_and_maps): New function.
30928         (BEFORE_ABORT): New macro; call that.
30929         (struct str_list): Type removed.
30930         (__libc_message, __libc_fatal): Functions removed.
30931         Include <sysdeps/posix/libc_fatal.c> instead.
30933 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
30935         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
30936         constants.
30937         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
30938         double constants.
30940 2013-03-19  Andreas Schwab  <schwab@suse.de>
30942         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
30943         * sysdeps/gnu/configure: Regenerate.
30945         * configure.in: Substitute libc_cv_rtlddir.
30946         * configure: Regenerate.
30947         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
30948         * Makeconfig (rtlddir, inst_rtlddir): New variables.
30949         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
30950         * elf/Makefile (install-others, CFLAGS-interp.c)
30951         (ldso_install, common-ldd-rewrite): Likewise.
30952         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
30953         $(inst_slibdir)/$(rtld-installed-name).
30954         * scripts/rellns-sh: Add -p option.
30955         * Makerules (make-shlib-link): Use rellns-sh to get relative name
30956         for source.
30958 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30960         * manual/nptl.texi: Renamed to ...
30961         * manual/threads.texi: ... this.
30962         * manual/Makefile (chapters): Update.
30964 2013-03-18  Roland McGrath  <roland@hack.frob.com>
30966         [BZ #14812]
30967         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
30968         on argument names, not just descriptions.
30969         * malloc/memusagestat.c (options): Likewise.
30970         * nss/getent.c (options): Likewise.
30972 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
30974         [BZ #14812]
30975         * iconv/iconv_prog.c (options): Put N_ translation marker
30976         on argument names, not just descriptions.
30977         * iconv/iconvconfig.c (options): Likewise.
30979 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
30981         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
30982         implementation which is faster on all x86_64 architectures.
30983         Tested on AMD, Intel Nehalem, SNB, IVB.
30984         * sysdeps/x86_64/strnlen.S: Likewise.
30986         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
30987         Remove all multiarch strlen and strnlen versions.
30988         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
30989         Remove strlen and strnlen related parts.
30991         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
30992         Inline strlen part.
30993         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
30995         * sysdeps/x86_64/multiarch/strlen.S: Remove.
30996         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
30997         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
30998         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
30999         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
31000         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
31002 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
31004         * manual/memory.texi (Malloc Tunable Parameters):
31005         Sort parameters alphabetically. Add comments for missing entries.
31007 2013-03-17  David S. Miller  <davem@davemloft.net>
31009         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31011 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
31013         [BZ #15283]
31014         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
31015         for arguments at most half maximum finite value.
31016         * math/libm-test.inc (j0_test): Add more tests.
31017         (j1_test): Likewise.
31018         (y0_test): Likewise.
31019         (y1_test): Likewise.
31020         * sysdeps/i386/fpu/libm-test-ulps: Update.
31021         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31023         [BZ #14155]
31024         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
31025         1 / x and functions P and Q for arguments above 0x1p256L.
31026         (__ieee754_y0l): Likewise.
31027         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
31028         (__ieee754_y1l): Likewise.
31029         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
31030         (j1_test): Likewise.
31031         (y0_test): Likewise.
31032         (y1_test): Likewise.
31034 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
31036         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
31037         variable.
31039 2013-03-15  Roland McGrath  <roland@hack.frob.com>
31041         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
31042         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
31043         zero since it's initialized to EXEC_PAGESIZE.
31045         * sysdeps/unix/sysv/linux/ldsodefs.h
31046         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
31047         * sysdeps/generic/ldsodefs.h: ... here.
31049 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
31051         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
31053         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
31054         math/test-snan.c.
31055         * math/test-snan.c: Renamed from
31056         sysdeps/powerpc/fpu/test-powerpc-snan.c.
31057         * math/Makefile (tests): Add test-snan.
31058         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
31059         test-powerpc-snan.
31061         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
31062         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
31063         functions.
31064         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
31065         __builtin_nan family of functions.
31066         * math/libm-test.inc (initialize): Initialize qnan_value with
31067         __builtin_nan family of functions.
31068         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
31069         Remove variables.
31070         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
31071         Remove functions.
31072         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
31073         storage class.  Initialize qNaN_var and sNaN_var with
31074         __builtin_nan and __builtin_nans families of functions,
31075         respectively.
31077         * math/libm-test.inc (acosh_test): Also test with qNaN input.
31078         (sqrt_test): Remove duplicate test with qNaN input.
31079         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
31080         (round_test, signbit_test, significand_test): Note missing +/-Inf
31081         as well as qNaN tests.
31083         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
31084         qNaN_var.  Fix a few strings, too.
31085         * math/libm-test.inc (nan_value): Rename to qnan_value.
31086         * math/gen-libm-test.pl (%beautify): Adjust to that.
31087         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
31088         * math/test-misc.c (main): Likewise.
31089         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
31090         to __qnan_bytes, and __qnan_union, respectively.
31091         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
31092         Likewise.
31093         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
31094         and lqnanval, respectively.
31095         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
31096         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
31097         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
31098         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
31100         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
31101         * math/test-misc.c (main) [__x86_64__]: Enable test for long
31102         doubles.
31104         * math/test-misc.c (main): Fix copy'n'pastos.
31105         * misc/tst-efgcvt.c (special): Likewise.
31107         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
31108         Remove declarations.
31110 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31112         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
31113         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
31114         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
31115         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
31117 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31119         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
31120         macro to return vdso values correctly in IFUNC implementations.
31121         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
31122         Optimization by using IFUNC.
31124 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31125             Richard Henderson  <rth@redhat.com>
31126             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31128         * Makefile.in (bench): New target.
31129         * NEWS: Mention the benchmark framework.
31130         * Rules (bench): Likewise.
31131         (binaries-bench): Generate binaries for functions to
31132         benchmark.
31133         * benchtests/Makefile: New makefile for benchmark tests.
31134         * benchtests/bench-skeleton.c: New skeleton file for benchmark
31135         programs.
31136         * benchtests/exp-inputs: New input file for EXP function.
31137         * benchtests/pow-inputs: New input file for POW function.
31138         * scripts/bench.pl: New script to generate source files for
31139         benchmark programs.
31141 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31143         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31144         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
31145         computations on mantissa.  Use macros for rounding and
31146         division.
31147         (denorm): Likewise.
31148         (__dbl_mp): Likewise.
31149         (add_magnitudes): Likewise.
31150         (sub_magnitudes): Likewise.
31151         (__mul): Likewise.
31152         (__sqr): Likewise.
31153         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31154         powers of two in terms of TWOPOW macro.
31155         (mp_no): Make type of mantissa as MANTISSA_T.
31156         [!RADIXI]: Define RADIXI.
31157         [!TWO52]: Define TWO52.
31158         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31160         * manual/nptl.texi (cindex): Modify threads to pthreads.
31162 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
31164         * sysdeps/x86_64/preconfigure: Regenerated.
31166 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
31168         [BZ #14155]
31169         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
31170         0x1p28 and above.
31171         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
31172         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
31173         0x1p28 and above.
31174         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
31175         * math/libm-test.inc (j0_test): Do not allow one spurious
31176         underflow exception.
31177         (y1_test): Likewise.
31179 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31181         * manual/Makefile (chapters): Add nptl.
31182         * manual/debug.texi (Debugging Support): Add link to Threads
31183         chapter.
31184         * manual/nptl.texi: New file.
31186         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
31188 2013-03-14  Petr Baudis  <pasky@ucw.cz>
31190         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
31191         for non-NULL pointer before the memory validity test. Pointed
31192         out by Holger Brunck <holger.brunck@keymile.com>.
31194 2013-03-13  Andreas Schwab  <schwab@suse.de>
31196         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
31197         instead of .os.
31199 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
31201         * timezone/zic.c: Update from tzcode 2013b.
31203 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
31205         * manual/install.texi (Configuring and compiling):
31206         Mention i686 and i586.
31207         * INSTALL: Regenerate.
31209 2013-03-12  Roland McGrath  <roland@hack.frob.com>
31211         * sysdeps/init_array/elf-init.c: New file.
31212         * csu/elf-init.c
31213         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
31214         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
31216         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
31217         __gmon_start__ as global, but as static with a .preinit_array pointer.
31218         * sysdeps/init_array/gmon-start.c: New file.  Use that.
31219         * sysdeps/init_array/crti.S: New file, empty except for comments.
31220         * sysdeps/init_array/crtn.S: Likewise.
31222 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
31224         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
31225         definining bcopy.
31226         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31227         Remove Prefer_SSE_for_memop.
31228         * sysdeps/x86_64/multiarch/init-arch.h: Remove
31229         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
31230         HAS_PREFER_SSE_FOR_MEMOP.
31231         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
31232         memset-x86-64.
31233         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
31234         Remove bzero, memset ifunc support.
31235         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
31236         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
31237         * sysdeps/x86_64/multiarch/memset.S: Likewise.
31238         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31240 2013-03-11  Andreas Schwab  <schwab@suse.de>
31242         [BZ #15234]
31243         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
31244         by SHLIB_COMPAT.
31245         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
31246         (GLIBC_2.16): Remove pthread_atfork.
31248 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
31250         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
31251         (ptestcases.h): Likewise.
31253 2013-03-08  Roland McGrath  <roland@hack.frob.com>
31255         * Makeconfig ($(common-objpfx)config.status): Depend on
31256         sysdeps/*/preconfigure{,.in} too.
31258 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
31260         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
31261         (__free_hook): Use void * instead of __malloc_ptr_t.
31262         (__malloc_hook): Likewise.
31263         (__realloc_hook): Likewise.
31264         (__memalign_hook): Likewise.
31265         (__after_morecore_hook): Likewise.
31266         * malloc/arena.c (save_malloc_hook): Likewise.
31267         (save_free_hook): Likewise.
31268         * malloc/hooks.c (malloc_hook_ini): Likewise.
31269         (realloc_hook_ini): Likewise.
31270         (memalign_hook_ini): Likewise.
31271         * malloc/malloc.c (malloc_hook_ini): Likewise.
31272         (realloc_hook_ini): Likewise.
31273         (memalign_hook_ini): Likewise.
31274         (__free_hook): Likewise.
31275         (__malloc_hook): Likewise.
31276         (__realloc_hook): Likewise.
31277         (__memalign_hook): Likewise.
31278         (__libc_malloc): Likewise.
31279         (__libc_free): Likewise.
31280         (__libc_realloc): Likewise.
31281         (__libc_memalign): Likewise.
31282         (__libc_valloc): Likewise.
31283         (__libc_pvalloc): Likewise.
31284         (__libc_calloc): Likewise.
31285         (__posix_memalign): Likewise.
31286         * malloc/morecore.c (__sbrk): Likewise.
31287         (__default_morecore): Likewise.
31289         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
31291         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
31292         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
31293         __malloc_ptrdiff_t.
31295         * malloc/malloc.h (__malloc_size_t): Remove macro.
31296         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
31297         __malloc_size_t.
31298         (old_memalign_hook): Likewise.
31299         (old_realloc_hook): Likewise.
31300         (struct hdr): Likewise.
31301         (flood): Likewise.
31302         (mallochook): Likewise.
31303         (memalignhook): Likewise.
31304         (reallochook): Likewise.
31305         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
31306         (tr_old_realloc_hook): Likewise.
31307         (tr_old_memalign_hook): Likewise.
31308         (tr_mallochook): Likewise.
31309         (tr_reallochook): Likewise.
31310         (tr_memalignhook): Likewise.
31312 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31314         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
31315         default_ldbl_pack and using as default implementation.
31316         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
31317         implementation.
31318         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
31319         redundant definition.
31320         (ldbl_insert_mantissa): Likewise.
31321         (ldbl_canonicalize): Likewise.
31322         (ldbl_nearbyint): Likewise.
31323         (ldbl_pack): Rename to ldbl_pack_ppc.
31324         (ldbl_unpack): Rename to ldbl_unpack_ppc.
31325         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
31326         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
31328 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31330         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
31331         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
31332         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
31333         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
31334         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
31335         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
31336         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
31337         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
31339 2013-03-07  Andreas Jaeger  <aj@suse.de>
31341         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
31342         bits/mman-linux.h.
31344 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31346         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
31347         Include mpa.h and declare __MPEXP.
31348         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
31349         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31350         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31351         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
31352         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31353         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31354         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
31356         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
31357         (__slowpow): Use long double EXPL and LOGL functions to
31358         compute POW.
31359         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31360         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31361         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
31362         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31363         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31364         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
31366         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
31367         intermediate variable to calculate exponent.
31368         (__sqr): Likewise.
31369         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31370         Likewise.
31371         (__sqr): Likewise.
31373         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
31374         [!NO__SQR]: Define __sqr.
31375         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
31376         and NO__SQR.  Remove all code except __mul and __sqr.  Include
31377         sysdeps/ieee754/dbl-64/mpa.c.
31378         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31380         [BZ #12723]
31381         * posix/Makefile (tests): Add tst-pathconf.
31382         * posix/tst-pathconf.c: New test case.
31383         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
31384         _PC_PIPE_BUF.
31385         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
31387 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
31389         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
31391 2013-03-06  Andreas Jaeger  <aj@suse.de>
31393         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
31394         definition via __MAP_ANONYMOUS.
31396         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
31397         it's not part of Linux headers.
31399         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
31400         (MAP_HUGE_MASK): Define.
31402         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31403         Define.
31404         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31405         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31406         Define.
31407         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31408         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31409         Define.
31410         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31411         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
31412         Define.
31413         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31415         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
31416         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
31417         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
31418         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
31419         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
31420         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
31422         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
31423         Handle f2fs.
31425         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
31426         Handle f2fs and efivarfs.
31428         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
31429         f2fs.
31431         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
31432         (EFIVARFS_MAGIC): Add.
31433         (F2FS_LINK_MAX): Add.
31435 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
31437         * stdio-common/vfprintf.c: Replace __builtin_expect with
31438         __glibc_unlikely.
31440 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
31442         [BZ #13550]
31443         * sysdeps/generic/bp-sym.h: Remove file.
31444         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
31445         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
31446         <bp-sym.h> and <bp-asm.h>.
31447         (__longjmp): Don't use BP_SYM.
31448         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
31449         and <bp-asm.h>.
31450         (memcpy): Don't use BP_SYM.
31451         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
31452         <bp-sym.h> and <bp-asm.h>.
31453         (memcpy): Don't use BP_SYM.
31454         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
31455         <bp-asm.h>.
31456         (memcpy): Don't use BP_SYM.
31457         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
31458         <bp-asm.h>.
31459         (memset): Don't use BP_SYM.
31460         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31461         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31462         (__bzero): Don't use BP_SYM.
31463         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31464         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31465         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
31466         <bp-sym.h> and <bp-asm.h>.
31467         (memcmp): Don't use BP_SYM.  Remove comment about bounded
31468         pointers.
31469         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
31470         <bp-sym.h> and <bp-asm.h>.
31471         (memcpy): Don't use BP_SYM.
31472         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
31473         <bp-sym.h> and <bp-asm.h>.
31474         (memset): Don't use BP_SYM.
31475         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31476         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31477         (__bzero): Don't use BP_SYM.
31478         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31479         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31480         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
31481         <bp-sym.h> and <bp-asm.h>.
31482         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31483         pointers.
31484         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
31485         <bp-sym.h> and <bp-asm.h>.
31486         (memcpy): Don't use BP_SYM.
31487         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
31488         <bp-sym.h> and <bp-asm.h>.
31489         (memset): Don't use BP_SYM.
31490         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31491         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31492         (__bzero): Don't use BP_SYM.
31493         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31494         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31495         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
31496         <bp-sym.h> and <bp-asm.h>.
31497         (__memchr): Don't use BP_SYM.
31498         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
31499         <bp-sym.h> and <bp-asm.h>.
31500         (memcmp): Don't use BP_SYM.  Remove comment about bounded
31501         pointers.
31502         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
31503         <bp-sym.h> and <bp-asm.h>.
31504         (memcpy): Don't use BP_SYM.
31505         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
31506         <bp-sym.h> and <bp-asm.h>.
31507         (__mempcpy): Don't use BP_SYM.
31508         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
31509         <bp-sym.h> and <bp-asm.h>.
31510         (__memrchr): Don't use BP_SYM.
31511         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
31512         <bp-sym.h> and <bp-asm.h>.
31513         (memset): Don't use BP_SYM.
31514         (__bzero): Likewise.
31515         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
31516         <bp-sym.h> and <bp-asm.h>.
31517         (__rawmemchr): Don't use BP_SYM.
31518         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
31519         <bp-sym.h> and <bp-asm.h>.
31520         (__STRCMP): Don't use BP_SYM.
31521         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
31522         <bp-sym.h> and <bp-asm.h>.
31523         (strchr): Don't use BP_SYM.
31524         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
31525         <bp-sym.h> and <bp-asm.h>.
31526         (__strchrnul): Don't use BP_SYM.
31527         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
31528         <bp-sym.h> and <bp-asm.h>.
31529         (strlen): Don't use BP_SYM.
31530         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
31531         <bp-sym.h> and <bp-asm.h>.
31532         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31533         pointers.
31534         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
31535         <bp-sym.h> and <bp-asm.h>.
31536         (__strnlen): Don't use BP_SYM.
31537         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
31538         <bp-sym.h> and <bp-asm.h>.
31539         (__GI__setjmp): Don't use BP_SYM.
31540         (_setjmp): Likewise.
31541         (__sigsetjmp): Likewise.
31542         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
31543         (L(start_addresses)): Don't use BP_SYM.
31544         (_start): Likewise.
31545         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
31546         <bp-asm.h>.
31547         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
31548         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
31549         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31550         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31551         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
31552         <bp-asm.h>.
31553         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
31554         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
31555         about bounded pointers.
31556         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31557         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31558         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
31559         <bp-asm.h>.
31560         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
31561         about bounded pointers.  Remove GKM FIXME comments.
31562         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31563         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
31564         <bp-asm.h>.
31565         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
31566         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
31567         Remove GKM FIXME comments.
31568         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31569         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31570         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
31571         <bp-asm.h>.
31572         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
31573         about bounded pointers.  Remove GKM FIXME comment.
31574         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
31575         and <bp-asm.h>.
31576         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31577         pointers.
31578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
31579         <bp-sym.h> and <bp-asm.h>.
31580         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
31582         <bp-sym.h> and <bp-asm.h>.
31583         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
31584         comment.
31586 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
31588         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
31589         call free(NULL).
31591 2013-03-05  David S. Miller  <davem@davemloft.net>
31593         * po/es.po: Update from translation team.
31595 2013-03-05  Andreas Jaeger  <aj@suse.de>
31597         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
31598         <bits/mman-linux.h>.
31599         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31600         is fine.
31601         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
31602         <bits/mman-linux.h> to end of file.
31603         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31604         is fine.
31605         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
31606         <bits/mman-linux.h> to end of file.
31607         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31608         is fine.
31609         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
31610         <bits/mman-linux.h> to end of file.
31612         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
31613         (MCL_CURRENT, MCL_FUTURE): Define here.
31615 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31617         [BZ #15232]
31618         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
31619         attribute_hidden.
31620         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
31622 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31624         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
31625         fourth parameter needed for rt_sigprocmask syscall.
31626         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
31627         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
31628         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
31629         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
31630         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
31631         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
31633 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
31635         [BZ #13550]
31636         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
31637         comment about bounded pointers.
31638         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
31639         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
31641 2013-03-04  Andreas Jaeger  <aj@suse.de>
31643         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
31644         common definitions.
31646         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
31647         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
31648         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
31649         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
31650         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
31651         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
31653 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31655         [BZ #15055]
31656         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
31657         __ieee754_sqrl instead of __sqrl.
31659 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
31661         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
31662         * sysdeps/powerpc/fpu_control.h: ... here.
31663         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
31664         * sysdeps/powerpc/bits/fenvinline.h: ... here.
31665         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
31666         * sysdeps/powerpc/bits/mathinline.h: ... here.
31668 2013-03-01  Roland McGrath  <roland@hack.frob.com>
31670         * elf/dl-hwcaps.c (_dl_important_hwcaps):
31671         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
31672         to just [NEED_DL_SYSINFO_DSO].
31673         * elf/dl-support.c: Likewise.
31674         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
31675         * elf/rtld.c (dl_main): Likewise.
31676         * elf/setup-vdso.h (setup_vdso): Likewise.
31677         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
31678         * sysdeps/unix/sysv/linux/dl-sysdep.c
31679         (_dl_discover_osversion): Likewise.
31681 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
31683         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
31684         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
31686 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
31688         * NEWS: Mention libm performance improvements and non-x86 PI
31689         futex support.
31691         * csu/libc-start.c (__pthread_initialize_minimal): Change
31692         function arguments.
31693         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
31695 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
31697         [BZ #13550]
31698         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
31699         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
31700         <bp-sym.h> and <bp-asm.h>.
31701         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31702         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
31703         and <bp-asm.h>.
31704         (memcpy): Don't use BP_SYM.
31705         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
31706         <bp-asm.h>.
31707         (__mpn_add_n): Don't use BP_SYM.
31708         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
31709         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
31710         and <bp-asm.h>.
31711         (__mpn_addmul_1): Don't use BP_SYM.
31712         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31713         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
31714         <bp-sym.h>.
31715         (_setjmp): Don't use BP_SYM.
31716         (__novmx_setjmp): Likewise.
31717         (__GI__setjmp): Likewise.
31718         (__vmx_setjmp): Likewise.
31719         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
31720         <bp-sym.h>.
31721         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
31722         (__bzero): Don't use BP_SYM.
31723         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31724         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31725         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
31726         <bp-sym.h> and <bp-asm.h>.
31727         (memcpy): Don't use BP_SYM.
31728         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
31729         <bp-sym.h> and <bp-asm.h>.
31730         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31731         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
31732         <bp-sym.h> and <bp-asm.h>.
31733         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31734         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
31735         <bp-asm.h>.
31736         (__mpn_lshift): Don't use BP_SYM.
31737         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31738         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
31739         <bp-asm.h>.
31740         (memset): Don't use BP_SYM.
31741         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31742         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31743         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
31744         <bp-asm.h>.
31745         (__mpn_mul_1): Don't use BP_SYM.
31746         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31747         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
31748         <bp-sym.h> and <bp-asm.h>.
31749         (memcmp): Don't use BP_SYM.
31750         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
31751         <bp-sym.h> and <bp-asm.h>.
31752         (memcpy): Don't use BP_SYM.
31753         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
31754         <bp-sym.h> and <bp-asm.h>.
31755         (memset): Don't use BP_SYM.
31756         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
31757         <bp-sym.h> and <bp-asm.h>.
31758         (strncmp): Don't use BP_SYM.
31759         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
31760         <bp-sym.h> and <bp-asm.h>.
31761         (memcpy): Don't use BP_SYM.
31762         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
31763         <bp-sym.h> and <bp-asm.h>.
31764         (memset): Don't use BP_SYM.
31765         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
31766         <bp-sym.h> and <bp-asm.h>.
31767         (__memchr): Don't use BP_SYM.
31768         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
31769         <bp-sym.h> and <bp-asm.h>.
31770         (memcmp): Don't use BP_SYM.
31771         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
31772         <bp-sym.h> and <bp-asm.h>.
31773         (memcpy): Don't use BP_SYM.
31774         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
31775         <bp-sym.h> and <bp-asm.h>.
31776         (__mempcpy): Don't use BP_SYM.
31777         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
31778         <bp-sym.h> and <bp-asm.h>.
31779         (__memrchr): Don't use BP_SYM.
31780         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
31781         <bp-sym.h> and <bp-asm.h>.
31782         (memset): Don't use BP_SYM.
31783         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
31784         <bp-sym.h> and <bp-asm.h>.
31785         (__rawmemchr): Don't use BP_SYM.
31786         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
31787         <bp-sym.h> and <bp-asm.h>.
31788         (__STRCMP): Don't use BP_SYM.
31789         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
31790         <bp-sym.h> and <bp-asm.h>.
31791         (strchr): Don't use BP_SYM.
31792         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
31793         <bp-sym.h> and <bp-asm.h>.
31794         (__strchrnul): Don't use BP_SYM.
31795         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
31796         <bp-sym.h> and <bp-asm.h>.
31797         (strlen): Don't use BP_SYM.
31798         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
31799         <bp-sym.h> and <bp-asm.h>.
31800         (strncmp): Don't use BP_SYM.
31801         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
31802         <bp-sym.h> and <bp-asm.h>.
31803         (__strnlen): Don't use BP_SYM.
31804         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
31805         <bp-asm.h>.
31806         (__mpn_rshift): Don't use BP_SYM.
31807         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31808         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
31809         <bp-sym.h> and <bp-asm.h>.
31810         (__sigsetjmp): Don't use BP_SYM.
31811         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
31812         (L(start_addresses)): Don't use BP_SYM.
31813         (_start): Likewise.
31814         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
31815         <bp-asm.h>.
31816         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
31817         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31818         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31819         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
31820         <bp-asm.h>.
31821         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
31822         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31823         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31824         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
31825         <bp-asm.h>.
31826         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
31827         comments.
31828         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31829         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
31830         <bp-asm.h>.
31831         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
31832         FIXME comments.
31833         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31834         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31835         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
31836         <bp-asm.h>.
31837         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
31838         comment.
31839         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
31840         and <bp-asm.h>.
31841         (strncmp): Don't use BP_SYM,
31842         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
31843         <bp-asm.h>.
31844         (__mpn_sub_n): Don't use BP_SYM.
31845         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31846         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
31847         and <bp-asm.h>.
31848         (__mpn_submul_1): Don't use BP_SYM.
31849         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
31851         <bp-sym.h> and <bp-asm.h>.
31852         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
31854         <bp-sym.h> and <bp-asm.h>.
31855         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
31856         comment.
31858 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31860         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
31861         Use ZK to minimize writes to Z.
31862         (sub_magnitudes): Simplify code a bit.
31863         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
31864         Use ZK to minimize writes to Z.
31865         (sub_magnitudes): Simplify code a bit.
31867 2013-02-27  Roland McGrath  <roland@hack.frob.com>
31869         * csu/gmon-start.c: Add special exception to license text.
31871 2013-02-27  Richard Henderson  <rth@redhat.com>
31873         * scripts/config.guess: Update from config.git.
31874         * scripts/config.sub: Likewise.
31876 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31878         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
31880         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
31882         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
31884         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
31886         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
31888 2013-02-26  Roland McGrath  <roland@hack.frob.com>
31890         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
31891         [$(build-shared = yes].
31893 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31895         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
31896         (__mul): Reduce iterations for calculating mantissa.
31898         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
31899         MPTWO.
31900         (__mpranred): Likewise.
31902         [BZ #15160]
31903         * malloc/memusagestat.c (main): Draw graphs for heap and stack
31904         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
31906 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
31908         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
31909         Define __attribute__.
31911 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31913         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
31914         unused.
31915         * posix/regex_internal.h (__attribute): Remove.
31916         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
31917         (re_string_context_at): Likewise.
31918         (bitset_not): Use __attribute__ and mark function as possibly
31919         unused.
31920         (bitset_merge): Likewise.
31921         (bitset_mask): Likewise.
31922         (re_string_char_size_at): Likewise.
31923         (re_string_wchar_at): Likewise.
31924         (re_string_elem_size_at): Likewise.
31926 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31928         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
31929         code.
31930         (cc32): Likewise.
31932         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
31933         (__acr): Likewise.
31934         (__cpy): Likewise.
31935         (norm): Likewise.
31936         (denorm): Likewise.
31937         (__dbl_mp): Likewise.
31938         (add_magnitudes): Likewise.
31939         (sub_magnitudes): Likewise.
31940         (__mul): Likewise.
31941         (__inv): Likewise.
31943         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
31944         style.
31946         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
31947         style.
31949         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
31950         code.
31952         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
31953         up changes with default code.
31954         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
31955         Likewise.
31957 2013-02-24  Allan McRae  <allan@archlinux.org>
31959         * manual/socket.texi (The Internet Namespace): Order menu items
31960         to match that in the file.
31962         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
31963         node listing of the info page menu.
31965 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
31967         [BZ #13550]
31968         * sysdeps/i386/bp-asm.h: Remove file.
31969         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31970         (PARMS): Do not use macros from bp-asm.h.
31971         (S1): Likewise.
31972         (S2): Likewise.
31973         (SIZE): Likewise.
31974         (__mpn_add_n): Do not use BP_SYM
31975         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
31976         "bp-asm.h".
31977         (PARMS): Do not use macros from bp-asm.h.
31978         (S1): Likewise.
31979         (SIZE): Likewise.
31980         (__mpn_addmul_1): Do not use BP_SYM
31981         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
31982         "bp-asm.h".
31983         (PARMS): Do not use macros from bp-asm.h.
31984         (SIGMSK): Likewise.
31985         (_setjmp): Likewise.  Do not use BP_SYM.
31986         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
31987         "bp-asm.h".
31988         (PARMS): Do not use macros from bp-asm.h.
31989         (SIGMSK): Likewise.
31990         (setjmp): Likewise.  Do not use BP_SYM.
31991         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
31992         "bp-asm.h".
31993         (PARMS): Do not use macros from bp-asm.h.
31994         (__frexp): Do not use BP_SYM.
31995         (frexp): Likewise.
31996         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
31997         "bp-asm.h".
31998         (PARMS): Do not use macros from bp-asm.h.
31999         (__frexpf): Do not use BP_SYM.
32000         (frexpf): Likewise.
32001         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
32002         "bp-asm.h".
32003         (PARMS): Do not use macros from bp-asm.h.
32004         (__frexpl): Do not use BP_SYM.
32005         (frexpl): Likewise.
32006         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
32007         "bp-asm.h".
32008         (PARMS): Do not use macros from bp-asm.h.
32009         (__remquo): Do not use BP_SYM.
32010         (remquo): Likewise.
32011         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
32012         "bp-asm.h".
32013         (PARMS): Do not use macros from bp-asm.h.
32014         (__remquof): Do not use BP_SYM.
32015         (remquof): Likewise.
32016         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
32017         "bp-asm.h".
32018         (PARMS): Do not use macros from bp-asm.h.
32019         (__remquol): Do not use BP_SYM.
32020         (remquol): Likewise.
32021         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
32022         "bp-asm.h".
32023         (PARMS): Do not use macros from bp-asm.h.
32024         (DEST): Likewise.
32025         (SRC): Likewise.
32026         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
32027         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
32028         "bp-asm.h".
32029         (PARMS): Do not use macros from bp-asm.h.
32030         (strlen): Do not use BP_SYM.
32031         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
32032         "bp-asm.h".
32033         (PARMS): Do not use macros from bp-asm.h.
32034         (S1): Likewise.
32035         (S2): Likewise.
32036         (SIZE): Likewise.
32037         (__mpn_add_n): Do not use BP_SYM.
32038         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
32039         "bp-asm.h".
32040         (PARMS): Do not use macros from bp-asm.h.
32041         (S1): Likewise.
32042         (SIZE): Likewise.
32043         (__mpn_addmul_1): Do not use BP_SYM.
32044         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
32045         weak_alias.
32046         (bzero): Likewise.
32047         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
32048         "bp-asm.h".
32049         (PARMS): Do not use macros from bp-asm.h.
32050         (S): Likewise.
32051         (SIZE): Likewise.
32052         (__mpn_lshift): Do not use BP_SYM.
32053         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
32054         "bp-asm.h".
32055         (PARMS): Do not use macros from bp-asm.h.
32056         (DEST): Likewise.
32057         (SRC): Likewise.
32058         (LEN): Likewise.
32059         (memcpy): Likewise.  Do not use BP_SYM.
32060         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
32061         libc_hidden_def and weak_alias.
32062         (mempcpy): Do not use BP_SYM in weak_alias.
32063         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
32064         "bp-asm.h".
32065         (PARMS): Do not use macros from bp-asm.h.
32066         (DEST): Likewise.
32067         (LEN): Likewise.
32068         [!BZERO_P] (CHR): Likewise.
32069         (memset): Likewise.  Do not use BP_SYM.
32070         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
32071         "bp-asm.h".
32072         (PARMS): Do not use macros from bp-asm.h.
32073         (S1): Likewise.
32074         (SIZE): Likewise.
32075         (__mpn_mul_1): Do not use BP_SYM.
32076         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
32077         "bp-asm.h".
32078         (PARMS): Do not use macros from bp-asm.h.
32079         (S): Likewise.
32080         (SIZE): Likewise.
32081         (__mpn_rshift): Do not use BP_SYM.
32082         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
32083         "bp-asm.h".
32084         (PARMS): Do not use macros from bp-asm.h.
32085         (STR): Likewise.
32086         (CHR): Likewise.
32087         (strchr): Likewise.  Do not use BP_SYM.
32088         (index): Do not use BP_SYM in weak_alias.
32089         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
32090         "bp-asm.h".
32091         (PARMS): Do not use macros from bp-asm.h.
32092         (DEST): Likewise.
32093         (SRC): Likewise.
32094         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
32095         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
32096         "bp-asm.h".
32097         (PARMS): Do not use macros from bp-asm.h.
32098         (strlen): Do not use BP_SYM.
32099         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
32100         "bp-asm.h".
32101         (PARMS): Do not use macros from bp-asm.h.
32102         (S1): Likewise.
32103         (S2): Likewise.
32104         (SIZE): Likewise.
32105         (__mpn_sub_n): Do not use BP_SYM.
32106         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
32107         "bp-asm.h".
32108         (PARMS): Do not use macros from bp-asm.h.
32109         (S1): Likewise.
32110         (SIZE): Likewise.
32111         (__mpn_submul_1): Do not use BP_SYM.
32112         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
32113         "bp-asm.h".
32114         (PARMS): Do not use macros from bp-asm.h.
32115         (S1): Likewise.
32116         (S2): Likewise.
32117         (SIZE): Likewise.
32118         (__mpn_add_n): Do not use BP_SYM.
32119         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
32120         weak_alias.
32121         (bzero): Likewise.
32122         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
32123         "bp-asm.h".
32124         (PARMS): Do not use macros from bp-asm.h.
32125         (BLK2): Likewise.
32126         (LEN): Likewise.
32127         (memcmp): Do not use BP_SYM.
32128         (bcmp): Do not use BP_SYM in weak_alias.
32129         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
32130         "bp-asm.h".
32131         (PARMS): Do not use macros from bp-asm.h.
32132         (DEST): Likewise.
32133         (SRC): Likewise.
32134         (LEN): Likewise.
32135         (memcpy): Likewise.  Do not use BP_SYM.
32136         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
32137         "bp-asm.h".
32138         (PARMS): Do not use macros from bp-asm.h.
32139         (DEST): Likewise.
32140         (SRC): Likewise.
32141         (LEN): Likewise.
32142         (memmove): Likewise.  Do not use BP_SYM.
32143         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
32144         "bp-asm.h".
32145         (PARMS): Do not use macros from bp-asm.h.
32146         (DEST): Likewise.
32147         (SRC): Likewise.
32148         (LEN): Likewise.
32149         (__mempcpy): Likewise.  Do not use BP_SYM.
32150         (mempcpy): Do not use BP_SYM in weak_alias.
32151         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
32152         "bp-asm.h".
32153         (PARMS): Do not use macros from bp-asm.h.
32154         (DEST): Likewise.
32155         (LEN): Likewise.
32156         [!BZERO_P] (CHR): Likewise.
32157         (memset): Likewise.  Do not use BP_SYM.
32158         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
32159         "bp-asm.h".
32160         (PARMS): Do not use macros from bp-asm.h.
32161         (STR2): Likewise.
32162         (strcmp): Do not use BP_SYM.
32163         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
32164         "bp-asm.h".
32165         (PARMS): Do not use macros from bp-asm.h.
32166         (STR): Likewise.
32167         (DELIM): Likewise.
32168         [USE_AS_STRTOK_R] (SAVE): Likewise.
32169         (FUNCTION): Likewise.  Do not use BP_SYM.
32170         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
32171         aliases.
32172         (strtok_r): Likewise.
32173         (__GI___strtok_r): Likewise.
32174         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32175         (PARMS): Do not use macros from bp-asm.h.
32176         (S): Likewise.
32177         (SIZE): Likewise.
32178         (__mpn_lshift): Do not use BP_SYM.
32179         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32180         (PARMS): Do not use macros from bp-asm.h.
32181         (STR): Likewise.
32182         (CHR): Likewise.
32183         (__memchr): Do not use BP_SYM.
32184         (memchr): Do not use BP_SYM in weak_alias.
32185         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32186         (PARMS): Do not use macros from bp-asm.h.
32187         (BLK2): Likewise.
32188         (LEN): Likewise.
32189         (memcmp): Do not use BP_SYM.
32190         (bcmp): Do not use BP_SYM in weak_alias.
32191         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
32192         (PARMS): Do not use macros from bp-asm.h.
32193         (S1): Likewise.
32194         (SIZE): Likewise.
32195         (__mpn_mul_1): Do not use BP_SYM.
32196         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
32197         "bp-asm.h".
32198         (PARMS): Do not use macros from bp-asm.h.
32199         (STR): Likewise.
32200         (CHR): Likewise.
32201         (__rawmemchr): Do not use BP_SYM.
32202         (rawmemchr): Do not use BP_SYM in weak_alias.
32203         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32204         (PARMS): Do not use macros from bp-asm.h.
32205         (S): Likewise.
32206         (SIZE): Likewise.
32207         (__mpn_rshift): Do not use BP_SYM.
32208         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32209         (PARMS): Do not use macros from bp-asm.h.
32210         (SIGMSK): Likewise.
32211         (__sigsetjmp): Likewise.  Do not use BP_SYM.
32212         * sysdeps/i386/start.S: Do not include "bp-sym.h".
32213         (_start): Do not use BP_SYM.
32214         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
32215         (PARMS): Do not use macros from bp-asm.h.
32216         (DEST): Likewise.
32217         (SRC): Likewise.
32218         (__stpcpy): Likewise.  Do not use BP_SYM.
32219         (stpcpy): Do not use BP_SYM in weak_alias.
32220         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
32221         "bp-asm.h".
32222         (PARMS): Do not use macros from bp-asm.h.
32223         (DEST): Likewise.
32224         (SRC): Likewise.
32225         (LEN): Likewise.
32226         (__stpncpy): Likewise.  Do not use BP_SYM.
32227         (stpncpy): Do not use BP_SYM in weak_alias.
32228         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32229         (PARMS): Do not use macros from bp-asm.h.
32230         (STR): Likewise.
32231         (CHR): Likewise.
32232         (strchr): Likewise.  Do not use BP_SYM.
32233         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
32234         "bp-asm.h".
32235         (PARMS): Do not use macros from bp-asm.h.
32236         (STR): Likewise.
32237         (CHR): Likewise.
32238         (__strchrnul): Likewise.  Do not use BP_SYM.
32239         (strchrnul): Do not use BP_SYM in weak_alias.
32240         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
32241         "bp-asm.h".
32242         (PARMS): Do not use macros from bp-asm.h.
32243         (STOP): Likewise.
32244         (strcspn): Do not use BP_SYM.
32245         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
32246         "bp-asm.h".
32247         (PARMS): Do not use macros from bp-asm.h.
32248         (STR): Likewise.
32249         (STOP): Likewise.
32250         (strpbrk): Likewise.  Do not use BP_SYM.
32251         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
32252         "bp-asm.h".
32253         (PARMS): Do not use macros from bp-asm.h.
32254         (STR): Likewise.
32255         (CHR): Likewise.
32256         (strrchr): Likewise.  Do not use BP_SYM.
32257         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
32258         (PARMS): Do not use macros from bp-asm.h.
32259         (SKIP): Likewise.
32260         (strspn): Do not use BP_SYM.
32261         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
32262         (PARMS): Do not use macros from bp-asm.h.
32263         (STR): Likewise.
32264         (DELIM): Likewise.
32265         (SAVE): Likewise.
32266         (FUNCTION): Likewise.  Do not use BP_SYM.
32267         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
32268         aliases.
32269         (strtok_r): Likewise.
32270         (__GI___strtok_r): Likewise.
32271         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32272         (PARMS): Do not use macros from bp-asm.h.
32273         (S1): Likewise.
32274         (S2): Likewise.
32275         (SIZE): Likewise.
32276         (__mpn_sub_n): Do not use BP_SYM.
32277         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
32278         "bp-asm.h".
32279         (PARMS): Do not use macros from bp-asm.h.
32280         (S1): Likewise.
32281         (SIZE): Likewise.
32282         (__mpn_submul_1): Do not use BP_SYM.
32283         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
32284         <bp-sym.h>.
32285         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
32286         and <bp-asm.h>.
32287         (PARMS): Do not use macros from bp-asm.h.
32288         (FLAGS): Likewise.
32289         (PTID): Likewise.
32290         (TLS): Likewise.
32291         (CTID): Likewise.
32292         (__clone): Do not use BP_SYM.
32293         (clone): Do not use BP_SYM in weak_alias.
32294         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
32295         and <bp-asm.h>.
32296         (PARMS): Do not use macros from bp-asm.h.
32297         (LEN): Likewise.
32298         (__mmap64): Do not use BP_SYM.
32299         (mmap64): Do not use BP_SYM in weak_alias.
32300         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32301         <bp-sym.h> and <bp-asm.h>.
32302         (PARMS): Do not use macros from bp-asm.h.
32303         (__posix_fadvise64_l64): Do not use BP_SYM.
32304         * sysdeps/unix/sysv/linux/i386/semtimedop.S
32305         (PARMS): Do not use macros from bp-asm.h.
32306         (NSOPS): Likewise.
32307         (semtimedop): Do not use BP_SYM.
32308         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
32309         and <bp-asm.h>.
32311 2013-02-21  Allan McRae  <allan@archlinux.org>
32313         * manual/message.texi (Charset conversion in gettext):
32314         Move @end statement to beginning of line.
32316 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32318         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
32319         static.
32320         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32321         Likewise.
32323         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
32324         (denorm): Likewise.
32325         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
32326         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
32328 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32330         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
32331         tail-call to the resolved function if pltexit isn't needed.
32333 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32335         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
32336         or Y being zero as being unlikely.
32337         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
32338         Likewise.
32340 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
32342         * manual/nss.texi (System Databases and Name Service Switch):
32343         Remove frobnicate @pxref.
32345 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32347         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32348         __attribute__ ((unused)) to __attribute__ ((__unused__)).
32350 2013-02-20  Petr Machata  <pmachata@redhat.com>
32352         * elf/elf.h (R_ARM_TARGET1): New macro.
32353         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
32354         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
32355         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
32356         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
32357         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
32358         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
32359         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
32360         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
32361         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
32362         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
32363         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
32364         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
32365         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
32366         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
32367         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
32368         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
32369         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
32370         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
32371         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
32372         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
32373         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
32374         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
32375         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
32376         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
32377         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
32378         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
32379         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
32380         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
32381         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
32382         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
32383         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
32384         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
32385         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
32386         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
32387         (R_ARM_THM_GOT_BREL12): Likewise.
32388         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
32389         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
32390         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
32391         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
32392         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
32393         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
32394         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
32395         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
32396         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
32398 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32400         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32401         __attribute_used__ to __attribute__ ((unused)).
32403 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
32405         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
32406         powerpc mpa.c.
32407         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
32408         comment formatting.
32409         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
32411 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
32413         [BZ #13550]
32414         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
32415         Remove macro.
32416         (ENTER): Remove both macro definitions.
32417         (LEAVE): Likewise.
32418         (CHECK_BOUNDS_LOW): Likewise.
32419         (CHECK_BOUNDS_HIGH): Likewise.
32420         (CHECK_BOUNDS_BOTH): Likewise.
32421         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
32422         (RETURN_BOUNDED_POINTER): Likewise.
32423         (RETURN_NULL_BOUNDED_POINTER): Likewise.
32424         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
32425         (POP_ERRNO_LOCATION_RETURN): Likewise.
32426         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
32427         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32428         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
32429         macros.
32430         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32431         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
32432         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
32433         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
32434         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
32435         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
32436         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
32437         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
32438         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
32439         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
32440         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
32441         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
32442         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32443         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
32444         removed macros.
32445         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32446         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
32447         macros.
32448         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32449         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
32450         * sysdeps/i386/i586/memset.S (memset): Likewise.
32451         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
32452         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32453         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
32454         macros.
32455         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32456         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
32457         Change uses of L(2) to L(out).
32458         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
32459         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
32460         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
32461         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32462         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
32463         removed macros.
32464         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32465         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
32466         macros.
32467         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32468         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
32469         (RETURN): Do not use macro LEAVE.
32470         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
32471         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
32472         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
32473         * sysdeps/i386/i686/memset.S (memset): Likewise.
32474         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
32475         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
32476         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32477         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
32478         Likewise.
32479         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32480         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
32481         L(1_2) and L(1_3) into L(1).
32482         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32483         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
32484         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32485         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
32486         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32487         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
32488         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
32489         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32490         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
32491         macros.
32492         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
32493         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32494         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
32495         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
32496         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
32497         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32498         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
32499         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
32500         * sysdeps/i386/strcspn.S (strcspn): Likewise.
32501         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
32502         * sysdeps/i386/strrchr.S (strrchr): Likewise.
32503         * sysdeps/i386/strspn.S (strspn): Likewise.
32504         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
32505         conditional code.
32506         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32507         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
32508         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32509         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
32510         L(1_3) into L(1_1).
32511         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
32512         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32513         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
32514         macros.
32515         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32517 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
32519         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
32520         macro.
32522 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32524         * math/atest-exp.c (exp_mpn): Remove ROUND.
32525         * math/atest-exp2.c (exp_mpn): Likewise.
32526         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
32528         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
32529         * stdlib/tst-tls-atexit-lib.c: Likewise.
32530         * stdlib/tst-tls-atexit.c: Likewise.
32532 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32534         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
32535         and __attribute_alloc_size__.
32537 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32539         * include/programs/xmalloc.h: Change __attribute_alloc_size to
32540         __attribute_alloc_size__.
32541         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
32542         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
32544 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32546         * include/programs/xmalloc.h: New file.
32547         * catgets/gencat.c: Include it.
32548         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
32549         * elf/pldd.c: Likewise.
32550         * iconv/iconv_charmap.c: Likewise.
32551         * iconv/iconvconfig.c: Likewise.
32552         * iconv/strtab.c: Likewise.
32553         * locale/programs/locale.c: Likewise.
32554         * locale/programs/localedef.h: Likewise.
32555         * locale/programs/simple-hash.c: Likewise.
32556         * nscd/nscd.h: Likewise.
32557         * nss/makedb.c: Likewise.
32558         * sysdeps/generic/ldconfig.h: Likewise.
32560 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
32562         * Versions.def: Add GLIBC_2.18.
32563         * include/link.h (struct link_map): New member l_tls_dtor_count.
32564         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
32565         (__call_tls_dtors): Likewise.
32566         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
32567         __cxa_thread_atexit_impl.
32568         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32569         Likewise.
32570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32571         Likewise.
32572         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
32573         Likewise.
32574         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
32575         Likewise.
32576         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32577         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
32578         Likewise.
32579         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
32580         Likewise.
32581         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32582         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
32583         Likewise.
32584         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
32585         (tests): Add test case tst-tls-atexit.
32586         (modules-names): Add shared library for tst-tls-atexit.
32587         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
32588         (GLIBC_PRIVATE): Add __call_tls_dtors.
32589         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
32590         for libstdc++.
32591         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
32592         * stdlib/tst-tls-atexit.c: New test case.
32593         * stdlib/tst-tls-atexit-lib.c: New test case.
32595         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
32597         * elf/Versions (ld): Add _dl_find_dso_for_object.
32598         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
32599         * elf/dl-open.c (_dl_find_dso_for_object): New function.
32600         (dl_open_worker): Use _dl_find_dso_for_object.
32601         * elf/dl-sym.c (do_sym): Likewise.
32602         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
32604 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32606         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
32607         Syntactic changes only.
32608         (_dl_runtime_profile): Do a tail-call to the resolved function.
32610 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
32612         [BZ #13550]
32613         * sysdeps/x86_64/bp-asm.h: Remove file.
32614         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
32615         <bp-sym.h> and <bp-asm.h>.
32616         (__clone): Do not use BP_SYM.
32617         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
32618         <bp-sym.h> and <bp-asm.h>.
32619         * sysdeps/unix/x86_64/sysdep.S: Likewise.
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/bsd-setjmp.S: Do not include "bp-sym.h" and
32624         "bp-asm.h".
32625         (setjmp): Do not use BP_SYM.
32626         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
32627         libc_hidden_def.
32628         (mempcpy): Do not use BP_SYM in weak_alias.
32629         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
32630         "bp-asm.h".
32631         (strchr): Do not use BP_SYM.
32632         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
32633         "bp-asm.h".
32634         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
32635         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
32636         (_start): Do not use BP_SYM.
32637         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
32638         "bp-asm.h".
32639         (strcat): Do not use BP_SYM.
32640         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
32641         "bp-asm.h".
32642         (STRCMP): Do not use BP_SYM.
32643         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
32644         "bp-asm.h".
32645         (STRCPY): Do not use BP_SYM.
32646         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
32647         "bp-asm.h".
32648         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
32649         "bp-asm.h".
32650         (FUNCTION): Do not use BP_SYM.
32651         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
32652         weak_alias.
32653         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
32655 2013-02-17  Andreas Jaeger  <aj@suse.de>
32657         * time/Versions: Sort entries.
32658         * string/Versions: Likewise.
32659         * resolv/Versions: Likewise.
32660         * posix/Versions: Likewise.
32661         * iconv/Versions: Likewise.
32662         * elf/Versions: Likewise.
32663         * wcsmbs/Versions: Likewise.
32665 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
32667         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
32668         loop termination condition.
32670         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
32671         variable to calculate EZ.
32672         (__sqr): Likewise.
32674         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
32675         the lower precision input.
32677 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
32679         [BZ #13550]
32680         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
32681         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
32682         (run-via-rtld-prefix): Do not handle %-bp tests.
32683         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
32684         (all-object-suffixes): Remove .ob.
32685         (bppfx): Remove variable.
32686         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
32687         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
32688         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
32689         [$(build-bounded) = yes] (libtype.ob): Likewise.
32690         * Makerules (elide-routines.ob): Remove variable.
32691         (do-tests-clean): Do not handle *-bp.out.
32692         (common-mostlyclean): Do not handle *-bp and *-bp.out.
32693         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
32694         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
32695         (tests): Do not include $(tests-bp.out).
32696         (xtests): Do not include $(xtests-bp.out).
32697         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
32698         [$(build-bounded) = yes] ($(addprefix
32699         $(objpfx),$(binaries-bounded))): Remove rule.
32700         ($(objpfx)%-bp.out): Remove rule.
32701         * config.make.in (build-bounded): Remove variable.
32702         * crypt/Makefile [$(build-bounded) = yes]
32703         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
32704         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
32705         append to variable.
32706         [$(build-bounded) = yes] (install-lib): Likewise.
32707         [$(build-bounded) = yes] (generated): Likewise.
32708         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
32709         Remove rule.
32710         * intl/Makefile [$(build-bounded) = yes]
32711         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
32712         * math/Makefile [$(build-bounded) = yes]
32713         ($(tests:%=$(objpfx)%-bp): Likewise.
32714         * misc/Makefile [$(build-bounded) = yes]
32715         ($(objpfx)tst-tsearch-bp): Likewise.
32716         * nptl/Makeconfig (bounded-thread-library): Remove variable.
32717         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
32718         Remove dependency.
32719         * string/Makefile (o-objects.ob): Remove variable.
32720         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
32721         (CFLAGS-.ob): Remove variable.
32722         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
32723         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
32724         both definitions of variable.
32725         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
32726         (ASFLAGS-.ob): Remove variable.
32728 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
32730         [BZ #13550]
32731         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
32732         Remove __BOUNDED_POINTERS__ from condition.
32733         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
32734         * string/bits/string2.h [!__NO_STRING_INLINES &&
32735         !__BOUNDED_POINTERS__]: Likewise.
32736         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
32737         Likewise.
32738         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
32739         Remove conditional code.
32740         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
32741         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
32742         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
32743         condition.
32745         [BZ #13550]
32746         * csu/libc-start.c: Do not include <bp-sym.h>.
32747         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
32748         * elf/dl-open.c: Do not include <bp-sym.h>.
32749         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
32750         * math/fegetenv.c: Do not include <bp-sym.h>.
32751         (fegetenv): Do not use BP_SYM in versioned symbols.
32752         * nptl/sysdeps/pthread/bits/libc-lockP.h
32753         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
32754         <bp-sym.h>.
32755         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32756         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
32757         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32758         (__pthread_mutex_destroy): Likewise.
32759         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32760         (__pthread_mutex_lock): Likewise.
32761         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32762         (__pthread_mutex_trylock): Likewise.
32763         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32764         (__pthread_mutex_unlock): Likewise.
32765         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32766         (__pthread_mutexattr_init): Likewise.
32767         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32768         (__pthread_mutexattr_destroy): Likewise.
32769         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32770         (__pthread_mutexattr_settype): Likewise.
32771         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32772         (__pthread_rwlock_init): Likewise.
32773         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32774         (__pthread_rwlock_destroy): Likewise.
32775         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32776         (__pthread_rwlock_rdlock): Likewise.
32777         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32778         (__pthread_rwlock_tryrdlock): Likewise.
32779         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32780         (__pthread_rwlock_wrlock): Likewise.
32781         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32782         (__pthread_rwlock_trywrlock): Likewise.
32783         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32784         (__pthread_rwlock_unlock): Likewise.
32785         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32786         (__pthread_key_create): Likewise.
32787         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32788         (__pthread_setspecific): Likewise.
32789         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32790         (__pthread_getspecific): Likewise.
32791         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
32792         Likewise.
32793         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32794         (_pthread_cleanup_push_defer): Likewise.
32795         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32796         (_pthread_cleanup_pop_restore): Likewise.
32797         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32798         (pthread_setcancelstate): Likewise.
32799         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
32800         <bp-sym.h>.
32801         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
32802         (memchr): Do not use BP_SYM in weak_alias.
32803         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
32804         (fegetenv): Do not use BP_SYM in versioned symbols.
32805         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
32806         (fesetenv): Do not use BP_SYM in versioned symbols.
32807         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32808         (feupdateenv): Do not use BP_SYM in versioned symbols.
32809         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32810         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32811         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
32812         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
32813         (open64): Do not use BP_SYM in weak_alias.
32814         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
32815         (fegetenv): Do not use BP_SYM in versioned symbols.
32816         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
32817         (fesetenv): Do not use BP_SYM in versioned symbols.
32818         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32819         (feupdateenv): Do not use BP_SYM in versioned symbols.
32820         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
32821         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
32822         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
32823         (feraiseexcept): Do not use BP_SYM in versioned symbols.
32824         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32825         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32826         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
32827         <bp-sym.h>.
32828         (__libc_start_main): Do not use BP_SYM.
32830 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32832         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
32833         redundant return line.
32834         (norm): Likewise.
32835         (denorm): Likewise.
32836         (dbl_mp): Likewise.
32837         (sub_magnitudes): Likewise.
32838         (__add): Likewise.
32839         (__sub): Likewise.
32840         (__mul): Likewise.
32841         (__inv): Likewise.
32842         (__dvd): Likewise.
32843         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
32844         (norm): Likewise.
32845         (denorm): Likewise.
32846         (dbl_mp): Likewise.
32847         (sub_magnitudes): Likewise.
32848         (__add): Likewise.
32849         (__sub): Likewise.
32850         (__mul): Likewise.
32851         (__inv): Likewise.
32852         (__dvd): Likewise.
32854         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
32855         instead of __mul.
32856         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
32857         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
32858         (cc32): Likewise.
32860         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
32861         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
32862         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
32863         of __mul for squares.
32864         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
32865         function
32866         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
32867         Likewise.
32868         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
32869         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
32871 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
32873         [BZ #13550]
32874         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
32875         code.
32876         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
32877         prototype or function definition.  Rename ubp_* variables and
32878         parameters.  Remove argv definitions conditional on
32879         [__BOUNDED_POINTERS__].
32880         * debug/backtrace.c (__backtrace): Do not use __unbounded.
32881         * elf/dl-runtime.c (_dl_fixup): Likewise.
32882         * include/set-hooks.h (RUN_HOOK): Likewise.
32883         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
32884         definition.
32885         * string/strcpy.c (strcpy): Do not use __unbounded.
32886         * sysdeps/generic/frame.h (struct layout): Likewise.
32887         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
32888         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
32889         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
32890         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
32891         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
32892         (__backtrace): Likewise.
32893         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
32894         use __ptrvalue.
32895         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
32896         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
32897         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
32898         Likewise.
32899         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
32900         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
32901         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
32902         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32903         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
32904         Do not use __unbounded.
32905         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
32906         Rename __unboundedrlimits parameter to rlimits in prototype.
32907         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
32908         Do not use __unbounded.
32909         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
32910         not use __ptrvalue.
32911         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32912         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
32913         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32914         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
32915         __ptrvalue or __unbounded.
32916         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
32917         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
32918         use __unbounded.
32919         (__new_msgctl): Do not use __ptrvalue.
32920         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
32921         __unbounded.
32922         (__libc_msgrcv): Do not use __ptrvalue.
32923         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
32924         startup_info): Do not use __unbounded.
32925         (__libc_start_main): Likewise.  Rename ubp_* variables and
32926         parameters.  Remove argv definitions conditional on
32927         [__BOUNDED_POINTERS__].
32928         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
32929         __ptrvalue.
32930         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
32931         use __unbounded.
32932         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
32933         or __ptrvalue.
32934         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
32935         use __unbounded.
32936         (__new_shmctl): Do not use __ptrvalue.
32937         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
32938         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
32939         Likewise.
32940         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
32941         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
32942         (__libc_sigaction): Likewise.
32943         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
32944         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
32945         Likewise.
32946         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32948 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
32950         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
32952         * string/mempcpy.c: Implement by calling memcpy.
32954 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
32956         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
32958         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
32959         evaluation.
32961         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
32962         values in the mantissa.
32964         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
32965         minimize writes to Z.
32966         (sub_magnitudes): Simplify code a bit.
32968 2013-02-12  Roland McGrath  <roland@hack.frob.com>
32970         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
32971         from the message.  The linker prefixes all warnings with that already.
32973 2013-02-12  Andreas Schwab  <schwab@suse.de>
32975         [BZ #15078]
32976         * posix/regexec.c (extend_buffers): Add parameter min_len.
32977         (check_matching): Pass minimum needed length.
32978         (clean_state_log_if_needed): Likewise.
32979         (get_subexp): Likewise.
32980         * posix/Makefile (tests): Add bug-regex34.
32981         (bug-regex34-ENV): Define.
32982         * posix/bug-regex34.c: New file.
32984         [BZ #11561]
32985         * posix/regcomp.c (parse_bracket_exp): When looking up collating
32986         elements compare against the byte sequence of it, not its name.
32987         * posix/Makefile (tests): Add bug-regex35.
32988         (bug-regex35-ENV): Define.
32989         * posix/bug-regex35.c: New file.
32991 2013-02-11  Tom de Vries  <tom@codesourcery.com>
32993         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
32994         comment.
32995         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
32996         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
32997         (CHECK_EOL): Add undef.
32999 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
33001         * bits/stdlib-bsearch.h: New file.
33002         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
33003         * stdlib/stdlib.h: Likewise.
33005 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33007         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
33008         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
33009         declaration.
33010         * manual/search.texi (Array Search Function): Add missing const in
33011         lfind prototype.
33012         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
33013         declaration to use rlim_t.
33014         (Basic Scheduling Functions): Remove erroneous const from
33015         sched_getparam prototype.  Remove erroneous * from
33016         sched_get_priority_max and sched_get_priority_min prototypes.
33017         (Resource Usage): Fix summary @comment on vtimes to refer to
33018         sys/vtimes.h rather than vtimes.h.
33019         Add missing *s in vtimes prototype.
33020         (Limits on Resources): Fix ulimit prototype to return long int.
33021         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
33022         prototypes to use long int rather than double.
33023         (BSD Random): Fix initstate and setstate to use char *, not void *.
33024         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
33025         prototype to make second argument 'struct aiocb64 *const[]'.
33026         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
33027         (Status of AIO Operations): Remove erroneous const in aio_return and
33028         aio_return64 prototypes.
33029         (Synchronizing I/O): Fix sync prototype to return void.
33030         * manual/startup.texi (Suboptions): Remove an erroneous const in
33031         getsubopt prototype.
33032         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
33033         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
33034         use size_t rather than int.
33035         (Scanning All Users): Likewise for getpwent_r.
33036         (Setting Groups): Add missing const to setgroups prototype.
33037         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
33038         * manual/socket.texi (Host Names): Fix gethostbyaddr and
33039         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
33040         'const void *' rather than 'const char *'.
33041         (Host Address Functions): Likewise for inet_ntop.
33042         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
33043         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
33044         ssize_t for return value.
33045         (Sending Data): Likewise for send, sendto, sendmsg.
33046         (Socket Option Functions): Add a missing const in setsockopt prototype.
33047         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
33048         use wchar_t for the argument.
33049         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
33050         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
33051         take no arguments.
33052         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
33053         double/float/long double for second argument.
33054         Fix return types of significand, significandf, significandl.
33055         * manual/filesys.texi (Setting Permissions): Use mode_t for second
33056         argument in fchmod prototype.
33057         (File Owner): Use uid_t and gid_t in fchown prototype.
33058         (File Times): Add const to utimes, futimes, and lutimes prototypes.
33059         (Making Special Files): Use mode_t and dev_t in mknod prototype.
33060         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
33061         use 'const struct dirent **' as argument types to CMP function pointer
33062         argument.
33063         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
33064         (File Times): Fix summary magic @comment for struct utimbuf and utime
33065         to refer to utime.h, not time.h.
33066         * manual/string.texi (Argz Functions): Add missing const in
33067         argz_extract and argz_next prototypes.
33068         (Finding Tokens in a String): Likewise for basename.
33069         (String/Array Comparison): Fix typo in wcscasecmp prototype.
33070         (Copying and Concatenation): Fix typo in wmemmove prototype.
33071         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
33072         (Signal Stack): Remove erroneous const in sigstack prototype.
33073         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
33074         prototype.
33075         (Simple Calendar Time): Likewise for stime.
33076         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
33077         prototype.
33078         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
33079         say sys/sysctl.h instead.
33080         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
33081         and vsyslog prototypes.
33083 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33085         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
33086         Remove.
33088 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33090         * misc/sys/mman.h: Fix typo in mremap comment.
33092 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33094         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
33095         the '\0' terminator.
33097 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33099         [BZ #13550]
33100         * debug/segfault.c: Don't include <bp-checks.h>.
33101         * sysdeps/generic/bp-checks.h: Remove file.
33102         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
33103         (__GETDENTS): Don't use CHECK_N.
33104         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
33105         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
33106         (__getgroups): Don't use CHECK_N.
33107         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
33108         (setgroups): Don't use CHECK_N.
33109         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
33110         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
33111         (__libc_msgrcv): Don't use CHECK_N.
33112         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
33113         (__libc_msgsnd): Don't use CHECK_N.
33114         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
33115         <bp-checks.h>.
33116         (__libc_pread): Don't use CHECK_N.
33117         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
33118         include <bp-checks.h>.
33119         (__libc_pread64): Don't use CHECK_N.
33120         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
33121         include <bp-checks.h>.
33122         (__libc_pwrite): Don't use CHECK_N.
33123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
33124         include <bp-checks.h>.
33125         (__libc_pwrite64): Don't use CHECK_N.
33126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
33127         <bp-checks.h>.
33128         (__libc_pread): Don't use CHECK_N.
33129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
33130         include <bp-checks.h>.
33131         (__libc_pread64): Don't use CHECK_N.
33132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
33133         include <bp-checks.h>.
33134         (__libc_pwrite): Don't use CHECK_N.
33135         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
33136         include <bp-checks.h>.
33137         (__libc_pwrite64): Don't use CHECK_N.
33138         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
33139         (do_pread): Don't use CHECK_N.
33140         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
33141         (do_pread64): Don't use CHECK_N.
33142         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
33143         (do_pwrite): Don't use CHECK_N.
33144         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
33145         (do_pwrite64): Don't use CHECK_N.
33146         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
33147         (__libc_readv): Don't use CHECK_N.
33148         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
33149         (semop): Don't use CHECK_N.
33150         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
33151         <bp-checks.h>.
33152         (semtimedop): Don't use CHECK_N.
33153         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
33154         (__libc_pread): Don't use CHECK_N.
33155         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
33156         <bp-checks.h>.
33157         (__libc_pread64): Don't use CHECK_N.
33158         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
33159         <bp-checks.h>.
33160         (__libc_pwrite): Don't use CHECK_N.
33161         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
33162         <bp-checks.h>.
33163         (__libc_pwrite64): Don't use CHECK_N.
33164         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
33165         <bp-checks.h>.
33166         (__libc_msgrcv): Don't use CHECK_N.
33167         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
33168         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
33169         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
33170         (__libc_writev): Don't use CHECK_N.
33172 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33174         * string/strcpy.c: Removed unused variable.
33176         * Makeconfig (+sysdep-includes): Define with := rather than =.
33177         Use an existing include/ subdir of each sysdeps dir before it.
33179 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33181         * nscd/connection.c (register_traced_file): Comment function.
33182         [HAVE_INOTIFY] (union __inev): Define.
33183         [HAVE_INOTIFY] (inotify_check_files): New function.
33184         [HAVE_INOTIFY] (clear_db_cache): Likewise.
33185         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
33186         clear_db_cache.
33187         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
33189 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33191         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
33192         loaded if not already and that a failure is permanent.
33194 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33196         [BZ #15006]
33197         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
33198         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
33200 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33202         [BZ #13550]
33203         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
33204         (CHECK_1_NULL_OK): Likewise.
33205         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
33206         (__fxstat): Do not use CHECK_1.
33207         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
33208         <bp-checks.h>.
33209         (___fxstat64): Do not use CHECK_1.
33210         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
33211         <bp-checks.h>.
33212         (__fxstatat): Do not use CHECK_1.
33213         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
33214         <bp-checks.h>.
33215         (__fxstatat64): Do not use CHECK_1.
33216         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
33217         <bp-checks.h>.
33218         (__fxstat): Do not use CHECK_1.
33219         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
33220         <bp-checks.h>.
33221         (__fxstatat): Do not use CHECK_1.
33222         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33223         <bp-checks.h>.
33224         (__getresgid): Do not use CHECK_1.
33225         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33226         <bp-checks.h>.
33227         (__getresuid): Do not use CHECK_1.
33228         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
33229         <bp-checks.h>.
33230         (__lxstat): Do not use CHECK_1.
33231         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33232         <bp-checks.h>.
33233         (__old_msgctl): Do not use CHECK_1.
33234         (__new_msgctl): Likewise.
33235         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
33236         <bp-checks.h>.
33237         (__new_setrlimit): Do not use CHECK_1.
33238         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33239         <bp-checks.h>.
33240         (__old_shmctl): Do not use CHECK_1.
33241         (__new_shmctl): Likewise.
33242         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
33243         <bp-checks.h>.
33244         (__xstat): Do not use CHECK_1.
33245         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
33246         (__lxstat): Do not use CHECK_1.
33247         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
33248         <bp-checks.h>.
33249         (___lxstat64): Do not use CHECK_1.
33250         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
33251         (__old_msgctl): Do not use CHECK_1.
33252         (__new_msgctl): Likewise.
33253         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
33254         <bp-checks.h>.
33255         (__gettimeofday): Do not use CHECK_1.
33256         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
33257         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
33258         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
33259         <bp-checks.h>.
33260         (__gettimeofday): Do not use CHECK_1.
33261         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
33262         (__old_shmctl): Do not use CHECK_1_NULL_OK.
33263         (__new_shmctl): Do not use CHECK_1.
33264         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
33265         <bp-checks.h>.
33266         (do_sigtimedwait): Do not use CHECK_1.
33267         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
33268         <bp-checks.h>.
33269         (do_sigwaitinfo): Do not use CHECK_1.
33270         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
33271         <bp-checks.h>.
33272         (msgctl): Do not use CHECK_1.
33273         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
33274         <bp-checks.h>.
33275         (shmctl): Do not use CHECK_1.
33276         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
33277         (ustat): Do not use CHECK_1.
33278         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
33279         <bp-checks.h>.
33280         (__fxstat): Do not use CHECK_1.
33281         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
33282         <bp-checks.h>.
33283         (__fxstatat): Do not use CHECK_1.
33284         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
33285         <bp-checks.h>.
33286         (__lxstat): Do not use CHECK_1.
33287         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
33288         <bp-checks.h>.
33289         (__xstat): Do not use CHECK_1.
33290         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
33291         (__xstat): Do not use CHECK_1.
33292         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
33293         (___xstat64): Do not use CHECK_1.
33295         [BZ #13550]
33296         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
33297         definitions.
33298         (CHECK_BOUNDS_HIGH): Likewise.
33299         * string/strcpy.c: Do not include <bp-checks.h>.
33300         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
33302 2013-02-07  Roland McGrath  <roland@hack.frob.com>
33304         * nscd/nscd-client.h (__nscd_drop_map_ref):
33305         Add __attribute__ ((unused)).
33306         * nis/nss-nisplus.h (niserr2nss): Likewise.
33308         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
33309         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
33311         * csu/libc-tls.c (init_static_tls, init_slotinfo):
33312         Remove inline keyword.
33313         * include/rounding-mode.h (round_away): Likewise.
33314         * libio/wfileops.c (adjust_wide_data): Likewise.
33315         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
33316         (__m128i_strloadu_tolower): Likewise.
33317         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
33318         (__m128i_strloadu_tolower): Likewise.
33319         * time/mktime.c (ydhms_diff): Likewise.
33320         * locale/elem-hash.h (elem_hash): Likewise.
33321         * locale/setlocale.c (setdata): Likewise.
33322         * posix/regex_internal.h (re_string_char_size_at): Likewise.
33323         (re_string_wchar_at): Likewise.
33324         (bitset_not, bitset_merge, bitset_mask): Likewise.
33325         [!(__GNUC__ > 3)] (inline): Remove macro.
33326         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
33327         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
33328         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
33329         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
33330         * string/memcmp.c (memcmp_bytes): Likewise.
33331         * locale/programs/locarchive.c (compute_hashval): Likewise.
33332         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
33333         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
33334         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
33335         * nss/getent.c (print_rpc, print_protocols): Likewise.
33336         (print_passwd, print_group, print_aliases): Likewise.
33337         * nis/nss-nisplus.h (niserr2nss): Likewise.
33338         * nscd/connections.c (restart_p): Likewise.
33339         Change return type to bool.
33341 2013-02-05  Roland McGrath  <roland@hack.frob.com>
33343         * Makeconfig (all-Depend-files): Add existing
33344         $(sorted-subdirs:=/Depend) files.
33345         (all-subdirs): Remove nss.
33346         * sysdeps/unix/inet/Subdirs: Add it here instead.
33347         * hesiod/Depend: New file.
33349         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
33350         instead of calling alloca.
33352         * io/lseek.c (__lseek): Rename to __libc_lseek.
33353         Define __lseek as an alias.
33355         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
33357 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
33359         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
33360         else clause and remove check for non-standard endianness.
33362 2013-02-04  David S. Miller  <davem@davemloft.net>
33364         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33366 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
33368         [BZ #13550]
33369         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
33370         (__ubp_memchr): Remove prototype.
33371         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
33372         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33373         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
33374         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33375         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
33376         Remove alias.
33377         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
33378         (__ubp_memchr): Likewise.
33379         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
33380         (__ubp_memchr): Likewise.
33381         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
33382         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
33383         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
33384         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
33385         CHECK_STRING.
33386         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
33387         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
33388         (__getcwd): Do not use CHECK_STRING.
33389         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
33390         <bp-checks.h>.
33391         (__real_chown): Do not use CHECK_STRING.
33392         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
33393         <bp-checks.h>.
33394         (fchownat): Do not use CHECK_STRING.
33395         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
33396         CHECK_STRING.
33397         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
33398         <bp-checks.h>.
33399         (__lchown): Do not use CHECK_STRING.
33400         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33401         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33402         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33403         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
33404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
33405         include <bp-checks.h>.
33406         (truncate64): Do not use CHECK_STRING.
33407         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
33408         <bp-checks.h>.
33409         (__real_chown): Do not use CHECK_STRING.
33410         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
33411         <bp-checks.h>.
33412         (__lchown): Do not use CHECK_STRING.
33413         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
33414         <bp-checks.h>.
33415         (__chown): Do not use CHECK_STRING.
33416         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
33417         <bp-checks.h>.
33418         (truncate64): Do not use CHECK_STRING.
33419         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
33420         Likewise.
33421         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
33422         (__xmknod): Do not use CHECK_STRING.
33423         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
33424         <bp-checks.h>.
33425         (__xmknodat): Do not use CHECK_STRING.
33426         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33427         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
33429 2013-02-04  Andreas Schwab  <schwab@suse.de>
33431         [BZ #14142]
33432         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
33433         * include/netdb.h: Likewise for h_errno.
33434         * elf/tst-stackguard1.c: Include <tls.h>.
33436 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
33438         * elf/link.h (struct link_map): Extend the l_addr comment.
33439         * include/link.h (struct link_map): Likewise.
33441 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
33443         [BZ #13550]
33444         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
33445         (BOUNDED_1): Remove macro.
33446         * debug/backtrace.c: Don't include <bp-checks.h>.
33447         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
33448         (__backtrace): Likewise.
33449         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
33450         <bp-checks.h>.
33451         (__backtrace): Don't use BOUNDED_1.
33452         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
33453         <bp-checks.h>.
33454         (__backtrace): Don't use BOUNDED_1.
33455         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
33456         (__backtrace): Don't use BOUNDED_1.
33457         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
33458         (shmat): Don't use BOUNDED_N.
33460 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
33462         [BZ #13550]
33463         * sysdeps/generic/bp-start.h: Remove file.
33464         * csu/libc-start.c: Don't include <bp-start.h>.
33465         (LIBC_START_MAIN): Set up __environ directly instead of using
33466         INIT_ARGV_and_ENVIRON.
33467         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
33468         <bp-start.h>.
33470         [BZ #13550]
33471         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
33472         definitions.
33473         (CHECK_FCNTL): Likewise.
33474         (CHECK_N_PAGES): Likewise.
33476         [BZ #13550]
33477         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
33478         definitions.
33479         (CHECK_SIGSET_NULL_OK): Likewise.
33480         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
33481         <bp-checks.h>.
33482         (sigpending): Don't use CHECK_SIGSET.
33483         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
33484         <bp-checks.h>.
33485         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33486         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
33487         <bp-checks.h>.
33488         (do_sigsuspend): Don't use CHECK_SIGSET.
33489         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
33490         use CHECK_SIGSET.
33491         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
33492         (do_sigwait): Don't use CHECK_SIGSET.
33493         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
33494         use CHECK_SIGSET.
33495         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
33496         include <bp-checks.h>.
33497         (sigpending): Don't use CHECK_SIGSET.
33498         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
33499         include <bp-checks.h>.
33500         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33501         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
33502         <bp-checks.h>.
33503         (sigpending): Don't use CHECK_SIGSET.
33504         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
33505         <bp-checks.h>.
33506         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33508         [BZ #13550]
33509         * sysdeps/generic/bp-semctl.h: Remove file.
33510         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
33511         <bp-checks.h> and <bp-semctl.h>.
33512         (__old_semctl): Don't use CHECK_SEMCTL.
33513         (__new_semctl): Likewise.
33514         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
33515         and <bp-semctl.h>.
33516         (__old_semctl): Don't use CHECK_SEMCTL.
33517         (__new_semctl): Likewise.
33518         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
33519         <bp-checks.h> and <bp-semctl.h>.
33520         (__old_semctl): Don't use CHECK_SEMCTL.
33521         (__new_semctl): Likewise.
33522         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
33523         <bp-checks.h> and <bp-semctl.h>.
33524         (semctl): Don't use CHECK_SEMCTL.
33526         [BZ #13550]
33527         * Makerules (elide-bp-thunks): Remove variable.
33528         (elide-routines.oS): Don't use $(elide-bp-thunks).
33529         (elide-routines.os): Likewise.
33530         (elide-routines.o): Likewise.
33531         (elide-routines.op): Likewise.
33532         (elide-routines.og): Likewise.
33533         (objects): Don't use $(bp-thunks).
33534         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
33535         include.
33536         (common-generated): Do not add s-proto-bp.d.
33537         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
33538         (int): Likewise.
33539         (typ): Likewise.
33540         Do not generate makefile rules for bounded-pointer thunks.
33541         * sysdeps/generic/bp-thunks.h: Remove file.
33542         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
33543         * sysdeps/unix/s-proto-bp.S: Likewise.
33545         [BZ #15062]
33546         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
33547         parts of result separately when argument is not close to line from
33548         -i to i and one part of argument is small.
33549         * math/k_casinhf.c (__kernel_casinhf): Likewise.
33550         * math/k_casinhl.c (__kernel_casinhl): Likewise.
33551         * math/libm-test.inc (cacos_test): Add more tests.
33552         (casin_test): Likewise.
33553         (casinh_test): Likewise.
33554         * sysdeps/i386/fpu/libm-test-ulps: Update.
33555         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33557 2013-01-31  David S. Miller  <davem@davemloft.net>
33559         * po/de.po: Update from translation team.
33561 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
33563         * time/tzfile.c: Include stdint.h for SIZE_MAX.
33565 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
33567         * configure.in (_AC_PROG_CC_C89): New definition.
33568         * configure: Regenerate.
33570         * configure.in (AC_PROG_CPP): New definition.
33571         * configure: Regenerate.
33573 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
33575         * debug/tst-backtrace.h: New file.
33576         * debug/tst-backtrace2.c: Include tst-backtrace.h.
33577         (ret): Remove variable.
33578         (x): Likewise.
33579         (FAIL): Remove macro.
33580         (NO_INLINE): Likewise.
33581         (fn1): Use match function instead of strstr.
33582         * debug/tst-backtrace3.c: Include tst-backtrace.h.
33583         (ret): Remove variable.
33584         (x): Likewise.
33585         (FAIL): Remove macro.
33586         (NO_INLINE): Likewise.
33587         (fn): Use match function instead of strstr.
33588         * debug/tst-backtrace4.c: Include tst-backtrace.h.
33589         (ret): Remove variable.
33590         (x): Likewise.
33591         (FAIL): Remove macro.
33592         (NO_INLINE): Likewise.
33593         (handle_signal): Use match function instead of strstr.
33594         * debug/tst-backtrace5.c: Include tst-backtrace.h.
33595         (ret): Remove variable.
33596         (x): Likewise.
33597         (FAIL): Remove macro.
33598         (NO_INLINE): Likewise.
33599         (handle_signal): Use match function instead of strstr.
33601 2013-01-23  Roland McGrath  <roland@hack.frob.com>
33603         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
33605 2013-01-23  David S. Miller  <davem@davemloft.net>
33607         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
33608         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
33609         argument of CAS if possible.
33610         * sysdeps/sparc/sparc64/bits/atomic.h
33611         (__arch_compare_and_exchange_val_32_acq): Likewise.
33612         (__arch_compare_and_exchange_val_64_acq): Likewise.
33614 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
33616         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
33617         * sysdeps/posix/ulimit.c: ... this.
33618         Include <limits.h>.
33619         * sysdeps/unix/bsd/ulimit.c: Remove file.
33621 2013-01-23  Adam Conrad  <adconrad@0c3.net>
33623         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
33624         (LDFLAGS-tst-array5): Likewise.
33626 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
33628         [BZ #15036]
33629         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
33630         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
33631         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
33632         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
33634 2013-01-21  David S. Miller  <davem@davemloft.net>
33636         * sysdeps/sparc/backtrace.c: New file.
33637         * sysdeps/sparc/sparc32/backtrace.h: New file.
33638         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
33639         * sysdeps/sparc/sparc64/backtrace.h: New file.
33640         * sysdeps/sparc/sparc64/backtrace.c: Delete.
33641         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
33642         -funwind-tables.
33644 2013-01-21  Andreas Schwab  <schwab@suse.de>
33646         [BZ #15020]
33647         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
33648         closed its stdout.
33650 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
33652         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
33653         "mpa2.h".
33654         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33656 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
33657             Mark Mitchell  <mark@codesourcery.com>
33658             Tom de Vries  <tom@codesourcery.com>
33659             Paul Pluzhnikov  <ppluzhnikov@google.com>
33661         * debug/tst-backtrace2.c: New file.
33662         * debug/tst-backtrace3.c: Likewise.
33663         * debug/tst-backtrace4.c: Likewise.
33664         * debug/tst-backtrace5.c: Likewise.
33665         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
33666         (CFLAGS-tst-backtrace3.c): Likewise.
33667         (CFLAGS-tst-backtrace4.c): Likewise.
33668         (CFLAGS-tst-backtrace5.c): Likewise.
33669         (LDFLAGS-tst-backtrace2): Likewise.
33670         (LDFLAGS-tst-backtrace3): Likewise.
33671         (LDFLAGS-tst-backtrace4): Likewise.
33672         (LDFLAGS-tst-backtrace5): Likewise.
33673         (tests): Add new tests tst-backtrace2, tst-backtrace3,
33674         tst-backtrace4 and tst-backtrace5.
33676 2013-01-18  Anton Blanchard  <anton@samba.org>
33677             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
33679         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
33680         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
33681         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
33682         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
33683         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
33684         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
33685         "+r" and remove output regs list as redundant.  Add explicit inline
33686         asm to specify register of return val to work around compiler codegen
33687         bug.  Remove (int) cast on return value.  Add return type parameter to
33688         use in macro so that this macro does not truncate return value for
33689         64-bit values.
33690         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
33691         pass to INTERNAL_VSYSCALL_NCS.
33692         (INLINE_VSYSCALL): Add 'long int' as return type to
33693         INTERNAL_VSYSCALL_NCS macro invocation.
33694         (INTERNAL_VSYSCALL): Add 'long int' as return type to
33695         INTERNAL_VSYSCALL_NCS macro invocation.
33696         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33698 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33700         [BZ #14496]
33701         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
33702         Fix application of SIMD FP exception mask.
33704         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
33705         mp_no from a power of two.
33706         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
33707         __mpexp_twomm1.  Use __pow_mp.
33709         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
33710         multiplication.
33712 2013-01-17  David S. Miller  <davem@davemloft.net>
33714         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33716 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
33718         [BZ #15023]
33719         * include/complex.h: Condition contents on [!_COMPLEX_H].
33720         (__kernel_casinhf): New prototype.
33721         (__kernel_casinh): Likewise.
33722         (__kernel_casinhl): Likewise.
33723         * math/Makefile (libm_calls): Add k_casinh.
33724         * math/k_casinh.c: New file.
33725         * math/k_casinhf.c: Likewise.
33726         * math/k_casinhl.c: Likewise.
33727         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
33728         finite nonzero arguments.
33729         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
33730         finite nonzero arguments.
33731         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
33732         finite nonzero arguments.
33733         * math/s_casinh.c: Do not include <float.h>.
33734         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
33735         * math/s_casinhf.c: Do not include <float.h>.
33736         (__casinhf): Move code for finite nonzero arguments to
33737         k_casinhf.c.
33738         * math/s_casinhl.c: Do not include <float.h>.
33739         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
33740         redefine.
33741         (__casinhl): Move code for finite nonzero arguments to
33742         k_casinhl.c.
33743         * math/libm-test.inc (cacos_test): Add more tests.
33744         * sysdeps/i386/fpu/libm-test-ulps: Update.
33745         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33747 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
33749         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
33750         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
33751         [!HAVE_MREMAP]: Remove [defined linux] case.
33752         * malloc/arena.c: Do not include <malloc-sysdep.h>.
33754 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
33756         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
33758 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
33760         * elf/elf.h (R_386_SIZE32): New relocation.
33761         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
33762         R_386_SIZE32.
33763         (elf_machine_rela): Likewise.
33764         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
33765         R_X86_64_SIZE64 and R_X86_64_SIZE32.
33767 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
33769         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
33770         (FP_FAST_FMA): Do not define.
33771         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
33772         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
33773         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
33774         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
33775         !_SOFT_FLOAT]: Likewise.
33776         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
33777         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
33778         value.
33779         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
33780         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
33781         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
33782         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
33783         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
33784         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
33785         file.
33787 2013-01-16  Andreas Schwab  <schwab@suse.de>
33789         [BZ #14327]
33790         * include/stdlib.h (__mktemp): Add declaration.
33791         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
33792         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
33794 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33796         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
33797         definitions.
33798         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33799         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
33800         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
33801         definitions here.
33802         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
33803         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
33804         definitions.
33805         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
33806         and ONE.
33807         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
33808         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
33809         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
33810         definitions.
33811         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
33812         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
33813         definitions.
33814         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33816         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
33818 2013-01-15  David S. Miller  <davem@davemloft.net>
33820         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33821         trunc{,f} to libm-sysdep_routes.
33822         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33823         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
33824         file.
33825         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
33826         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
33827         file.
33828         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
33829         file.
33830         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
33831         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
33832         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
33833         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
33834         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
33835         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
33836         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
33837         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
33839         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33840         nearbyint{,f} to libm-sysdep_routes.
33841         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33842         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
33843         New file.
33844         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
33845         file.
33846         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
33847         New file.
33848         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
33849         file.
33850         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
33851         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
33852         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
33853         file.
33854         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
33855         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
33856         file.
33857         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
33858         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
33859         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
33861         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
33862         libc_feholdexcept and libc_fesetenv.
33864 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
33866         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
33868 2013-01-14  David S. Miller  <davem@davemloft.net>
33870         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
33871         (SPARC_ASM_VIS2_IFUNC): Likewise.
33872         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
33873         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
33874         use of 'siam' instruction.
33875         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
33876         Likewise.
33877         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
33878         Likewise.
33879         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
33880         Likewise.
33881         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
33882         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
33883         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
33884         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
33885         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
33886         file.
33887         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
33888         file.
33889         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
33890         file.
33891         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
33892         file.
33893         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
33894         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
33895         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
33896         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
33897         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
33898         new VIS2 routines.
33899         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
33900         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
33901         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
33902         Likewise.
33903         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
33904         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
33905         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
33906         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
33907         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
33908         routines to libm-sysdep_routines.
33909         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33911         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33912         fdim/fdimf to libm-sysdep_routines.
33913         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
33914         file.
33915         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
33916         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
33917         file.
33918         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
33919         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
33920         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
33921         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
33922         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
33923         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
33924         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
33926 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
33928         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
33929         to optimize copies.
33931         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
33932         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33933         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33935         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
33936         local variable MPTWO.
33937         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
33938         Likewise.
33940 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33942         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
33943         GLOB_NOESCAPE.
33945 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33947         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
33949 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33951         * manual/pattern.texi (glob_t): Document gl_flags.
33952         (glob64_t): Likewise.
33954 2013-01-11  David S. Miller  <davem@davemloft.net>
33956         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
33957         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
33958         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
33959         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
33960         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
33961         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
33962         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
33963         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
33964         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
33965         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
33966         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
33967         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
33968         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
33970         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33971         sparc V9 rather than using V8 code.
33972         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33973         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33975         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
33976         Move to...
33977         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
33978         Here.
33980 2013-01-11  Roland McGrath  <roland@hack.frob.com>
33982         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
33983         not in the main loop.
33984         * configure: Regenerated.
33986 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
33988         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
33989         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
33990         to just #else.
33991         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
33992         [!__GLIBC_HAVE_LONG_LONG] case.
33993         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
33994         condition to just #else.
33995         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
33996         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
33997         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
33998         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
33999         unconditional.
34000         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
34001         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34002         #elif condition to just #else.
34003         * sysdeps/unix/sysv/linux/sys/sysmacros.h
34004         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
34005         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34006         #elif condition to just #else.
34008 2013-01-11  Steve Ellcey  <sellcey@mips.com>
34010         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
34011         (EF_MIPS_ARCH_64): Fix value.
34012         (EF_MIPS_ARCH_32R2): New.
34013         (EF_MIPS_ARCH_64R2): New.
34015 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
34017         * Makeconfig (+link-pie-before-libc): New.
34018         (+link-pie-after-libc): Likewise.
34019         (+link-pie-tests): Likewise.
34020         (+link-pie): Rewritten.
34021         (link-before-libc): Remove $(config-LDFLAGS).
34022         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
34023         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
34024         (config-LDFLAGS): Renamed to ...
34025         (rtld-LDFLAGS): This.
34026         (rtld-tests-LDFLAGS): New macro.
34027         (link-libc-rpath-link): Likewise.
34028         (link-libc-tests-rpath-link): Likewise.
34029         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
34030         (link-libc): Prepand $(link-libc-rpath-link).
34031         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
34032         (test-program-prefix): New macro.
34033         (test-via-rtld-prefix): Likewise.
34034         (test-program-cmd): Likewise.
34035         (host-test-program-cmd): Likewise.
34036         * Makefile ($(common-objpfx)testrun.sh): Replace
34037         $(run-program-prefix) with $(test-program-prefix).
34038         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
34039         $(rtld-LDFLAGS).
34040         ($(common-objpfx)shlib.lds): Likewise.
34041         (build-module-helper): Likewise.
34042         ($(common-objpfx)format.lds): Likewise.
34043         * Rules (binaries-pie-tests): New.
34044         (binaries-pie-notests): Likewise.
34045         (binaries-pie): Rewritten.
34046         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
34047         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
34048         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
34049         (make-test-out): Replace $(host-built-program-cmd) with
34050         $(host-test-program-cmd).
34051         * config.make.in (build-hardcoded-path-in-tests): New variable.
34052         * configure.in (--enable-hardcoded-path-in-tests): New configure
34053         option.
34054         (hardcoded_path_in_tests): New AC_SUBST.
34055         * configure: Regenerated.
34056         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
34057         $(built-program-cmd) with $(test-program-cmd).
34058         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
34059         (test_program_cmd): This.
34060         * elf/Makefile ($(objpfx)order.out): Run test with
34061         $(test-program-prefix).
34062         ($(objpfx)order2.out): Likewise.
34063         ($(objpfx)tst-initorder.out): Likewise.
34064         ($(objpfx)tst-initorder2.out): Likewise.
34065         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
34066         $(test-program-cmd).
34067         ($(objpfx)tst-array1-static.out): Likewise.
34068         ($(objpfx)tst-array2.out): Likewise.
34069         ($(objpfx)tst-array3.out): Likewise.
34070         ($(objpfx)tst-array4.out): Likewise.
34071         ($(objpfx)tst-array5.out): Likewise.
34072         ($(objpfx)tst-array5-static.out): Likewise.
34073         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
34074         $(test-program-cmd).
34075         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
34076         $(run-program-prefix) with $(test-program-prefix).
34077         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
34078         (test_program_prefix): This.
34079         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
34080         $(run-program-prefix) with $(test-program-prefix).
34081         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
34082         (test_program_prefix): This.
34083         * iconvdata/tst-tables.sh: Likewise.
34084         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
34085         $(run-program-prefix) with $(test-program-prefix).
34086         ($(objpfx)tst-translit.out): Likewise.
34087         ($(objpfx)tst-gettext2.out): Likewise.
34088         ($(objpfx)tst-gettext4.out): Likewise.
34089         ($(objpfx)tst-gettext6.out): Likewise.
34090         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
34091         (test_program_prefix): This.
34092         * intl/tst-gettext2.sh: Likewise.
34093         * intl/tst-gettext4.sh  Likewise.
34094         * intl/tst-gettext6.sh: Likewise.
34095         * intl/tst-translit.sh: Likewise.
34096         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
34097         with $(test-program-cmd).
34098         * libio/Makefile ($(objpfx)test-freopen.out): Replace
34099         $(run-program-prefix) with $(test-program-prefix).
34100         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
34101         (test_program_prefix): This.
34102         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
34103         $(run-program-prefix) with $(test-program-prefix).
34104         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
34105         (test_program_prefix): This.
34106         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
34107         * posix/Makefile ($(objpfx)globtest.out): Replace
34108         $(run-via-rtld-prefix) and $(test-wrapper) with
34109         $(test-program-prefix) and $(test-via-rtld-prefix).
34110         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
34111         $(test-program-prefix).
34112         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
34113         $(host-test-program-cmd).
34114         (tst-spawn-ARGS): Likewise.
34115         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
34116         $(test-program-prefix).
34117         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
34118         (test_via_rtld_prefix): This.
34119         (test_wrapper): Renamed to ...
34120         (test_program_prefix): This.
34121         (run_program_prefix): Replaced by test_program_prefix.
34122         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
34123         (test_program_prefix): This.
34124         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
34125         with $(host-test-program-cmd).
34126         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
34127         $(run-program-prefix) with $(test-program-prefix).
34128         ($(objpfx)tst-printf.out): Likewise.
34129         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
34130         $(test-program-cmd).
34131         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
34132         (test_program_prefix): This.
34133         * stdio-common/tst-unbputc.sh: Likewise.
34134         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
34135         $(run-program-prefix) with $(test-program-prefix).
34136         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
34137         (test_program_prefix): This.
34138         * string/Makefile ($(objpfx)tst-svc.out):  Replace
34139         $(built-program-cmd) with $(test-program-cmd).
34141 2013-01-11  Andreas Jaeger  <aj@suse.de>
34143         [BZ #15003]
34144         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
34145         value. Sync with Linux 3.7.
34147 2013-01-10  David S. Miller  <davem@davemloft.net>
34149         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
34150         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34151         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34153 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34155         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
34156         never set.
34157         * configure: Regenerated.
34159 2013-01-10  David S. Miller  <davem@davemloft.net>
34161         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34162         sparc V9 rather than using V8 code.
34163         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34164         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34166 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34168         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
34169         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
34170         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
34171         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
34172         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
34173         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
34174         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
34175         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
34176         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
34177         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
34178         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
34179         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
34180         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
34181         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
34182         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
34183         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
34184         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
34185         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
34186         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
34187         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
34188         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
34189         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
34190         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
34191         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
34192         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
34193         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
34194         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
34196 2013-01-10  David S. Miller  <davem@davemloft.net>
34198         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34200 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34202         * posix/Makefile (tests-static): New variable.
34203         (tests): Add $(tests-static).
34204         (tst-exec-static-ARGS): New variable.
34205         (tst-spawn-static-ARGS): Likewise.
34206         * posix/tst-exec-static.c: New file.
34207         * posix/tst-spawn-static.c: Likewise.
34208         * posix/tst-exec.c: Support run directly.
34209         * posix/tst-spawn.c: Likewise.
34211 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
34213         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
34214         long.
34215         * math/bits/mathcalls.h (llrint): Likewise.
34216         (llround): Likewise.
34217         * stdlib/stdlib.h (struct drand48_data): Likewise.
34218         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
34219         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
34220         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
34221         Likewise.
34222         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
34223         Likewise.
34224         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
34225         (elf_greg_t): Likewise.
34226         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
34227         (__jmp_buf): Likewise.
34228         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
34229         definitions.
34230         (llrint): Likewise, for all definitions.
34231         (llrintl): Likewise.
34233         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
34234         Remove [__GNUC__] condition.
34235         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
34236         condition to just [__USE_ISOC99].
34237         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
34239 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34241         [BZ #14200]
34242         * sysdeps/unix/sysv/linux/x86/bits/environments.h
34243         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
34244         defined.
34245         (_POSIX_V6_ILP32_OFF32): Likewise.
34246         (_XBS5_ILP32_OFF32): Likewise.
34247         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
34248         (__ILP32_OFFBIG_LDFLAGS): Likewise.
34250 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
34252         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
34254         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
34255         doubles __mpexp_twomm1.  Adjust usage.
34256         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
34257         Remove.
34259 2013-01-10  Andreas Schwab  <schwab@suse.de>
34261         [BZ #14964]
34262         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
34263         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
34265 2013-01-09  David S. Miller  <davem@davemloft.net>
34267         [BZ #15003]
34268         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
34269         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
34270         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
34271         (TCP_FASTOPEN): Define.
34272         (tcp_repair_opt): New structure.
34273         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
34274         enum values.
34275         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
34276         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
34277         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
34278         (tcp_cookie_transactions): New structure.
34280 2013-01-09  Anton Blanchard  <anton@samba.org>
34282         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
34283         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
34284         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
34285         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
34287 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
34289         * include/features.h (__USE_ANSI): Remove.
34291 2013-01-09  Roland McGrath  <roland@hack.frob.com>
34293         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
34295         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
34297 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
34299         * sysdeps/s390/fpu/libm-test-ulps: Update.
34301         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34303         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
34304         (__acr): Likewise.
34305         (__cpy): Likewise.
34306         (norm): Likewise.
34307         (denorm): Likewise.
34308         (__mp_dbl): Likewise.
34309         (__dbl_mp): Likewise.
34310         (add_magnitudes): Likewise.
34311         (sub_magnitudes): Likewise.
34312         (__add): Likewise.
34313         (__sub): Likewise.
34314         (__mul): Likewise.
34315         (__inv): Likewise.
34316         (__dvd): Likewise.
34317         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
34318         (__acr): Likewise.
34319         (__cpy): Likewise.
34320         (norm): Likewise.
34321         (denorm): Likewise.
34322         (__mp_dbl): Likewise.
34323         (__dbl_mp): Likewise.
34324         (add_magnitudes): Likewise.
34325         (sub_magnitudes): Likewise.
34326         (__add): Likewise.
34327         (__sub): Likewise.
34328         (__mul): Likewise.
34329         (__inv): Likewise.
34330         (__dvd): Likewise.
34331         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
34332         (__acr): Likewise.
34333         (__cpy): Likewise.
34334         (norm): Likewise.
34335         (denorm): Likewise.
34336         (__mp_dbl): Likewise.
34337         (__dbl_mp): Likewise.
34338         (add_magnitudes): Likewise.
34339         (sub_magnitudes): Likewise.
34340         (__add): Likewise.
34341         (__sub): Likewise.
34342         (__mul): Likewise.
34343         (__inv): Likewise.
34344         (__dvd): Likewise.
34346 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
34348         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
34349         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
34350         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
34351         2 && __USE_EXTERN_INLINES]: Likewise.
34353 2013-01-08  Andreas Jaeger  <aj@suse.de>
34355         [BZ# 14985]
34356         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
34357         Remove.
34358         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34359         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34361 2013-01-07  Anton Blanchard  <anton@samba.org>
34363         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
34364         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
34365         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
34366         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
34367         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
34368         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
34369         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
34370         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34371         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34372         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34373         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
34374         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
34375         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
34376         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
34377         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
34378         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
34379         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
34380         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
34381         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
34382         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
34383         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
34384         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
34385         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
34386         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
34387         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
34388         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
34389         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
34390         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
34391         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
34392         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
34393         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
34394         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34395         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34396         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
34397         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
34398         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
34399         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
34400         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
34401         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
34402         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
34403         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
34404         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
34405         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
34407 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
34409         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
34410         (__MALLOC_PMT): Likewise.
34411         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
34412         [__GNUC__], only on [_LIBC].
34413         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34414         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
34415         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34416         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
34417         forward declaration.
34418         (realloc_hook_ini): Likewise.
34419         (memalign_hook_ini): Likewise.
34420         (__libc_memalign): Do not use __MALLOC_PMT in variable
34421         declaration.
34422         (__libc_valloc): Likewise.
34423         (__libc_pvalloc): Likewise.
34424         (__libc_calloc): Likewise.
34425         (__posix_memalign): Likewise.
34427         [BZ #14996]
34428         * math/s_casinh.c: Include <float.h>.
34429         (__casinh): Do not do computation with squaring and square root
34430         for large arguments.
34431         * math/s_casinhf.c: Include <float.h>.
34432         (__casinhf): Do not do computation with squaring and square root
34433         for large arguments.
34434         * math/s_casinhl.c: Include <float.h>.
34435         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
34436         (__casinhl): Do not do computation with squaring and square root
34437         for large arguments.
34438         * math/libm-test.inc (casin_test): Add more tests.
34439         (casinh_test): Likewise.
34440         * sysdeps/i386/fpu/libm-test-ulps: Update.
34441         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34443 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
34445         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
34446         (__x86_64_raw_data_cache_size): Likewise.
34447         (__x86_64_data_cache_size_half): Likewise.
34448         (__x86_64_raw_data_cache_size_half): Likewise.
34449         (__x86_64_shared_cache_size): Likewise.
34450         (__x86_64_raw_shared_cache_size): Likewise.
34451         (__x86_64_shared_cache_size_half): Likewise.
34452         (__x86_64_raw_shared_cache_size_half): Likewise.
34453         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
34454         to ...
34455         (__x86_data_cache_size): This.
34456         (__x86_64_raw_data_cache_size): Renamed to ...
34457         (__x86_raw_data_cache_size): This.
34458         (__x86_64_data_cache_size_half): Renamed to ...
34459         (__x86_data_cache_size_half): This.
34460         (__x86_64_raw_data_cache_size_half): Renamed to ...
34461         (__x86_raw_data_cache_size_half): This.
34462         (__x86_64_shared_cache_size): Renamed to ...
34463         (__x86_shared_cache_size): This.
34464         (__x86_64_raw_shared_cache_size): Renamed to ...
34465         (__x86_raw_shared_cache_size): This.
34466         (__x86_64_shared_cache_size_half): Renamed to ...
34467         (__x86_shared_cache_size_half): This.
34468         (__x86_64_raw_shared_cache_size_half): Renamed to ...
34469         (__x86_raw_shared_cache_size_half): This.
34470         * sysdeps/x86_64/memcpy.S: Updated.
34471         * sysdeps/x86_64/memset.S: Likewise.
34472         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
34473         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
34474         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
34476 2013-01-04  David S. Miller  <davem@davemloft.net>
34478         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34480 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
34482         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
34483         1 to avoid redefinition warning.
34484         (__USE_GNU): Don't define.
34485         (init_signaling_nan): Protoize.
34487         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34489 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34491         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
34492         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
34493         (__cpymn): Likewise.
34494         (norm): Remove commented code.
34495         (denorm): Likewise.
34496         (__mp_dbl): Likewise.
34497         (__inv): Likewise.
34498         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
34499         (__cpymn): Likewise.
34500         (norm): Remove commented code.
34501         (denorm): Likewise.
34502         (__mp_dbl): Likewise.
34503         (__inv): Likewise.
34505         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
34506         mp_no value for 1.0 and 2.0.
34507         (norm): Use RADIXI instead of radixi.d.
34508         (denorm): Likewise.
34509         (__mul): Use 0.0 instead of zero.d.
34510         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
34511         mp_no value for 1.0 and 2.0.
34512         (norm): Use RADIXI instead of radixi.d.
34513         (denorm): Likewise.
34514         (__mul): Use 0.0 instead of zero.d.
34516 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
34518         [BZ #14994]
34519         * math/s_casinh.c (__casinh): Reduce finite argument to first
34520         quadrant then set signs of results at the end.
34521         * math/s_casinhf.c (__casinhf): Likewise.
34522         * math/s_casinhl.c (__casinhl): Likewise.
34523         * math/libm-test.inc (casin_test): Add more tests.
34524         (casinh_test): Likewise.
34525         * sysdeps/i386/fpu/libm-test-ulps: Update.
34526         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34528 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34530         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
34532         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
34534         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
34535         declarations.
34536         (denorm): Likewise.
34537         (__mp_dbl): Likewise.
34538         (__inv): Likewise.
34540         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
34541         and adjust the header comment.
34543         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
34544         variable name from declaration.
34546 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
34548         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34549         Initialize COMMON_CPUID_INDEX_7 element.
34550         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
34551         (CPUID_RTM): Likewise.
34552         (HAS_RTM): Likewise.
34553         (COMMON_CPUID_INDEX_7): New enum.
34555 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
34557         [BZ #14981]
34558         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
34559         size is zero, record memory as freed.
34561 2013-01-03  Andreas Jaeger  <aj@suse.de>
34563         * po/ia.po: Add new Interlingua translation.
34565 2012-01-03  Allan McRae  <allan@archlinux.org>
34567         * locale/programs/localedef.c: Fix description of '--posix' flag.
34569 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
34571         * NEWS: Update dates in second copyright notice.
34572         * README: Update copyright dates in example.
34573         * manual/libc.texinfo: Update copyright dates.
34574         * scripts/test-installation.pl: Update copyright date in --version
34575         output.
34577         * hurd/ctty-input.c: Fix copyright notice formatting.
34578         * hurd/ctty-output.c: Likewise.
34579         * hurd/dtable.c: Likewise.
34580         * hurd/hurd-raise.c: Likewise.
34581         * hurd/hurdprio.c: Likewise.
34582         * hurd/msgportdemux.c: Likewise.
34583         * misc/sys/file.h: Likewise.
34584         * misc/sys/ioctl.h: Likewise.
34585         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
34586         * sysdeps/mach/hurd/chdir.c: Likewise.
34587         * sysdeps/mach/hurd/fchdir.c: Likewise.
34588         * sysdeps/mach/hurd/rename.c: Likewise.
34589         * sysdeps/mach/hurd/rmdir.c: Likewise.
34590         * sysdeps/mach/hurd/seekdir.c: Likewise.
34591         * sysdeps/mach/hurd/setsid.c: Likewise.
34592         * sysdeps/posix/wait3.c: Likewise.
34594         * All files with FSF copyright notices: Update copyright dates
34595         using scripts/update-copyrights.
34596         * intl/plural.c: Regenerated.
34597         * locale/programs/charmap-kw.h: Likewise.
34598         * locale/programs/locfile-kw.h: Likewise.
34600 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
34602         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
34603         four values.
34605         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
34606         calculation loop and add branch prediction.
34608         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
34609         check access beyond bounds of m1np.
34611         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34612         MPTWO.
34613         (__inv): Remove local variable MPTWO to use the global
34614         constant.
34615         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
34616         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34617         variable MPTWO.
34618         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
34619         MP3HALFS static const.
34621 2013-01-01  David S. Miller  <davem@davemloft.net>
34623         * po/ca.po: Update from translation team.
34625 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
34627         * scripts/update-copyrights: New file.
34628         * Makeconfig: Reformat copyright notice.
34629         * ctype/ctype.h: Likewise.
34630         * debug/swprintf_chk.c: Likewise.
34631         * elf/dl-cache.c: Likewise.
34632         * elf/dl-debug.c: Likewise.
34633         * elf/dl-object.c: Likewise.
34634         * grp/initgroups.c: Likewise.
34635         * hurd/Makefile: Likewise.
34636         * hurd/hurd/signal.h: Likewise.
34637         * hurd/hurdfault.c: Likewise.
34638         * hurd/hurdioctl.c: Likewise.
34639         * hurd/hurdlookup.c: Likewise.
34640         * hurd/intr-msg.c: Likewise.
34641         * iconv/gconv_open.c: Likewise.
34642         * libio/swprintf.c: Likewise.
34643         * locale/lc-ctype.c: Likewise.
34644         * locale/nl_langinfo.c: Likewise.
34645         * mach/Machrules: Likewise.
34646         * mach/Makefile: Likewise.
34647         * malloc/obstack.h: Likewise.
34648         * manual/Makefile: Likewise.
34649         * manual/tsort.awk: Likewise.
34650         * misc/bits/stab.def: Likewise.
34651         * nis/nis_print_group_entry.c: Likewise.
34652         * nis/nis_table.c: Likewise.
34653         * nis/nss_compat/compat-pwd.c: Likewise.
34654         * nis/nss_compat/compat-spwd.c: Likewise.
34655         * po/Makefile: Likewise.
34656         * posix/fnmatch.c: Likewise.
34657         * posix/regex.h: Likewise.
34658         * resolv/Makefile: Likewise.
34659         * resolv/nss_dns/dns-network.c: Likewise.
34660         * resolv/res_hconf.c: Likewise.
34661         * scripts/gen-sorted.awk: Likewise.
34662         * soft-fp/soft-fp.h: Likewise.
34663         * stdio-common/printf.h: Likewise.
34664         * stdlib/monetary.h: Likewise.
34665         * stdlib/random.c: Likewise.
34666         * stdlib/random_r.c: Likewise.
34667         * sysdeps/generic/Makefile: Likewise.
34668         * sysdeps/gnu/Makefile: Likewise.
34669         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
34670         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
34671         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
34672         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
34673         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
34674         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
34675         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
34676         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
34677         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
34678         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
34679         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
34680         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
34681         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
34682         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
34683         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
34684         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
34685         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
34686         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
34687         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
34688         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
34689         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
34690         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
34691         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
34692         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
34693         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
34694         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
34695         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
34696         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
34697         * sysdeps/mach/hurd/errnos.awk: Likewise.
34698         * sysdeps/mach/hurd/fork.c: Likewise.
34699         * sysdeps/mach/hurd/getcwd.c: Likewise.
34700         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
34701         * sysdeps/mach/hurd/mmap.c: Likewise.
34702         * sysdeps/mach/hurd/utimes.c: Likewise.
34703         * sysdeps/mach/hurd/xmknod.c: Likewise.
34704         * sysdeps/posix/profil.c: Likewise.
34705         * sysdeps/posix/readdir_r.c: Likewise.
34706         * sysdeps/powerpc/bits/mathdef.h: Likewise.
34707         * sysdeps/powerpc/bits/setjmp.h: Likewise.
34708         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
34709         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34710         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34711         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
34712         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34713         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34714         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34715         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
34716         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34717         * sysdeps/pthread/lio_listio.c: Likewise.
34718         * sysdeps/sparc/dl-procinfo.h: Likewise.
34719         * sysdeps/unix/i386/sysdep.S: Likewise.
34720         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
34721         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
34722         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
34723         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
34724         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
34725         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
34726         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
34727         * sysdeps/unix/sysv/linux/speed.c: Likewise.
34728         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
34729         * sysdeps/wordsize-32/divdi3.c: Likewise.
34730         * time/sys/time.h: Likewise.
34731         * wcsmbs/Makefile: Likewise.
34733 2013-01-01  David S. Miller  <davem@davemloft.net>
34735         * po/fr.po: Update from translation team.
34737         * catgets/gencat.c: Update copyright year.
34738         * csu/version.c: Likewise.
34739         * debug/catchsegv.sh: Likewise.
34740         * debug/pcprofiledump.c: Likewise.
34741         * debug/xtrace.sh: Likewise.
34742         * elf/ldconfig.c: Likewise.
34743         * elf/ldd.bash.in: Likewise.
34744         * elf/pldd.c: Likewise.
34745         * elf/sotruss.ksh: Likewise.
34746         * elf/sprof.c: Likewise.
34747         * iconv/iconv_prog.c: Likewise.
34748         * iconv/iconvconfig.c: Likewise.
34749         * locale/programs/locale.c: Likewise.
34750         * locale/programs/localedef.c: Likewise.
34751         * login/programs/pt_chown.c: Likewise.
34752         * malloc/memusage.sh: Likewise.
34753         * malloc/memusagestat.c: Likewise.
34754         * malloc/mtrace.pl: Likewise.
34755         * nscd/nscd.c: Likewise.
34756         * nss/getent.c: Likewise.
34757         * nss/makedb.c: Likewise.
34758         * posix/getconf.c: Likewise.
34760 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
34762         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
34763         numbers.
34765 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
34767         * math/bits/mathcalls.h (modf): Use __nonnull.
34769 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
34771         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
34772         (split): Use macro CN instead of the bare value.
34773         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
34774         could be used.
34775         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
34776         instead of the bare value.
34777         (power1): Likewise.
34779 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34781         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
34782         __ATAN_TWOM.
34783         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34785         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
34786         their values.
34787         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34788         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
34789         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
34790         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34792 2012-12-28  Andreas Jaeger  <aj@suse.de>
34794         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
34795         values are from Linux 3.7.
34797         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
34798         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
34800 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34802         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
34803         TRUE case.
34805         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
34806         (norm): Likewise.
34807         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
34808         variables with preprocessor constants.
34809         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34810         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
34811         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
34813 2012-12-27  Bruno Haible  <bruno@clisp.org>
34815         [BZ #14317]
34816         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
34817         only if needed.
34819 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
34821         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
34822         and use variable directly.
34823         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
34825         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34826         MPONE.
34827         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
34828         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34829         variable MPONE.
34830         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
34831         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
34832         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
34833         include directive.  Remove local variable MPONE.
34834         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
34835         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
34836         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
34838 2012-12-25  David S. Miller  <davem@davemloft.net>
34840         * version.h (RELEASE): Set to "development".
34841         (VERSION): Set to "2.17.90".
34842         * NEWS: Add 2.18 section.
34844 2012-12-21  David S. Miller  <davem@davemloft.net>
34846         * po/hr.po: Update from translation team.
34848 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34850         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
34852 2012-12-19  Steve Ellcey  <sellcey@mips.com>
34854         * NEWS:  Mention new memcpy for MIPS.
34856 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34858         * manual/contrib.texi (Contributors): Spelling correction.
34860 2012-12-15  David S. Miller  <davem@davemloft.net>
34862         * po/ru.po: Update from translation team.
34864 2012-12-13  David S. Miller  <davem@davemloft.net>
34866         * NEWS: Mention IFUNC testsuite enhancements.
34868         * po/pl.po: Update from translation team.
34869         * po/bg.po: Likewise.
34871         * manual/contrib.texi (Contributors): Update entries for Hongjiu
34872         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
34874 2012-12-11  David S. Miller  <davem@davemloft.net>
34876         * po/sv.po: Update from translation team.
34878         * po/vi.po: Update from translation team.
34880         * po/cs.po: Update from translation team.
34882         * po/de.po: Update from translation team.
34883         * po/eo.po: Likewise.
34884         * po/nl.po: Likewise.
34886 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
34888         [BZ #14246]
34889         * manual/argp.texi (Argp Helper Functions): Move node to follow
34890         Argp Parsing State.
34892         [BZ #14872]
34893         * manual/conf.texi (Limits on File System Capacity): Mention if
34894         terminating null is included in the max size.
34896 2012-12-10  Andreas Jaeger  <aj@suse.de>
34898         * po/cs.po: Update from translation team.
34900 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
34902         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
34903         void pointer and cast to uintptr_t.
34904         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
34905         path.
34906         * sysdeps/s390/s390-64/memcpy.S: Likewise.
34907         * sysdeps/s390/s390-64/memset.S: Likewise.
34909 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
34911         [BZ #14833]
34912         * menual/message.texi (Message Translation): Fix typos.
34913         (Helper programs for gettext): Likewise.
34915 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
34917         [BZ #14898]
34918         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
34919         Change to -1.
34921 2012-12-07  David S. Miller  <davem@davemloft.net>
34923         * po/libc.pot: Update.
34925 2012-12-07  Richard Henderson  <rth@redhat.com>
34927         [BZ #10114]
34928         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
34929         normal/normal case to before the switch.
34930         (_FP_DIV): Likewise.
34932 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
34933             Mike Frysinger  <vapier@gentoo.org>
34935         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
34936         check for __NR_fadvise64_64.
34938 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
34940         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
34941         0, not just to plain "0" as a statement.
34942         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
34943         with cw.
34945 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
34947         * NEWS: Use sourceware.org in Bugzilla URL.
34949 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
34951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
34952         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34954         * stdio-common/tst-put-error.c (do_test): Add newline to the
34955         padded test to ensure flush.
34957 2012-12-05  Jeff Law  <law@redhat.com>
34959         * sunrpc/etc.rpc (fedfs_admin): Add entry.
34961 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
34963         * README: Don't refer to ports add-on as distributed separately.
34964         Mention AArch64 in list of systems supported in the ports add-on.
34966         * LICENSES: Add more non-FSF copyright and license notices.
34968         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
34969         ((unused)).
34971         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
34973         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
34974         10000 as width of padded output.
34976 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34978         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
34980         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
34981         variable LX with __attribute__ ((unused)).
34982         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
34983         Likewise.
34984         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
34985         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34986         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
34987         with __attribute__ ((unused)).
34989 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
34991         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
34993 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34995         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
34996         (CFLAGS-nldbl-acos.c): New variable.
34997         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
34998         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
34999         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
35000         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
35001         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
35002         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
35003         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
35004         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
35005         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
35006         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
35007         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
35008         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
35009         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
35010         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
35011         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
35012         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
35013         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
35014         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
35015         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
35016         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
35017         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
35018         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
35019         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
35020         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
35021         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
35022         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
35023         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
35024         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
35025         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
35026         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
35027         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
35028         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
35029         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
35030         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
35031         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
35032         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
35033         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
35034         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
35035         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
35036         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
35037         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
35038         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
35039         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
35040         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
35041         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
35042         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
35043         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
35044         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
35045         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
35046         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
35047         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
35048         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
35049         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
35050         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
35051         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
35052         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
35053         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
35054         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
35055         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
35056         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
35057         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
35058         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
35059         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
35060         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
35061         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
35062         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
35063         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
35064         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
35065         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
35066         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
35067         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
35068         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
35069         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
35070         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
35071         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
35072         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
35073         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
35074         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
35075         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
35076         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
35077         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
35078         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
35079         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
35080         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
35081         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
35082         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
35083         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
35084         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
35085         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
35086         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
35087         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
35088         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
35089         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
35090         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
35091         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
35092         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
35093         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
35095         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
35096         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35098         [BZ #14914]
35099         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
35100         whole low double instead of just low 47 bits when splitting values
35101         into two parts.
35103 2012-12-03  Allan McRae  <allan@archlinux.org>
35105         * manual/stdio.texi (Predefined Printf Handlers): Remove
35106         @hsep and @vsep usage.
35108 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
35110         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
35111         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
35113 2012-12-03  Jeff Law  <law@redhat.com>
35115         * time/sys/time.h (settimeofday): Do not mark TV argument
35116         as __nonnull.
35118 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
35120         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
35121         when currently writing and seek to current position when not.
35122         * libio/Makefile (tests): Remove bug-fclose1.
35123         * libio/bug-fclose1.c: Delete.
35125 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
35127         * manual/arith.texi (feenableexcept): Fix typo.
35128         (fedisableexcept): Likewise.
35130 2012-11-30  Roland McGrath  <roland@hack.frob.com>
35132         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
35133         second, differently-typed declaration, rather than a cast.
35135 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
35137         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
35138         * include/rpc/svc.h: ... here.
35140 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
35142         [BZ #13013]
35143         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
35144         depending n and resplen2 to catch cases where answer
35145         equals answerp2.
35147 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
35149         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
35150         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
35152 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
35154         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
35156 2012-11-29  Roland McGrath  <roland@hack.frob.com>
35158         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
35160 2012-11-28  Jeff Law  <law@redhat.com>
35162         [BZ #13761]
35163         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
35164         dataset_temporary.  Track alloca usage into alloca_used.
35165         If dataset is large allocate and release it via malloc/free.
35167 2012-06-04  Florian Weimer  <fweimer@redhat.com>
35169         [BZ #14197]
35170         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
35172 2012-11-28  David S. Miller  <davem@davemloft.net>
35174         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35176 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35178         [BZ #14803]
35179         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
35180         of pi/2 rounded to nearest to 64 bits.
35181         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
35182         nearest to 64 bits.
35183         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
35184         bits.
35186 2012-11-28  Jeff Law <law@redhat.com>
35187             Martin Osvald <mosvald@redhat.com>
35189         [BZ #14889]
35190         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
35191         * sunrpc/svc.c: Include time.h.
35192         (__svc_accept_failed): New function.
35193         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
35194         any reason other than EINTR, call __svc_accept_failed.
35195         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
35196         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
35198 2012-11-28  Andreas Schwab  <schwab@suse.de>
35200         * scripts/abilist.awk: Also handle indirect functions in .opd
35201         section.
35203 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35205         [BZ #13881]
35206         * sysdeps/x86/fpu/powl_helper.c: New file.
35207         * sysdeps/x86/fpu/Makefile: Likewise.
35208         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
35209         (p3): New object.
35210         (__ieee754_powl): Use __powl_helper for finite arguments except
35211         integer exponents below 8.
35212         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
35213         (p3): New object.
35214         (__ieee754_powl): Use __powl_helper for finite arguments except
35215         integer exponents below 8.
35216         * math/libm-test.inc (pow_test): Add more tests and enable some
35217         previously disabled tests.
35218         * sysdeps/i386/fpu/libm-test-ulps: Update.
35219         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35221 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35222             Carlos O'Donell  <carlos_odonell@mentor.com>
35224         * nss/makedb.c (is_prime): Assert that input is odd and greater
35225         than 4.  Note that fact in a comment too.
35226         (next_prime): Add 4 to input.
35228 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35230         [BZ #11741]
35231         * libio/Makefile (tests): Add test case tst-fwrite-error.
35232         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
35233         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
35234         * libio/tst-fwrite-error.c: New test case.
35236 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
35238         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
35239         before casting to void *.
35240         * include/libc-internal.h (__pointer_type): New macro.
35241         (__integer_if_pointer_type_sub): Likewise.
35242         (__integer_if_pointer_type): Likewise.
35243         (cast_to_integer): Likewise.
35244         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
35245         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
35246         before casting to atomic64_t.
35247         (atomic_exchange_acq): Likewise.
35248         (__arch_exchange_and_add_body): Likewise.
35249         (__arch_add_body): Likewise.
35250         (atomic_add_negative): Likewise.
35251         (atomic_add_zero): Likewise.
35253 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
35255         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
35256         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
35257         (add_fdes): Likewise.
35258         (linear_search_fdes): Likewise.
35259         (binary_search_unencoded_fdes): Likewise.
35261 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
35263         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
35265 2012-11-24  Adam Conrad  <adconrad@0c3.net>
35267         * configure.in: Autodetect C++ header directories.
35268         * configure: Regenerated.
35270 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
35272         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
35274 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
35276         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35278 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
35280         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
35281         LDBL_MANT_DIG == 106]: Disable some tests.
35282         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35283         Likewise.
35284         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35285         Likewise.
35287         [BZ #14871]
35288         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
35289         input for small inputs.  Return +/- pi/2 for large inputs.
35290         * math/libm-test.inc (atan_test): Add more tests.
35292         * sysdeps/generic/unwind-dw2-fde-glibc.c
35293         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
35294         __attribute__ ((unused)).
35296         [BZ #14645]
35297         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
35298         x * y if x and y are nonzero and z is zero.
35300         [BZ #14811]
35301         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
35302         nonzero exponents with absolute value below 0x1p-117 to +/-
35303         0x1p-117.
35305         [BZ #14869]
35306         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
35307         up arguments below 2**-450, not just those below 2**-500.
35308         * math/libm-test.inc (hypot_test): Add another test.
35310         [BZ #14868]
35311         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
35312         Return a+b for ratio over 2**120, not 2**60.
35313         * math/libm-test.inc (hypot_test): Add another test.
35315         * math/libm-test.inc (clog_test): Use
35316         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
35317         (clog10_test): Likewise.
35319         [BZ #6778]
35320         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
35322 2012-11-22  Andreas Schwab  <schwab@suse.de>
35324         * sysdeps/i386/fpu/libm-test-ulps: Update.
35326 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
35328         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
35329         printf output with newline.
35331 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
35333         [BZ #14865]
35334         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
35335         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
35336         -z nodlopen, -z initfirst and -z execstack support.
35337         * configure: Regenerated.
35339         * elf/elf.h (DF_1_NODIRECT): New macro.
35340         (DF_1_IGNMULDEF): Likewise.
35341         (DF_1_NOKSYMS): Likewise.
35342         (DF_1_NOHDR): Likewise.
35343         (DF_1_EDITED): Likewise.
35344         (DF_1_NORELOC): Likewise.
35345         (DF_1_SYMINTPOSE): Likewise.
35346         (DF_1_GLOBAUDIT): Likewise.
35347         (DF_1_SINGLETON): Likewise.
35348         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
35349         DT_1_SUPPORTED_MASK bits.
35350         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
35352 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
35354         * sysdeps/unix/make-syscalls.sh: Document prefixes.
35356 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
35358         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
35359         macro.
35361         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
35362         (sendmmsg): Move declarations...
35363         * socket/sys/socket.h: ... here.
35364         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
35365         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
35366         include it from...
35367         * socket/recvmmsg.c: ... this new file.
35368         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
35369         (sendmmsg): Rename to __sendmmsg, create weak alias and make
35370         definition of __sendmmsg hidden.
35371         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
35372         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
35373         Move ENOSYS stub into and include it from...
35374         * socket/sendmmsg.c: ... this new file.
35375         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
35376         (sysdep_routines): Move recvmmsg and sendmmsg...
35377         * socket/Makefile (routines): ... here.
35378         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
35379         (GLIBC_PRIVATE): Add __sendmmsg.
35380         * include/sys/socket.h (__sendmmsg): Add declarations.
35381         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
35382         sendmmsg.
35384 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
35386         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
35387         variable I1 with __attribute__ ((unused)).
35388         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
35390 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35392         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
35393         DUMMY variables with __attribute__ ((unused)).
35395         * bits/byteswap.h: Include <bits/types.h>.
35396         (__bswap_64): Use __uint64_t instead of unsigned long long int.
35398 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35400         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
35401         string_t.  Do not manually set errno.
35402         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
35403         length with __strnlen.  Make sure to both set errno and return it on
35404         failure.
35406 2012-11-19  David S. Miller  <davem@davemloft.net>
35408         With help from Joseph Myers.
35409         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
35410         very large arguments properly.
35411         * math/libm-test.inc (atan_test): New tests.
35412         (atan2_test): New tests.
35413         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35414         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35416 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35418         [BZ #14856]
35419         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
35420         Define to 3.
35422         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
35423         [POSIX] (EADDRNOTAVAIL): Likewise.
35424         [POSIX] (EAFNOSUPPORT): Likewise.
35425         [POSIX] (EALREADY): Likewise.
35426         [POSIX] (ECONNABORTED): Likewise.
35427         [POSIX] (ECONNREFUSED): Likewise.
35428         [POSIX] (ECONNRESET): Likewise.
35429         [POSIX] (EDESTADDRREQ): Likewise.
35430         [POSIX] (EDQUOT): Likewise.
35431         [POSIX] (EHOSTUNREACH): Likewise.
35432         [POSIX] (EIDRM): Likewise.
35433         [POSIX] (EISCONN): Likewise.
35434         [POSIX] (ELOOP): Likewise.
35435         [POSIX] (EMULTIHOP): Likewise.
35436         [POSIX] (ENETDOWN): Likewise.
35437         [POSIX] (ENETUNREACH): Likewise.
35438         [POSIX] (ENOBUFS): Likewise.
35439         [POSIX] (ENODATA): Likewise.
35440         [POSIX] (ENOLINK): Likewise.
35441         [POSIX] (ENOMSG): Likewise.
35442         [POSIX] (ENOPROTOOPT): Likewise.
35443         [POSIX] (ENOSR): Likewise.
35444         [POSIX] (ENOSTR): Likewise.
35445         [POSIX] (ENOTCONN): Likewise.
35446         [POSIX] (ENOTSOCK): Likewise.
35447         [POSIX] (EOPNOTSUPP): Likewise.
35448         [POSIX] (EOVERFLOW): Likewise.
35449         [POSIX] (EPROTO): Likewise.
35450         [POSIX] (EPROTONOSUPPORT): Likewise.
35451         [POSIX] (EPROTOTYPE): Likewise.
35452         [POSIX] (ESTALE): Likewise.
35453         [POSIX] (ETIME): Likewise.
35454         [POSIX] (ETXTBSY): Likewise.
35455         [POSIX] (EWOULDBLOCK): Likewise.
35456         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
35457         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
35458         [POSIX] (SEEK_CUR): Likewise.
35459         [POSIX] (SEEK_END): Likewise.
35460         [POSIX || UNIX98] (mode_t): Do not require.
35461         [POSIX] (off_t): Likewise.
35462         [POSIX] (pid_t): Likewise.
35463         [POSIX] (sys/stat.h): Do not allow header.
35464         [POSIX] (unistd.h): Likewise.
35465         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
35466         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
35467         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
35468         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
35469         require.
35470         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
35471         sigevent): Specify elements.
35472         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
35473         entry.
35474         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
35475         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
35477         * conform/data/cpio.h-data [POSIX]: Disable whole file.
35478         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
35479         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
35480         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
35481         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
35482         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
35483         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
35484         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
35485         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
35486         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
35487         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
35488         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
35489         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
35490         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
35491         Likewise.
35492         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
35493         Likewise.
35494         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
35495         Likewise.
35496         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
35497         Likewise.
35498         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
35499         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
35500         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
35501         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
35502         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
35503         Specify lower bound on value.
35504         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
35505         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
35506         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
35507         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
35508         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
35509         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
35510         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
35511         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
35512         value.
35513         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
35514         as optional.
35515         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
35516         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
35517         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
35518         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
35519         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
35520         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
35521         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
35522         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
35523         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
35524         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
35525         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
35526         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
35527         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
35528         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
35529         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
35530         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
35531         entry.
35532         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
35533         optional.
35534         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
35535         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
35536         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
35537         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
35538         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
35539         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
35540         Likewise.
35541         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
35542         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
35543         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
35544         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
35545         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
35546         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
35547         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
35548         as optional.
35549         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
35550         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
35551         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
35552         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
35553         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
35554         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
35555         specify as optional.
35556         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
35557         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
35558         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
35559         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
35560         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
35561         [XPG3] (NL_LANGMAX): Likewise.
35562         [POSIX || XPG3] (NL_MSGMAX): Likewise.
35563         [POSIX || XPG3] (NL_NMAX): Likewise.
35564         [POSIX || XPG3] (NL_SETMAX): Likewise.
35565         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
35566         [XPG3] (NZERO): Likewise.
35567         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
35568         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
35569         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
35570         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
35571         (REG_ERANGE): Expect.
35572         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
35573         optional-constant.
35574         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
35575         Use (void) in prototype.
35576         [POSIX] (*_t): Allow.
35577         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
35578         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
35579         (WRDE_BADVAL): Expect.
35581         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
35582         expect.
35583         [XPG3 || XPG4] (O_RSYNC): Likewise.
35584         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
35585         Likewise.
35586         [XPG3 || XPG4] (pthread_sigmask): Likewise.
35587         [XPG3 || XPG4] (sigqueue): Likewise.
35588         [XPG3 || XPG4] (sigtimedwait): Likewise.
35589         [XPG3 || XPG4] (sigwaitinfo): Likewise.
35590         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
35591         [XPG3 || XPG4] (vsnprintf): Likewise.
35592         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
35593         Likewise.
35594         [XPG3 || XPG4] (blksize_t): Likewise.
35595         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
35596         Likewise.
35597         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
35598         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
35599         [XPG3 || XPG4] (struct itimerspec): Likewise.
35600         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
35601         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
35602         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
35603         [XPG3 || XPG4] (clockid_t): Likewise.
35604         [XPG3 || XPG4] (timer_t): Likewise.
35605         [XPG3 || XPG4] (clock_getres): Likewise.
35606         [XPG3 || XPG4] (clock_gettime): Likewise.
35607         [XPG3 || XPG4] (clock_settime): Likewise.
35608         [XPG3 || XPG4] (nanosleep): Likewise.
35609         [XPG3 || XPG4] (timer_create): Likewise.
35610         [XPG3 || XPG4] (timer_delete): Likewise.
35611         [XPG3 || XPG4] (timer_gettime): Likewise.
35612         [XPG3 || XPG4] (timer_getoverrun): Likewise.
35613         [XPG3 || XPG4] (timer_settime): Likewise.
35614         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
35615         [XPG3 || XPG4] (getlogin_r): Likewise.
35616         [XPG3 || XPG4] (pread): Likewise.
35617         [XPG3 || XPG4] (pthread_atfork): Likewise.
35618         [XPG3 || XPG4] (pwrite): Likewise.
35620         [BZ #14835]
35621         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
35622         <bits/siginfo.h>.
35624 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35626         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
35627         finalizing MALLSTREAM.
35629         * sysdeps/mach/hurd/syncfs.c: New file.
35631 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
35633         [BZ #14719]
35634         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
35635         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
35636         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
35637         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
35638         (_nss_dns_gethostbyname4_r): Likewise.
35639         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
35640         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
35642 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
35644         [BZ #13763]
35645         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
35647 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
35649         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
35650         * elf/cache.c (print_entry): Print ",AArch64" for
35651         FLAG_AARCH64_LIB64
35653         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
35654         * elf/cache.c (print_entry): Print ",hard-float" for
35655         FLAG_ARM_LIBHF.
35657 2012-11-18  David S. Miller  <davem@davemloft.net>
35659         With help from Joseph Myers.
35660         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
35661         cutoff to 2**-13.
35662         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
35663         cutoff to 2**-25.
35664         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
35665         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
35666         small.
35667         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
35668         * math/libm-test.inc (y0_test): New tests.
35669         (y1_test): New tests.
35670         * sysdeps/i386/fpu/libm-test-ulps: Update.
35671         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35672         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35674 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
35676         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
35677         64-bit targets.
35678         * configure: Regenerated.
35680 2012-11-17  David S. Miller  <davem@davemloft.net>
35682         [BZ #14811]
35683         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
35684         nonzero exponents with absolute value below 0x1p-128 to +/-
35685         0x1p-128.
35687 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
35689         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
35691         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
35693         * posix/getconf-speclist.c: New file.
35694         * posix/posix-envs.def: Likewise.
35695         * posix/confstr.c (START_ENV_GROUP): New macro.
35696         (END_ENV_GROUP): Likewise.
35697         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35698         (KNOWN_PRESENT_ENV_STRING): Likewise.
35699         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35700         (UNKNOWN_ENVIRONMENT): Likewise.
35701         (confstr): Include posix-envs.def instead of handling
35702         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
35703         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
35704         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
35705         (END_ENV_GROUP): Likewise.
35706         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35707         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35708         (UNKNOWN_ENVIRONMENT): Likewise.
35709         (__sysconf): Include posix-envs.def instead of handling associated
35710         cases directly here.
35711         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
35712         preprocessing getconf-speclist.c rather than running getconf or
35713         generating empty file.
35715 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
35717         * scripts/check-local-headers.sh: Ignore 'mach' headers.
35719 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
35721         [BZ #14672]
35722         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
35724 2012-11-16  David S. Miller  <davem@davemloft.net>
35726         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
35727         smaller than LDBL_EPSILON/2.0L, just return xm1.
35729 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
35731         * elf/tst-array1.c (init): Set constructor priority to 1000.
35732         (fini): Set destructor priority to 1000.
35733         * elf/tst-array2dep.c: Likewise.
35735 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35737         [BZ #11741]
35738         * libio/fileops.c (_IO_new_file_write): Correctly return error.
35739         (_IO_new_file_xsputn): Also return EOF if none of the input
35740         data was written when overflow failed.
35741         * libio/iopadn.c (_IO_padn): Likewise.
35742         * libio/iowpadn.c (_IO_wpadn): Likewise.
35743         * stdio-common/tst-put-error.c: Add copyright notice.
35744         (do_test): Add case for printing padded string.
35745         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
35746         _IO_padn returned error.
35747         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
35748         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
35749         return EOF.
35751 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35753         * libio/libioP.h: Add comment note that the references to C++
35754         bits are now obsolete.
35756 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35758         * math/libm-test.inc (check_complex): Use asprintf.
35760 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
35762         * debug/pcprofiledump.c (print_version): Update copyright year.
35763         * malloc/memusagestat.c (print_version): Likewise.
35765 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
35767         [BZ #14831]
35768         * elf/Makefile (tests): Add tst-audit8.
35769         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
35770         ($(objpfx)tst-audit8.out): New target.
35771         (tst-audit8-ENV): New variable.
35772         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
35773         audit if l_reloc_result is NULL.
35774         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
35775         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
35776         * elf/tst-audit8.c: New file.
35778 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35780         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
35781         * misc/Makefile (CFLAGS-select.c): Define.
35782         * posix/Makefile (CFLAGS-pause.c): Define.
35784 2012-11-13  David S. Miller  <davem@davemloft.net>
35786         * crypt/Makefile: Move test targets after toplevel Rules
35787         inclusion.  Grab any necessary sysdep routines when linking.
35788         * crypt/md5.c (md5_process_block): Remove define, we will always
35789         name it __md5_process_block.
35790         (md5_finish_ctx): Update md5_process_block call.
35791         (md5_stream): Likewise.
35792         (md5_process_bytes): Likewise.
35793         (md5_process_block): Rename to __md5_process_block and move to ...
35794         * crypt/md5-block.c: ... here.
35795         * crypt/sha256.c (sha256_process_block): Move to ...
35796         * crypt/sha256-block.c: ... here.
35797         * crypt/sha512.c (sha512_process_block): Move to ...
35798         * crypt/sha512-block.c: ... here.
35799         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
35800         path.
35801         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
35802         * sysdeps/sparc/sparc64/multiarch/Makefile
35803         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
35804         crypt subdir.
35805         (localedef-aux): Add md5 crypto assembler when in locale subdir.
35806         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
35807         multiarch changes.
35808         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
35809         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
35810         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
35811         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
35812         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
35813         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
35814         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
35815         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
35816         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
35817         file.
35818         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
35819         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
35820         file.
35821         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
35823 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
35825         * timezone/tzselect.ksh: Update from tzcode git revision
35826         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
35827         * timezone/zdump.c: Likewise.
35828         * timezone/zic.c: Likewise.
35829         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
35830         in TZVERSION setting, not $(PKGVERSION).
35831         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
35832         REPORT_BUGS_TO settings.
35834         [BZ #14838]
35835         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
35836         macro.
35838 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35840         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
35841         detection to immediately after _FP_ROUND().
35842         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
35843         bits are 0.
35845 2012-11-11  David S. Miller  <davem@davemloft.net>
35847         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
35848         inttypes.h
35849         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
35850         __close rather than their public counterparts.
35852 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
35854         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
35855         file.
35856         [UNIX98] (sem_timedwait): Do not expect.
35857         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
35858         [XPG4 || UNIX98] (sockatmark): Do not expect.
35859         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
35860         (clock_getcpuclockid): Do not expect.
35861         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
35862         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
35863         Do not expect.
35864         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
35865         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
35866         [UNIX98] (vwscanf): Likewise.
35867         [UNIX98] (vswscanf): Likewise.
35869 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
35871         * timezone/version.h: Remove file.
35872         * timezone/README: Do not refer to version.h.
35873         * timezone/Makefile ($(objpfx)zic.o): New dependency on
35874         $(objpfx)version.h.
35875         ($(objpfx)zdump.o): Likewise.
35876         ($(objpfx)version.h): New target.
35878         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
35879         2012i.
35880         * timezone/README: Don't mention modification to tzselect.ksh.
35881         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
35882         work on unmodified tzselect.ksh.  Substitute version numbers in
35883         tzselect.ksh.
35885         * Makefile (format-me): Remove.
35886         (INSTALL): Adjust indentation.  Use commands directly instead of
35887         using $(format-me).
35889         * aclocal.m4 (ACX_PKGVERSION): New macro.
35890         (ACX_BUGURL): Likewise.
35891         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
35892         (PKGVERSION): New AC_DEFINE_UNQUOTED.
35893         (REPORT_BUGS_TO): Likewise.
35894         * configure: Regenerated.
35895         * config.h.in (PKGVERSION): New macro.
35896         (REPORT_BUGS_TO): Likewise.
35897         * config.make.in (PKGVERSION): New variable.
35898         (PKGVERSION_TEXI): Likewise.
35899         (REPORT_BUGS_TO): Likewise.
35900         (REPORT_BUGS_TEXI): Likewise.
35901         * Makefile (format-me): Use -I$(common-objpfx)manual.
35902         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
35903         ($(common-objpfx)manual/%): New target.
35904         (manual/%): Remove target.
35905         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
35906         (print_version): Use PKGVERSION.
35907         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
35908         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
35909         and REPORT_BUGS_TO.
35910         ($(objpfx)xtrace): Likewise.
35911         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
35912         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
35913         (print_version): Use PKGVERSION.
35914         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
35915         (do_version): Use PKGVERSION.
35916         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
35917         REPORT_BUGS_TO.
35918         (common-ldd-rewrite): Likewise.
35919         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
35920         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
35921         (print_version): Use PKGVERSION.
35922         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
35923         * elf/pldd.c (argp_program_bug_address): Remove variable.
35924         (more_help): New function.
35925         (argp): Use more_help.
35926         (print_version): Use PKGVERSION.
35927         * elf/sln.c (main): Use PKGVERSION.
35928         (usage): Use REPORT_BUGS_TO.
35929         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
35930         (top level): Use PKGVERSION.
35931         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
35932         (print_version): Use PKGVERSION.
35933         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
35934         (print_version): Use PKGVERSION.
35935         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
35936         (print_version): Use PKGVERSION.
35937         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
35938         (print_version): Use PKGVERSION.
35939         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
35940         (print_version): Use PKGVERSION.
35941         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
35942         (print_version): Use PKGVERSION.
35943         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
35944         and BUGURL.
35945         ($(objpfx)memusage): Likewise.
35946         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
35947         (do_version): Use PKGVERSION.
35948         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
35949         (print_version): Use PKGVERSION.
35950         * malloc/mtrace.pl ($PACKAGE): Remove variable.
35951         ($PKGVERSION): New variable.
35952         ($REPORT_BUGS_TO): Likewise.
35953         (usage): Use $REPORT_BUGS_TO.
35954         (top level): Use $PKGVERSION.
35955         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
35956         ($(objpfx)pkgvers.texi): New rule.
35957         ($(objpfx)stamp-pkgvers): Likewise.
35958         * manual/install.texi: Include pkgvers.texi.
35959         (--with-pkgversion): Document new configure option.
35960         (--with-bugurl): Likewise.
35961         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
35962         than necessarily for this particular distribution.  Use
35963         REPORT_BUGS_TO for where to report bugs.
35964         * INSTALL: Regenerated.
35965         * manual/libc.texinfo: Include pkgvers.texi.
35966         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
35967         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
35968         (print_version): Use PKGVERSION.
35969         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
35970         (print_version): Use PKGVERSION.
35971         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
35972         (print_version): Use PKGVERSION.
35973         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
35974         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
35975         macro.
35976         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
35977         (print_version): Use PKGVERSION.
35978         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
35979         (print_version): Use PKGVERSION.
35980         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
35981         and PKGVERSION.
35983         * timezone/checktab.awk: Update from tzcode 2012i.
35984         * timezone/ialloc.c: Likewise.
35985         * timezone/private.h: Likewise.
35986         * timezone/scheck.c: Likewise.
35987         * timezone/tzfile.h: Likewise.
35988         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
35989         (TZVERSION): Hardcode tzcode version number.
35990         * timezone/zdump.c: Update from tzcode 2012i.
35991         * timezone/zic.c: Likewise.
35992         * timezone/version.h: New file.
35993         * timezone/README: Describe version.h.  Update upstream location.
35995         [BZ #14824]
35996         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
35997         (mktemp): Enable declaration.
35998         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
35999         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
36000         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
36001         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
36002         Likewise.
36003         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
36004         Likewise.
36005         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
36006         Likewise.
36007         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
36008         Likewise.
36009         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
36010         Likewise.
36011         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
36012         Likewise.
36014         [BZ #14821]
36015         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
36016         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
36017         for copies of such integer values.
36018         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
36019         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
36021 2012-11-09  Andreas Jaeger  <aj@suse.de>
36023         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
36024         definitions and declarations that are provided by
36025         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36027 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36029         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
36030         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
36031         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
36032         definition.
36034 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36036         * elf/elf.h: Update comment before AArch64 relocations.
36038 2012-11-07  David S. Miller  <davem@davemloft.net>
36040         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
36041         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
36042         (__start_context): Declare.
36043         (__makecontext_ret): Delete.
36044         (__makecontext): Hook up __start_context instead of
36045         __makecontext_ret.
36046         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
36047         (sysdep_routines): Add __start_context when in stdlib.
36049 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36051         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
36052         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
36053         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
36054         hardcoded "nm".
36055         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
36056         (READELF): New variable.  Use it instead of hardcoded "readelf".
36058 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
36060         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
36061         * sysdeps/x86/Makefile: Here.
36062         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
36063         * sysdeps/x86/tst-xmmymm.sh: This.
36065 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36067         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
36068         expectations.
36069         [UNIX98] (pthread_barrier_t): Do not expect.
36070         [UNIX98] (pthread_barrierattr_t): Likewise.
36071         [UNIX98] (pthread_spinlock_t): Likewise.
36072         [UNIX98] (pthread_barrier_destroy): Likewise.
36073         [UNIX98] (pthread_barrier_init): Likewise.
36074         [UNIX98] (pthread_barrier_wait): Likewise.
36075         [UNIX98] (pthread_barrierattr_destroy): Likewise.
36076         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
36077         [UNIX98] (pthread_barrierattr_init): Likewise.
36078         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
36079         [UNIX98] (pthread_getcpuclockid): Likewise.
36080         [UNIX98] (pthread_mutex_timedlock): Likewise.
36081         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
36082         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
36083         [UNIX98] (pthread_sigmask): Likewise.
36084         [UNIX98] (pthread_spin_destroy): Likewise.
36085         [UNIX98] (pthread_spin_init): Likewise.
36086         [UNIX98] (pthread_spin_lock): Likewise.
36087         [UNIX98] (pthread_spin_trylock): Likewise.
36088         [UNIX98] (pthread_spin_unlock): Likewise.
36089         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
36090         Do not expect.
36091         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
36092         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
36093         [XPG3 || XPG4] (pthread_cond_t): Likewise.
36094         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
36095         [XPG3 || XPG4] (pthread_key_t): Likewise.
36096         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
36097         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
36098         [XPG3 || XPG4] (pthread_once_t): Likewise.
36099         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
36100         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
36101         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
36102         [XPG3 || XPG4] (pthread_t): Likewise.
36104         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
36105         not expect.
36106         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
36108         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
36109         Change function return type to int.
36111         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
36112         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
36113         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
36114         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
36115         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
36116         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
36117         [!POSIX] (posix_madvise): Likewise.
36118         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
36119         && !UNIX98].
36120         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
36121         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
36122         (mode_t): Likewise.
36123         (posix_mem_offset): Likewise.
36124         (posix_typed_mem_get_info): Likewise.
36125         (posix_typed_mem_open): Likewise.
36127         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
36128         Change condition to [XOPEN2K8].
36130         * conform/conformtest.pl: Preprocess allow-header data with -x c
36131         instead of from stdin.
36132         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
36133         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
36134         [C99-based standards] (cerfc): Likewise.
36135         [C99-based standards] (cexp2): Likewise.
36136         [C99-based standards] (cexpm1): Likewise.
36137         [C99-based standards] (clog10): Likewise.
36138         [C99-based standards] (clog1p): Likewise.
36139         [C99-based standards] (clog2): Likewise.
36140         [C99-based standards] (clgamma): Likewise.
36141         [C99-based standards] (ctgamma): Likewise.
36142         [C99-based standards] (cerff): Likewise.
36143         [C99-based standards] (cerfcf): Likewise.
36144         [C99-based standards] (cexp2f): Likewise.
36145         [C99-based standards] (cexpm1f): Likewise.
36146         [C99-based standards] (clog10f): Likewise.
36147         [C99-based standards] (clog1pf): Likewise.
36148         [C99-based standards] (clog2f): Likewise.
36149         [C99-based standards] (clgammaf): Likewise.
36150         [C99-based standards] (ctgammaf): Likewise.
36151         [C99-based standards] (cerfl): Likewise.
36152         [C99-based standards] (cerfcl): Likewise.
36153         [C99-based standards] (cexp2l): Likewise.
36154         [C99-based standards] (cexpm1l): Likewise.
36155         [C99-based standards] (clog10l): Likewise.
36156         [C99-based standards] (clog1pl): Likewise.
36157         [C99-based standards] (clog2l): Likewise.
36158         [C99-based standards] (clgammal): Likewise.
36159         [C99-based standards] (ctgammal): Likewise.
36160         * conform/data/inttypes.h-data [C99-based standards]: Include
36161         stdint.h-data.  Remove all expectations for stdint.h contents.
36162         [C99-based standards] (PRI*): Do not allow.
36163         [C99-based standards] (SCN*): Likewise.
36164         [C99-based standards] (*_t): Likewise.
36165         [C99-based-standards] (PRId8): Expect macro.
36166         [C99-based-standards] (PRIi8): Likewise.
36167         [C99-based-standards] (PRIo8): Likewise.
36168         [C99-based-standards] (PRIu8): Likewise.
36169         [C99-based-standards] (PRIx8): Likewise.
36170         [C99-based-standards] (PRIX8): Likewise.
36171         [C99-based-standards] (SCNd8): Likewise.
36172         [C99-based-standards] (SCNi8): Likewise.
36173         [C99-based-standards] (SCNo8): Likewise.
36174         [C99-based-standards] (SCNu8): Likewise.
36175         [C99-based-standards] (SCNx8): Likewise.
36176         [C99-based-standards] (PRIdLEAST8): Likewise.
36177         [C99-based-standards] (PRIiLEAST8): Likewise.
36178         [C99-based-standards] (PRIoLEAST8): Likewise.
36179         [C99-based-standards] (PRIuLEAST8): Likewise.
36180         [C99-based-standards] (PRIxLEAST8): Likewise.
36181         [C99-based-standards] (PRIXLEAST8): Likewise.
36182         [C99-based-standards] (SCNdLEAST8): Likewise.
36183         [C99-based-standards] (SCNiLEAST8): Likewise.
36184         [C99-based-standards] (SCNoLEAST8): Likewise.
36185         [C99-based-standards] (SCNuLEAST8): Likewise.
36186         [C99-based-standards] (SCNxLEAST8): Likewise.
36187         [C99-based-standards] (PRIdFAST8): Likewise.
36188         [C99-based-standards] (PRIiFAST8): Likewise.
36189         [C99-based-standards] (PRIoFAST8): Likewise.
36190         [C99-based-standards] (PRIuFAST8): Likewise.
36191         [C99-based-standards] (PRIxFAST8): Likewise.
36192         [C99-based-standards] (PRIXFAST8): Likewise.
36193         [C99-based-standards] (SCNdFAST8): Likewise.
36194         [C99-based-standards] (SCNiFAST8): Likewise.
36195         [C99-based-standards] (SCNoFAST8): Likewise.
36196         [C99-based-standards] (SCNuFAST8): Likewise.
36197         [C99-based-standards] (SCNxFAST8): Likewise.
36198         [C99-based-standards] (PRId16): Likewise.
36199         [C99-based-standards] (PRIi16): Likewise.
36200         [C99-based-standards] (PRIo16): Likewise.
36201         [C99-based-standards] (PRIu16): Likewise.
36202         [C99-based-standards] (PRIx16): Likewise.
36203         [C99-based-standards] (PRIX16): Likewise.
36204         [C99-based-standards] (SCNd16): Likewise.
36205         [C99-based-standards] (SCNi16): Likewise.
36206         [C99-based-standards] (SCNo16): Likewise.
36207         [C99-based-standards] (SCNu16): Likewise.
36208         [C99-based-standards] (SCNx16): Likewise.
36209         [C99-based-standards] (PRIdLEAST16): Likewise.
36210         [C99-based-standards] (PRIiLEAST16): Likewise.
36211         [C99-based-standards] (PRIoLEAST16): Likewise.
36212         [C99-based-standards] (PRIuLEAST16): Likewise.
36213         [C99-based-standards] (PRIxLEAST16): Likewise.
36214         [C99-based-standards] (PRIXLEAST16): Likewise.
36215         [C99-based-standards] (SCNdLEAST16): Likewise.
36216         [C99-based-standards] (SCNiLEAST16): Likewise.
36217         [C99-based-standards] (SCNoLEAST16): Likewise.
36218         [C99-based-standards] (SCNuLEAST16): Likewise.
36219         [C99-based-standards] (SCNxLEAST16): Likewise.
36220         [C99-based-standards] (PRIdFAST16): Likewise.
36221         [C99-based-standards] (PRIiFAST16): Likewise.
36222         [C99-based-standards] (PRIoFAST16): Likewise.
36223         [C99-based-standards] (PRIuFAST16): Likewise.
36224         [C99-based-standards] (PRIxFAST16): Likewise.
36225         [C99-based-standards] (PRIXFAST16): Likewise.
36226         [C99-based-standards] (SCNdFAST16): Likewise.
36227         [C99-based-standards] (SCNiFAST16): Likewise.
36228         [C99-based-standards] (SCNoFAST16): Likewise.
36229         [C99-based-standards] (SCNuFAST16): Likewise.
36230         [C99-based-standards] (SCNxFAST16): Likewise.
36231         [C99-based-standards] (PRId32): Likewise.
36232         [C99-based-standards] (PRIi32): Likewise.
36233         [C99-based-standards] (PRIo32): Likewise.
36234         [C99-based-standards] (PRIu32): Likewise.
36235         [C99-based-standards] (PRIx32): Likewise.
36236         [C99-based-standards] (PRIX32): Likewise.
36237         [C99-based-standards] (SCNd32): Likewise.
36238         [C99-based-standards] (SCNi32): Likewise.
36239         [C99-based-standards] (SCNo32): Likewise.
36240         [C99-based-standards] (SCNu32): Likewise.
36241         [C99-based-standards] (SCNx32): Likewise.
36242         [C99-based-standards] (PRIdLEAST32): Likewise.
36243         [C99-based-standards] (PRIiLEAST32): Likewise.
36244         [C99-based-standards] (PRIoLEAST32): Likewise.
36245         [C99-based-standards] (PRIuLEAST32): Likewise.
36246         [C99-based-standards] (PRIxLEAST32): Likewise.
36247         [C99-based-standards] (PRIXLEAST32): Likewise.
36248         [C99-based-standards] (SCNdLEAST32): Likewise.
36249         [C99-based-standards] (SCNiLEAST32): Likewise.
36250         [C99-based-standards] (SCNoLEAST32): Likewise.
36251         [C99-based-standards] (SCNuLEAST32): Likewise.
36252         [C99-based-standards] (SCNxLEAST32): Likewise.
36253         [C99-based-standards] (PRIdFAST32): Likewise.
36254         [C99-based-standards] (PRIiFAST32): Likewise.
36255         [C99-based-standards] (PRIoFAST32): Likewise.
36256         [C99-based-standards] (PRIuFAST32): Likewise.
36257         [C99-based-standards] (PRIxFAST32): Likewise.
36258         [C99-based-standards] (PRIXFAST32): Likewise.
36259         [C99-based-standards] (SCNdFAST32): Likewise.
36260         [C99-based-standards] (SCNiFAST32): Likewise.
36261         [C99-based-standards] (SCNoFAST32): Likewise.
36262         [C99-based-standards] (SCNuFAST32): Likewise.
36263         [C99-based-standards] (SCNxFAST32): Likewise.
36264         [C99-based-standards] (PRId64): Likewise.
36265         [C99-based-standards] (PRIi64): Likewise.
36266         [C99-based-standards] (PRIo64): Likewise.
36267         [C99-based-standards] (PRIu64): Likewise.
36268         [C99-based-standards] (PRIx64): Likewise.
36269         [C99-based-standards] (PRIX64): Likewise.
36270         [C99-based-standards] (SCNd64): Likewise.
36271         [C99-based-standards] (SCNi64): Likewise.
36272         [C99-based-standards] (SCNo64): Likewise.
36273         [C99-based-standards] (SCNu64): Likewise.
36274         [C99-based-standards] (SCNx64): Likewise.
36275         [C99-based-standards] (PRIdLEAST64): Likewise.
36276         [C99-based-standards] (PRIiLEAST64): Likewise.
36277         [C99-based-standards] (PRIoLEAST64): Likewise.
36278         [C99-based-standards] (PRIuLEAST64): Likewise.
36279         [C99-based-standards] (PRIxLEAST64): Likewise.
36280         [C99-based-standards] (PRIXLEAST64): Likewise.
36281         [C99-based-standards] (SCNdLEAST64): Likewise.
36282         [C99-based-standards] (SCNiLEAST64): Likewise.
36283         [C99-based-standards] (SCNoLEAST64): Likewise.
36284         [C99-based-standards] (SCNuLEAST64): Likewise.
36285         [C99-based-standards] (SCNxLEAST64): Likewise.
36286         [C99-based-standards] (PRIdFAST64): Likewise.
36287         [C99-based-standards] (PRIiFAST64): Likewise.
36288         [C99-based-standards] (PRIoFAST64): Likewise.
36289         [C99-based-standards] (PRIuFAST64): Likewise.
36290         [C99-based-standards] (PRIxFAST64): Likewise.
36291         [C99-based-standards] (PRIXFAST64): Likewise.
36292         [C99-based-standards] (SCNdFAST64): Likewise.
36293         [C99-based-standards] (SCNiFAST64): Likewise.
36294         [C99-based-standards] (SCNoFAST64): Likewise.
36295         [C99-based-standards] (SCNuFAST64): Likewise.
36296         [C99-based-standards] (SCNxFAST64): Likewise.
36297         [C99-based-standards] (PRIdMAX): Likewise.
36298         [C99-based-standards] (PRIiMAX): Likewise.
36299         [C99-based-standards] (PRIoMAX): Likewise.
36300         [C99-based-standards] (PRIuMAX): Likewise.
36301         [C99-based-standards] (PRIxMAX): Likewise.
36302         [C99-based-standards] (PRIXMAX): Likewise.
36303         [C99-based-standards] (SCNdMAX): Likewise.
36304         [C99-based-standards] (SCNiMAX): Likewise.
36305         [C99-based-standards] (SCNoMAX): Likewise.
36306         [C99-based-standards] (SCNuMAX): Likewise.
36307         [C99-based-standards] (SCNxMAX): Likewise.
36308         [C99-based-standards] (PRIdPTR): Likewise.
36309         [C99-based-standards] (PRIiPTR): Likewise.
36310         [C99-based-standards] (PRIoPTR): Likewise.
36311         [C99-based-standards] (PRIuPTR): Likewise.
36312         [C99-based-standards] (PRIxPTR): Likewise.
36313         [C99-based-standards] (PRIXPTR): Likewise.
36314         [C99-based-standards] (SCNdPTR): Likewise.
36315         [C99-based-standards] (SCNiPTR): Likewise.
36316         [C99-based-standards] (SCNoPTR): Likewise.
36317         [C99-based-standards] (SCNuPTR): Likewise.
36318         [C99-based-standards] (SCNxPTR): Likewise.
36319         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
36320         allow.
36321         * conform/data/stdint.h-data: Update comments to clarify
36322         requirements.
36323         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
36324         type.
36325         [C99-based standards] (INT8_MAX): Likewise.
36326         [C99-based standards] (INT16_MIN): Likewise.
36327         [C99-based standards] (INT16_MAX): Likewise.
36328         [C99-based standards] (INT32_MIN): Likewise.
36329         [C99-based standards] (INT32_MAX): Likewise.
36330         [C99-based standards] (INT64_MIN): Likewise.
36331         [C99-based standards] (INT64_MAX): Likewise.
36332         [C99-based standards] (UINT8_MAX): Likewise.
36333         [C99-based standards] (UINT16_MAX): Likewise.
36334         [C99-based standards] (UINT32_MAX): Likewise.
36335         [C99-based standards] (UINT64_MAX): Likewise.
36336         [C99-based standards] (INT_LEAST8_MIN): Likewise.
36337         [C99-based standards] (INT_LEAST8_MAX): Likewise.
36338         [C99-based standards] (INT_LEAST16_MIN): Likewise.
36339         [C99-based standards] (INT_LEAST16_MAX): Likewise.
36340         [C99-based standards] (INT_LEAST32_MIN): Likewise.
36341         [C99-based standards] (INT_LEAST32_MAX): Likewise.
36342         [C99-based standards] (INT_LEAST64_MIN): Likewise.
36343         [C99-based standards] (INT_LEAST64_MAX): Likewise.
36344         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
36345         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
36346         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
36347         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
36348         [C99-based standards] (INT_FAST8_MIN): Likewise.
36349         [C99-based standards] (INT_FAST8_MAX): Likewise.
36350         [C99-based standards] (INT_FAST16_MIN): Likewise.
36351         [C99-based standards] (INT_FAST16_MAX): Likewise.
36352         [C99-based standards] (INT_FAST32_MIN): Likewise.
36353         [C99-based standards] (INT_FAST32_MAX): Likewise.
36354         [C99-based standards] (INT_FAST64_MIN): Likewise.
36355         [C99-based standards] (INT_FAST64_MAX): Likewise.
36356         [C99-based standards] (UINT_FAST8_MAX): Likewise.
36357         [C99-based standards] (UINT_FAST16_MAX): Likewise.
36358         [C99-based standards] (UINT_FAST32_MAX): Likewise.
36359         [C99-based standards] (UINT_FAST64_MAX): Likewise.
36360         [C99-based standards] (INTPTR_MIN): Likewise.
36361         [C99-based standards] (INTPTR_MAX): Likewise.
36362         [C99-based standards] (UINTPTR_MAX): Likewise.
36363         [C99-based standards] (INTMAX_MIN): Likewise.
36364         [C99-based standards] (INTMAX_MAX): Likewise.
36365         [C99-based standards] (UINTMAX_MAX): Likewise.
36366         [C99-based standards] (PTRDIFF_MIN): Likewise.
36367         [C99-based standards] (PTRDIFF_MAX): Likewise.
36368         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
36369         [C99-based standards] (SIZE_MAX): Likewise.
36370         [C99-based standards] (WCHAR_MAX): Likewise.
36371         [C99-based standards] (WINT_MAX): Likewise.
36372         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
36373         constraint on value.
36374         [C99-based standards] (WCHAR_MIN): Likewise.
36375         [C99-based standards] (WINT_MIN): Likewise.
36376         [C99-based standards] (*_t): Allow.
36377         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
36378         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
36379         Include math.h-data and complex.h-data.  Remove all expectations
36380         of math.h and complex.h contents.
36381         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
36382         at end of line.
36383         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
36384         (struct tm): Expect tag.
36385         [C99-based-standards] (wcstof): Expect function.
36386         [C99-based-standards] (wcstold): Likewise.
36387         [C99-based-standards] (wcstoll): Likewise.
36388         [C99-based-standards] (wcstoull): Likewise.
36389         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
36390         macro-int-constant.  Specify type.
36391         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
36392         constraint on value.
36393         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36394         Specify type.
36395         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
36396         Specify value.
36397         [ISO C standards]: Do not allow headers.
36398         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
36399         wcs[abcdefghijklmnopqrstuvwxyz]*.
36400         [ISO C standards] (*_t): Do not allow.
36401         * conform/data/wctype.h-data [C99-based standards] (iswblank):
36402         Expect function.
36403         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
36404         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36405         Specify type.
36406         [ISO C standards]: Do not allow headers.
36407         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
36408         is[abcdefghijklmnopqrstuvwxyz]*.
36409         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
36410         to[abcdefghijklmnopqrstuvwxyz]*.
36411         [ISO C standards] (*_t): Do not allow.
36412         * conform/data/stdalign.h-data: New file.
36413         * conform/data/stdbool.h-data: Likewise.
36414         * conform/data/stdnoreturn.h-data: Likewise.
36416 2012-11-07  Roland McGrath  <roland@hack.frob.com>
36418         [BZ #14815]
36419         * manual/filesys.texi (Directory Entries): Typo fix.
36420         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
36422 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36424         * elf/elf.h (EM_AARCH64): New macro.
36425         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
36426         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
36427         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
36428         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
36429         (R_AARCH64_TLSDESC): Likewise.
36430         (NT_ARM_TLS): Likewise.
36431         (NT_ARM_HW_BREAK): Likewise.
36432         (NT_ARM_HW_WATCH): Likewise.
36434 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36436         [BZ #14811]
36437         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
36438         (__ieee754_powl): Saturate nonzero exponents with absolute value
36439         below 0x1p-79 to +/- 0x1p-79.
36440         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
36441         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
36442         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
36443         nonzero exponents with absolute value below 0x1p-32 to +/-
36444         0x1p-32.
36445         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
36446         (__ieee754_powl): Saturate nonzero exponents with absolute value
36447         below 0x1p-79 to +/- 0x1p-79.
36448         * math/libm-test.inc (pow_test): Add more tests.
36450 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36452         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
36453         _dl_s390_cap_flags with kernel. Increase string length.
36454         (_dl_s390_platforms): Add z196 and zEC12.
36456 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36458         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
36459         Change XOPEN21K to XOPEN2K.
36461 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
36463         * string/memmove.c: Use memcpy when possible.
36465 2012-11-06  Andreas Jaeger  <aj@suse.de>
36467         * po/eo.po: Update from translation team.
36469 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
36471         [BZ #14793]
36472         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
36473         exponent and small x and y exponents, scale x or y up.  Increase
36474         by 2 the exponent used in scaling up.
36475         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36476         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36477         * math/libm-test.inc (fma_test): Add more tests.
36478         (fma_test_towardzero): Likewise.
36479         (fma_test_downward): Likewise.
36480         (fma_test_upward): Likewise.
36482 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
36484         [BZ #14805]
36485         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
36486         fenv_t *.
36488         [BZ #14801]
36489         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
36490         namespace for names of struct fields.
36491         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
36492         fenv_t fields.
36493         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
36494         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
36496 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36498         [BZ #3665]
36499         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
36501 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
36503         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
36504         PTR_DEMANGLE.
36506         [BZ #5246]
36507         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
36508         PTR_DEMANGLE.
36510 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
36512         [BZ #14797]
36513         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
36514         definitely overflow as x * y not x * y + z.
36515         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36516         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36517         * math/libm-test.inc (fma_test): Add more tests.
36518         (fma_test_towardzero): Likewise.
36519         (fma_test_downward): Likewise.
36520         (fma_test_upward): Likewise.
36522 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
36524         [BZ #157]
36526         * include/stub-tag.h: Remove file.
36527         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
36528         '#include' of it.
36529         * manual/maint.texi (Porting): Don't reference it.
36530         * Makerules ($(objpfx)stubs): Likewise.
36531         * dirent/closedir.c: Don't include <stub-tag.h>.
36532         * dirent/dirfd.c: Likewise.
36533         * dirent/fdopendir.c: Likewise.
36534         * dirent/getdents.c: Likewise.
36535         * dirent/getdents64.c: Likewise.
36536         * dirent/opendir.c: Likewise.
36537         * dirent/readdir.c: Likewise.
36538         * dirent/readdir64.c: Likewise.
36539         * dirent/readdir64_r.c: Likewise.
36540         * dirent/readdir_r.c: Likewise.
36541         * dirent/rewinddir.c: Likewise.
36542         * dirent/seekdir.c: Likewise.
36543         * dirent/telldir.c: Likewise.
36544         * gmon/profil.c: Likewise.
36545         * grp/setgroups.c: Likewise.
36546         * inet/if_index.c: Likewise.
36547         * io/access.c: Likewise.
36548         * io/chdir.c: Likewise.
36549         * io/chmod.c: Likewise.
36550         * io/chown.c: Likewise.
36551         * io/close.c: Likewise.
36552         * io/dup.c: Likewise.
36553         * io/dup2.c: Likewise.
36554         * io/dup3.c: Likewise.
36555         * io/euidaccess.c: Likewise.
36556         * io/faccessat.c: Likewise.
36557         * io/fchdir.c: Likewise.
36558         * io/fchmod.c: Likewise.
36559         * io/fchmodat.c: Likewise.
36560         * io/fchown.c: Likewise.
36561         * io/fchownat.c: Likewise.
36562         * io/fcntl.c: Likewise.
36563         * io/flock.c: Likewise.
36564         * io/fstatfs.c: Likewise.
36565         * io/fstatfs64.c: Likewise.
36566         * io/fstatvfs.c: Likewise.
36567         * io/fstatvfs64.c: Likewise.
36568         * io/futimens.c: Likewise.
36569         * io/fxstat.c: Likewise.
36570         * io/fxstat64.c: Likewise.
36571         * io/fxstatat.c: Likewise.
36572         * io/fxstatat64.c: Likewise.
36573         * io/getcwd.c: Likewise.
36574         * io/isatty.c: Likewise.
36575         * io/lchmod.c: Likewise.
36576         * io/lchown.c: Likewise.
36577         * io/link.c: Likewise.
36578         * io/linkat.c: Likewise.
36579         * io/lseek.c: Likewise.
36580         * io/lseek64.c: Likewise.
36581         * io/lxstat64.c: Likewise.
36582         * io/mkdir.c: Likewise.
36583         * io/mkdirat.c: Likewise.
36584         * io/mkfifo.c: Likewise.
36585         * io/mkfifoat.c: Likewise.
36586         * io/open.c: Likewise.
36587         * io/open64.c: Likewise.
36588         * io/openat.c: Likewise.
36589         * io/openat64.c: Likewise.
36590         * io/pipe.c: Likewise.
36591         * io/pipe2.c: Likewise.
36592         * io/poll.c: Likewise.
36593         * io/posix_fadvise.c: Likewise.
36594         * io/posix_fadvise64.c: Likewise.
36595         * io/posix_fallocate.c: Likewise.
36596         * io/posix_fallocate64.c: Likewise.
36597         * io/read.c: Likewise.
36598         * io/readlink.c: Likewise.
36599         * io/readlinkat.c: Likewise.
36600         * io/rmdir.c: Likewise.
36601         * io/sendfile.c: Likewise.
36602         * io/sendfile64.c: Likewise.
36603         * io/statfs.c: Likewise.
36604         * io/statfs64.c: Likewise.
36605         * io/statvfs.c: Likewise.
36606         * io/statvfs64.c: Likewise.
36607         * io/symlink.c: Likewise.
36608         * io/symlinkat.c: Likewise.
36609         * io/ttyname.c: Likewise.
36610         * io/ttyname_r.c: Likewise.
36611         * io/umask.c: Likewise.
36612         * io/unlink.c: Likewise.
36613         * io/unlinkat.c: Likewise.
36614         * io/utime.c: Likewise.
36615         * io/utimensat.c: Likewise.
36616         * io/write.c: Likewise.
36617         * io/xmknod.c: Likewise.
36618         * io/xmknodat.c: Likewise.
36619         * io/xstat.c: Likewise.
36620         * io/xstat64.c: Likewise.
36621         * login/getpt.c: Likewise.
36622         * login/grantpt.c: Likewise.
36623         * login/unlockpt.c: Likewise.
36624         * math/e_acoshl.c: Likewise.
36625         * math/e_acosl.c: Likewise.
36626         * math/e_asinl.c: Likewise.
36627         * math/e_atan2l.c: Likewise.
36628         * math/e_atanhl.c: Likewise.
36629         * math/e_coshl.c: Likewise.
36630         * math/e_expl.c: Likewise.
36631         * math/e_fmodl.c: Likewise.
36632         * math/e_gammal_r.c: Likewise.
36633         * math/e_hypotl.c: Likewise.
36634         * math/e_j0l.c: Likewise.
36635         * math/e_j1l.c: Likewise.
36636         * math/e_jnl.c: Likewise.
36637         * math/e_lgammal_r.c: Likewise.
36638         * math/e_log10l.c: Likewise.
36639         * math/e_log2l.c: Likewise.
36640         * math/e_logl.c: Likewise.
36641         * math/e_powl.c: Likewise.
36642         * math/e_rem_pio2l.c: Likewise.
36643         * math/e_sinhl.c: Likewise.
36644         * math/e_sqrtl.c: Likewise.
36645         * math/fclrexcpt.c: Likewise.
36646         * math/fedisblxcpt.c: Likewise.
36647         * math/feenablxcpt.c: Likewise.
36648         * math/fegetenv.c: Likewise.
36649         * math/fegetexcept.c: Likewise.
36650         * math/fegetround.c: Likewise.
36651         * math/feholdexcpt.c: Likewise.
36652         * math/fesetenv.c: Likewise.
36653         * math/fesetround.c: Likewise.
36654         * math/feupdateenv.c: Likewise.
36655         * math/fgetexcptflg.c: Likewise.
36656         * math/fraiseexcpt.c: Likewise.
36657         * math/fsetexcptflg.c: Likewise.
36658         * math/ftestexcept.c: Likewise.
36659         * math/k_cosl.c: Likewise.
36660         * math/k_rem_pio2l.c: Likewise.
36661         * math/k_sinl.c: Likewise.
36662         * math/k_tanl.c: Likewise.
36663         * math/s_asinhl.c: Likewise.
36664         * math/s_atanl.c: Likewise.
36665         * math/s_cbrtl.c: Likewise.
36666         * math/s_erfl.c: Likewise.
36667         * math/s_expm1l.c: Likewise.
36668         * math/s_log1pl.c: Likewise.
36669         * math/s_tanhl.c: Likewise.
36670         * misc/acct.c: Likewise.
36671         * misc/brk.c: Likewise.
36672         * misc/chflags.c: Likewise.
36673         * misc/chroot.c: Likewise.
36674         * misc/fchflags.c: Likewise.
36675         * misc/fgetxattr.c: Likewise.
36676         * misc/flistxattr.c: Likewise.
36677         * misc/fremovexattr.c: Likewise.
36678         * misc/fsetxattr.c: Likewise.
36679         * misc/fsync.c: Likewise.
36680         * misc/ftruncate.c: Likewise.
36681         * misc/futimes.c: Likewise.
36682         * misc/futimesat.c: Likewise.
36683         * misc/getdomain.c: Likewise.
36684         * misc/getdtsz.c: Likewise.
36685         * misc/gethostid.c: Likewise.
36686         * misc/gethostname.c: Likewise.
36687         * misc/getloadavg.c: Likewise.
36688         * misc/getpagesize.c: Likewise.
36689         * misc/getsysstats.c: Likewise.
36690         * misc/getxattr.c: Likewise.
36691         * misc/gtty.c: Likewise.
36692         * misc/ioctl.c: Likewise.
36693         * misc/lgetxattr.c: Likewise.
36694         * misc/listxattr.c: Likewise.
36695         * misc/llistxattr.c: Likewise.
36696         * misc/lremovexattr.c: Likewise.
36697         * misc/lsetxattr.c: Likewise.
36698         * misc/lutimes.c: Likewise.
36699         * misc/madvise.c: Likewise.
36700         * misc/mincore.c: Likewise.
36701         * misc/mlock.c: Likewise.
36702         * misc/mlockall.c: Likewise.
36703         * misc/mmap.c: Likewise.
36704         * misc/mprotect.c: Likewise.
36705         * misc/msync.c: Likewise.
36706         * misc/munlock.c: Likewise.
36707         * misc/munlockall.c: Likewise.
36708         * misc/munmap.c: Likewise.
36709         * misc/preadv.c: Likewise.
36710         * misc/preadv64.c: Likewise.
36711         * misc/ptrace.c: Likewise.
36712         * misc/pwritev.c: Likewise.
36713         * misc/pwritev64.c: Likewise.
36714         * misc/readv.c: Likewise.
36715         * misc/reboot.c: Likewise.
36716         * misc/remap_file_pages.c: Likewise.
36717         * misc/removexattr.c: Likewise.
36718         * misc/revoke.c: Likewise.
36719         * misc/select.c: Likewise.
36720         * misc/setdomain.c: Likewise.
36721         * misc/setegid.c: Likewise.
36722         * misc/seteuid.c: Likewise.
36723         * misc/sethostid.c: Likewise.
36724         * misc/sethostname.c: Likewise.
36725         * misc/setregid.c: Likewise.
36726         * misc/setreuid.c: Likewise.
36727         * misc/setxattr.c: Likewise.
36728         * misc/sstk.c: Likewise.
36729         * misc/stty.c: Likewise.
36730         * misc/swapoff.c: Likewise.
36731         * misc/swapon.c: Likewise.
36732         * misc/sync.c: Likewise.
36733         * misc/syncfs.c: Likewise.
36734         * misc/syscall.c: Likewise.
36735         * misc/truncate.c: Likewise.
36736         * misc/ualarm.c: Likewise.
36737         * misc/usleep.c: Likewise.
36738         * misc/ustat.c: Likewise.
36739         * misc/utimes.c: Likewise.
36740         * misc/vhangup.c: Likewise.
36741         * misc/writev.c: Likewise.
36742         * posix/_exit.c: Likewise.
36743         * posix/alarm.c: Likewise.
36744         * posix/execve.c: Likewise.
36745         * posix/fexecve.c: Likewise.
36746         * posix/fork.c: Likewise.
36747         * posix/fpathconf.c: Likewise.
36748         * posix/getaddrinfo.c: Likewise.
36749         * posix/getegid.c: Likewise.
36750         * posix/geteuid.c: Likewise.
36751         * posix/getgid.c: Likewise.
36752         * posix/getgroups.c: Likewise.
36753         * posix/getlogin.c: Likewise.
36754         * posix/getlogin_r.c: Likewise.
36755         * posix/getpgid.c: Likewise.
36756         * posix/getpid.c: Likewise.
36757         * posix/getppid.c: Likewise.
36758         * posix/getresgid.c: Likewise.
36759         * posix/getresuid.c: Likewise.
36760         * posix/getsid.c: Likewise.
36761         * posix/getuid.c: Likewise.
36762         * posix/glob64.c: Likewise.
36763         * posix/nanosleep.c: Likewise.
36764         * posix/pathconf.c: Likewise.
36765         * posix/pause.c: Likewise.
36766         * posix/posix_madvise.c: Likewise.
36767         * posix/pread.c: Likewise.
36768         * posix/pread64.c: Likewise.
36769         * posix/pwrite.c: Likewise.
36770         * posix/pwrite64.c: Likewise.
36771         * posix/sched_getaffinity.c: Likewise.
36772         * posix/sched_getp.c: Likewise.
36773         * posix/sched_gets.c: Likewise.
36774         * posix/sched_primax.c: Likewise.
36775         * posix/sched_primin.c: Likewise.
36776         * posix/sched_rr_gi.c: Likewise.
36777         * posix/sched_setaffinity.c: Likewise.
36778         * posix/sched_setp.c: Likewise.
36779         * posix/sched_sets.c: Likewise.
36780         * posix/sched_yield.c: Likewise.
36781         * posix/setgid.c: Likewise.
36782         * posix/setlogin.c: Likewise.
36783         * posix/setpgid.c: Likewise.
36784         * posix/setresgid.c: Likewise.
36785         * posix/setresuid.c: Likewise.
36786         * posix/setsid.c: Likewise.
36787         * posix/setuid.c: Likewise.
36788         * posix/sleep.c: Likewise.
36789         * posix/spawni.c: Likewise.
36790         * posix/sysconf.c: Likewise.
36791         * posix/times.c: Likewise.
36792         * posix/wait.c: Likewise.
36793         * posix/wait3.c: Likewise.
36794         * posix/wait4.c: Likewise.
36795         * posix/waitpid.c: Likewise.
36796         * resolv/gai_sigqueue.c: Likewise.
36797         * resource/getpriority.c: Likewise.
36798         * resource/getrlimit.c: Likewise.
36799         * resource/getrusage.c: Likewise.
36800         * resource/nice.c: Likewise.
36801         * resource/setpriority.c: Likewise.
36802         * resource/setrlimit.c: Likewise.
36803         * resource/ulimit.c: Likewise.
36804         * rt/aio_cancel.c: Likewise.
36805         * rt/aio_fsync.c: Likewise.
36806         * rt/aio_read.c: Likewise.
36807         * rt/aio_sigqueue.c: Likewise.
36808         * rt/aio_suspend.c: Likewise.
36809         * rt/aio_write.c: Likewise.
36810         * rt/clock_getres.c: Likewise.
36811         * rt/clock_gettime.c: Likewise.
36812         * rt/clock_nanosleep.c: Likewise.
36813         * rt/clock_settime.c: Likewise.
36814         * rt/lio_listio.c: Likewise.
36815         * rt/mq_close.c: Likewise.
36816         * rt/mq_getattr.c: Likewise.
36817         * rt/mq_notify.c: Likewise.
36818         * rt/mq_open.c: Likewise.
36819         * rt/mq_receive.c: Likewise.
36820         * rt/mq_send.c: Likewise.
36821         * rt/mq_setattr.c: Likewise.
36822         * rt/mq_timedreceive.c: Likewise.
36823         * rt/mq_timedsend.c: Likewise.
36824         * rt/mq_unlink.c: Likewise.
36825         * rt/shm_open.c: Likewise.
36826         * rt/shm_unlink.c: Likewise.
36827         * rt/timer_create.c: Likewise.
36828         * rt/timer_delete.c: Likewise.
36829         * rt/timer_getoverr.c: Likewise.
36830         * rt/timer_gettime.c: Likewise.
36831         * rt/timer_settime.c: Likewise.
36832         * setjmp/__longjmp.c: Likewise.
36833         * setjmp/setjmp.c: Likewise.
36834         * signal/kill.c: Likewise.
36835         * signal/killpg.c: Likewise.
36836         * signal/raise.c: Likewise.
36837         * signal/sigaction.c: Likewise.
36838         * signal/sigaltstack.c: Likewise.
36839         * signal/sigblock.c: Likewise.
36840         * signal/sigignore.c: Likewise.
36841         * signal/sigintr.c: Likewise.
36842         * signal/signal.c: Likewise.
36843         * signal/sigpause.c: Likewise.
36844         * signal/sigpending.c: Likewise.
36845         * signal/sigqueue.c: Likewise.
36846         * signal/sigreturn.c: Likewise.
36847         * signal/sigset.c: Likewise.
36848         * signal/sigsetmask.c: Likewise.
36849         * signal/sigstack.c: Likewise.
36850         * signal/sigsuspend.c: Likewise.
36851         * signal/sigtimedwait.c: Likewise.
36852         * signal/sigvec.c: Likewise.
36853         * signal/sigwait.c: Likewise.
36854         * signal/sigwaitinfo.c: Likewise.
36855         * signal/sysv_signal.c: Likewise.
36856         * socket/accept.c: Likewise.
36857         * socket/accept4.c: Likewise.
36858         * socket/bind.c: Likewise.
36859         * socket/connect.c: Likewise.
36860         * socket/getpeername.c: Likewise.
36861         * socket/getsockname.c: Likewise.
36862         * socket/getsockopt.c: Likewise.
36863         * socket/isfdtype.c: Likewise.
36864         * socket/listen.c: Likewise.
36865         * socket/recv.c: Likewise.
36866         * socket/recvfrom.c: Likewise.
36867         * socket/recvmsg.c: Likewise.
36868         * socket/send.c: Likewise.
36869         * socket/sendmsg.c: Likewise.
36870         * socket/sendto.c: Likewise.
36871         * socket/setsockopt.c: Likewise.
36872         * socket/shutdown.c: Likewise.
36873         * socket/sockatmark.c: Likewise.
36874         * socket/socket.c: Likewise.
36875         * socket/socketpair.c: Likewise.
36876         * stdio-common/ctermid.c: Likewise.
36877         * stdio-common/cuserid.c: Likewise.
36878         * stdio-common/remove.c: Likewise.
36879         * stdio-common/rename.c: Likewise.
36880         * stdio-common/renameat.c: Likewise.
36881         * stdio-common/tempname.c: Likewise.
36882         * stdlib/getcontext.c: Likewise.
36883         * stdlib/makecontext.c: Likewise.
36884         * stdlib/setcontext.c: Likewise.
36885         * stdlib/swapcontext.c: Likewise.
36886         * stdlib/system.c: Likewise.
36887         * streams/fattach.c: Likewise.
36888         * streams/fdetach.c: Likewise.
36889         * streams/getmsg.c: Likewise.
36890         * streams/getpmsg.c: Likewise.
36891         * streams/putmsg.c: Likewise.
36892         * streams/putpmsg.c: Likewise.
36893         * sysdeps/unix/bsd/getpt.c: Likewise.
36894         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
36895         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
36896         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
36897         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
36898         Likewise.
36899         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
36900         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
36901         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
36902         * sysvipc/msgctl.c: Likewise.
36903         * sysvipc/msgget.c: Likewise.
36904         * sysvipc/msgrcv.c: Likewise.
36905         * sysvipc/msgsnd.c: Likewise.
36906         * sysvipc/semctl.c: Likewise.
36907         * sysvipc/semget.c: Likewise.
36908         * sysvipc/semop.c: Likewise.
36909         * sysvipc/semtimedop.c: Likewise.
36910         * sysvipc/shmat.c: Likewise.
36911         * sysvipc/shmctl.c: Likewise.
36912         * sysvipc/shmdt.c: Likewise.
36913         * sysvipc/shmget.c: Likewise.
36914         * termios/tcdrain.c: Likewise.
36915         * termios/tcflow.c: Likewise.
36916         * termios/tcflush.c: Likewise.
36917         * termios/tcgetattr.c: Likewise.
36918         * termios/tcgetpgrp.c: Likewise.
36919         * termios/tcsendbrk.c: Likewise.
36920         * termios/tcsetattr.c: Likewise.
36921         * termios/tcsetpgrp.c: Likewise.
36922         * time/adjtime.c: Likewise.
36923         * time/clock.c: Likewise.
36924         * time/getitimer.c: Likewise.
36925         * time/gettimeofday.c: Likewise.
36926         * time/setitimer.c: Likewise.
36927         * time/settimeofday.c: Likewise.
36928         * time/stime.c: Likewise.
36929         * time/time.c: Likewise.
36931 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
36933         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
36934         /usr/old/bin.
36936         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
36937         instead of spaces.
36938         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
36940 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
36942         [BZ #14796]
36943         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
36944         FE_TONEAREST before applying Dekker multiplication and Knuth
36945         addition.  Clear inexact exceptions and check for exact zero
36946         results afterwards.
36947         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36948         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36949         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36950         * math/libm-test.inc (fma_test): Add more tests.
36951         (fma_test_towardzero): Likewise.
36952         (fma_test_downward): Likewise.
36953         (fma_test_upward): Likewise.
36954         * sysdeps/generic/math_private.h (default_libc_fesetround): New
36955         function.
36956         (libc_fesetround): New macro.
36957         (libc_fesetroundf): Likewise.
36958         (libc_fesetroundl): Likewise.
36959         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
36960         function.
36961         (libc_fesetround_387): Likewise.
36962         (libc_fesetroundf): New macro.
36963         (libc_fesetround): Likewise.
36964         (libc_fesetroundl): Likewise.
36965         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
36966         function.
36967         (libc_fesetroundf): New macro.
36968         (libc_fesetround): Likewise.
36969         (libc_fesetroundl): Likewise.
36970         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
36971         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
36972         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
36973         libm_hidden_ver.
36974         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
36975         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
36976         libm_hidden_def.
36977         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
36978         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
36979         libm_hidden_ver.
36980         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
36981         libm_hidden_def.
36983         [BZ #3439]
36984         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
36985         integer constant usable in #if and use that to give value to enum
36986         constant.
36987         (FE_DIVBYZERO): Likewise.
36988         (FE_UNDERFLOW): Likewise.
36989         (FE_OVERFLOW): Likewise.
36990         (FE_INVALID): Likewise.
36991         (FE_INVALID_SNAN): Likewise.
36992         (FE_INVALID_ISI): Likewise.
36993         (FE_INVALID_IDI): Likewise.
36994         (FE_INVALID_ZDZ): Likewise.
36995         (FE_INVALID_IMZ): Likewise.
36996         (FE_INVALID_COMPARE): Likewise.
36997         (FE_INVALID_SOFTWARE): Likewise.
36998         (FE_INVALID_SQRT): Likewise.
36999         (FE_INVALID_INTEGER_CONVERSION): Likewise.
37000         (FE_TONEAREST): Likewise.
37001         (FE_TOWARDZERO): Likewise.
37002         (FE_UPWARD): Likewise.
37003         (FE_DOWNWARD): Likewise.
37004         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
37005         (FE_DIVBYZERO): Likewise.
37006         (FE_OVERFLOW): Likewise.
37007         (FE_UNDERFLOW): Likewise.
37008         (FE_INEXACT): Likewise.
37009         (FE_TONEAREST): Likewise.
37010         (FE_DOWNWARD): Likewise.
37011         (FE_UPWARD): Likewise.
37012         (FE_TOWARDZERO): Likewise.
37013         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
37014         (FE_UNDERFLOW): Likewise.
37015         (FE_OVERFLOW): Likewise.
37016         (FE_DIVBYZERO): Likewise.
37017         (FE_INVALID): Likewise.
37018         (FE_TONEAREST): Likewise.
37019         (FE_TOWARDZERO): Likewise.
37020         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
37021         (FE_OVERFLOW): Likewise.
37022         (FE_UNDERFLOW): Likewise.
37023         (FE_DIVBYZERO): Likewise.
37024         (FE_INEXACT): Likewise.
37025         (FE_TONEAREST): Likewise.
37026         (FE_TOWARDZERO): Likewise.
37027         (FE_UPWARD): Likewise.
37028         (FE_DOWNWARD): Likewise.
37029         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
37030         (FE_DIVBYZERO): Likewise.
37031         (FE_OVERFLOW): Likewise.
37032         (FE_UNDERFLOW): Likewise.
37033         (FE_INEXACT): Likewise.
37034         (FE_TONEAREST): Likewise.
37035         (FE_DOWNWARD): Likewise.
37036         (FE_UPWARD): Likewise.
37037         (FE_TOWARDZERO): Likewise.
37039 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
37041         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
37043 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
37045         * scripts/cross-test-ssh.sh (command): Use newlines to separate
37046         commands.  Quote $PWD.
37047         (blacklist_exports): Don't use remove_newlines.  Replace "declare
37048         -x" by "export".
37049         (remove_newlines): Remove.
37051 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
37053         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
37054         * stdlib/stdlib.h (atof): Moved to ...
37055         * include/bits/stdlib-float.h: Here.  New file.
37056         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
37057         * stdlib/bits/stdlib-float.h: New file.
37058         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
37059         -mno-sse -mno-mmx.
37060         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
37061         <xmmintrin.h>.
37063 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37065         * conform/conformtest.pl (@headers): Add fenv.h.
37066         * conform/data/fenv.h-data: New file.
37067         * include/fenv.h [_ISOMAC]: Disable all contents of file except
37068         include of <math/fenv.h>.
37070         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
37071         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
37072         && !UNIX98].  Enables tests for XOPEN2K8.
37073         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
37074         POSIX2008]: Likewise.
37076         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
37077         (struct rusage): Do not expect type or its members.
37079         [BZ #3439]
37080         * math/math.h (FP_NAN): Define macro to integer constant usable in
37081         #if and use that to give value to enum constant.
37082         (FP_INFINITE): Likewise.
37083         (FP_ZERO): Likewise.
37084         (FP_SUBNORMAL): Likewise.
37085         (FP_NORMAL): Likewise.
37087 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
37089         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
37090         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
37091         arguments.
37093 2012-11-02  Roland McGrath  <roland@hack.frob.com>
37095         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
37096         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
37097         autoconf-time if not.
37098         * configure.in: Remove AC_PREREQ.
37100 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37102         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
37103         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
37104         of the internal implementation.
37106 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37108         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
37109         except include of <misc/sys/syslog.h>.
37111 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
37114         function returns with a NULL context exit with zero.
37116 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37118         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
37120 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
37122         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
37123         (run_program_cmd): This.
37124         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
37125         (tst_langinfo): New variable.  Use it.
37127 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
37129         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
37130         floating point opcodes.
37132 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37134         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
37135         variable.
37137         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
37139         * sysdeps/mach/hurd/powerpc: Remove directory.
37140         * sysdeps/mach/powerpc: Likewise.
37142 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37144         * scripts/check-local-headers.sh: Ignore c++ headers.
37146 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37148         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
37149         __libc_cleanup_region_start argument.
37151 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
37153         [BZ #14784]
37154         [BZ #14785]
37155         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
37156         x * y using scaling, not as x * y + z.
37157         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37158         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37159         * math/libm-test.inc (fma_test): Add more tests.
37160         (fma_test_towardzero): Likewise.
37161         (fma_test_downward): Likewise.
37162         (fma_test_upward): Likewise.
37164 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37166         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
37168 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37170         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
37171         New variable.
37173 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
37175         * rt/tst-shm.c (worker): Correct checking for mmap failure.
37177 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37180         Fix sort order.
37181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37182         Likewise.
37184 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37187         Fix the order of the list for glibc 2.17.
37188         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37189         Likewise.
37191 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37193         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37195 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37197         [BZ #14610]
37198         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
37199         for low part of x being zero before using __atanl (y).
37200         * math/libm-test.inc (atan2_test): Add another test.
37202         * manual/install.texi (Configuring and compiling): Document
37203         general use of test-wrapper and test-wrapper-env.
37204         * INSTALL: Regenerated.
37206         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
37207         (__fma): Do not extract and scale down low bits on after-rounding
37208         systems when result rounded to normal precision would have normal
37209         exponent.
37210         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
37211         (__fmal): Do not extract and scale down low bits on after-rounding
37212         systems when result rounded to normal precision would have normal
37213         exponent.
37214         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
37215         (__fmal): Do not extract and scale down low bits on after-rounding
37216         systems when result rounded to normal precision would have normal
37217         exponent.
37218         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
37219         macro.
37220         (fma_test): Add more tests.
37221         (fma_test_towardzero): Likewise.
37222         (fma_test_downward): Likewise.
37223         (fma_test_upward): Likewise.
37225 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
37227         * sysdeps/i386/tininess.h: Renamed to ...
37228         * sysdeps/x86/tininess.h: This.
37229         * sysdeps/x86_64/tininess.h: Removed.
37231 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37233         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
37234         input.  Use $(build-program-cmd).
37235         ($(objpfx)tst-array1-static.out): Likewise.
37236         ($(objpfx)tst-array2.out): Likewise.
37237         ($(objpfx)tst-array3.out): Likewise.
37238         ($(objpfx)tst-array4.out): Likewise.
37239         ($(objpfx)tst-array5.out): Likewise.
37240         ($(objpfx)tst-array5-static.out): Likewise.
37242 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
37244         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
37245         if defined.
37247         * nss/nsswitch.h (nss_interface_function): Provide new
37248         macro for use with NSS functions.
37249         * grp/initgroups.c: Use new macro.
37250         * nss/getXXbyYY.c: Likewise.
37251         * nss/getXXbyYY_r.c: Likewise.
37252         * nss/getXXent.c: Likewise.
37253         * nss/getXXent_r.c: Likewise.
37254         * sysdeps/posix/getaddrinfo.c: Likewise.
37256 2012-10-30  Andreas Jaeger  <aj@suse.de>
37258         * po/ru.po: Update Russion translation from translation project.
37260 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37262         [BZ #14152]
37263         [BZ #14783]
37264         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
37265         result and shift together with sticky bit instead of replicating
37266         round-to-nearest rounding.
37267         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37268         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37269         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
37270         missing underflow exceptions.
37271         (fma_test_towardzero): Add more tests.
37272         (fma_test_downward): Likewise.
37273         (fma_test_upward): Likewise.
37275         [BZ #14047]
37276         * sysdeps/generic/tininess.h: New file.
37277         * sysdeps/i386/tininess.h: Likewise.
37278         * sysdeps/sh/tininess.h: Likewise.
37279         * sysdeps/x86_64/tininess.h: Likewise.
37280         * stdlib/tst-strtod-underflow.c: Likewise.
37281         * stdlib/tst-tininess.c: Likewise.
37282         * stdlib/strtod_l.c: Include <tininess.h>.
37283         (round_and_return): Do not set errno for exact underflow cases.
37284         Force an underflow exception when setting errno for underflow.
37285         Determine underflow based on rounding to normal precision if
37286         TININESS_AFTER_ROUNDING.
37287         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
37288         ERANGE for exact underflow cases.
37289         * stdlib/Makefile (tests): Add tst-tininess and
37290         tst-strtod-underflow.
37291         ($(objpfx)tst-tininess): Use $(link-libm).
37292         ($(objpfx)tst-strtod-underflow): Likewise.
37294 2012-10-30  Andreas Jaeger  <aj@suse.de>
37296         [BZ#14767]
37297         * elf/Makefile (tests): Remove conditional for have-initfini-array
37298         since this is now always required and the variable does not exist
37299         anymore.
37300         (tests-static): Likewise.
37301         (modules-names): Likewise.
37303         * po/eo.po: Add Esperanto translation from translation project.
37305         * elf/tst-array1.c (fini_array): Make writeable so that it can be
37306         merged with constructor/destructor.
37307         (init_array): Likewise.
37308         * elf/tst-array2dep.c (fini_array): Likewise.
37309         (init_array): Likewise.
37311 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
37313         * manual/message.texi: Delete @cartouche tags.
37315 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
37317         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
37318         EOPNOTSUPP.
37319         * sysdeps/mach/hurd/fsync.c: Likewise.
37321         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
37322         [_POSIX_REALTIME_SIGNALS]: Change condition to
37323         [_POSIX_REALTIME_SIGNALS > 0].
37325 2012-10-27  Andreas Jaeger  <aj@suse.de>
37327         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
37328         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
37329         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
37330         [__WORDSIZE != 64]: Likewise.
37332 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
37334         *  iconvdata/tst-table.sh: Remove ${SHELL}.
37335         *  iconvdata/tst-tables.sh: Likewise.
37337 2012-10-25  David S. Miller  <davem@davemloft.net>
37339         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37340         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
37341         of strtoull.
37343         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
37344         ifunc-impl-list.c
37345         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
37346         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
37347         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
37348         file.
37350 2012-10-25  Roland McGrath  <roland@hack.frob.com>
37352         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37353         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
37354         __getdirentries.
37356 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37357             Jim Blandy  <jimb@codesourcery.com>
37359         * scripts/cross-test-ssh.sh: New file.
37360         * manual/install.texi (Configuring and compiling): Document use of
37361         cross-test-ssh.sh.
37362         * INSTALL: Regenerated.
37364 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
37366         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
37367         EOPNOTSUPP.
37369 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37371         * Makeconfig (run-program-prefix): Fix comment.
37373 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37374             Jim Blandy  <jimb@codesourcery.com>
37376         * Makeconfig (test-wrapper): New variable,
37377         (test-wrapper-env): Likewise.
37378         [$(cross-compiling) = yes && $(test-wrapper) != ""]
37379         (run-built-tests): Define to yes.
37380         (run-program-prefix): Use $(test-wrapper).
37381         (built-program-cmd): Likewise.
37382         * Rules (make-test-out): Use $(test-wrapper-env) and
37383         $(host-built-program-cmd).
37384         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
37385         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
37386         tst-pathopt.sh.
37387         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
37388         $(test-wrapper-env) to tst-rtld-load-self.sh.
37389         ($(objpfx)order2.out): Use $(test-wrapper).
37390         ($(objpfx)tst-initorder.out): Likewise.
37391         ($(objpfx)tst-initorder2.out): Likewise.
37392         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
37393         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
37394         (test_wrapper_env): New variable.  Use it to run ld.so.
37395         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
37396         Use it to run ld.so.
37397         (test_wrapper_env): Likewise.
37398         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
37399         $(test-wrapper) to run-iconv-test.sh.
37400         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
37401         (ICONV): Use $test_wrapper.
37402         * posix/Makefile ($(objpfx)globtest.out): Pass
37403         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
37404         globtest.sh, not $(run-program-prefix).
37405         * posix/globtest.sh (run_via_rtld_prefix): New variable.
37406         (test_wrapper): Likewise.
37407         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
37408         set together with run_via_rtld_prefix.
37409         (run_program_prefix): Define in terms of test_wrapper and
37410         run_via_rtld_prefix.
37412 2012-10-24  Roland McGrath  <roland@hack.frob.com>
37414         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
37415         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
37416         Targets removed.
37418         [BZ #14743]
37419         * include/time.h: Remove librt_hidden_proto (clock_gettime).
37420         Declare __clock_getres, __clock_gettime, __clock_settime,
37421         __clock_nanosleep, and __clock_getcpuclockid.
37422         * rt/clock_gettime.c: Define __clock_gettime as an alias.
37423         Remove librt_hidden_def (clock_gettime).
37424         * sysdeps/unix/clock_gettime.c: Likewise.
37425         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
37426         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
37427         * rt/clock_getres.c: Define __clock_getres as an alias.
37428         * sysdeps/posix/clock_getres.c: Likewise.
37429         * rt/clock_settime.c: Define __clock_settime as an alias.
37430         * sysdeps/unix/clock_settime.c: Likewise.
37431         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
37432         * sysdeps/unix/clock_nanosleep.c: Likewise.
37433         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
37434         * rt/clock-compat.c: New file.
37435         * rt/Makefile (librt-routines): Add clock-compat and move
37436         $(clock-routines) to ...
37437         (routines): ... here, new variable.
37438         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
37439         Don't add get_clockfreq here.
37440         * rt/Versions (libc: GLIBC_2.17): New version set.
37441         Add clock_* symbols here.
37442         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
37443         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
37444         (GLIBC_2.17): Add clock_* symbols.
37445         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37446         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37447         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37449         Likewise.
37450         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37451         Likewise.
37452         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37453         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37454         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37455         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37456         * NEWS: Mention the move.
37458         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
37459         Use __open, __read, __close rather than their public counterparts.
37460         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37461         (__get_clockfreq_via_cpuinfo): Likewise.
37462         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
37463         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
37465         * config.h.in (HAVE_IFUNC): New #undef.
37466         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
37467         was successful.
37468         * configure: Regenerated.
37470 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37472         * configure.in: Move READELF check to start of file.
37473         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
37474         libc_cv_asm_gnu_indirect_function in the process.
37475         * configure: Regenerated.
37477 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37479         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
37480         send the output to /dev/null.
37481         (libc_cv_cc_with_libunwind): Likewise.
37482         (libc_cv_as_noexecstack): Likewise.
37483         * configure: Regenerate.
37485 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37487         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
37489         * posix/globtest.sh (TMPDIR): Do not set.
37490         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
37491         (testout): Likewise.
37493 2012-10-24  Andreas Jaeger  <aj@suse.de>
37495         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
37496         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
37497         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
37498         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
37499         posix_fadvise64, posix_fallocate64.
37501         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
37502         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
37503         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
37504         Likewise.
37505         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
37506         Likewise.
37507         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
37509         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
37510         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
37511         <bits/fcntl-linux.h>.
37512         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
37514         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
37515         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
37516         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
37517         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
37518         [__WORDSIZE != 64]: Likewise.
37520 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
37522         * Makeconfig (run-built-tests): New variable.
37523         * Rules [$(cross-compiling) = yes]: Change condition to
37524         [$(run-built-tests) = no].
37525         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
37526         to [$(run-built-tests) = yes].
37527         * elf/Makefile [$(cross-compiling) = no]: Likewise
37528         * grp/Makefile [$(cross-compiling) = no]: Likewise.
37529         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
37530         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
37531         * intl/Makefile [$(cross-compiling) = no]: Likewise.
37532         * io/Makefile [$(cross-compiling) = no]: Likewise.
37533         * libio/Makefile [$(cross-compiling) = no]: Likewise.
37534         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
37535         * misc/Makefile [$(cross-compiling) = no]: Likewise.
37536         * posix/Makefile [$(cross-compiling) = no]: Likewise.
37537         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
37538         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
37539         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
37540         * string/Makefile [$(cross-compiling) = no]: Likewise.
37542         * posix/Makefile ($(objpfx)globtest.out): Pass
37543         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
37544         $(rtld-installed-name).
37545         * posix/globtest.sh (elf_objpfx): Remove variable.
37546         (rtld_installed_name): Likewise.
37547         (library_path): Likewise.
37548         (run_program_prefix): New variable.  Use for running globtest
37549         binary.
37551 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
37552             Joseph Myers  <joseph@codesourcery.com>
37554         * Makeconfig (host-built-program-cmd): New variable.
37555         * elf/Makefile (tst-stackguard1-ARGS): Use
37556         $(host-built-program-cmd).
37557         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
37558         (tst-spawn-ARGS): Likewise.
37559         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
37561 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
37562             Jim Blandy  <jimb@codesourcery.com>
37564         * Makeconfig (run-via-rtld-prefix): New variable.
37565         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
37566         (built-program-cmd): Likewise.
37568 2012-10-22  Andreas Jaeger  <aj@suse.de>
37570         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
37571         __O_RSYNC if it exists, otherwise to O_SYNC.
37573 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
37574             Joseph Myers  <joseph@codesourcery.com>
37576         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
37577         /dev/null.
37578         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
37579         from /dev/null
37580         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
37581         /dev/null.
37583 2012-10-22  Andreas Jaeger  <aj@suse.de>
37585         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
37586         Define always.
37587         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
37589         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37590         bits/fcntl-linux.h.
37592         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
37593         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
37595         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
37596         to __O_LARGEFILE.
37597         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
37598         to __O_LARGEFILE.
37600 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
37601             Joseph Myers  <joseph@codesourcery.com>
37603         * config.make.in (NM): New variable.
37605 2012-10-21  Andreas Jaeger  <aj@suse.de>
37607         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
37608         definitions and declarations that are provided by
37609         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
37611 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
37613         [BZ #14683]
37614         * elf/Makefile (tests-static): Add tst-leaks1-static.
37615         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
37616         ($(objpfx)tst-leaks1-static): New rule.
37617         ($(objpfx)tst-leaks1-static-mem): Likewise.
37618         (tst-leaks1-static-ENV): New macro.
37619         * elf/dl-open.c (dl_open_worker): Check the main application
37620         only if SHARED is defined.
37621         * elf/tst-leaks1-static.c: New file.
37623 2012-10-20  Andreas Jaeger  <aj@suse.de>
37625         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
37626         generic values for Linux.
37627         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
37628         and declarations that are provided by <bits/fcntl-linux.h> and
37629         include <bits/fcntl-linux.h>.
37630         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
37631         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
37633 2012-10-20  Roland McGrath  <roland@hack.frob.com>
37635         * io/fcntl.h: Move include of <bits/types.h> to the top and
37636         include it unconditionally.
37638 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
37640         * wcsmbs/Makefile (tests-ifunc): New variable.
37641         (tests): Add $(tests-ifunc).
37642         * wcsmbs/test-wcschr-ifunc.c: New file.
37643         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
37644         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
37645         * wcsmbs/test-wcslen-ifunc.c: Likewise.
37646         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
37647         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
37649         * string/Makefile (tests-ifunc): New variable.
37650         (tests): Add $(tests-ifunc).
37651         * string/test-memccpy.c (TEST_NAME): New macro.
37652         * string/test-memchr.c (TEST_NAME): Likewise.
37653         * string/test-memcmp.c (TEST_NAME): Likewise.
37654         * string/test-memcpy.c (TEST_NAME): Likewise.
37655         * string/test-memmem.c (TEST_NAME): Likewise.
37656         * string/test-memmove.c (TEST_NAME): Likewise.
37657         * string/test-memset.c (TEST_NAME): Likewise.
37658         * string/test-rawmemchr.c (TEST_NAME): Likewise.
37659         * string/test-stpcpy.c (TEST_NAME): Likewise.
37660         * string/test-stpncpy.c (TEST_NAME): Likewise.
37661         * string/test-strcasecmp.c (TEST_NAME): Likewise.
37662         * string/test-strcasestr.c (TEST_NAME): Likewise.
37663         * string/test-strcat.c (TEST_NAME): Likewise.
37664         * string/test-strchr.c (TEST_NAME): Likewise.
37665         * string/test-strcmp.c(TEST_NAME): Likewise.
37666         * string/test-strcpy.c (TEST_NAME): Likewise.
37667         * string/test-strcspn.c (TEST_NAME): Likewise.
37668         * string/test-strlen.c (TEST_NAME): Likewise.
37669         * string/test-strncasecmp.c (TEST_NAME): Likewise.
37670         * string/test-strncmp.c (TEST_NAME): Likewise.
37671         * string/test-strncpy.c (TEST_NAME): Likewise.
37672         * string/test-strnlen.c (TEST_NAME): Likewise.
37673         * string/test-strpbrk.c (TEST_NAME): Likewise.
37674         * string/test-strrchr.c (TEST_NAME): Likewise.
37675         * string/test-strspn.c (TEST_NAME): Likewise.
37676         * string/test-strstr.c (TEST_NAME): Likewise.
37677         * string/test-bcopy-ifunc.c: New file.
37678         * string/test-bzero-ifunc.c: Likewise.
37679         * string/test-memccpy-ifunc.c: Likewise.
37680         * string/test-memchr-ifunc.c: Likewise.
37681         * string/test-memcmp-ifunc.c: Likewise.
37682         * string/test-memcpy-ifunc.c: Likewise.
37683         * string/test-memmem-ifunc.c: Likewise.
37684         * string/test-memmove-ifunc.c: Likewise.
37685         * string/test-mempcpy-ifunc.c: Likewise.
37686         * string/test-memset-ifunc.c: Likewise.
37687         * string/test-rawmemchr-ifunc.c: Likewise.
37688         * string/test-stpcpy-ifunc.c: Likewise.
37689         * string/test-stpncpy-ifunc.c: Likewise.
37690         * string/test-strcasecmp-ifunc.c: Likewise.
37691         * string/test-strcasestr-ifunc.c: Likewise.
37692         * string/test-strcat-ifunc.c: Likewise.
37693         * string/test-strchr-ifunc.c: Likewise.
37694         * string/test-strchrnul-ifunc.c: Likewise.
37695         * string/test-strcmp-ifunc.c: Likewise.
37696         * string/test-strcpy-ifunc.c: Likewise.
37697         * string/test-strcspn-ifunc.c: Likewise.
37698         * string/test-strlen-ifunc.c: Likewise.
37699         * string/test-strncasecmp-ifunc.c: Likewise.
37700         * string/test-strncat-ifunc.c: Likewise.
37701         * string/test-strncmp-ifunc.c: Likewise.
37702         * string/test-strncpy-ifunc.c: Likewise.
37703         * string/test-strnlen-ifunc.c: Likewise.
37704         * string/test-strpbrk-ifunc.c: Likewise.
37705         * string/test-strrchr-ifunc.c: Likewise.
37706         * string/test-strspn-ifunc.c: Likewise.
37707         * string/test-strstr-ifunc.c: Likewise.
37709         * debug/Makefile (tests-ifunc): New variable.
37710         (tests): Add $(tests-ifunc).
37711         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
37712         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
37713         * debug/test-stpcpy_chk-ifunc.c: New file.
37714         * debug/test-strcpy_chk-ifunc.c: Likewise.
37716 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
37718         [BZ #13601]
37719         * elf/dl-load.c (open_verify): Retry read if the entire ELF
37720         header is not read in.
37722 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
37724         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
37725         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
37726         directly.  Pass built executable to script as
37727         $(built-program-cmd).
37728         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
37729         $testprogram without using LD_LIBRARY_PATH and $ldso.
37731         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
37732         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
37733         $(rtld-installed-name).
37734         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
37735         (rtld_installed_name): Likewise.
37736         (library_path): Likewise.
37737         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
37738         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
37739         $(run-program-prefix) to tst-tables.sh.
37740         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
37741         it to run tst-table-from and tst-table-to.
37742         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
37743         Pass it to tst-table.sh.
37744         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
37745         $(run-program-prefix) to tst-gettext.sh.
37746         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
37747         tst-translit.sh.
37748         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
37749         tst-gettext2.sh.
37750         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
37751         to run tst-gettext.
37752         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
37753         to run tst-gettext2.
37754         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
37755         to run tst-translit.
37756         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
37757         $(run-program-prefix) to tst-mtrace.sh.
37758         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
37759         to run tst-mtrace.
37760         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
37761         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
37762         $(rtld-installed-name).
37763         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
37764         (rtld_installed_name): Likewise.
37765         (run_program_prefix): New variable.  Use it to run wordexp-test.
37767         * Makeconfig (ARCH): Remove all definitions.
37768         (machine): Likewise.
37769         [ARCH]: Remove conditional code.
37770         [!objdir]: Give error.
37771         [!objdir] (objpfx): Remove.
37772         [!objdir] (common-objpfx): Likewise.
37773         [!objdir] (common-objdir): Likewise.
37774         * configure.in (config_makefile): Remove.  Hardcode Makefile in
37775         AC_CONFIG_FILES call.
37776         * configure: Regenerated.
37778         [BZ #13888]
37779         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
37780         or TMPDIR.
37781         (testout): Likewise.
37783         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
37784         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
37785         $(rtld-installed-name).
37786         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
37787         (rtld_installed_name): Likwise.
37788         (runit): Remove function.
37789         (run_getconf): New variable,  Use it for running getconf binary.
37791 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
37793         [BZ #14716]
37794         * string/test-memmem.c (check_result): New function.
37795         (do_one_test): Use it.
37796         (check1): New function.
37797         (test_main): Use it.
37799 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
37801         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
37803 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
37805         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
37806         (_G_LSEEK64): Likewise.
37807         (_G_MMAP64): Likewise.
37808         (_G_FSTAT64): Likewise.
37809         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
37810         (_G_LSEEK64): Likewise.
37811         (_G_MMAP64): Likewise.
37812         (_G_FSTAT64): Likewise.
37813         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
37814         unconditional.  Call __mmap64 directly.
37815         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
37816         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
37817         __lseek64 directly.
37818         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
37819         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
37820         __mmap64 directly.
37821         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
37822         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
37823         __lseek64 directly.
37824         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
37825         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
37826         __lseek64 directly.
37827         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
37828         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
37829         __lseek64 directly.
37830         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
37831         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
37832         __fxstat64 directly.
37833         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
37834         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
37835         unconditional.
37836         (freopen64) [!_G_OPEN64]: Remove conditional code.
37837         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
37838         unconditional.
37839         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
37840         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
37841         unconditional.
37842         (ftello64) [!_G_LSEEK64]: Remove conditional code.
37843         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
37844         unconditional.
37845         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37846         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
37847         unconditional.
37848         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
37849         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
37850         unconditional.
37851         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37852         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
37853         unconditional.
37854         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37855         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
37856         unconditional.
37857         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37859 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
37861         [BZ #12140]
37862         * manual/memory.texi (Malloc Tunable Parameters): Add note
37863         about free list pointers overwriting some perturb bytes.
37864         Wording suggested by Roland McGrath.
37866 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
37868         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
37869         (lgamma_test): Likewise.
37870         (tgamma_test): Likewise.
37872 2012-10-16  Florian Weimer  <fweimer@redhat.com>
37874         [BZ #14700]
37875         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
37876         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
37878 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
37880         * NEWS: Mention BZ #14716.
37881         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
37882         when removing AVAILABLE1_USES_J macro.
37884 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
37886         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
37887         (__bswap_64): __uint64_t for unsigned 64-bit int.
37889 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
37891         * include/string.h (memmem): Declare libc hidden alias.
37892         * string/memmem.c (memmem): Define libc hidden alias.
37893         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
37894         __read, __close instead of open, read, close.
37896 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
37898         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
37899         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
37900         global and hidden.
37901         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
37902         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
37903         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
37904         Likewise.
37905         (__rawmemchr_sse2): Likewise.
37906         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
37907         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
37908         (__strchr_sse2): Likewise.
37909         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
37910         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
37911         (__strcasecmp_sse2): Likewise.
37912         (__strncasecmp_sse2): Likewise.
37913         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
37914         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
37915         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
37916         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
37917         (__strrchr_sse2): Likewise.
37918         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
37919         ifunc-impl-list.c.
37920         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
37921         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
37922         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
37923         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
37924         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
37925         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
37926         * sysdeps/x86_64/multiarch/memset.S: Likewise.
37927         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
37928         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
37929         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
37930         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
37931         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
37932         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
37933         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
37934         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
37935         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
37936         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
37937         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
37938         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
37939         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
37940         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
37941         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
37942         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
37943         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
37944         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
37945         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
37946         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
37947         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
37948         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
37949         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
37951         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
37952         global and hidden.
37953         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
37954         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
37955         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
37956         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
37957         Likewise.
37958         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
37959         Likewise.
37960         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
37961         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
37962         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
37963         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
37964         ifunc-impl-list.c.
37965         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
37966         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
37967         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
37968         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
37969         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
37970         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
37971         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
37972         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
37973         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
37974         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
37975         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
37976         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
37977         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
37978         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
37979         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
37980         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
37981         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
37982         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
37983         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
37984         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
37985         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
37986         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
37987         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
37988         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
37989         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
37990         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
37991         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
37992         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
37993         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
37994         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
37995         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
37996         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
37997         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
37998         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
37999         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
38000         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
38001         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
38002         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
38003         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
38004         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
38005         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
38007         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
38008         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
38009         * include/ifunc-impl-list.h: New file.
38010         * misc/ifunc-impl-list.c: Likewise.
38011         * misc/Makefile (routines): Add ifunc-impl-list.
38012         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
38013         * string/test-string.h: Include <ifunc-impl-list.h>.
38014         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
38015         TEST_NAME]: New variables.
38016         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
38017         are defined.
38018         (test_init): Call __libc_ifunc_impl_list to initialize
38019         func_list if TEST_IFUNC and TEST_NAME are defined.
38021         * string/Makefile (strop-tests): Add bcopy and bzero.
38022         * string/test-bcopy.c: New file.
38023         * string/test-bzero.c: Likewise.
38024         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
38025         defined.
38026         * string/test-memset.c: Support bzero test if TEST_BZERO is
38027         defined.
38028         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
38029         __libc_memmove.
38030         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
38031         __libc_memset.
38032         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
38033         of memset.
38035 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
38037         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
38038         * configure: Regenerated.
38040         * Makeconfig (+link-static-before-libc): Don't include
38041         $(link-static-libc).
38043         * libio/libio.h (_IO_pos_t): Remove.
38045 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38047         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
38048         McGrath.
38050 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38052         * crypt/crypt-entry.c: Include fips-private.h.
38053         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
38054         * crypt/md5c-test.c (main): Tolerate disabled MD5.
38055         * sysdeps/unix/sysv/linux/fips-private.h: New file.
38056         * sysdeps/generic/fips-private.h: New file, dummy fallback.
38058 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38060         * crypt/crypt-private.h: Include stdbool.h.
38061         (_ufc_setup_salt_r): Return bool.
38062         * crypt/crypt-entry.c: Include errno.h.
38063         (__crypt_r): Return NULL with EINVAL for bad salt.
38064         * crypt/crypt_util.c (bad_for_salt): New.
38065         (_ufc_setup_salt_r): Check that salt is long enough and within
38066         the specified alphabet.
38067         * crypt/badsalttest.c: New file.
38068         * crypt/Makefile (tests): Add it.
38069         ($(objpfx)badsalttest): New.
38071 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
38073         * NEWS: Add entry for BZ #14602.
38075 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38077         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
38078         type-generic.
38079         * math/libm-test.inc: Update comment listing what functions and
38080         macros are tested.
38081         (isgreater_test): New function.
38082         (isgreaterequal_test): Likewise.
38083         (isless_test): Likewise.
38084         (islessequal_test): Likewise.
38085         (islessgreater_test): Likewise.
38086         (isunordered_test): Likewise.
38087         (main): Call the new functions.
38089 2012-10-09  Roland McGrath  <roland@hack.frob.com>
38091         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
38092         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
38093         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
38094         * sysdeps/i386/configure: Regenerated.
38095         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
38096         * sysdeps/mach/configure: Regenerated.
38097         * sysdeps/mach/hurd/configure: Regenerated.
38098         * sysdeps/powerpc/configure: Regenerated.
38099         * sysdeps/powerpc/powerpc32/configure: Regenerated.
38100         * sysdeps/powerpc/powerpc64/configure: Regenerated.
38101         * sysdeps/s390/s390-32/configure: Regenerated.
38102         * sysdeps/s390/s390-64/configure: Regenerated.
38103         * sysdeps/sh/configure: Regenerated.
38104         * sysdeps/sparc/configure: Regenerated.
38105         * sysdeps/unix/sysv/linux/configure: Regenerated.
38106         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
38107         * sysdeps/x86_64/configure: Regenerated.
38109         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
38110         defined.  Don't check if MAP is NULL.
38112 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38114         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
38115         (_G_stat64): Likewise.
38116         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
38117         (_G_stat64): Likewise.
38118         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
38119         instead of struct _G_stat64.
38120         * libio/fileops.c (mmap_remap_check): Likewise.
38121         (decide_maybe_mmap): Likewise.
38122         (_IO_new_file_seekoff): Likewise.
38123         (_IO_file_stat): Likewise.
38124         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
38125         _G_off64_t.
38126         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
38127         instead of struct _G_stat64.
38128         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38130 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
38132         [BZ #14602]
38133         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38134         Replace with ...
38135         (CHECK_EOL): New macro.
38136         (two_way_short_needle): Check beginning of haystack for EOL.  Use
38137         CHECK_EOL.
38138         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38139         Replace with CHECK_EOL.
38140         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38141         Replace with CHECK_EOL.
38143 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
38145         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
38146         type-generic.
38147         * math/libm-test.inc: Update comment listing what functions and
38148         macros are tested.
38149         (finite_test): New function.
38150         (isinf_test): Likewise.
38151         (isnan_test): Likewise.
38152         (fpclassify_test): Test subnormal input.
38153         (isfinite_test): Likewise.
38154         (isnormal_test): Likewise.
38155         (main): Call the new functions.
38157 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
38159         [BZ #14660]
38160         * Makerules (%.dynsym): Force C locale when running
38161         $(OBJDUMP) --dynamic-syms.
38163 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
38165         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
38166         <stdint.h>.
38168 2012-10-06  David S. Miller  <davem@davemloft.net>
38170         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
38171         upper 32-bits of the length value in %o2 since we use branch-on-register
38172         tests which consider the entire 64-bit register.
38174 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
38176         * string/test-strstr.c (check2): Add a test for page boundary.
38178 2012-10-05  David S. Miller  <davem@davemloft.net>
38180         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
38181         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
38182         file.
38183         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38184         sysdep_routines.
38185         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38186         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
38187         and bzero when HWCAP_SPARC_CRYPTO is present.
38189 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
38191         [BZ #14602]
38192         * string/test-strstr.c (check2): New function.
38193         (test_main): Call check2.
38195         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
38196         and bug-strchr1.
38197         * string/bug-strcasestr1.c (do_test): Moved to ...
38198         * string/test-strcasestr.c (check1): Here.  New function.
38199         (do_one_test): Break out result checking code into ...
38200         (check_result): This.  New function.
38201         (do_one_test): Call check_result.
38202         (test_main): Call check1.
38203         * string/bug-strchr1.c (do_test): Moved to ...
38204         * string/test-strchr.c (check1): Here.  New function.
38205         (do_one_test): Break out result checking code into ...
38206         (check_result): This.  New function.
38207         (do_one_test): Call check_result.
38208         (test_main): Call check1.
38209         * string/bug-strstr1.c (main): Moved to ...
38210         * string/test-strstr.c (check1): Here.  New function.
38211         (do_one_test): Break out result checking code into ...
38212         (check_result): This.  New function.
38213         (do_one_test): Call check_result.
38214         (test_main): Call check1.
38215         * string/bug-strcasestr1.c: Removed.
38216         * string/bug-strchr1.c: Likewise.
38217         * string/bug-strstr1.c: Likewise.
38219         * elf/Makefile (dl-routines): Add hwcaps.
38220         * elf/dl-support.c (_dl_important_hwcaps): Removed.
38221         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
38222         (_dl_important_hwcaps): Moved to ...
38223         * elf/dl-hwcaps.c: Here.  New file.
38224         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
38226         [BZ #14557]
38227         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
38228         if IS_IN_rtld isn't defined.
38230         * elf/dl-support.c (_dl_sysinfo_map): New.
38231         Include "get-dynamic-info.h" and "setup-vdso.h".
38232         (_dl_non_dynamic_init): Call setup_vdso.
38233         * elf/dynamic-link.h: Don't include <assert.h>.
38234         (elf_get_dynamic_info): Moved to ...
38235         * elf/get-dynamic-info.h: Here.  New file.
38236         * elf/dynamic-link.h: Include "get-dynamic-info.h".
38237         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
38238         * elf/setup-vdso.h: Here.  New file.
38239         * elf/rtld.c: Include "setup-vdso.h".
38240         (dl_main): Call setup_vdso.
38242 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
38244         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
38245         creal in comment listing functions tested.  List finite, isinf,
38246         isnan, isless, islessequal, isgreater, isgreaterequal,
38247         islessgreater, isunordered, lgamma_r and pow10 as functions and
38248         macros not tested.  Mention which functions not tested are aliases
38249         for other functions.  Fix typo.  Note that signs of NaNs are not
38250         tested.
38252         * scripts/config.guess: Update from config.git.
38253         * scripts/config.sub: Likewise.
38255 2012-10-04  Roland McGrath  <roland@hack.frob.com>
38257         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
38258         * misc/madvise.c (madvise): Renamed to __madvise.
38259         Make madvise a weak alias.
38260         * include/sys/mman.h: Declare __madvise.
38261         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
38262         * sysdeps/unix/syscalls.list
38263         (madvise): Make __madvise the strong name, and madvise a weak alias.
38264         * sysdeps/unix/sysv/linux/syscalls.list
38265         (madvise, mmap): Remove redundant entries.
38266         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
38267         * malloc/malloc.c (mtrim): Likewise.
38268         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
38270 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38272         * sysdeps/mach/hurd/dl-cache.c: File removed.
38273         * config.h.in (USE_LDCONFIG): New #undef.
38274         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
38275         * configure: Regenerated.
38276         * elf/Makefile (dl-routines): Add dl-cache only under
38277         [$(use-ldconfig) = yes].
38278         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
38279         cache on [USE_LDCONFIG].
38280         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
38281         [USE_LDCONFIG].
38282         * elf/rtld.c (dl_main): Likewise.
38284 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
38286         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
38287         _SC_LEVEL4_CACHE_LINESIZE.
38289 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38291         * sysdeps/unix/bsd/confstr.h: File removed.
38293 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
38295         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
38296         sys/sdt-config.h.
38298 2012-10-02  Roland McGrath  <roland@hack.frob.com>
38300         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
38301         Make 'mapoff' field ElfW(Off) rather than off_t.
38303 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
38305         * nscd/Makefile: Remove nscd-cflags and all its users.
38306         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
38307         (CFLAGS-nonlib): Add compiler flags for nscd modules.
38309         [BZ #10631]
38310         * malloc.c (malloc_printerr): Clarify error message.
38312 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
38314         [BZ #14648]
38315         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
38316         Set bit_FMA_Usable if FMA is supported.
38317         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
38318         macro.
38319         (bit_FMA4_Usable): Updated.
38320         (index_FMA_Usable): New macro.
38321         (CPUID_FMA): Likewise
38322         (HAS_FMA): Defined with bit_FMA_Usable.
38324 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38326         * bits/types.h (__swblk_t): Type removed.
38327         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
38328         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
38329         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38330         (__SWBLK_T_TYPE): Likewise.
38331         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38332         (__SWBLK_T_TYPE): Likewise.
38333         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38334         (__SWBLK_T_TYPE): Likewise.
38335         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38336         (__SWBLK_T_TYPE): Likewise.
38338 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
38339             Honza Horak <hhorak@redhat.com>
38341         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
38342         (xdr_mapname): Use YPMAXMAP as maxsize.
38343         (xdr_peername): Use YPMAXPEER as maxsize.
38344         (xdr_keydat): Use YPAXRECORD as maxsize.
38345         (xdr_valdat): Use YPMAXRECORD as maxsize.
38347 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38349         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
38351         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
38352         * csu/init-first.c: ... here.
38353         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
38354         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
38355         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
38356         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
38357         * sysdeps/i386/init-first.c: File removed.
38358         * sysdeps/sh/init-first.c: File removed.
38360 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
38362         [BZ #14645]
38363         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
38364         if x * y might underflow to zero and z is zero.
38365         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38366         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38367         * math/libm-test.inc (min_subnorm_value): New variable.
38368         (fma_test): Add more tests.
38369         (fma_test_towardzero): Likewise.
38370         (fma_test_downward): Likewise
38371         (fma_test_upward): Likewise.
38372         (initialize): Set min_subnorm_value.
38374 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
38376         [BZ #14638]
38377         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
38378         0 + 0.
38379         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
38380         mode for addition resulting in exact zero.
38381         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
38382         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
38383         exact 0 + 0.
38384         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
38385         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38386         * math/libm-test.inc (fma_test): Add more tests.
38387         (fma_test_towardzero): New function.
38388         (fma_test_downward): Likewise.
38389         (fma_test_upward): Likewise.
38390         (main): Call the new functions.
38392 2012-09-28  David S. Miller  <davem@davemloft.net>
38394         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
38396 2012-09-28  Roland McGrath  <roland@hack.frob.com>
38398         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
38399         instead of SIGALRM.
38401         * sysdeps/gnu/_G_config.h: Moved to ...
38402         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
38403         * sysdeps/mach/hurd/_G_config.h: Moved to ...
38404         * sysdeps/generic/_G_config.h: ... here.
38406         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
38408         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
38410         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
38411         Conditionalize target on [libnss_test1.so-version].
38413         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
38415         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
38416         (elfobjdir): Move out of conditionals.
38418         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
38419         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
38420         (__nss_lookup_function): Conditionalize label remove_from_tree on
38421         [!DO_STATIC_NSS || SHARED], matching its only use.
38423 2012-09-28  David S. Miller  <davem@davemloft.net>
38425         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
38426         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
38427         file.
38428         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38429         sysdep_routines.
38430         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38431         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
38432         when HWCAP_SPARC_CRYPTO is present.
38434 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38436         * io/tst-mknodat.c: Create a FIFO instead of a socket.
38438 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
38440         [BZ #6530]
38441         * stdio-common/vfprintf.c (process_string_arg): Revert
38442         2000-07-22 change.
38444 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
38446         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
38447         for testcase.
38448         * stdio-common/tst-sprintf.c: Include <locale.h>
38449         (main): Test sprintf's handling of incomplete multibyte
38450         characters.
38452 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
38454         * elf/dl-runtime.c (VERSYMIDX): Removed.
38455         * elf/dl-version.c (VERSYMIDX): Likewise.
38456         * elf/do-rel.h (VERSYMIDX): Likewise.
38457         (VALIDX): Likewise.
38458         * elf/dynamic-link.h (VERSYMIDX): Likewise.
38459         * elf/rtld.c (VALIDX): Likewise.
38460         (ADDRIDX): Likewise.
38461         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
38462         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
38463         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
38464         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
38465         (VALIDX): Likewise.
38466         (ADDRIDX): Likewise.
38468 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38470         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
38472 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
38474         [BZ #11438]
38475         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
38476         to global scope.
38477         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
38478         addresses are in the same scope as 192.0.2/24.
38479         * posix/gai.conf: Document new scope table defaults.
38481 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38483         [BZ #5298]
38484         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
38485         for ftell.  Compute offsets from write pointers instead.
38486         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38488 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38490         [BZ #14543]
38491         * libio/Makefile (tests): New test case tst-fseek.
38492         * libio/tst-fseek.c: New test case to verify that fseek/ftell
38493         combination works in wide mode.
38494         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
38495         state when the external buffer state changes.
38497 2012-09-27  David S. Miller  <davem@davemloft.net>
38499         [BZ #14376]
38500         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
38501         pass reloc->r_addend in as the 'high' argument to
38502         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
38504         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38506 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38508         * rt/tst-aio2.c: Include <pthread.h>.
38509         * rt/tst-aio3.c: Likewise.
38511 2012-09-27  Steve Ellcey  <sellcey@mips.com>
38513         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
38515 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
38517         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
38518         contents on [SHARED].
38520 2012-09-26  Marek Polacek  <polacek@redhat.com>
38522         [BZ #14530]
38523         [BZ #13741]
38524         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
38525         for C++ and GCC <4.3 as well as for non GCC compilers.
38527 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
38529         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38531 2012-09-25  Roland McGrath  <roland@hack.frob.com>
38533         * Makefile.in (all, install): Declare with .PHONY.
38534         Reported by Michael Hope <michael.hope@linaro.org>.
38536 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38538         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
38539         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
38540         system header.
38541         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
38542         Likewise.
38543         (sydep_routines): Add the new and the internal functions.
38544         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
38545         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
38546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
38547         (GLIBC_2.17): Add the new function.
38548         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38549         (GLIBC_2.17): Likewise.
38550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
38551         (GLIBC_2.17): Likewise.
38552         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
38553         (GLIBC_2.17): Likewise.
38554         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
38556 2012-09-25  Alan Modra  <amodra@gmail.com>
38558         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
38559         Add release barrier before setting once_control to say
38560         initialisation is done.  Add hints on lwarx.  Use macro in
38561         place of isync.
38562         (clear_once_control): Add release barrier.
38564 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
38566         [BZ #13629]
38567         * math/s_clog.c (__clog): Handle more values close to |z| = 1
38568         specially.
38569         * math/s_clog10.c (__clog10): Likewise.
38570         * math/s_clog10f.c (__clog10f): Likewise.
38571         * math/s_clog10l.c (__clog10l): Likewise.
38572         * math/s_clogf.c (__clogf): Likewise.
38573         * math/s_clogl.c (__clogl): Likewise.
38574         * math/Makefile (libm-calls): Add x2y2m1.
38575         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
38576         (__x2y2m1): Likewise.
38577         (__x2y2m1l): Likewise.
38578         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
38579         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
38580         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
38581         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
38582         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
38583         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
38584         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
38585         * sysdeps/i386/fpu/libm-test-ulps: Update.
38586         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38588         [BZ #14621]
38589         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
38590         int as type of variable DEPTH.
38591         (glob): Use size_t instead of int as type of variables NEWCOUNT
38592         and OLD_PATHC.
38594 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38596         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38597         Add s_sincosf-sse2.
38598         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
38599         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
38600         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
38601         macros for using routine as __sincosf_ia32.
38602         Use macro for function declaration and weak_alias.
38603         * sysdeps/i386/fpu/libm-test-ulps: Update.
38605         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
38606         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38608         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
38609         subnormal argument.
38610         * math/s_cexpf.c (__cexpf): Likewise.
38611         * math/s_csinf.c (__csinf): Likewise.
38612         * math/s_csinhf.c (__csinhf): Likewise.
38613         * math/s_ctanf.c (__ctanf): Likewise.
38614         * math/s_ctanhf.c (__ctanhf): Likewise.
38615         * math/s_ccosh.c (__ccoshf): Likewise.
38616         * math/s_cexp.c (__cexpl): Likewise.
38617         * math/s_csin.c (__csin): Likewise.
38618         * math/s_csinh.c (__csinh): Likewise.
38619         * math/s_ctan.c (__ctan): Likewise.
38620         * math/s_ctanh.c (ctanh): Likewise.
38621         * math/s_ccoshl.c (__ccoshl): Likewise.
38622         * math/s_cexpl.c (__cexpl): Likewise.
38623         * math/s_csinl.c (__csinl): Likewise.
38624         * math/s_csinhl.c (__csinhl): Likewise.
38625         * math/s_ctanl.c (__ctanl): Likewise.
38626         * math/s_ctanhl.c (__ctanhl): Likewise.
38628 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
38630         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
38631         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
38632         (_IO_off_t): Define to __off_t, not _G_off_t.
38633         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
38634         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
38635         (_IO_wint_t): Define to wint_t, not _G_wint_t.
38636         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
38637         type of __dummy and __dummy2 fields.
38638         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
38639         (_G_ssize_t): Likewise.
38640         (_G_off_t): Likewise.
38641         (_G_pid_t): Likewise.
38642         (_G_uid_t): Likewise.
38643         (_G_wchar_t): Likewise.
38644         (_G_wint_t): Likewise.
38645         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
38646         (_G_ssize_t): Likewise.
38647         (_G_off_t): Likewise.
38648         (_G_pid_t): Likewise.
38649         (_G_uid_t): Likewise.
38650         (_G_wchar_t): Likewise.
38651         (_G_wint_t): Likewise.
38652         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
38653         (_G_ssize_t): Likewise.
38654         (_G_off_t): Likewise.
38655         (_G_pid_t): Likewise.
38656         (_G_uid_t): Likewise.
38657         (_G_wchar_t): Likewise.
38658         (_G_wint_t): Likewise.
38660 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38662         * malloc/arena.c: Include malloc-sysdep.h.
38663         (shrink_heap): Use check_may_shrink_heap to decide if madvise
38664         is sufficient to shrink the heap or an unmap is needed.
38665         * sysdeps/generic/malloc-sysdep.h: New file.  Define
38666         new function check_may_shrink_heap.
38667         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
38668         new function check_may_shrink_heap.
38670 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38672         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
38673         comments.
38675 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
38677         * catgets/test-gencat.sh: Add "set -e".
38678         * elf/tst-pathopt.sh: Likewise.
38679         * grp/tst_fgetgrent.sh: Likewise.
38680         * iconvdata/run-iconv-test.sh: Likewise.
38681         * intl/tst-gettext.sh: Likewise.
38682         * intl/tst-gettext2.sh: Likewise.
38683         * intl/tst-gettext4.sh: Likewise.
38684         * intl/tst-gettext6.sh: Likewise.
38685         * intl/tst-translit.sh: Likewise.
38686         * io/ftwtest-sh: Likewise.
38687         * libio/test-freopen.sh: Likewise.
38688         * malloc/tst-mtrace.sh: Likewise.
38689         * posix/globtest.sh: Likewise.
38690         * posix/tst-getconf.sh: Likewise.
38691         * posix/wordexp-tst.sh: Likewise.
38692         * stdio-common/tst-printf.sh: Likewise.
38693         * stdio-common/tst-unbputc.sh: Likewise.
38694         * stdlib/tst-fmtmsg.sh: Likewise.
38695         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38696         * catgets/Makefile: Do not specify -e option when running
38697         testsuite shell scripts.
38698         * elf/Makefile: Likewise.
38699         * grp/Makefile: Likewise.
38700         * iconvdata/Makefile: Likewise.
38701         * intl/Makefile: Likewise.
38702         * io/Makefile: Likewise.
38703         * libio/Makefile: Likewise.
38704         * malloc/Makefile: Likewise.
38705         * posix/Makefile: Likewise.
38706         * stdio-common/Makefile: Likewise.
38707         * stdlib/Makefile: Likewise.
38708         * sysdeps/x86_64/Makefile: Likewise.
38710         * io/ftwtest-sh: Add copyright header.
38711         * posix/globtest.sh: Likewise.
38712         * posix/tst-getconf.sh: Likewise.
38713         * posix/wordexp-tst.sh: Likewise.
38714         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38716 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
38718         [BZ #13679]
38719         * Makeconfig (+link): Defined as $(+link-static) if
38720         $(build-shared) isn't yes.
38721         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
38722         isn't yes.
38723         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
38725         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
38727         [BZ #14562]
38728         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
38729         new chunk size with MALLOC_ALIGN_MASK.
38731 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
38733         [BZ #5044]
38734         * stdio-common/printf_fphex.c: Include <stdbool.h> and
38735         <rounding-mode.h>.
38736         (__printf_fphex): Determine rounding using get_rounding_mode and
38737         round_away.
38738         * stdio-common/tst-printf-round.c (struct hex_test): New
38739         structure.
38740         (hex_tests): New variable.
38741         (test_hex_in_one_mode): New function.
38742         (do_test): Also run tests for hex float output.
38744 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
38746         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38747         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38748         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
38749         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38750         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38751         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
38752         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38753         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38755 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
38757         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
38758         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
38759         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
38760         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
38762 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
38764         [BZ #14579]
38765         * elf/rtld.c (dl_main): Limit the check for self loading to normal
38766         mode only.
38767         * elf/tst-rtld-load-self.sh: New test.
38768         * elf/Makefile: Run it.
38770 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
38772         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
38773         (tst-writev-ENV): Remove.
38774         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
38776 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
38778         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
38780 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
38782         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
38783         unconditional.
38784         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
38785         Likewise.
38786         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
38787         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
38788         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
38789         Likewise.
38791 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
38793         [BZ #14587]
38794         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
38795         * config.make.in (have-cpp-asm-debuginfo): Removed.
38796         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
38797         * configure: Regenerated.
38799 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
38801         [BZ #5044]
38802         * stdio-common/printf_fp.c: Include <stdbool.h> and
38803         <rounding-mode.h>.
38804         (___printf_fp): Determine rounding using get_rounding_mode and
38805         round_away.
38806         * stdio-common/tst-printf-round.c: New file.
38807         * stdio-common/Makefile (tests): Add tst-printf-round.
38808         (link-libm): New variable.
38809         ($(objpfx)tst-printf-round): Depend in $(link-libm).
38811 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
38813         [BZ #14576]
38814         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
38815         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
38816         Likewise.
38817         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
38818         Likewise.
38820 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
38822         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
38823         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38824         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38825         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38827 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
38829         [BZ #14518]
38830         * include/rounding-mode.h: New file.
38831         * sysdeps/generic/get-rounding-mode.h: Likewise.
38832         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
38833         * stdlib/strtod_l.c: Include <rounding-mode.h>.
38834         (MAX_VALUE): New macro.
38835         (MIN_VALUE): Likewise.
38836         (overflow_value): New function.
38837         (underflow_value): Likewise.
38838         (round_and_return): Use overflow_value and underflow_value to
38839         determine return values in overflow and underflow cases.  Use
38840         round_away to determine rounding depending on rounding mode.
38841         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
38842         determine return values in overflow and underflow cases.
38843         * stdlib/tst-strtod-round.c: Include <fenv.h>.
38844         (struct test_results): New structure.
38845         (struct test): Use struct test_results to store expected results
38846         for all rounding modes.
38847         (TEST): Include expected results for all rounding modes.
38848         (test_in_one_mode): New function.
38849         (do_test): Use test_in_one_mode to compute and check results.
38850         Check results for all rounding modes.
38851         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
38852         $(link-libm).
38854 2012-12-09  Allan McRae  <allan@archlinux.org>
38856         * sysdeps/i386/fpu/libm-test-ulps: Update
38858 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
38860         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
38861         (_G_int32_t): Likewise.
38862         (_G_uint16_t): Likewise.
38863         (_G_uint32_t): Likewise.
38864         (_G_HAVE_BOOL): Likewise.
38865         (_G_HAVE_ATEXIT): Likewise.
38866         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38867         (_G_HAVE_IO_FILE_OPEN): Likewise.
38868         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
38869         (_G_int32_t): Likewise.
38870         (_G_uint16_t): Likewise.
38871         (_G_uint32_t): Likewise.
38872         (_G_HAVE_BOOL): Likewise.
38873         (_G_HAVE_ATEXIT): Likewise.
38874         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38875         (_G_HAVE_IO_FILE_OPEN): Likewise.
38876         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
38877         (_G_int32_t): Likewise.
38878         (_G_uint16_t): Likewise.
38879         (_G_uint32_t): Likewise.
38880         (_G_HAVE_BOOL): Likewise.
38881         (_G_HAVE_ATEXIT): Likewise.
38882         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38883         (_G_HAVE_IO_FILE_OPEN): Likewise.
38885 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
38887         * csu/libc-tls.c: Update copyright years.
38889 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
38891         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
38892         [!_G_USING_THUNKS]: Remove conditional code.
38893         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
38894         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
38896         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
38897         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
38898         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38899         (_G_VTABLE_LABEL_PREFIX): Likewise.
38900         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38901         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38902         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38903         (_G_VTABLE_LABEL_PREFIX): Likewise.
38904         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38905         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38906         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38907         (_G_VTABLE_LABEL_PREFIX): Likewise.
38908         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38910 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
38912         * libio/Makefile: Include ../Makeconfig before tests.
38913         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
38914         only if $(build-shared) is yes.
38916         * iconv/gconv_db.c: Update copyright years.
38918 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38920         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
38921         unwind info if defined PIC. Fix special cases description.
38922         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
38924         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
38925         DP_HI_MASK entry.
38926         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
38928 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
38930         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
38932         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
38933         is NULL.
38935         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
38936         (LDLIBS-tst-chk4): This.
38937         (LDFLAGS-tst-chk5): Renamed to ...
38938         (LDLIBS-tst-chk5): This.
38939         (LDFLAGS-tst-chk6): Renamed to ...
38940         (LDLIBS-tst-chk6): This.
38941         (LDFLAGS-tst-lfschk4): Renamed to ...
38942         (LDLIBS-tst-lfschk4): This.
38943         (LDFLAGS-tst-lfschk5): Renamed to ...
38944         (LDLIBS-tst-lfschk5): This.
38945         (LDFLAGS-tst-lfschk6): Renamed to ...
38946         (LDLIBS-tst-lfschk6): This.
38948         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
38949         on $(common-objpfx)soversions.mk.
38951 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
38953         [BZ #10014]
38954         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
38955         example host name.
38957 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
38959         * malloc/arena.c (arena_get_retry): New function that gets
38960         another arena for the caller to try its request on.
38961         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
38962         current arena cannot fulfill the request.
38963         (__libc_memalign): Likewise.
38964         (__libc_memalign): Likewise.
38965         (__libc_pvalloc): Likewise.
38966         (__libc_calloc): Likewise.
38968 2012-09-05  John Tobey  <john.tobey@gmail.com>
38970         [BZ #13542]
38971         * manual/arith.texi (Operations on Complex): Fix description
38972         of carg branch cut.
38974 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
38976         [BZ #10014]
38977         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
38978         host name.
38980         [BZ #10038]
38981         * manual/memory.texi (Memory): Make order of menu items match
38982         order of sections.
38984 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38986         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
38987         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
38988         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
38990 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38992         * csu/libc-tls.c (static_dtv): Renamed to ...
38993         (_dl_static_dtv): This.  Make it global.
38994         (_dl_initial_dtv): Removed.
38995         (__libc_setup_tls): Updated.
38996         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
38997         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
38998         DL_INITIAL_DTV.
39000 2012-09-06  Petr Machata  <pmachata@redhat.com>
39002         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
39003         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
39004         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
39005         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
39007 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39009         [BZ #14545]
39010         * csu/libc-tls.c (_dl_initial_dtv): New variable.
39011         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
39012         freeing dtv[-1].
39014 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39016         [BZ #14544]
39017         * Makeconfig (link-static-before-libc): Replace $(+prector)
39018         with $(+prectorT).
39019         (link-static-after-libc): Replace $(+postctor) with
39020         $(+postctorT).
39021         (link-bounded): Replace $(+prector)/$(+postctor) with
39022         $(+prectorT)/$(+postctorT).
39023         (+prectorT): New macro.
39024         (+postctorT): Likewise.
39026 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39028         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
39029         (round_str): Handle values above the maximum for IBM long double
39030         as inexact.
39031         * stdlib/tst-strtod-round.c (tests): Regenerated.
39033 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39035         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
39036         assembler flag.
39037         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
39038         zarch_nohighgprs around the zarch optimized routines.
39039         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
39040         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
39041         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
39042         for zarch.
39044 2012-09-05  David S. Miller  <davem@davemloft.net>
39046         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39048         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
39049         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
39050         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
39051         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
39052         entries.
39054 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39056         * malloc/arena.c: Fold copyright years.
39057         * malloc/mcheck.c, malloc/memusage.c: Likewise.
39059 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39061         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
39063 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39065         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
39067 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39069         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
39070         change internal state upon failure.
39072 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39074         * malloc/mcheck.c (mcheck_check_all): Fix typo.
39075         * malloc/memusage.c (mmap): Likewise.
39076         (mmap64, mremap): Likewise.  Adjust name in comment.
39078 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39080         * libio/fileops.c: Fix typos in comments.
39081         * libio/oldfileops.c: Likewise.
39082         * libio/wfileops.c: Likewise.
39084 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39086         [BZ #1349]
39087         * malloc/Makefile (tests): Add tst-malloc-usable test case.
39088         (tst-malloc-usable-ENV): Set environment for test case.
39089         * malloc/hooks.c (malloc_check_get_size): New function to get
39090         requested size.
39091         * malloc/malloc.c (musable): Use malloc_check_get_size.
39092         * malloc/tst-malloc-usable.c: New test case.
39094 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39096         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
39098 2012-09-05  Allan McRae  <allan@archlinux.org>
39100         [BZ #13966]
39101         * configure.in (CXX_SYSINCLUDES): Use compiler output to
39102         determine header location.
39103         * configure: Regenerated.
39105 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39107         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
39108         float format.
39109         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
39110         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
39111         format.
39112         (test): Regenerate.
39114 2012-09-04  David S. Miller  <davem@davemloft.net>
39116         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
39117         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
39118         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
39120 2012-09-04  Florian Weimer  <fweimer@redhat.com>
39122         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
39123         failures.
39125         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
39127 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
39129         [BZ #9914]
39130         * libio/iogetdelim.c: Include <limits.h>.
39131         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
39132         + len + 1 would overflow.
39134 2012-09-03  Andreas Jaeger  <aj@suse.de>
39136         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39137         * sysdeps/i386/fpu/libm-test-ulps: Update.
39139 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39141         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39142         Add s_sinf-sse2, s_conf-sse2.
39144         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
39145         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
39146         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
39147         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
39149         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
39150         for using routine as __sinf_ia32.
39151         Use macro for function declaration and weak_alias.
39152         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
39153         for using routine as __cosf_ia32.
39154         Use macro for function declaration and weak_alias.
39156         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
39157         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
39159         * sysdeps/x86_64/fpu/s_sinf.S: New file.
39160         * sysdeps/x86_64/fpu/s_cosf.S: New file.
39161         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39163         * math/libm-test.inc (cos_test): Add more test cases.
39164         (sin_test): Likewise.
39165         (sincos_test): Likewise.
39167 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39169         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
39170         (IFUNC_RESOLVE): Make pointers to the specialized implementations
39171         hidden.
39172         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
39174 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
39176         [BZ #14538]
39177         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
39178         first element of the GOT.
39179         (elf_machine_load_address): Return the difference between
39180         the runtime address of _DYNAMIC and elf_machine_dynamic ().
39182 2012-09-01  Allan McRae  <allan@archlinux.org>
39184         [BZ #13412]
39185         * configure.in (AWK): Require gawk version 3.0 or later.
39186         * configure: Regenerated.
39188 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
39190         * sysdeps/unix/sysv/linux/kernel-features.h
39191         (__ASSUME_POSIX_CPU_TIMERS): Remove.
39192         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39193         [__NR_clock_getres]: Make code unconditional.
39194         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
39195         (clock_getcpuclockid): Remove code left unreachable by removal of
39196         conditionals.
39197         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
39198         code unconditional.
39199         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39200         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39201         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
39202         Make code unconditional.
39203         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39204         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39205         * sysdeps/unix/sysv/linux/clock_settime.c
39206         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
39207         conditional code.
39208         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
39209         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39211 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
39213         [BZ #14476]
39214         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
39215         scripts/test-installation.pl.
39217         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
39218         and $ld_so_version if it is set.
39220 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
39222         [BZ #14516]
39223         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
39224         failure if reading from procfs failed.
39225         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
39227 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39229         * sysdeps/unix/sysv/linux/kernel-features.h
39230         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
39231         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39232         Remove conditional code.
39233         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39234         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
39235         Remove conditional code.
39236         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39237         * sysdeps/unix/sysv/linux/i386/fxstat.c
39238         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39239         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39240         * sysdeps/unix/sysv/linux/i386/fxstatat.c
39241         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39242         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39243         * sysdeps/unix/sysv/linux/i386/lxstat.c
39244         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39245         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39246         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
39247         Remove conditional code.
39248         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39249         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39250         Remove conditional code.
39251         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39252         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
39253         <kernel-features.h>.
39254         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
39255         Remove.
39256         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
39257         Remove conditional code.
39258         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39259         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
39260         Remove conditional.
39262 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
39264         [BZ #5400]
39265         * NEWS: Add fixed bug number.
39267 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39269         [BZ #14519]
39270         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
39271         underflowing exponent in case of negative sign.
39272         * stdlib/tst-strtod-round-data: Add more tests.
39273         * stdlib/tst-strtod-round.c (tests): Regenerated.
39275         [BZ #3479]
39276         * stdlib/strtod_l.c (NDIG): Remove.
39277         (HEXNDIG): Likewise.
39278         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
39279         smallest representable value.
39280         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
39281         lie within an exact representation of 1/2 ulp of the result.
39282         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
39283         unconditionally.
39284         (TENS_P9_IDX): Define unconditionally.
39285         (TENS_P9_SIZE): Likewise.
39286         (TENS_P10_IDX): Likewise.
39287         (TENS_P10_SIZE): Likewise.
39288         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
39289         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
39290         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
39291         entries for 10^2^13 and 10^2^14.
39292         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
39293         (TENS_P13_IDX): Define.
39294         (TENS_P13_SIZE): Likewise.
39295         (TENS_P14_IDX): Likewise.
39296         (TENS_P14_SIZE): Likewise.
39297         (_fpioconst_pow10): Change array size to
39298         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
39299         unconditional.
39300         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
39301         1024]: Add entries for 10^2^13 and 10^2^14.
39302         [LAST_POW10 > _LAST_POW10]: Remove #error.
39303         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
39304         (_fpioconst_pow10): Change array size to
39305         FPIOCONST_POW10_ARRAY_SIZE.
39306         * stdlib/gen-fpioconst.c: New file.
39307         * stdlib/gen-tst-strtod-round.c: Likewise.
39308         * stdlib/tst-strtod-round-data: Likewise.
39309         * stdlib/tst-strtod-round.c: Likewise.
39310         * stdlib/Makefile (tests): Add tst-strtod-round.
39312         [BZ #14459]
39313         * stdlib/strtod_l.c: Include <stdint.h>.
39314         (NDEBUG): Do not define.
39315         (round_and_return): Change EXPONENT parameter to type intmax_t.
39316         Rearrange calculations to avoid internal overflow possibilities.
39317         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
39318         Rearrange calculations to avoid internal overflow possibilities.
39319         Assert that number fits inside MPNSIZE limbs.
39320         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
39321         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
39322         calculations and add assertions to avoid internal overflow
39323         possibilities.  Add casts to avoid signed/unsigned operations.
39324         * stdlib/tst-strtod-overflow.c: New file.
39325         * stdlib/Makefile (tests): Add tst-strtod-overflow.
39327 2012-08-25  Marek Polacek  <polacek@redhat.com>
39329         * time/time.h: Fix some typos in comments.
39331 2012-08-23  Roland McGrath  <roland@hack.frob.com>
39333         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
39334         * posix/tst-rfc3484-2.c: Likewise.
39335         * posix/tst-rfc3484-3.c: Likewise.
39337 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
39339         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
39340         (EF_ARM_ABI_FLOAT_HARD): Likewise.
39342 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
39344         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
39345         #include of fxstatat64.c.
39347 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39349         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
39350         * shadow/getspent_r.c: Likewise.
39351         * shadow/getspnam.c: Likewise.
39352         * shadow/getspnam_r.c: Likewise.
39353         * gshadow/getsgent.c: Likewise.
39354         * gshadow/getsgent_r.c: Likewise.
39355         * gshadow/getsgnam.c: Likewise.
39356         * gshadow/getsgnam_r.c: Likewise.
39357         * inet/getnetbyad.c: Likewise.
39358         * inet/getnetbyad_r.c: Likewise.
39359         * inet/getnetbynm.c: Likewise.
39360         * inet/getnetbynm_r.c: Likewise.
39361         * inet/getnetent.c: Likewise.
39362         * inet/getnetent_r.c: Likewise.
39363         * inet/getproto.c: Likewise.
39364         * inet/getproto_r.c: Likewise.
39365         * inet/getprtent.c: Likewise.
39366         * inet/getprtent_r.c: Likewise.
39367         * inet/getprtname.c: Likewise.
39368         * inet/getprtname_r.c: Likewise.
39369         * inet/getrpcbyname.c: Likewise.
39370         * inet/getrpcbyname_r.c: Likewise.
39371         * inet/getrpcbynumber.c: Likewise.
39372         * inet/getrpcbynumber_r.c: Likewise.
39373         * inet/getrpcent.c: Likewise.
39374         * inet/getrpcent_r.c: Likewise.
39375         * inet/getaliasent.c: Likewise.
39376         * inet/getaliasent_r.c: Likewise.
39377         * inet/getaliasname.c: Likewise.
39378         * inet/getaliasname_r.c: Likewise.
39379         * nscd/getgrgid_r.c: Likewise.
39380         * nscd/getgrnam_r.c: Likewise.
39381         * nscd/gethstbyad_r.c: Likewise.
39382         * nscd/gethstbynm3_r.c: Likewise.
39383         * nscd/getpwnam_r.c: Likewise.
39384         * nscd/getpwuid_r.c: Likewise.
39385         * nscd/getsrvbynm_r.c: Likewise.
39386         * nscd/getsrvbypt_r.c: Likewise.
39387         * nscd/gai.c: Likewise.
39389         * configure.in (build_nscd): New substituted variable, set
39390         by --disable-build-nscd and defaults to $use_nscd.
39391         * configure: Regenerated.
39392         * config.make.in (build-nscd): New substituted variable.
39393         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
39394         Change conditional to require [$(build-nscd) = yes] as well.
39395         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
39397         [BZ# 13696]
39398         * configure.in (use_nscd): New substituted variable, set by
39399         --disable-nscd.  If enabled, define USE_NSCD.
39400         * configure: Regenerated.
39401         * config.h.in: Add USE_NSCD.
39402         * config.make.in (use-nscd): New substituted variable.
39403         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
39404         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
39405         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
39406         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
39407         (CFLAGS-getgrnam_r.c): Likewise.
39408         (CFLAGS-initgroups.c): Likewise.
39409         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
39410         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
39411         Variables removed.
39412         * inet/getnetgrent_r.c
39413         (nscd_setnetgrent): New function, broken out of ...
39414         (setnetgrent): ... here.  Call it.
39415         (innetgr): Conditionalize nscd bits on [USE_NSCD].
39416         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
39417         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
39418         * nscd/Makefile (routines, aux): Move definitions after include of
39419         Makeconfig.  Conditionalize on [$(use-nscd) != no].
39420         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
39421         Conditionalize on [USE_NSCD].
39422         (is_nscd, nscd_init_cb): Likewise.
39423         (nss_load_library): Conditionalize init callback on [USE_NSCD].
39424         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
39425         * nss/nss_db/db-init.c: Likewise.
39426         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
39427         [USE_NSCD].
39428         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
39429         (make_request): Use it.
39430         (cache_valid_p): New function.
39431         (__check_pf): Use it.
39432         * NEWS: Add item for --disable-nscd.
39434 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
39436         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
39437         to support sed >= 4.2.1-20-ga9bf076.
39438         * configure: Regenerated.
39440 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39442         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
39443         Conditionalize whole body on [IREL].
39445 2012-08-22  Jeff Law <law@redhat.com>
39447         [BZ #14505]
39448         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
39449         if the family is PF_UNSPEC.
39451 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
39453         * Makerules (lib-version): Rename from V.
39454         (install-lib-nosubdir): Change V to lib-version.
39456 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
39458         [BZ #14252]
39459         * powerpc32/power6/wcschr.c: New file.
39460         * powerpc32/power6/wcscpy.c: New file.
39461         * powerpc32/power6/wcsrchr.c: New file.
39462         * powerpc64/power6/wcschr.c: New file.
39463         * powerpc64/power6/wcscpy.c: New file.
39464         * powerpc64/power6/wcsrchr.c: New file.
39466 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39468         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
39469         (two_way_short_needle): Use it.
39470         * string/strstr.c (AVAILABLE1_USES_J): Define.
39471         * string/strcasestr.c: Likewise.
39473         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
39474         array references.
39475         * string/strcasestr.c (TOLOWER): Make side-effect safe.
39477         [BZ #11607]
39478         * NEWS: Add an entry.
39479         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
39480         define their defaults.
39481         (two_way_short_needle): Detect end-of-string on-the-fly.
39482         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
39483         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
39484         * string/bug-strcasestr1.c: New test.
39485         * string/Makefile: Run it.
39487 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39489         [BZ #11607]
39490         * string/str-two-way.h (two_way_short_needle): Optimize matching of
39491         the first character.
39493 2012-08-21  Roland McGrath  <roland@hack.frob.com>
39495         * csu/elf-init.c (__libc_csu_irel): Function removed.
39496         * csu/libc-start.c (apply_irel): New function.
39497         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
39499 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
39501         * sysdeps/unix/sysv/linux/kernel-features.h
39502         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
39503         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
39504         <kernel-features.h>.
39505         [__NR_fadvise64_64]: Make code unconditional.
39506         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
39507         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39508         !__NR_fadvise64_64)]: Likewise.
39509         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39510         !__NR_fadvise64_64))]: Likewise.
39511         [__NR_fadvise64]: Make code unconditional.
39512         [!__NR_fadvise64]: Remove conditional code.
39513         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
39514         <kernel-features.h>.
39515         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39516         unconditional.
39517         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39518         conditional code.
39519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
39520         not include <kernel-features.h>.
39521         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39522         unconditional.
39523         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39524         conditional code.
39525         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
39526         include <kernel-features.h>.
39527         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39528         unconditional.
39529         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39530         conditional code.
39532 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
39534         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
39535         slight instruction rearrangements per scrollpipe analysis.
39536         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
39538 2012-08-20  Roland McGrath  <roland@hack.frob.com>
39540         * manual/syslog.texi (syslog; vsyslog, closelog):
39541         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
39542         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
39544         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
39545         DSOCAPS to match condition on defining it.
39547 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
39549         * sysdeps/unix/sysv/linux/kernel-features.h
39550         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
39551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
39552         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39553         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39554         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
39555         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39556         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39557         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
39558         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39559         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39561         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
39562         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
39564         * sysdeps/unix/sysv/linux/kernel-features.h
39565         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
39566         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
39567         unconditional.
39568         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39569         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
39570         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39571         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39572         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
39573         Make code unconditional.
39574         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39575         (__mmap64) [!__NR_mmap2]: Likewise.
39576         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
39577         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39578         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39579         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
39580         [__NR_mmap2]: Make code unconditional.
39581         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39582         (__mmap64) [!__NR_mmap2]: Likewise.
39584 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39586         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
39588 2012-08-18  Andreas Jaeger  <aj@suse.de>
39590         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
39592 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
39594         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
39595         * include/unistd.h (__have_sock_cloexec): Likewise.
39596         (__have_pipe2): Likewise.
39597         (__have_dup3): Likewise.
39599 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
39601         [BZ #9685]
39602         * include/unistd.h (__have_pipe2): Change define into an extern int.
39603         (__have_dup3): Likewise.
39604         * socket/have_sock_cloexec.c: Include fcntl.h.
39605         (__have_pipe2): New variable.
39606         (__have_dup3): Likewise.
39608 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
39610         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
39612 2012-08-17  Marek Polacek  <polacek@redhat.com>
39614         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
39615         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
39617 2012-08-17  Roland McGrath  <roland@hack.frob.com>
39619         * configure.in: Add AC_SUBST for sysheaders.
39620         * configure: Regenerated.
39621         * config.make.in (sysheaders): New substituted variable.
39623         * sysdeps/unix/mkfifo.c: Moved ...
39624         * sysdeps/posix/mkfifo.c: ... here.
39625         * sysdeps/unix/mkfifoat.c: Moved ...
39626         * sysdeps/posix/mkfifoat.c: ... here.
39628         * sysdeps/unix/utime.c: Moved ...
39629         * sysdeps/posix/utime.c: ... here.
39631         * sysdeps/unix/time.c: Moved ...
39632         * sysdeps/posix/time.c: ... here.
39633         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
39634         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
39636         * sysdeps/unix/nice.c: Moved ...
39637         * sysdeps/posix/nice.c: ... here.
39639         * sysdeps/unix/alarm.c: Moved ...
39640         * sysdeps/posix/alarm.c: ... here.
39642         * intl/Makefile ($(codeset_mo)): Depend on the input file.
39644 2012-08-17  Jeff Law <law@redhat.com>
39646         * intl/Makefile (codeset_mo): New variable.
39647         ($(codeset_mo)): New target.
39648         (tst-codeset.out): Depend on that.  Remove explicit rule.
39649         (tst-gettext3.out, tst-gettext5.out): Likewise.
39650         (LOCPATH-ENV, tst-codeset-ENV): New variables.
39651         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
39652         * intl/tst-codeset.sh: Remove.
39653         * intl/tst-gettext3.sh: Likewise.
39654         * intl/tst-gettext5.sh: Likewise.
39656 2012-08-17  Roland McGrath  <roland@hack.frob.com>
39658         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
39659         * sysdeps/unix/syscalls.list: ... here.
39661         * sysdeps/posix/getaddrinfo.c
39662         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
39663         (gaiconf_init, gaiconf_reload): Use them.
39664         [!_STATBUF_ST_NSEC]
39665         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
39666         Define using time_t rather than struct timespec.
39668         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
39669         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
39670         Macros removed.
39671         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
39672         [!NO_THREADS].
39673         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
39674         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
39675         Likewise.
39677         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
39678         __libc_cleanup_push argument.
39680         * bits/param.h: New file.
39681         * misc/sys/param.h: New file.
39682         * include/sys/param.h: New file.
39683         * misc/Makefile (headers): Add bits/param.h.
39684         * sysdeps/generic/sys/param.h: File removed.
39685         * sysdeps/unix/sysv/linux/bits/param.h: New file.
39686         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
39687         * sysdeps/mach/hurd/bits/param.h: New file.
39688         * sysdeps/mach/hurd/sys/param.h: File removed.
39690         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
39691         last change.
39693         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
39694         [_IO_MTSAFE_IO].
39695         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
39696         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
39697         New macros.
39699         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
39700         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
39701         rather than -D_IO_MTSAFE_IO conditionally.
39702         * stdio-common/Makefile (CPPFLAGS): Likewise.
39703         * wcsmbs/Makefile (CPPFLAGS): Likewise.
39704         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
39705         Use $(libio-mtsafe).
39706         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
39707         of -D_IO_MTSAFE_IO.
39708         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
39709         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
39710         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
39711         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
39712         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
39713         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
39714         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
39715         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
39716         (CFLAGS-fread_u_chk.c): Likewise.
39717         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
39718         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
39719         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
39720         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
39721         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
39722         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
39723         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
39724         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
39725         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
39727         * libio/Makefile: Test [$(libc-reentrant) = yes]
39728         instead of [$(filter %REENTRANT, $(defines)) nonempty].
39730         * Makeconfig
39731         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
39732         * sysdeps/pthread/configure: File removed.
39733         * sysdeps/pthread/Makeconfig: New file.
39734         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
39735         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
39737 2012-08-16  Gary Benson  <gbenson@redhat.com>
39739         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
39740         unmapping the first object in a namespace.
39742 2012-08-16  Roland McGrath  <roland@hack.frob.com>
39744         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
39745         (__internal_setnetgrent): ... this.  Add internal_function to
39746         definition.  Add libc_hidden_def.
39747         (setnetgrent): Update caller.
39748         (internal_endnetgrent): Renamed to ...
39749         (__internal_endnetgrent): ... this.  Add internal_function to
39750         definition.  Add libc_hidden_def.
39751         (endnetgrent): Update caller.
39752         (internal_getnetgrent_r): Renamed to ...
39753         (__internal_getnetgrent_r): ... this.  Add internal_function to
39754         definition.  Add libc_hidden_def.
39755         (__getnetgrent_r): Update caller.
39756         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
39758 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
39760         * stdlib/longlong.h: Update from GCC.
39762 2012-08-16  Roland McGrath  <roland@hack.frob.com>
39764         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
39765         on _QL, which is set by umul_ppmm but never used.
39766         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
39767         variables, which are set by GMP macros but never used.
39768         * stdio-common/_itowa.c (_itowa): Likewise.
39769         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
39770         * stdlib/mod_1.c (mpn_mod_1): Likewise.
39772 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
39774         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
39775         struct La_sh_regs is not constant.
39776         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
39777         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
39778         and struct La_sparc64_regs are not constant.
39780 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
39782         * sysdeps/unix/sysv/linux/kernel-features.h
39783         (__ASSUME_POSIX_TIMERS): Remove.
39784         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39785         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39786         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
39787         Make code unconditional.
39788         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39789         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
39790         Make code unconditional.
39791         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39792         * sysdeps/unix/sysv/linux/clock_nanosleep.c
39793         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
39794         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39795         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
39796         Make code unconditional.
39797         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39798         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
39799         (__libc_missing_posix_timers): Remove.
39801 2012-08-15  Roland McGrath  <roland@hack.frob.com>
39803         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
39804         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
39806         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
39808         * elf/dl-sym.c: Include <stdlib.h>.
39810         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
39811         constants, which avoids warnings in 32-bit builds.
39813         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
39814         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
39816         * misc/lseek.c: File moved to ...
39817         * io/lseek.c: ... here.
39819         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
39821         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
39822         shifting LEN more than 31 bits at once.
39824 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39826         [BZ #14195]
39827         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
39828         segmentation fault for a case of two empty input strings.
39829         * string/test-strncasecmp.c (check1): Renamed to...
39830         (bz12205): ...this.
39831         (bz14195): Add new testcase for two empty input strings and N > 0.
39832         (test_main): Call new testcase, adapt for renamed function.
39834 2012-08-15  Andreas Jaeger  <aj@suse.de>
39836         [BZ #14090]
39837         * crypt/md5test2.c: New test, based on test supplied by Serge
39838         Belyshev <belyshev@depni.sinp.msu.ru>.
39839         * crypt/Makefile (xtests): Add md5test-giant..
39840         * crypt/Makefile ($(objpfx)md5test-giant): Add.
39842 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
39844         [BZ #14090]
39845         * crypt/md5.c (md5_process_block): Don't assume the buffer
39846         length is less than 2**32.
39847         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
39848         length is less than 2**64.
39850 2012-08-15  Roland McGrath  <roland@hack.frob.com>
39852         * string/str-two-way.h: Include <sys/param.h>.
39853         (MAX): Macro removed.
39855         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
39856         Move #define and #undef of memmove to just before and after
39857         including <string.h>.
39859         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
39860         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
39861         and after including <string.h>.  Move declarations of
39862         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
39863         to before #include "string/memmove.c".
39865         * include/dirent.h: Declare __getdirentries.
39867         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
39868         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
39870 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
39872         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
39873         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
39874         * sysdeps/i386/configure: Regenerated.
39875         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
39876         STABS_CURRENT_FILE, and STABS_FUN.
39877         (END): Remove call to STABS_FUN_END.
39878         (STABS_CURRENT_FILE1): Delete.
39879         (STABS_CURRENT_FILE): Likewise.
39880         (STABS_FUN): Likewise.
39881         (STABS_FUN_END): Likewise.
39882         (STABS_FUN2): Likewise.
39883         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
39884         * sysdeps/x86_64/configure: Regenerated.
39886 2012-08-14  Roland McGrath  <roland@hack.frob.com>
39888         * elf/dl-open.c: Include <atomic.h>.
39889         * elf/dl-lookup.c: Likewise.
39891 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
39893         * sysdeps/unix/sysv/linux/kernel-features.h
39894         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
39895         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
39896         unconditionally.
39897         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
39898         unconditionally.
39899         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
39900         condition on __ASSUME_CLONE_THREAD_FLAGS.
39902 2012-08-14  Andreas Jaeger  <aj@suse.de>
39904         * sysdeps/i386/fpu/libm-test-ulps: Update.
39906 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
39908         * include/atomic.h (atomic_exchange_and_add): Split into ...
39909         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
39910         New atomic macros.
39912 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
39914         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39916 2012-08-13  Jeff Law <law@redhat.com>
39918         * manual/stdio.texi (snprintf): Clarify handling of the trailing
39919         null byte in the output string.
39921 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
39923         * sysdeps/unix/sysv/linux/kernel-features.h
39924         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
39925         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
39926         (__ASSUME_ARG_MAX_STACK_BASED): Define.
39927         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
39928         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
39929         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
39930         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
39932 2012-08-09  Jeff Law <law@redhat.com>
39934         [BZ #13939]
39935         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
39936         When avoid_arena is set, don't retry in the that arena.  Pick the
39937         next one, whatever it might be.
39938         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
39939         (arena_lock): Pass in new parameter to arena_get2.
39940         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
39941         arena_get2.
39942         (__libc_malloc): Unify retrying after main arena failure with
39943         __libc_memalign version.
39944         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
39946 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
39948         [BZ #14166]
39949         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
39950         to __redirect_strstr.
39951         (__strstr_sse42): Use typeof __redirect_strstr.
39952         (__strstr_ia32): Likewise.
39953         (__libc_strstr): New prototype.
39954         (strstr): Renamed to ...
39955         (__libc_strstr): This.
39956         (strstr): New strong alias of __libc_strstr.
39957         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
39958         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
39959         __redirect_time.
39960         Include <time.h>.
39961         (__libc_time): New prototype.
39962         (time_ifunc): Replace time with __libc_time.
39963         (time): New strong alias and hidden definition of __libc_time.
39964         (__GI_time): Remove strong alias.
39965         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
39966         Include <stddef.h>.
39967         (memmove): Redefined to __redirect_memmove.
39968         (__memmove_sse2): Use typeof __redirect_memmove.
39969         (__memmove_ssse3): Likewise.
39970         (__memmove_ssse3_back): Likewise.
39971         (__libc_memmove): New prototype.
39972         (memmove): Renamed to ...
39973         (__libc_memmove): This.
39974         (memmove): New strong alias of __libc_memmove.
39976 2012-08-08  Mark Salter  <msalter@redhat.com>
39978         * elf/elf.h
39979         (R_MN10300_TLS_GD): Define.
39980         (R_MN10300_TLS_LD): Likewise.
39981         (R_MN10300_TLS_LDO): Likewise.
39982         (R_MN10300_TLS_GOTIE): Likewise.
39983         (R_MN10300_TLS_IE): Likewise.
39984         (R_MN10300_TLS_LE): Likewise.
39985         (R_MN10300_TLS_DTPMOD): Likewise.
39986         (R_MN10300_TLS_DTPOFF): Likewise.
39987         (R_MN10300_TLS_TPOFF): Likewise.
39988         (R_MN10300_SYM_DIFF): Likewise.
39989         (R_MN10300_ALIGN): Likewise.
39990         (R_MN10300_NUM): Update.
39992 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
39994         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
39995         Remove.
39997 2012-08-08  Roland McGrath  <roland@hack.frob.com>
39999         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
40001         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
40002         sysdeps/unix -> sysdeps/posix move.
40003         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
40005 2012-08-07      Allan McRae     <allan@archlinux.org>
40007         [BZ #14303]
40008         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
40009         (SUNOS_CPP): Likewise.
40010         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
40011         not found.
40012         (open_input): Call CPP using execvp.
40014 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40016         * sysdeps/unix/sysv/linux/kernel-features.h
40017         (__ASSUME_PROT_GROWSUPDOWN): Remove.
40018         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40019         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40020         (__ASSUME_WAITID_SYSCALL): Likewise.
40021         * sysdeps/unix/sysv/linux/dl-execstack.c
40022         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
40023         code unconditional.
40024         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
40025         conditional code.
40026         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
40027         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
40028         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
40029         code.
40030         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
40031         unconditional.
40032         [__ASSUME_WAITID_SYSCALL]: Likewise.
40033         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
40035 2012-08-07  Roland McGrath  <roland@hack.frob.com>
40037         * sysdeps/unix/closedir.c: Renamed to ...
40038         * sysdeps/posix/closedir.c: ... here.
40039         * sysdeps/unix/dirfd.c: Renamed to ...
40040         * sysdeps/posix/dirfd.c: ... here.
40041         * sysdeps/unix/dirstream.h: Renamed to ...
40042         * sysdeps/posix/dirstream.h: ... here.
40043         * sysdeps/unix/fdopendir.c: Renamed to ...
40044         * sysdeps/posix/fdopendir.c: ... here.
40045         * sysdeps/unix/opendir.c: Renamed to ...
40046         * sysdeps/posix/opendir.c: ... here.
40047         * sysdeps/unix/readdir.c: Renamed to ...
40048         * sysdeps/posix/readdir.c: ... here.
40049         * sysdeps/unix/readdir_r.c: Renamed to ...
40050         * sysdeps/posix/readdir_r.c: ... here.
40051         * sysdeps/unix/rewinddir.c: Renamed to ...
40052         * sysdeps/posix/rewinddir.c: ... here.
40053         * sysdeps/unix/seekdir.c: Renamed to ...
40054         * sysdeps/posix/seekdir.c: ... here.
40055         * sysdeps/unix/telldir.c: Renamed to ...
40056         * sysdeps/posix/telldir.c: ... here.
40057         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
40058         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
40059         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
40060         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
40062         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
40063         * bits/fcntl.h: ... here.
40065         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
40066         not 0.
40067         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
40068         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
40069         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
40070         (struct flock): Move l_start, l_len to the beginning.
40071         Use __pid_t for l_pid.
40072         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
40073         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
40074         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
40075         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
40076         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
40077         [__USE_LARGEFILE64] (struct flock64): New type.
40078         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
40080         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
40081         * bits/dirent.h: ... here.
40083         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
40084         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
40086 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40088         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40089         Change from 2.6.0 to 2.6.16.
40090         * sysdeps/unix/sysv/linux/configure: Regenerated.
40091         * sysdeps/unix/sysv/linux/kernel-features.h
40092         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
40093         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
40094         version.
40095         (__ASSUME_UTIMES): Likewise.
40096         (__ASSUME_CLONE_STOPPED): Remove.
40097         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
40098         architectures, not kernel version.
40099         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
40100         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40101         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40102         (__ASSUME_WAITID_SYSCALL): Likewise.
40103         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
40104         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
40105         * README: State 2.6.16 as minimum Linux kernel version.  Do not
40106         refer to older versions.
40108 2012-08-06  Roland McGrath  <roland@hack.frob.com>
40110         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
40111         Define alphasort64 as an alias.
40112         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
40113         Define versionsort64 as an alias.
40114         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
40115         Define scandir64 as an alias.
40116         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
40117         Define scandirat64 as an alias.
40118         * dirent/alphasort64.c (alphasort64):
40119         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
40120         * dirent/versionsort64.c: Likewise.
40121         * dirent/scandir64.c: Likewise.
40122         * dirent/scandirat64.c: Likewise.
40123         * sysdeps/wordsize-64/alphasort.c: File removed.
40124         * sysdeps/wordsize-64/alphasort64.c: File removed.
40125         * sysdeps/wordsize-64/scandir.c: File removed.
40126         * sysdeps/wordsize-64/scandir64.c: File removed.
40127         * sysdeps/wordsize-64/scandirat.c: File removed.
40128         * sysdeps/wordsize-64/scandirat64.c: File removed.
40129         * sysdeps/wordsize-64/versionsort.c: File removed.
40130         * sysdeps/wordsize-64/versionsort64.c: File removed.
40131         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
40132         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
40133         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
40134         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
40135         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
40136         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
40137         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
40138         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
40140         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
40141         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40142         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
40143         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40144         [defined __arch64__ || defined __sparcv9]
40145         (__INO_T_MATCHES_INO64_T): New macro.
40146         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40147         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
40148         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
40149         * sysdeps/unix/sysv/linux/bits/dirent.h
40150         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
40151         (_DIRENT_MATCHES_DIRENT64): New macro.
40153         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
40154         Define lockf64 as an alias.
40155         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
40156         Define fseeko64 as an alias.
40157         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
40158         Define ftello64 as an alias.
40159         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
40160         Define _IO_fgetpos64 and fgetpos64 as aliases.
40161         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
40162         Define _IO_fsetpos64 and fsetpos64 as aliases.
40163         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
40164         Conditionalize body on this.
40165         * libio/fseeko64.c: Likewise.
40166         * libio/ftello64.c: Likewise.
40167         * libio/iofgetpos64.c: Likewise.
40168         * libio/iofsetpos64.c: Likewise.
40169         * sysdeps/wordsize-64/lockf.c: File removed.
40170         * sysdeps/wordsize-64/lockf64.c: File removed.
40171         * sysdeps/wordsize-64/fseeko.c: File removed.
40172         * sysdeps/wordsize-64/fseeko64.c: File removed.
40173         * sysdeps/wordsize-64/ftello.c: File removed.
40174         * sysdeps/wordsize-64/ftello64.c: File removed.
40175         * sysdeps/wordsize-64/iofgetpos.c: File removed.
40176         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
40177         * sysdeps/wordsize-64/iofsetpos.c: File removed.
40178         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
40179         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
40180         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
40181         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
40182         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
40183         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
40184         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
40185         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
40186         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
40187         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
40188         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
40190         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40191         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40192         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
40193         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40194         [defined __arch64__ || defined __sparcv9]
40195         (__OFF_T_MATCHES_OFF64_T): New macro.
40196         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40197         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40198         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40199         (__OFF_T_MATCHES_OFF64_T): New macro.
40201 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40203         * stdlib/secure-getenv.c (__secure_getenv): Replace
40204         GLIBC_2_16 with GLIBC_2_17.
40206 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40208         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
40209         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40211 2012-08-03  David S. Miller  <davem@davemloft.net>
40213         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40215 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40217         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
40218         Remove.
40219         (__ASSUME_CORRECT_SI_PID): Likewise.
40220         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
40221         (__ASSUME_TMPFS_NAME): Likewise.
40222         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
40223         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
40224         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
40225         (HAVE_AUX_SECURE): Make definition unconditional.
40226         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
40227         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
40229 2012-08-03  Roland McGrath  <roland@hack.frob.com>
40231         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
40232         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
40233         * sysdeps/mach/hurd/eloop-threshold.h: New file.
40234         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40235         __eloop_threshold instead of SYMLOOP_MAX.
40237         * sysdeps/generic/eloop-threshold.h: New file.
40238         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
40239         of MAXSYMLINKS.
40240         * elf/chroot_canon.c (chroot_canon): Likewise.
40242 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40244         [BZ #13717]
40245         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40246         Change to 2.6.0 everywhere.
40247         * sysdeps/unix/sysv/linux/configure: Regenerated.
40248         * sysdeps/unix/sysv/linux/kernel-features.h
40249         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
40250         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
40251         kernel versions.
40252         (__ASSUME_POSIX_TIMERS): Define unconditionally.
40253         (__ASSUME_FUTEX_REQUEUE): Remove.
40254         (__ASSUME_STATFS64): Define unconditionally.
40255         (__ASSUME_AT_SECURE): Likewise.
40256         (__ASSUME_CORRECT_SI_PID): Likewise.
40257         (__ASSUME_TGKILL): Define without depending on kernel version for
40258         i386.
40259         (__ASSUME_UTIMES): Likewise.
40260         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
40261         kernel version.
40262         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
40263         (__ASSUME_TMPFS_NAME): Likewise.
40264         * README: Update reference to Linux kernel versions.
40266 2012-08-02  Marek Polacek  <polacek@redhat.com>
40268         [BZ# 14150]
40269         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
40270         libc_cv_asm_type_prefix with %.
40271         * configure: Regenerated.
40272         * include/libc-symbols.h: Remove comment about
40273         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40274         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
40275         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
40276         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
40277         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
40278         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40279         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
40280         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
40281         * elf/tst-unique2mod1.c: Likewise.
40282         * elf/tst-unique1mod2.c: Likewise.
40283         * elf/tst-unique1mod1.c: Likewise.
40284         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
40285         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
40286         Replace ASM_TYPE_DIRECTIVE with .type.
40287         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40288         * sysdeps/i386/sysdep.h: Likewise.
40289         * sysdeps/x86_64/sysdep.h: Likewise.
40290         * sysdeps/sh/sysdep.h: Likewise.
40291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
40292         Do not define ASM_TYPE_DIRECTIVE.
40293         * sysdeps/powerpc/sysdep.h: Likewise.
40294         * sysdeps/powerpc/powerpc32/sysdep.h:
40295         Replace ASM_TYPE_DIRECTIVE with .type.
40296         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40297         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40298         * sysdeps/i386/fpu/e_powf.S: Likewise.
40299         * sysdeps/i386/fpu/e_expl.S: Likewise.
40300         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
40301         * sysdeps/i386/fpu/e_acosh.S: Likewise.
40302         * sysdeps/i386/fpu/e_pow.S: Likewise.
40303         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
40304         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
40305         * sysdeps/i386/fpu/s_expm1.S: Likewise.
40306         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
40307         * sysdeps/i386/fpu/e_log2.S: Likewise.
40308         * sysdeps/i386/fpu/e_log2l.S: Likewise.
40309         * sysdeps/i386/fpu/e_scalb.S: Likewise.
40310         * sysdeps/i386/fpu/e_powl.S: Likewise.
40311         * sysdeps/i386/fpu/e_log10f.S: Likewise.
40312         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
40313         * sysdeps/i386/fpu/e_logl.S: Likewise.
40314         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
40315         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
40316         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
40317         * sysdeps/i386/fpu/e_log2f.S: Likewise.
40318         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
40319         * sysdeps/i386/fpu/e_log.S: Likewise.
40320         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
40321         * sysdeps/i386/fpu/e_logf.S: Likewise.
40322         * sysdeps/i386/fpu/e_log10l.S: Likewise.
40323         * sysdeps/i386/fpu/e_atanh.S: Likewise.
40324         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
40325         * sysdeps/i386/fpu/e_log10.S: Likewise.
40326         * sysdeps/i386/fpu/s_frexp.S: Likewise.
40327         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
40328         * sysdeps/i386/fpu/s_asinh.S: Likewise.
40329         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
40330         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
40331         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
40332         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
40333         * sysdeps/i386/i686/strtok.S: Likewise.
40334         * sysdeps/i386/i386-mcount.S: Likewise.
40335         * sysdeps/i386/strtok.S: Likewise.
40336         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
40337         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
40338         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
40339         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
40340         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40341         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
40342         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
40343         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
40344         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
40345         * sysdeps/x86_64/_mcount.S: Likewise.
40346         * sysdeps/x86_64/strtok.S: Likewise.
40347         * sysdeps/sh/_mcount.S: Likewise.
40349 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40351         * libio/iofopen.c: Include <fcntl.h>.
40352         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
40353         (_IO_fopen64, fopen64): Define as aliases.
40354         * libio/iofopen64.c: Include <fcntl.h>.
40355         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
40356         Conditionalize body on this.
40357         * sysdeps/wordsize-64/iofopen.c: File removed.
40358         * sysdeps/wordsize-64/iofopen64.c: File removed.
40360 2012-08-01  Marek Polacek  <polacek@redhat.com>
40362         * libc/Makeconfig: Use elf in place of binfmt-subdir.
40363         Use dlfcn directly instead of a variable.
40364         (binfmt-subdir): Do not define.
40365         (dlfcn): Likewise.
40367 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
40369         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
40370         Remove all definitions.
40371         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
40372         <kernel-features.h>.
40373         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40374         (miss_F_GETOWN_EX): Remove all definitions.
40375         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
40376         macro definition.
40377         [!__ASSUME_FCNTL64]: Remove conditional code.
40378         [__ASSUME_FCNTL64]: Make code unconditional.
40379         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
40380         <kernel-features.h>.
40381         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40382         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
40383         (lockf64) [__NR_fcntl64]: Make code unconditional.
40384         (lockf64) [__ASSUME_FCNTL64]: Likewise.
40386         * sysdeps/unix/sysv/linux/kernel-features.h
40387         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
40388         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
40389         Make code unconditional.
40390         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40391         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40392         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
40393         [__NR_vfork]: Make code unconditional.
40394         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40395         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
40397         [__NR_vfork]: Make code unconditional.
40398         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40399         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40401 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40403         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
40404         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
40406         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40407         Define mkstemp64 as an alias.
40408         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40409         Define mkstemps64 as an alias.
40410         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40411         Define mkostemp64 as an alias.
40412         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40413         Define mkostemps64 as an alias.
40414         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
40415         Conditionalize body on this.
40416         * misc/mkostemp64.c: Likewise.
40417         * misc/mkostemps64.c: Likewise.
40418         * misc/mkstemps64.c: Likewise.
40419         * sysdeps/wordsize-64/mkstemp64.c: File removed.
40420         * sysdeps/wordsize-64/mkostemp64.c: File removed.
40421         * sysdeps/wordsize-64/mkostemp.c: File removed.
40422         * sysdeps/wordsize-64/mkstemp.c: File removed.
40423         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
40424         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
40425         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
40426         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
40428         [BZ #14138]
40429         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
40430         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
40431         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
40432         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
40434         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
40435         compat_symbol macros from <shlib-compat.h> rather than the underlying
40436         default_symbol_version and symbol_version macros, so that DEFAULT
40437         lines in shlib-versions are respected.
40438         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
40440 2012-08-01  Florian Weimer  <fweimer@redhat.com>
40442         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
40443         Declare with warn_unused_result.
40444         (setgid, setregid, setegid, setresgid): Likewise.
40445         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
40446         Likewise.
40447         * WUR-REPORT: Remove set*id functions.
40449 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
40451         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
40453 2012-07-31  Roland McGrath  <roland@hack.frob.com>
40455         [BZ #10191]
40456         * include/sys/socket.h (__libc_accept, __libc_accept4):
40457         Add attribute_hidden.
40458         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
40460         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
40461         use of PTR_MANGLE.
40462         * inet/getnetgrent_r.c (setup): Likewise.
40464         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
40466 2012-07-31  David S. Miller  <davem@davemloft.net>
40468         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40470 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
40472         [BZ #13629]
40473         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
40474         value between 1.0 and 2.0 and smaller part has absolute value less
40475         than 1.0.
40476         * math/s_clog10.c (__clog10): Likewise.
40477         * math/s_clog10f.c (__clog10f): Likewise.
40478         * math/s_clog10l.c (__clog10l): Likewise.
40479         * math/s_clogf.c (__clogf): Likewise.
40480         * math/s_clogl.c (__clogl): Likewise.
40481         * math/libm-test.inc (clog_test): Add more tests.
40482         (clog10_test): Likewise.
40483         * sysdeps/i386/fpu/libm-test-ulps: Update.
40484         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40486 2012-07-31  Florian Weimer  <fweimer@redhat.com>
40488         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
40489         Exit with zero in case no suitable GID is found, and write a
40490         message to standard error.
40492 2012-07-30  Roland McGrath  <roland@hack.frob.com>
40494         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
40495         rather than to 1.
40496         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
40497         (MAXPATHLEN): Removed.
40498         (NOGROUP, NODEV): New macros.
40499         (setbit, clrbit, isset, isclr): New macros.
40500         (howmany, roundup, powerof2): New macros.
40501         (DEV_BSIZE): New macro.
40503         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
40504         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
40506         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
40507         definition on [!__NO_LONG_DOUBLE_MATH].
40509         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
40510         PTR_MANGLE and PTR_DEMANGLE.
40512         * socket/accept4.c (accept4): Rename to __libc_accept4.
40513         Define accept4 as a weak alias.
40515         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
40516         on [_DIRENT_HAVE_D_TYPE].
40517         * io/ftw.c (ftw_dir): Likewise.
40519         * io/xmknod.c (__xmknod): Don't check PATH for being null.
40521         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
40523         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
40524         Use the BSD numbers rather than the arbitrary ones we had.
40525         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
40526         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
40527         (SIGXCPU, SIGXFSZ): New macros.
40528         (_NSIG): Now 32.
40530         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
40531         initializer on [_LIBC_REENTRANT].
40533         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
40534         definitions inside [_POSIX_MAPPED_FILES].
40536         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
40538         * dirent/opendir.c: Include <fcntl.h>.
40540         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
40541         (__libc_getspecific): Likewise.
40542         (__libc_key_create): Likewise.
40544         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
40545         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
40546         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
40547         (tmpfile64): Define as alias.
40548         * sysdeps/wordsize-64/tmpfile.c: File removed.
40549         * sysdeps/wordsize-64/tmpfile64.c: File removed.
40550         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
40551         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
40553         * stdio-common/vfscanf.c: Include <stdbool.h>.
40554         * nss/makedb.c: Likewise.
40555         * stdio-common/_i18n_number.h: Likewise.
40556         * argp/argp-help.c: Likewise.
40557         * posix/wordexp.c: Likewise.
40558         * sysdeps/posix/spawni.c: Likewise.
40559         * nss/nss_files/files-initgroups.c: Likewise.
40560         * stdio-common/reg-modifier.c: Include <stdlib.h>.
40561         * nss/nss_files/files-initgroups.c: Likewise.
40562         * nss/nss_db/db-netgrp.c: Likewise.
40563         * nss/nss_db/db-initgroups.c: Likewise.
40564         * io/fchmodat.c: Include <sys/stat.h>.
40566         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
40567         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
40569         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
40570         [HAVE_MMAP].
40572         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
40573         Add multiple inclusion protection.
40575 2012-07-27  David S. Miller  <davem@davemloft.net>
40577         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40579 2012-07-27  Gary Benson  <gbenson@redhat.com>
40581         [BZ #14298]
40582         * elf/rtld.c: Include <stap-probe.h>.
40583         (dl_main): Added static probes "init_start" and "init_complete".
40584         * elf/dl-load.c: Include <stap-probe.h>.
40585         (lose): Take new parameter "nsid".
40586         Added static probe "map_failed".
40587         (_dl_map_object_from_fd): Pass namespace id to lose.
40588         Added static probe "map_start".
40589         (open_verify): Pass namespace id to lose.
40590         * elf/dl-open.c: Include <stap-probe.h>.
40591         (dl_open_worker) Added static probes "map_complete", "reloc_start"
40592         and "reloc_complete".
40593         * elf/dl-close.c: Include <stap-probe.h>.
40594         (_dl_close_worker): Added static probes "unmap_start" and
40595         "unmap_complete".
40596         * elf/rtld-debugger-interface.txt: New file documenting the above.
40598 2012-07-26  Roland McGrath  <roland@hack.frob.com>
40600         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
40601         rather than a string variable.
40602         * sunrpc/rpc_main.c (h_output): Likewise.
40603         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
40605 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
40607         * inet/check_native.c: New file.
40609 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
40611         [BZ #13629]
40612         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
40613         if larger part has absolute value 1.0.
40614         * math/s_clog10.c (__clog10): Likewise.
40615         * math/s_clog10f.c (__clog10f): Likewise.
40616         * math/s_clog10l.c (__clog10l): Likewise.
40617         * math/s_clogf.c (__clogf): Likewise.
40618         * math/s_clogl.c (__clogl): Likewise.
40619         * math/libm-test.inc (clog_test): Add more tests.
40620         (clog10_test): Likewise.
40621         * sysdeps/i386/fpu/libm-test-ulps: Update.
40622         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40624         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
40625         (pltexit): Likewise.
40626         (La_regs): Likewise.
40627         (La_retval): Likewise.
40628         (int_retval): Likewise.
40629         Update #error for removed macros to refer only to definitions in
40630         tst-audit.h.
40631         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
40632         macro.
40633         (pltexit): Likewise.
40634         (La_regs): Likewise.
40635         (La_retval): Likewise.
40636         (int_retval): Likewise.
40637         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
40638         macro.
40639         (pltexit): Likewise.
40640         (La_regs): Likewise.
40641         (La_retval): Likewise.
40642         (int_retval): Likewise.
40643         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
40644         macro.
40645         (pltexit): Likewise.
40646         (La_regs): Likewise.
40647         (La_retval): Likewise.
40648         (int_retval): Likewise.
40649         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
40650         macro.
40651         (pltexit): Likewise.
40652         (La_regs): Likewise.
40653         (La_retval): Likewise.
40654         (int_retval): Likewise.
40655         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
40656         macro.
40657         (pltexit): Likewise.
40658         (La_regs): Likewise.
40659         (La_retval): Likewise.
40660         (int_retval): Likewise.
40661         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
40662         macro.
40663         (pltexit): Likewise.
40664         (La_regs): Likewise.
40665         (La_retval): Likewise.
40666         (int_retval): Likewise.
40667         * sysdeps/generic/tst-audit.h: Update comment to refer only to
40668         macro definitions in tst-audit.h.
40669         * sysdeps/i386/tst-audit.h: New file.
40670         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
40671         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
40672         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
40673         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
40674         * sysdeps/sh/tst-audit.h: Likewise.
40675         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
40676         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
40677         * sysdeps/x86_64/tst-audit.h: Likewise.
40679 2012-07-26  Andreas Jaeger  <aj@suse.de>
40681         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
40682         ptrace.
40684         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
40685         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
40686         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
40687         PTRACE_O_MASK.
40688         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
40689         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
40690         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
40692         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
40693         value.
40695         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
40696         _sigsys.
40697         (si_call_addr, si_syscall, si_arch): Define new macro.
40698         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
40699         _sigsys.
40700         (si_call_addr, si_syscall, si_arch): Define new marcro.
40701         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
40702         _sigsys.
40703         (si_call_addr, si_syscall, si_arch): Define new macro.
40704         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
40705         _sigsys.
40706         (si_call_addr, si_syscall, si_arch): Define new macro.
40708 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
40710         [BZ #13717]
40711         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40712         Change to 2.4.21 where previously 2.4.1.
40713         * sysdeps/unix/sysv/linux/configure: Regenerated.
40714         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
40715         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
40716         Linux kernel version.
40717         (__ASSUME_STD_AUXV): Remove.
40718         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
40719         kernel version.
40720         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
40721         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
40722         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
40723         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
40724         (__ASSUME_NETLINK_SUPPORT): Likewise.
40725         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
40726         (__no_netlink_support): Remove conditional definition.
40727         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
40728         Remove.
40729         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40730         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
40731         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
40732         (if_nameindex_ioctl): Remove.
40733         (if_nameindex_netlink): Do not handle __no_netlink_support.
40734         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40735         code.
40736         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
40737         Remove conditional code.
40738         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40739         code.
40740         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
40741         unconditional.
40742         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40743         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
40744         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
40745         Remove.
40746         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
40747         [!__ASSUME_STD_AUXV]: Remove conditional code.
40748         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
40749         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
40750         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
40751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
40752         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
40753         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40754         code.
40755         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40756         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
40757         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
40758         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40759         conditional code.
40760         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
40762         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40763         code.
40764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
40765         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40766         conditional code.
40767         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
40768         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40769         code unconditional.
40770         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40771         conditional code.
40772         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40773         unconditional.
40774         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40775         conditional code.
40776         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
40777         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40778         unconditional.
40779         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40780         conditional code.
40781         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
40782         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40783         code unconditional.
40784         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40785         conditional code.
40786         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40787         unconditional.
40788         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40789         conditional code.
40790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
40791         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40792         code unconditional.
40793         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40794         conditional code.
40795         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40796         unconditional.
40797         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40798         conditional code.
40800 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
40802         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
40803         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
40804         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
40805         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
40806         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
40807         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
40808         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
40809         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
40810         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
40811         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
40812         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
40813         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
40814         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
40815         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
40816         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
40817         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
40818         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
40819         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
40820         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
40821         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
40822         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
40823         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
40824         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40826 2012-07-25  Florian Weimer  <fweimer@redhat.com>
40828         * Versions.def: Add GLIBC_2.17.
40829         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
40830         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
40831         Introduce __libc_secure_getenv.
40832         * stdlib/Versions (2.17): Add secure_getenv
40833         (GLIBC_PRIVATE): Add __libc_secure_getenv.
40834         * stdlib/secure-getenv.c: Rename __secure_getenv to
40835         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
40836         symbol __secure_getenv for GLIBC_2.0.
40837         * stdlib/tst-secure-getenv.c: New.
40838         * stdlib/Makefile (tests): Add testcase.
40839         * manual/startup.texi (Environment Access): Document
40840         secure_getenv.
40841         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
40842         __libc_secure_getenv.
40843         * inet/ruserpass.c (ruserpass): Likewise.
40844         * malloc/mtrace.c (mtrace): Likewise.
40845         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
40846         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
40847         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
40848         * sysdeps/posix/tempname.c: Likewise.  Evaluate
40849         HAVE_SECURE_GETENV.
40850         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
40851         __secure_getenv to __libc_secure_getenv.
40852         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
40853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
40854         Likewise.
40855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
40856         Likewise.
40857         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
40858         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
40859         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
40860         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
40861         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
40862         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
40863         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
40865 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
40867         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
40868         (struct La_i86_retval): Likewise.
40869         (struct La_x86_64_regs): Likewise.
40870         (struct La_x86_64_retval): Likewise.
40871         (struct La_x32_regs): Likewise.
40872         (struct La_x32_retval): Likewise.
40873         (struct La_ppc32_regs): Likewise.
40874         (struct La_ppc32_retval): Likewise.
40875         (struct La_ppc64_regs): Likewise.
40876         (struct La_ppc64_retval): Likewise.
40877         (struct La_sh_regs): Likewise.
40878         (struct La_sh_retval): Likewise.
40879         (struct La_s390_32_regs): Likewise.
40880         (struct La_s390_32_retval): Likewise.
40881         (struct La_s390_64_regs): Likewise.
40882         (struct La_s390_64_retval): Likewise.
40883         (struct La_sparc32_regs): Likewise.
40884         (struct La_sparc32_retval): Likewise.
40885         (struct La_sparc64_regs): Likewise.
40886         (struct La_sparc64_retval): Likewise.
40887         (struct audit_ifaces): Remove architecture-specific pltenter and
40888         pltexit members.
40889         * sysdeps/i386/ldsodefs.h: New file.
40890         * sysdeps/powerpc/ldsodefs.h: Likewise.
40891         * sysdeps/s390/ldsodefs.h: Likewise.
40892         * sysdeps/sh/ldsodefs.h: Likewise.
40893         * sysdeps/sparc/ldsodefs.h: Likewise.
40894         * sysdeps/x86_64/ldsodefs.h: Likewise.
40896 2012-07-25  Marek Polacek  <polacek@redhat.com>
40898         [BZ #6808]
40899         * math/libm-test.inc (yn_test): Add another test.
40900         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
40901         to ERANGE when the result is +-Inf.
40902         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
40903         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
40904         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
40905         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
40907 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
40909         * conform/data/time.h-data (NULL): Use macro-constant.  Require
40910         equal to 0.
40911         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
40912         clock_t.
40913         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
40915 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
40917         * configure.in <sysdeps resolving>: Correct printing
40918         Implies_before.
40919         * configure: Regenerate.
40921 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
40923         * math/w_ilogb.c: Include <limits.h>.
40924         * math/w_ilogbl.c: Likewise.
40926 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
40928         * manual/lang.texi (__va_copy): Document primarily as ISO C99
40929         va_copy.  Document allowing for unavailable va_copy only as
40930         pre-C99 compatibility.
40931         * manual/string.texi (Copying and Concatenation): Use va_copy
40932         instead of __va_copy in concat example.
40934 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
40936         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
40937         (__sendto): Use create_address_port.  Initialize APORT and deallocate
40938         it if not null.
40940         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
40941         with O_NOLINK passed to __file_name_lookup.
40943         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
40944         with O_NOLINK passed to __file_name_lookup.
40946         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
40947         negative N or less than NGIDS.
40949         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
40950         type to string_t.  Set ERANGE as errno and return it if NAME is not big
40951         enough.  Use memcpy instead of strncpy.
40953 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
40955         * elf/Makefile (check-data): Remove.
40956         (localplt.data): New vpath directive.
40957         ($(objpfx)check-localplt.out): Use localplt.data from vpath
40958         instead of $(check-data).
40959         * scripts/data/localplt-generic.data: Move to ...
40960         * sysdeps/generic/localplt.data: ... here.
40961         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
40962         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
40963         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
40964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
40965         ... here.
40966         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
40967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
40968         ... here.
40969         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
40970         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
40971         ... here.
40972         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
40973         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
40974         ... here.
40975         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
40976         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
40977         ... here.
40978         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
40979         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
40980         ... here.
40982 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40984         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
40985         PPC32 and PPC64 files.
40986         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
40987         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
40989 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40991         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
40992         __makecontext_ret to ...
40993         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
40994         ... here and call exit if uc_link is NULL.  New file.
40995         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
40996         __makecontext_ret.S.
40997         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
40998         __makecontext_ret to ...
40999         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
41000         ... here and call exit if uc_link is NULL.  New file.
41001         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
41002         __makecontext_ret.S.
41004 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41006         * elf/elf.h (R_390_IRELATIVE): New definition.
41007         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
41008         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
41009         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
41010         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
41011         (elf_machine_lazy_rel): Likewise.
41012         * sysdeps/s390/dl-irel.h: New file.
41013         * sysdeps/s390/s390-64/memcpy.S: New asm code.
41014         * sysdeps/s390/s390-64/memset.S: New asm code.
41015         * sysdeps/s390/s390-64/memcmp.S: New asm code.
41016         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
41017         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
41018         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
41019         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
41020         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
41021         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
41022         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
41023         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
41024         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
41025         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
41026         * sysdeps/s390/s390-32/memcpy.S: New asm code.
41027         * sysdeps/s390/s390-32/memset.S: New asm code.
41028         * sysdeps/s390/s390-32/memcmp.S: New asm code.
41030 2012-07-17  Marek Polacek  <polacek@redhat.com>
41032         [BZ #14349]
41033         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
41034         * sysdeps/s390/s390-64/configure.in: Likewise.
41035         * sysdeps/sparc/configure.in: Likewise.
41036         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
41037         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
41038         * sysdeps/i386/configure.in: Likewise.
41039         * sysdeps/x86_64/configure.in: Likewise.
41040         * sysdeps/sh/configure.in: Likewise.
41041         * sysdeps/s390/s390-32/configure: Regenerated.
41042         * sysdeps/s390/s390-64/configure: Likewise.
41043         * sysdeps/x86_64/configure: Likewise.
41044         * sysdeps/sh/configure: Likewise.
41045         * sysdeps/powerpc/powerpc64/configure: Likewise.
41046         * sysdeps/powerpc/powerpc32/configure: Likewise.
41047         * sysdeps/sparc/configure: Likwise.
41048         * sysdeps/i386/configure: Likewise.
41050         * elf/dl-open.c: Comment fixes.
41052 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
41054         * Makefile [CXX] (check-data): Remove.
41055         [CXX] (c++-types.data): New vpath directive.
41056         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
41057         vpath.  Do not allow for C++ type data being missing.
41058         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
41059         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
41060         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
41061         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
41062         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
41063         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
41064         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
41065         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
41066         ... here.
41067         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
41068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
41069         ... here.
41070         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
41071         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
41072         ... here.
41073         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
41074         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
41075         ... here.
41076         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
41077         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
41078         ... here.
41079         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
41080         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
41081         ... here.
41082         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
41083         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
41084         ... here.
41085         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
41086         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
41088         * elf/tls-macros.h (TLS_LE): Move architecture-specific
41089         definitions to architecture-specific files.
41090         (TLS_IE): Likewise.
41091         (TLS_LD): Likewise.
41092         (TLS_GD): Likewise.
41093         * sysdeps/i386/tls-macros.h: New file.
41094         * sysdeps/powerpc/tls-macros.h: Likewise.
41095         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
41096         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
41097         * sysdeps/sh/tls-macros.h: Likewise.
41098         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
41099         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
41100         * sysdeps/x86_64/tls-macros.h: Likewise.
41102 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41104         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
41105         zero value for regular exit case.
41107         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
41108         (__start_context): Preserve zero value for regular exit case.
41110 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41111             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41113         * manual/setjmp.texi (setcontext): Clarify normal process
41114         termination when uc_link is the null pointer.
41115         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
41116         exit call.
41118 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
41120         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
41121         preprocessor.  Test for each exception mask separately.
41123 2012-07-16  Andreas Jaeger  <aj@suse.de>
41125         * po/ru.po: Update from translation team.
41127 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
41129         * conform/data/string.h-data (NULL): Use macro-constant.  Require
41130         equal to 0.
41131         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41132         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41133         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
41134         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
41135         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41137 2012-07-13  Andreas Jaeger  <aj@suse.de>
41139         * po/fr.po: Update from translation team.
41141 2012-07-12  Marek Polacek  <polacek@redhat.com>
41143         [BZ #14173]
41144         * math/libm-test.inc (yn_test): Add test for BZ #14173.
41145         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
41146         loop condition.
41148 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
41150         [BZ #13717]
41151         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41152         Change to 2.4.1 where previously 2.4.0.
41153         * sysdeps/unix/sysv/linux/configure: Regenerated.
41154         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
41155         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
41156         version.
41157         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
41158         (__ASSUME_AT_CLKTCK): Remove.
41159         (__ASSUME_AT_PAGESIZE): Likewise.
41160         (__ASSUME_AT_XID): Likewise.
41161         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
41162         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
41163         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
41164         unconditionally.
41165         (HAVE_AUX_PAGESIZE): Likewise.
41166         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
41167         [__ASSUME_AT_CLKTCK]: Make code unconditional.
41168         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
41170 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
41172         [BZ #14307]
41173         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
41174         the temporary buffer used to invoke __gethostbyname2_r,
41175         __gethostbyaddr_r and gethostbyname4_r to make room for struct
41176         host_data / struct gaih_addrtuple.
41177         * resolv/nss_dns/dns-host.c (global scope): Move definition of
41178         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
41179         header file nss/nsswitch.h.
41180         * nss/nsswitch.h (global scope): Add definition of implementation
41181         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
41182         resolv/nss_dns/dns-host.c).
41184 2012-07-11  Andreas Jaeger  <aj@suse.de>
41186         * po/fr.po: Update from translation team.
41188         * po/sv.po: Update from translation team
41189         * po/fr.po: Another update from translation team.
41191 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41193         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
41194         for subnormals or multiply small sinh result by itself.
41195         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41196         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41198 2012-07-11  David S. Miller  <davem@davemloft.net>
41200         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41202 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
41204         [BZ #14347]
41205         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
41206         (INTERNAL_MARK): Shift it here.
41208 2012-07-10  Marek Polacek  <polacek@redhat.com>
41210         [BZ #14151]
41211         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
41212         libc_cv_asm_global_directive with .globl.
41213         * configure: Regenerated.
41214         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
41215         with .globl.
41216         * sysdeps/i386/configure: Regenerated.
41217         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
41218         with .globl.
41219         * sysdeps/x86_64/configure: Regenerated.
41220         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
41221         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
41222         * elf/tst-unique2mod2.c: Likewise.
41223         * elf/tst-unique2mod1.c: Likewise.
41224         * elf/tst-unique1mod2.c: Likewise.
41225         * elf/tst-unique1mod1.c: Likewise.
41226         * sysdeps/s390/s390-32/sysdep.h: Likewise.
41227         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
41228         * sysdeps/s390/s390-64/sysdep.h: Likewise.
41229         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41230         * sysdeps/mach/sysdep.h: Likewise.
41231         * sysdeps/i386/sysdep.h: Likewise.
41232         * sysdeps/i386/i386-mcount.S: Likewise.
41233         * sysdeps/x86_64/_mcount.S: Likewise.
41234         * sysdeps/x86_64/sysdep.h: Likewise.
41235         * sysdeps/sh/_mcount.S: Likewise.
41236         * sysdeps/sh/sysdep.h: Likewise.
41237         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
41238         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
41239         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
41240         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41241         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
41242         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
41243         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
41244         * locale/localeinfo.h: Likewise.
41245         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
41246         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
41248 2012-07-09  Roland McGrath  <roland@hack.frob.com>
41250         [BZ #14336]
41251         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
41252         system".
41253         * manual/message.texi (The Uniforum approach): Likewise.
41254         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
41255         (glibc iconv Implementation): Likewise.
41257 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
41259         [BZ #14337]
41260         * math/s_clog.c (__clog): Avoid scaling a value down where that
41261         could result in underflow.
41262         * math/s_clog10.c (__clog10): Likewise.
41263         * math/s_clog10f.c (__clog10f): Likewise.
41264         * math/s_clog10l.c (__clog10l): Likewise.
41265         * math/s_clogf.c (__clogf): Likewise.
41266         * math/s_clogl.c (__clogl): Likewise.
41267         * math/libm-test.inc (clog_test): Add more tests.
41268         (clog10_test): Likewise.
41269         * sysdeps/i386/fpu/libm-test-ulps: Update.
41270         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41272 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
41274         [BZ #14283]
41275         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
41276         by 7 not 8 to examine high bit of fractional part.
41278         [BZ #14042]
41279         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
41280         for call to __mcount_internal.
41281         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
41282         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
41283         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
41285 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
41287         [BZ #14154]
41288         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
41289         approximation for values within 0x1p-13f of an odd multiple of
41290         pi/4.
41291         * math/libm-test.inc (tan_test): Do not allow spurious underflow
41292         exception.  Add more tests.
41293         * sysdeps/i386/fpu/libm-test-ulps: Update.
41295         [BZ #6778]
41296         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
41297         inputs and return -1 for them.  Do not check for +Inf in case not
41298         reachable for +Inf.
41299         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
41300         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
41301         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41302         and return -1 for them.  Do not check for +Inf in case not
41303         reachable for +Inf.
41304         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
41305         define.
41306         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41307         and return -1 for them.  Do not check for +Inf in case not
41308         reachable for +Inf.
41309         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
41310         spurious underflow.
41311         * sysdeps/i386/fpu/libm-test-ulps: Update.
41312         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41314 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
41316         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
41318 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
41320         [BZ #14157]
41321         [BZ #14331]
41322         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
41323         could result in spurious underflow.  Scale down values above
41324         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
41325         * math/s_csqrtf.c (__csqrtf): Likewise.
41326         * math/s_csqrtl.c (__csqrtl): Likewise.
41327         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
41328         spurious underflow.
41329         * sysdeps/i386/fpu/libm-test-ulps: Update.
41330         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41332 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
41334         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
41335         xopen-msg.sed.
41336         * catgets/xopen-msg.awk: New file.
41337         * catgets/xopen-msg.sed: Removed.
41339         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
41340         po2text.sed.
41341         * intl/po2test.awk: New file.
41342         * intl/po2test.sed: Removed.
41344 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
41346         [BZ #14328]
41347         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
41348         or multiply small sinh result by itself.
41349         * math/s_ctanf.c (__ctanf): Likewise.
41350         * math/s_ctanh.c (__ctanh): Likewise.
41351         * math/s_ctanhf.c (__ctanhf): Likewise.
41352         * math/s_ctanhl.c (__ctanhl): Likewise.
41353         * math/s_ctanl.c (__ctanl): Likewise.
41354         * math/libm-test.inc (ctan_test_tonearest): New function.
41355         (ctan_test_towardzero): Likewise.
41356         (ctan_test_downward): Likewise.
41357         (ctan_test_upward): Likewise.
41358         (ctanh_test_tonearest): Likewise.
41359         (ctanh_test_towardzero): Likewise.
41360         (ctanh_test_downward): Likewise.
41361         (ctanh_test_upward): Likewise.
41362         (main): Call these new functions.
41363         * sysdeps/i386/fpu/libm-test-ulps: Update.
41364         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41366 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
41368         * .gitignore: Delete /ports entry.
41370 2012-07-03  Andreas Jaeger  <aj@suse.de>
41372         * po/bg.po: Update from translation team.
41373         * po/cs.po: Likewise.
41374         * po/de.po: Likewise.
41375         * po/hr.po: Likewise.
41376         * po/nl.pl: Likewise.
41377         * po/pl.po: Likewise.
41378         * po/vi.po: Likewise.
41380 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
41382         * Makeconfig [!+link] (+link-before-libc): New variable.
41383         [!+link] (+link-after-libc): Likewise.
41384         [!+link] (+link-tests): Likewise.
41385         [!+link] (+link): Define in terms of $(+link-before-libc) and
41386         $(+link-after-libc).
41387         [!+link-static] (+link-static-before-libc): New variable.
41388         [!+link-static] (+link-static-after-libc): Likewise.
41389         [!+link-static] (+link-static-tests): Likewise.
41390         [!+link-static] (+link-static): Define in terms of
41391         $(+link-static-before-libc) and $(+link-static-after-libc).
41392         [build-shared] (link-libc-before-gnulib): New variable.
41393         [build-shared] (link-libc-tests): Likewise.
41394         [build-shared] (link-libc): Define in terms of
41395         $(link-libc-before-gnulib).
41396         [!build-shared] (link-libc-tests): New variable.
41397         (link-libc-static-tests): New variable.
41398         [!gnulib] (gnulib-arch): New variable.
41399         [!gnulib] (gnulib-tests): Likewise.
41400         [!gnulib] (static-gnulib-arch): Likewise.
41401         [!gnulib] (static-gnulib-tests): Likewise.
41402         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
41403         Define with "=" instead of ":=".
41404         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
41405         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
41406         * Rules (binaries-all-notests): New variable.
41407         (binaries-all-tests): Likewise.
41408         (binaries-static-notests): Likewise.
41409         (binaries-static-tests): Likewise.
41410         (binaries-all): Define using $(binaries-all-notests) and
41411         $(binaries-all-tests).
41412         (binaries-static): Define using $(binaries-static-notests) and
41413         $(binaries-static-tests).
41414         (binaries-shared-tests): New variable.
41415         (binaries-shared-notests): Likewise.
41416         (binaries-shared): Remove variable.
41417         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
41418         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
41419         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
41420         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
41421         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
41422         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
41423         * elf/Makefile (sln-modules): New variable.
41424         (extra-objs): Add $(sln-modules:=.o).
41425         (ldconfig-modules): Add static-stubs.
41426         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
41427         * elf/static-stubs.c: New file.
41429         [BZ #14283]
41430         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
41431         by 7 not 8 to examine high bit of fractional part.  Use volatile
41432         variables when splitting into final array of floats if
41433         __FLT_EVAL_METHOD__ != 0.
41434         * math/libm-test.inc (cos_test): Add another test.
41435         (sin_test): Likewise.
41436         * sysdeps/i386/fpu/libm-test-ulps: Update.
41438         [BZ #14273]
41439         * math/libm-test.inc (cosh_test): Add more tests.
41441         * version.h (RELEASE): Set to "development".
41442         (VERSION): Set to "2.16.90".
41444 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
41446         * NEWS: Update copyright. Remove last-updated date.
41447         Mention math library bug fixes and timezone data changes.
41448         * README: Mention GNU/Hurd, x32, and HPPA support status.
41450 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
41452         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
41454 2012-06-27  Andreas Jaeger  <aj@suse.de>
41456         * manual/contrib.texi (Contributors): Add Samuel Thibault.
41458 2012-06-25  Andreas Jaeger  <aj@suse.de>
41460         * sysdeps/s390/fpu/libm-test-ulps: Update.
41462 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
41463             Thomas Schwinge  <thomas@codesourcery.com>
41465         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
41466         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
41467         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
41468         fanotify_mark.
41470 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
41472         * sysdeps/mach/start.c: Remove file.
41473         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
41474         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
41475         * sysdeps/sh/init-first.c: Likewise.
41477         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
41478         registers for frame unwinding purposes, add CFI directives.
41479         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41480         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
41481         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
41482         Likewise.
41484         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
41485         __fortify_fail returning.
41486         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41488         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
41489         sysdeps/sh/____longjmp_chk.S.
41490         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
41491         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
41492         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
41493         (gen-as-const-headers): Append sigaltstack-offsets.sym.
41495         * sysdeps/sh/abort-instr.h: New file.
41496         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
41497         process in case exit returns.
41499         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
41500         initialize the GOT register before use.
41502         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
41503         calculation of ARGC > 4.
41505         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
41506         meaningful names to some local labels.
41508 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
41509             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41511         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
41512         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
41513         (__arch_compare_and_exchange_val_16_acq): Likewise.
41514         (__arch_compare_and_exchange_val_32_acq): Likewise.
41515         (atomic_exchange_and_add): Fix gUSA sequence.
41516         (atomic_add): Likewise.
41517         (atomic_add_negative): Likewise.
41518         (atomic_add_zero): Likewise.
41519         (atomic_bit_test_set): Likewise.
41521 2012-06-22  Andreas Schwab  <schwab@redhat.com>
41523         [BZ #13579]
41524         * include/link.h (struct link_map): Add l_free_initfini.
41525         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
41526         l_initfini.
41527         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
41528         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
41529         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
41530         set.
41532 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
41534         * configure.in: Use AC_LANG_SOURCE.
41535         * configure: Regenerate.
41537 2012-06-22  Roland McGrath  <roland@hack.frob.com>
41539         * configure.in (libc_cv_localstatedir): New substituted variable.
41540         * configure: Regenerated.
41541         * config.make.in (localstatedir): New variable, substituted from
41542         libc_cv_localstatedir.
41543         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
41544         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
41545         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
41546         * sysdeps/gnu/configure: Regenerated.
41548 2012-06-21  Jeff Law  <law@redhat.com>
41550         [BZ #14277]
41551         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
41552         free.  Simplify list management for _LIBC case.
41554 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
41556         [BZ #14273]
41557         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
41558         Clear sign bit of 64-bit integer value before comparing against
41559         overflow value.
41561         * sysdeps/mach/configure: Regenerated.
41563 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
41565         [BZ #14278]
41566         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
41568 2012-06-21  Jeff Law  <law@redhat.com>
41570         [BZ #13882]
41571         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
41572         uint16_t for elements in the "seen" array to avoid char overflows.
41573         * elf/dl-fini.c (_dl_sort_fini): Likewise.
41574         * elf/dl-open.c (dl_open_worker): Likewise.
41576 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
41578         * scripts/list-sources.sh: Scan PORTS for translations.
41579         * po/libc.pot: Regenerated.
41581 2012-06-21  Andreas Jaeger  <aj@suse.de>
41583         [BZ #12194]
41584         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
41585         warning.
41586         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
41587         * bits/byteswap-16.h (__bswap_16): Likewise.
41588         * bits/byteswap.h (__bswap_constant_16): Likewise.
41590 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
41592         [BZ #14117]
41593         * sysdeps/i386/fpu_control.h: Removed.
41594         * sysdeps/x86_64/fpu_control.h: Moved to ...
41595         * sysdeps/x86/fpu_control.h: Here.
41597         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
41598         (_FPU_SETCW): Likewise.
41600 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
41602         [BZ #14117]
41603         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
41604         * sysdeps/x86/fpu/bits/mathinline.h: This.
41605         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
41607         [BZ #14050]
41608         [BZ #14117]
41609         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
41610         functions if __x86_64__ is defined.
41612 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
41614         * string/endian.h: Add !__ASSEMBLER__ condition for including
41615         conversion interfaces.
41617 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
41619         [BZ #14241]
41620         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
41621         of ABS(x) in calculating zero to negative powers other than odd
41622         integers.
41623         * math/libm-test.inc (pow_test): Add more tests.
41625 2012-06-15  Andreas Jaeger  <aj@suse.de>
41627         * manual/contrib.texi (Contributors): Update entry of Liubov
41628         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
41629         Machado Filho.
41631 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
41633         * string/string.h: Add __wur to GNU version of strerror_r.
41635 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
41637         [BZ #14229]
41638         * string/Makefile (tests): Add tst-strtok_r.
41639         * string/tst-strtok_r.c: New file.
41640         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
41641         RAX_LP/RDX_LP on SAVE_PTR.
41643 2012-06-14  Roland McGrath  <roland@hack.frob.com>
41645         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
41647 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
41649         * libm_test.inc (csqrt_test): Allow more spurious underflow
41650         exceptions.
41651         (j0_test): Likewise.
41652         (j1_test): Likewise.
41653         (y0_test): Likewise.
41654         (y1_test): Likewise.
41656 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
41658         * po/Makefile (libc.pot): Use UTF-8 charset.
41660 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
41662         [BZ #14210]
41663         Suppress sign-conversion warning from FD_SET.
41664         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
41665         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
41666         not unsigned long int.
41667         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
41669 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
41671         [BZ #14050]
41672         [BZ #14117]
41673         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
41674         __extern_always_inline instead of __extern_inline.
41675         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
41676         (__signbit): Likewise.
41677         (__signbitl): Support C++ namespace.
41678         (lrintf): New inline function.
41679         (lrint): Likewise.
41680         (llrintf): Likewise.
41681         (llrint): Likewise.
41682         (fmaxf): Likewise.
41683         (fmax): Likewise.
41684         (fminf): Likewise.
41685         (fmin): Likewise.
41686         (rint): Likewise.
41687         (rintf): Likewise.
41688         (ceil): Likewise.
41689         (ceilf): Likewise.
41690         (floor): Likewise.
41691         (floorf): Likewise.
41692         (nearbyint): Likewise.
41693         (nearbyintf): Likewise.
41695 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
41697         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
41698         non-default versions.
41700 2012-06-11  Roland McGrath  <roland@hack.frob.com>
41702         [BZ #14218]
41703         * manual/argp.texi (Argp): Reword argp_parse description slightly.
41705 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
41707         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
41708         (FE_UPWARD, FE_DOWNWARD): Don't define.
41709         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
41710         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41712         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
41713         reading it.
41714         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41715         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41717 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41719         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41720         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
41721         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
41722         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
41724 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
41726         [BZ #14117]
41727         * sysdeps/i386/fpu/bits/fenv.h: Removed.
41728         * sysdeps/i386/fpu/Implies: New file.
41729         * sysdeps/x86_64/fpu/Implies: Likewise.
41730         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
41731         * sysdeps/x86/fpu/bits/fenv.h: This.
41733         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
41734         __SSE_MATH__.
41736 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
41738         [BZ #14134]
41739         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
41740         character 0xffff that matches the last element of the
41741         conversion table.
41743 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41745         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
41746         fmodl commit.
41748 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41750         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
41751         values higher than 25.6283.
41753 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41755         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
41756         subnormal exponent extraction and add some __builtin_expect.
41757         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
41758         Fix for subnormal mantissa calculation.
41760 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
41762         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
41763         cpu2 is -1 and errno is not ENOSYS.
41765 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
41767         [BZ #14117]
41768         * sysdeps/i386/i486/bits/string.h: Renamed to ...
41769         * sysdeps/x86/bits/string.h: This.
41770         * sysdeps/x86_64/bits/string.h: Removed.
41772         * sysdeps/i386/i486/bits/string.h: Define inline functions only
41773         if not compiling for x86-64, but compiling for >= i486.
41775         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
41776         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
41778         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
41779         New macro from Linux kernel 3.4.0.
41780         (FP_XSTATE_MAGIC2): Likewise.
41781         (FP_XSTATE_MAGIC2_SIZE): Likewise.
41782         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
41783         (struct _fpx_sw_bytes): New struct.
41784         (struct _xsave_hdr): Likewise.
41785         (struct _ymmh_state): Likewise.
41786         (struct _xstate): Likewise.
41788         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
41789         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
41790         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
41791         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
41792         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
41793         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
41795         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
41796         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
41797         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
41798         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
41799         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
41800         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
41802 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
41804         [BZ #13743]
41805         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
41806         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
41807         (sysdep_headers): Include sys/platform/ppc.h.
41808         * sysdeps/powerpc/test-gettimebase.c: Test for
41809         __ppc_get_timebase() to catch future ISA opcode/insn changes.
41810         * manual/Makefile (appendices): Include platform.texi.
41811         * manual/contrib.texi (Contributors): Update @node pointers.
41812         * manual/maint.texi (Maintenance): Likewise.
41813         (Platform): New node.
41814         * manual/platform.texi: New file.  Document the new features.
41816 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
41817             Jakub Jelinek  <jakub@redhat.com>
41819         [BZ #14188]
41820         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
41821         where __builtin_expect is unavailable.
41823 2012-06-03  David S. Miller  <davem@davemloft.net>
41825         * stdlib/longlong.h: Updated from GCC.
41827 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
41829         [BZ #14042]
41830         * sysdeps/powerpc/powerpc32/mcount.c: New file.
41831         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
41832         __mcount_internal.
41833         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
41834         (GLIBC_2.16): Likewise.
41836 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41838         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
41840 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41842         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
41843         (default-abi): New variable.
41844         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
41845         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
41846         variable.
41847         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
41848         Likewise.
41849         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
41850         Likewise.
41851         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
41852         Likewise.
41854         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
41855         definition.  Document in comment.
41857 2012-06-01  David S. Miller  <davem@davemloft.net>
41859         * stdlib/longlong.h: Updated from GCC.
41861 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41863         [BZ #14117]
41864         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
41865         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
41866         sys/debugreg.h sys/io.h here.
41867         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
41868         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
41869         sys/io.h.
41870         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
41871         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
41872         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
41873         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
41874         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
41875         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
41877         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
41878         Define only if __x86_64__ is defined.
41880 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41882         [BZ #14048]
41883         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
41884         Use int64_t for variable i.
41885         * math/libm-test.inc (fmod_test): Add more tests.
41887         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
41888         z computation is not scheduled after fetestexcept.
41889         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
41890         Use math_force_eval instead of asm to ensure calculation scheduled
41891         before exception test.
41892         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
41893         Ensure a1 + u.d computation is not scheduled after fetestexcept.
41895 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
41897         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
41898         computation is not scheduled after fetestexcept.
41900 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41902         [BZ #14117]
41903         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
41904         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
41906 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41908         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
41909         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41911 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41913         [BZ #14117]
41914         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
41915         <bits/wordsize.h>.
41916         (__WCHAR_MIN): Support __WORDSIZE == 64.
41917         (__WCHAR_MAX): Likewise.
41919         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
41920         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
41922         [BZ #14183]
41923         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
41924         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
41926         [BZ #14117]
41927         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
41928         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
41930         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
41931         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
41933         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
41934         Defined to 1 if __x86_64__ isn't defined.
41935         (_STAT_VER_LINUX_OLD): New.
41936         (st_atime): Remove duplicate.
41937         (st_mtime): Likewise.
41938         (st_ctime): Likewise.
41940 2012-05-31  David S. Miller  <davem@davemloft.net>
41942         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
41943         entries.
41945 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
41947         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
41948         gen-libm-test.pl.
41950         [BZ #14132]
41951         * elf/dl-reloc.c: Include <_itoa.h>.
41952         (_dl_reloc_bad_type): Remove use of INTUSE.
41953         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
41954         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
41955         * stdio-common/psiginfo.c (psiginfo): Likewise.
41956         * stdio-common/psignal.c (psignal): Likewise.
41957         * string/strsignal.c (strsignal): Likewise.
41958         * include/signal.h (_sys_siglist): Declare hidden proto.
41959         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
41960         INTVARDEF with libc_hidden_data_def.
41961         * stdio-common/itoa-udigits.c: Likewise.
41962         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
41963         (_itoa_lower_digits_internal): Remove declaration.
41964         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
41965         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
41966         (_sys_sigabbrev_internal): Remove aliases.
41967         (_sys_siglist): Define hidden alias.
41969 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
41971         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41972         bits/sysctl.h.
41974 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41976         [BZ #14117]
41977         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
41978         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
41980         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
41981         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
41982         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
41983         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
41984         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
41985         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
41987         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
41988         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
41989         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
41991         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
41992         with __addr.
41993         (insw): Likewise.
41994         (insl): Likewise.
41995         (outsb): Likewise.
41996         (outsw): Likewise.
41997         (outsl): Likewise.
41999         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
42000         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
42001         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
42003         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
42004         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
42005         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
42006         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
42007         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
42008         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
42010         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
42011         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
42013         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
42014         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
42016         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
42017         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
42018         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
42020         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
42021         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
42022         to ...
42023         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
42025         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
42026         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
42027         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
42029         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
42030         for x86-64.
42031         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
42033 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
42035         * math/math.h (M_El): Use two more decimal places.
42036         (M_LOG2El): Likewise.
42037         (M_LOG10El): Likewise.
42038         (M_LN2l): Likewise.
42039         (M_LN10l): Likewise.
42040         (M_PIl): Likewise.
42041         (M_PI_2l): Likewise.
42042         (M_PI_4l): Likewise.
42043         (M_1_PIl): Likewise.
42044         (M_2_PIl): Likewise.
42045         (M_2_SQRTPIl): Likewise.
42046         (M_SQRT2l): Likewise.
42047         (M_SQRT1_2l): Likewise.
42049 2012-05-31  David S. Miller  <davem@davemloft.net>
42051         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
42052         values between float registers.
42053         * sysdeps/sparc/sparc64/memset.S: Likewise.
42054         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42056 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
42058         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
42059         -D_FORTIFY_SOURCE=1.
42060         (CPPFLAGS-tst-longjmp_chk.c): Define.
42061         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
42062         (CPPFLAGS-tst-longjmp_chk2.c): Define.
42063         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
42064         CFLAGS-tst-wchar-h.c.
42066 2012-05-31  Marek Polacek  <polacek@redhat.com>
42068         [BZ #14132]
42069         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
42070         __endmntent_internal): Remove declaration.
42071         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
42072         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
42073         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
42075 2012-05-30  David S. Miller  <davem@davemloft.net>
42077         * sysdeps/sparc/sparc32/soft-fp/q_util.c
42078         (___Q_simulate_exceptions): Use real FP ops rather than writing
42079         into the %fsr.
42080         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
42081         Likewise.
42083 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42085         [BZ #14117]
42086         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
42087         * sysdeps/x86/bits/xtitypes.h: This.
42089         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
42090         * sysdeps/x86/bits/wordsize.h: This.
42092         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
42093         * sysdeps/x86/bits/huge_vall.h: This.
42095         * sysdeps/i386/bits/select.h: Removed.
42096         * sysdeps/x86_64/bits/select.h: Renamed to ...
42097         * sysdeps/x86/bits/select.h: This.
42099         * sysdeps/i386/bits/setjmp.h: Removed.
42100         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
42101         * sysdeps/x86/bits/setjmp.h: This.
42103         * sysdeps/i386/bits/mathdef.h: Removed.
42104         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
42105         * sysdeps/x86/bits/mathdef.h: This.
42107 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
42109         [BZ #14132]
42110         * include/sys/socket.h (__connect_internal)
42111         (__libc_sa_len_internal): Remove declaration.
42112         (__connect, __libc_sa_len): Declare hidden_proto.
42113         (SA_LEN): Remove use of INTUSE.
42114         * socket/connect.c: Add libc_hidden_def.
42115         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
42116         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
42117         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
42118         alias.
42119         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
42120         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
42121         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
42122         of adding _internal alias.
42124 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42126         [BZ #14117]
42127         * sysdeps/i386/bits/link.h: Removed.
42128         * sysdeps/i386/bits/linkmap.h: Likewise.
42129         * sysdeps/x86_64/bits/link.h: Renamed to ...
42130         * sysdeps/x86/bits/link.h: This.
42131         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
42132         * sysdeps/x86/bits/linkmap.h: This.
42134         * sysdeps/i386/bits/endian.h: Removed.
42135         * sysdeps/x86_64/bits/endian.h: Renamed to ...
42136         * sysdeps/x86/bits/endian.h: This.
42138         * sysdeps/i386/bits/byteswap.h: Removed.
42139         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42140         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
42141         * sysdeps/x86/bits/byteswap.h: This.
42142         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
42143         * sysdeps/x86/bits/byteswap-16.h: This.
42144         * sysdeps/i386/Implies: Add x86.
42145         * sysdeps/x86_64/Implies: Likewise.
42147 2012-05-30  David S. Miller  <davem@davemloft.net>
42149         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
42150         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
42151         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
42152         (FP_TRAPPING_EXCEPTIONS): Define.
42153         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
42154         (FP_TRAPPING_EXCEPTIONS): Define.
42155         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
42156         subnormals only when inexact has been signalled or underflow
42157         exceptions are enabled.
42158         (_FP_PACK_CANONICAL): Likewise.
42160 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42162         [BZ #14183]
42163         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
42164         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
42166 2012-05-30  Richard Henderson  <rth@twiddle.net>
42168         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
42169         with #ifndef NOT_IN_libc.
42171         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
42172         marked to avoid plt entry.
42174 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42176         [BZ #14112]
42177         * Makeconfig (default-abi): New macro.
42178         (abi-includes): Likewise.
42179         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
42180         $(abi-$(default-abi)-lib-soname) for soname if defined.
42181         ($(common-objpfx)gnu/lib-names.stmp): Generate from
42182         abi-variants.
42183         * Makefile (installed-stubs): Likewise.
42184         * include/stubs-biarch.h: Removed.
42185         * scripts/lib-names.awk: Only handle one library at a time.
42186         * scripts/soversions.awk: Remove WORDSIZE support.
42187         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
42188         entries.
42189         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
42190         Removed.
42191         (syscall-list-default-condition): Likewise.
42192         (syscall-list-default-condition): Likewise.
42193         (syscall-list-includes): Likewise.
42194         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
42195         syscall-list-* with abi-*.  Handle undefined abi-variants.
42196         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
42197         * sysdeps/unix/sysv/linux/i386/Implies: New file.
42198         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
42199         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
42200         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
42201         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
42202         Removed.
42203         (syscall-list-32-options): Likewise.
42204         (syscall-list-32-condition): Likewise.
42205         (syscall-list-64-options): Likewise.
42206         (syscall-list-64-condition): Likewise.
42207         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
42208         macro.
42209         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
42210         Renamed to ...
42211         (abi-*): This.
42212         (abi-64-ld-soname): New macro.
42213         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
42214         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
42215         Renamed to ...
42216         (abi-*): This.
42217         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
42218         * sysdeps/x86_64/x32/shlib-versions: Likewise.
42220 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
42222         * sysdeps/unix/sysv/linux/kernel-features.h
42223         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
42224         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
42225         include <kernel-features.h>.
42226         [!__NR_ftruncate64]: Remove conditional code.
42227         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42228         [__NR_ftruncate64]: Make code unconditional.
42229         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42230         * sysdeps/unix/sysv/linux/truncate64.c: Do not
42231         include <kernel-features.h>.
42232         [!__NR_ftruncate64]: Remove conditional code.
42233         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42234         [__NR_ftruncate64]: Make code unconditional.
42235         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
42237         include <kernel-features.h>.
42238         [!__NR_ftruncate64]: Remove conditional code.
42239         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42240         [__NR_ftruncate64]: Make code unconditional.
42241         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42242         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
42243         include <kernel-features.h>.
42244         [!__NR_ftruncate64]: Remove conditional code.
42245         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42246         [__NR_ftruncate64]: Make code unconditional.
42247         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42249         * configure.in (libc_cv_fpie): Weaken to a compile test using
42250         LIBC_TRY_CC_OPTION.
42251         * configure: Regenerated.
42253 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42255         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
42256         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
42257         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
42258         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42259         Refreshed.
42260         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
42261         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
42262         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
42263         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
42264         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
42265         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42266         Refreshed.
42268 2012-05-27  David S. Miller  <davem@davemloft.net>
42270         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
42271         (___Q_zero): New.
42272         (__Q_simulate_exceptions): Return void.  Change to simulate
42273         exceptions by writing into the %fsr.
42274         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
42275         (__Qp_handle_exceptions): Likewise.
42276         (numbers): Delete.
42277         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
42278         __Qp_handle_exceptions.
42279         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
42280         __Qp_handle_exceptions.
42281         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42282         as unused and give dummy FP_RND_NEAREST initializer.
42283         (FP_INHIBIT_RESULTS): Define.
42284         (___Q_simulate_exceptions): Update declaration.
42285         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
42286         formatting.
42287         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42288         as unused and give dummy FP_RND_NEAREST initializer.
42289         (__Qp_handle_exceptions): Update declaration.
42290         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
42291         formatting.
42293 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
42295         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
42296         the temporary FPU control word.
42297         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
42298         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
42299         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
42300         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42301         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
42302         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
42303         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
42304         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42305         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
42306         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
42307         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42309 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42311         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
42312         fields.
42314 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
42316         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
42317         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
42318         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
42319         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
42320         Likewise.
42321         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
42322         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
42323         Likewise.
42325 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
42327         * po/h.po: Update from translation team.
42329 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
42331         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
42333         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
42334         handling of denormals.
42335         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42336         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
42337         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42338         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42339         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42340         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
42341         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
42342         Likewise.
42344 2012-05-26  Marek Polacek  <polacek@redhat.com>
42346         [BZ #14152]
42347         * math/libm-test.inc (fma_test): Don't always expect underflow
42348         exception.
42350 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42352         [BZ #12416]
42353         * elf/tst-execstack.c: Include stackinfo.h.
42354         (do_test): Adjust test case to ensure that pthread_getattr_np
42355         behaviour remains the same after marking stack executable.
42357 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42359         * sysdeps/unix/sysv/linux/kernel-features.h
42360         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
42361         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
42362         kernel-features.h.
42363         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42364         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42365         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
42366         kernel-features.h.
42367         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42368         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42370 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
42372         * configure.in: Define the default includes to being none.
42373         * configure: Regenerated.
42375 2012-05-25  Roland McGrath  <roland@hack.frob.com>
42377         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
42378         * sysdeps/x86_64/setjmp.S: Likewise.
42379         * sysdeps/i386/bsd-setjmp.S: Likewise.
42380         * sysdeps/i386/bsd-_setjmp.S: Likewise.
42381         * sysdeps/i386/setjmp.S: Likewise.
42382         * sysdeps/i386/__longjmp.S: Likewise.
42383         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42384         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
42386         * include/stap-probe.h: New file.
42387         * configure.in: Handle --enable-systemtap.
42388         * configure: Regenerated.
42389         * config.h.in (USE_STAP_PROBE): New #undef.
42390         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
42391         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
42392         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
42394 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42396         [BZ #13717]
42397         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42398         to 2.4.0 where earlier.
42399         * sysdeps/unix/sysv/linux/configure: Regenerated.
42400         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
42401         <kernel-features.h>.
42402         [__ASSUME_32BITUIDS]: Make code unconditional.
42403         [!__ASSUME_32BITUIDS]: Remove conditional code.
42404         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
42405         <kernel-features.h>.
42406         [__ASSUME_32BITUIDS]: Make code unconditional.
42407         [!__ASSUME_32BITUIDS]: Remove conditional code.
42408         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
42409         [__ASSUME_32BITUIDS]: Make code unconditional.
42410         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
42411         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
42412         <kernel-features.h>.
42413         [__ASSUME_32BITUIDS]: Make code unconditional.
42414         [!__ASSUME_32BITUIDS]: Remove conditional code.
42415         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
42416         <kernel-features.h>.
42417         [__ASSUME_32BITUIDS]: Make code unconditional.
42418         [!__ASSUME_32BITUIDS]: Remove conditional code.
42419         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
42420         <kernel-features.h>.
42421         [__ASSUME_32BITUIDS]: Make code unconditional.
42422         [!__ASSUME_32BITUIDS]: Remove conditional code.
42423         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
42424         <kernel-features.h>.
42425         [__ASSUME_32BITUIDS]: Make code unconditional.
42426         [!__ASSUME_32BITUIDS]: Remove conditional code.
42427         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
42428         <kernel-features.h>.
42429         [__ASSUME_32BITUIDS]: Make code unconditional.
42430         [!__ASSUME_32BITUIDS]: Remove conditional code.
42431         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
42432         <kernel-features.h>.
42433         [__ASSUME_32BITUIDS]: Make code unconditional.
42434         [!__ASSUME_32BITUIDS]: Remove conditional code.
42435         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
42436         <kernel-features.h>.
42437         [__ASSUME_32BITUIDS]: Make code unconditional.
42438         [!__ASSUME_32BITUIDS]: Remove conditional code.
42439         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
42440         <kernel-features.h>.
42441         [__ASSUME_32BITUIDS]: Make code unconditional.
42442         [!__ASSUME_32BITUIDS]: Remove conditional code.
42443         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
42444         <kernel-features.h>.
42445         [__ASSUME_32BITUIDS]: Make code unconditional.
42446         [!__ASSUME_32BITUIDS]: Remove conditional code.
42447         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
42448         <kernel-features.h>.
42449         [__ASSUME_32BITUIDS]: Make code unconditional.
42450         [!__ASSUME_32BITUIDS]: Remove conditional code.
42451         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
42452         <kernel-features.h>.
42453         [__NR_setresgid] (__setresgid): Do not declare.
42454         [__ASSUME_32BITUIDS]: Make code unconditional.
42455         [!__ASSUME_32BITUIDS]: Remove conditional code.
42456         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
42457         <kernel-features.h>.
42458         [__NR_setresuid] (__setresuid): Do not declare.
42459         [__ASSUME_32BITUIDS]: Make code unconditional.
42460         [!__ASSUME_32BITUIDS]: Remove conditional code.
42461         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
42462         <kernel-features.h>.
42463         [__ASSUME_32BITUIDS]: Make code unconditional.
42464         [!__ASSUME_32BITUIDS]: Remove conditional code.
42465         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
42466         <kernel-features.h>.
42467         [__ASSUME_32BITUIDS]: Make code unconditional.
42468         [!__ASSUME_32BITUIDS]: Remove conditional code.
42469         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
42470         <kernel-features.h>.
42471         [__ASSUME_32BITUIDS]: Make code unconditional.
42472         [!__ASSUME_32BITUIDS]: Remove conditional code.
42473         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
42474         <kernel-features.h>.
42475         [__ASSUME_32BITUIDS]: Make code unconditional.
42476         [!__ASSUME_32BITUIDS]: Remove conditional code.
42477         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
42478         <kernel-features.h>.
42479         [__ASSUME_32BITUIDS]: Make code unconditional.
42480         [!__ASSUME_32BITUIDS]: Remove conditional code.
42481         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
42482         <kernel-features.h>.
42483         [__ASSUME_32BITUIDS]: Make code unconditional.
42484         [!__ASSUME_32BITUIDS]: Remove conditional code.
42485         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
42486         <kernel-features.h>.
42487         [__ASSUME_32BITUIDS]: Make code unconditional.
42488         [!__ASSUME_32BITUIDS]: Remove conditional code.
42489         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
42490         <kernel-features.h>.
42491         [__ASSUME_32BITUIDS]: Make code unconditional.
42492         [!__ASSUME_32BITUIDS]: Remove conditional code.
42493         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
42494         <kernel-features.h>.
42495         [__ASSUME_32BITUIDS]: Make code unconditional.
42496         [!__ASSUME_32BITUIDS]: Remove conditional code.
42497         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
42498         <kernel-features.h>.
42499         [__ASSUME_32BITUIDS]: Make code unconditional.
42500         [!__ASSUME_32BITUIDS]: Remove conditional code.
42501         * sysdeps/unix/sysv/linux/kernel-features.h
42502         (__ASSUME_SETRESUID_SYSCALL): Remove.
42503         (__ASSUME_SETRESGID_SYSCALL): Likewise.
42504         (__ASSUME_32BITUIDS): Likewise.
42505         (__ASSUME_LDT_WORKS): Likewise.
42506         (__ASSUME_O_DIRECTORY): Likewise.
42507         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
42508         architecture but not kernel version.
42509         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
42510         (__ASSUME_MMAP2_SYSCALL): Likewise.
42511         (__ASSUME_STAT64_SYSCALL): Likewise.
42512         (__ASSUME_IPC64): Likewise.
42513         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
42514         <kernel-features.h>.
42515         [__ASSUME_32BITUIDS]: Make code unconditional.
42516         [!__ASSUME_32BITUIDS]: Remove conditional code.
42517         * sysdeps/unix/sysv/linux/opendir.c: Do not include
42518         <kernel-features.h>.
42519         [__ASSUME_O_DIRECTORY]: Make code unconditional.
42520         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
42521         132096]: Remove conditional code.
42522         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
42523         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
42524         <kernel-features.h>.
42525         [__ASSUME_32BITUIDS]: Make code unconditional.
42526         [!__ASSUME_32BITUIDS]: Remove conditional code.
42527         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
42528         <kernel-features.h>.
42529         [__ASSUME_32BITUIDS]: Make code unconditional.
42530         [!__ASSUME_32BITUIDS]: Remove conditional code.
42531         * sysdeps/unix/sysv/linux/setegid.c: Do not include
42532         <kernel-features.h>.
42533         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
42534         unconditional.
42535         (__setresgid): Do not declare.
42536         [__ASSUME_32BITUIDS]: Make code unconditional.
42537         [!__ASSUME_32BITUIDS]: Remove conditional code.
42538         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
42539         <kernel-features.h>.
42540         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
42541         unconditional.
42542         (__setresuid): Do not declare.
42543         [__ASSUME_32BITUIDS]: Make code unconditional.
42544         [!__ASSUME_32BITUIDS]: Remove conditional code.
42545         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
42546         <kernel-features.h>.
42547         [__ASSUME_32BITUIDS]: Make code unconditional.
42548         [!__ASSUME_32BITUIDS]: Remove conditional code.
42549         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
42550         <kernel-features.h>.
42551         [__ASSUME_32BITUIDS]: Make code unconditional.
42552         [!__ASSUME_32BITUIDS]: Remove conditional code.
42554 2012-05-25  Richard Henderson  <rth@twiddle.net>
42556         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
42557         dl_hwcap to ifunc resolver.
42558         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
42559         elf_ifunc_invoke.
42560         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
42561         dl_hwcap to ifunc resolver.
42562         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
42564 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42566         [BZ #14153]
42567         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
42568         for |x| <= 2**-26, not 2**-57.
42569         * math/libm-test.inc (acos_test): Do not allow spurious underflow
42570         exception.
42572 2012-05-24  Jeff Law  <law@redhat.com>
42574         * stdio-common/Makefile (tests): Add bug25.
42575         * stdio-common/bug25.c: New test.
42577 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
42579         [BZ #13576]
42580         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
42581         multiple of MALLOC_ALIGNMENT in size.
42582         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
42584 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42586         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
42587         Require >= 256.
42588         (FILENAME_MAX): Use macro-int-constant.
42589         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
42590         (_IOFBF): Use macro-int-constant.
42591         (_IOLBF): Likewise.
42592         (_IONBF): Likewise.
42593         (SEEK_CUR): Likewise.
42594         (SEEK_END): Likewise.
42595         (SEEK_SET): Likewise.
42596         (TMP_MAX): Likewise.
42597         (EOF): Use macro-int-constant.  Require < 0.
42598         (NULL): Use macro-constant.  Require == 0.
42599         (stdin): Require type to be FILE *.
42600         (stdout): Likewise.
42601         (stderr): Likewise.
42602         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
42603         macro-int-constant.
42604         (EXIT_SUCCESS): Likewise.
42605         (NULL): Use macro-constant.  Require == 0.
42606         (RAND_MAX): Use macro-int-constant.
42607         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
42608         [C99-based standards] (strtof): Require function.
42609         [C99-based standards] (strtold): Likewise.
42610         [C99-based standards] (strtoll): Likewise.
42611         [C99-based standards] (strtoull): Likewise.
42612         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
42613         [ISO || ISO99 || ISO11] (limits.h): Likewise.
42614         [ISO || ISO99 || ISO11] (math.h): Likewise.
42615         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
42616         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
42617         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42619 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
42621         [BZ #14132]
42622         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
42623         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
42624         * intl/dgettext.c (DCGETTEXT): Likewise.
42625         * intl/gettext.c (DCGETTEXT): Likewise.
42626         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
42627         * posix/regex_internal.h (gettext): Likewise.
42628         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
42629         Remove declaration.
42630         * include/argz.h (__argz_count_internal)
42631         (__argz_stringify_internal): Remove declaration.
42632         (__argz_count, __argz_stringify): Declare hidden proto.
42633         * intl/dcgettext.c: Remove use of INTDEF.
42634         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
42635         * string/argz-stringify.c: Likewise.
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/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42640         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42641         Declare hidden proto.
42642         * include/stdio.h (__asprintf_internal): Don't declare.
42643         (__asprintf): Don't define as macro.  Declare hidden proto.
42644         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
42645         (__fsetlocking): Declare hidden proto.
42646         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
42647         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
42648         hidden proto.
42649         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
42650         (_IO_setlinebuf): Remove use of INTUSE.
42651         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
42652         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
42653         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
42654         Remove declaration.
42655         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
42656         (_IO_do_flush): Remove use of INTUSE.
42657         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
42658         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
42659         (_IO_adjust_column, _IO_least_wmarker)
42660         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
42661         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
42662         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
42663         (_IO_default_doallocate, _IO_wdefault_doallocate)
42664         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
42665         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
42666         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
42667         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
42668         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
42669         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
42670         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
42671         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
42672         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
42673         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
42674         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
42675         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
42676         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
42677         proto.
42678         (_IO_flush_all_internal, _IO_adjust_column_internal)
42679         (_IO_default_uflow_internal, _IO_default_finish_internal)
42680         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
42681         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
42682         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
42683         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
42684         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
42685         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
42686         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
42687         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
42688         (_IO_file_close_internal, _IO_file_close_it_internal)
42689         (_IO_file_underflow_internal, _IO_file_overflow_internal)
42690         (_IO_file_init_internal, _IO_file_attach_internal)
42691         (_IO_file_fopen_internal, _IO_file_read_internal)
42692         (_IO_file_sync_internal, _IO_file_seek_internal)
42693         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
42694         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
42695         (_IO_str_underflow_internal, _IO_str_overflow_internal)
42696         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
42697         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
42698         (_IO_list_all_internal, _IO_link_in_internal)
42699         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
42700         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
42701         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
42702         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
42703         (_IO_do_write_internal, _IO_padn_internal)
42704         (_IO_getline_info_internal, _IO_getline_internal)
42705         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
42706         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
42707         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
42708         (_IO_vfscanf_internal, _IO_vfprintf_internal)
42709         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
42710         (_IO_init_internal, _IO_un_link_internal): Don't declare.
42711         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
42712         with libc_hidden_ver, remove use of INTUSE.
42713         * libio/genops.c: Likewise.
42714         * libio/freopen.c: Likewise.
42715         * libio/freopen64.c: Likewise.
42716         * libio/iofclose.c: Likewise.
42717         * libio/iofdopen.c: Likewise.
42718         * libio/iofflush.c: Likewise.
42719         * libio/iofflush_u.c: Likewise.
42720         * libio/iofgets.c: Likewise.
42721         * libio/iofgets_u.c: Likewise.
42722         * libio/iofopen.c: Likewise.
42723         * libio/iofopncook.c: Likewise.
42724         * libio/iofread.c: Likewise.
42725         * libio/iofread_u.c: Likewise.
42726         * libio/ioftell.c: Likewise.
42727         * libio/iofwrite.c: Likewise.
42728         * libio/iogetline.c: Likewise.
42729         * libio/iogets.c: Likewise.
42730         * libio/iogetwline.c: Likewise.
42731         * libio/iopadn.c: Likewise.
42732         * libio/iopopen.c: Likewise.
42733         * libio/ioseekoff.c: Likewise.
42734         * libio/ioseekpos.c: Likewise.
42735         * libio/iosetbuffer.c: Likewise.
42736         * libio/iosetvbuf.c: Likewise.
42737         * libio/ioungetc.c: Likewise.
42738         * libio/ioungetwc.c: Likewise.
42739         * libio/iovdprintf.c: Likewise.
42740         * libio/iovsprintf.c: Likewise.
42741         * libio/iovsscanf.c: Likewise.
42742         * libio/memstream.c: Likewise.
42743         * libio/obprintf.c: Likewise.
42744         * libio/oldfileops.c: Likewise.
42745         * libio/oldiofclose.c: Likewise.
42746         * libio/oldiofdopen.c: Likewise.
42747         * libio/oldiofopen.c: Likewise.
42748         * libio/oldiopopen.c: Likewise.
42749         * libio/oldstdfiles.c: Likewise.
42750         * libio/putc.c: Likewise.
42751         * libio/setbuf.c: Likewise.
42752         * libio/setlinebuf.c: Likewise.
42753         * libio/stdfiles.c: Likewise.
42754         * libio/strops.c: Likewise.
42755         * libio/vasprintf.c: Likewise.
42756         * libio/vscanf.c: Likewise.
42757         * libio/vsnprintf.c: Likewise.
42758         * libio/vswprintf.c: Likewise.
42759         * libio/wfiledoalloc.c: Likewise.
42760         * libio/wfileops.c: Likewise.
42761         * libio/wgenops.c: Likewise.
42762         * libio/wmemstream.c: Likewise.
42763         * libio/wstrops.c: Likewise.
42764         * libio/__fpurge.c: Likewise.
42765         * libio/__fsetlocking.c: Likewise.
42766         * assert/assert.c: Likewise.
42767         * debug/fgets_chk.c: Likewise.
42768         * debug/fgets_u_chk.c: Likewise.
42769         * debug/fread_chk.c: Likewise.
42770         * debug/fread_u_chk.c: Likewise.
42771         * debug/gets_chk.c: Likewise.
42772         * debug/obprintf_chk.c: Likewise.
42773         * debug/vasprintf_chk.c: Likewise.
42774         * debug/vdprintf_chk.c: Likewise.
42775         * debug/vsnprintf_chk.c: Likewise.
42776         * debug/vsprintf_chk.c: Likewise.
42777         * malloc/mtrace.c: Likewise.
42778         * misc/error.c: Likewise.
42779         * misc/syslog.c: Likewise.
42780         * stdio-common/asprintf.c: Likewise.
42781         * stdio-common/fxprintf.c: Likewise.
42782         * stdio-common/getw.c: Likewise.
42783         * stdio-common/isoc99_fscanf.c: Likewise.
42784         * stdio-common/isoc99_scanf.c: Likewise.
42785         * stdio-common/isoc99_vfscanf.c: Likewise.
42786         * stdio-common/isoc99_vscanf.c: Likewise.
42787         * stdio-common/isoc99_vsscanf.c: Likewise.
42788         * stdio-common/printf-prs.c: Likewise.
42789         * stdio-common/printf_fp.c: Likewise.
42790         * stdio-common/printf_fphex.c: Likewise.
42791         * stdio-common/printf_size.c: Likewise.
42792         * stdio-common/putw.c: Likewise.
42793         * stdio-common/scanf.c: Likewise.
42794         * stdio-common/sprintf.c: Likewise.
42795         * stdio-common/tmpfile.c: Likewise.
42796         * stdio-common/vfprintf.c: Likewise.
42797         * stdio-common/vfscanf.c: Likewise.
42798         * stdlib/strfmon_l.c: Likewise.
42799         * sunrpc/openchild.c: Likewise.
42800         * sunrpc/xdr_stdio.c: Likewise.
42801         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
42802         * sysdeps/mach/hurd/tmpfile.c: Likewise.
42804 2012-05-24  Roland McGrath  <roland@hack.frob.com>
42806         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42808         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
42809         in the third column, to generate for the shared library an IFUNC
42810         that uses _dl_vdso_vsym.
42811         * Makerules (COMPILE.c, compile-stdin.c): New variables.
42812         * Makeconfig (object-suffixes-noshared): New variable.
42814         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
42815         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
42816         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
42817         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
42819         [BZ #14132]
42820         * include/sys/time.h (__gettimeofday): Remove macro.
42821         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
42822         * time/gettimeofday.c (__gettimeofday): Remove #undef.
42823         Remove INTDEF.
42824         (__gettimeofday): Add libc_hidden_def.
42825         (gettimeofday): Add libc_hidden_weak.
42826         * sysdeps/mach/gettimeofday.c: Likewise.
42827         * sysdeps/posix/gettimeofday.c: Likewise.
42828         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
42829         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
42830         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
42831         (__gettimeofday_internal): Remove strong_alias.
42832         (__gettimeofday): Add libc_hidden_def.
42833         (gettimeofday): Add libc_hidden_weak.
42834         * sysdeps/unix/syscalls.list (gettimeofday):
42835         Remove __gettimeofday_internal alias.
42837 2012-05-24  Daniel Jacobowitz  <drow@false.org>
42838             H.J. Lu  <hongjiu.lu@intel.com>
42840         [BZ #12495]
42841         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
42842         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
42843         (largebin_index_32_big): New.
42844         (largebin_index): Use it for 16-byte alignment.
42845         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
42846         correction with front_misalign.
42848 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
42850         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
42851         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
42852         Likewise.
42853         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
42854         Likewise.
42855         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
42856         Likewise.
42857         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
42858         Likewise.
42859         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
42860         Likewise.
42861         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
42862         Likewise.
42863         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
42864         Likewise.
42865         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
42866         Likewise.
42867         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
42868         Likewise.
42869         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
42870         Likewise.
42871         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
42872         Likewise.
42873         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
42874         Likewise.
42876         * scripts/data/c++-types-x32-linux-gnu.data: New file.
42877         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
42879 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42881         [BZ #10846]
42882         [BZ #14036]
42883         * math/libm-test.inc (exp_test): Add test from bug 14036.
42884         (pow_test): Add test from bug 10846.
42886         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
42887         and other flags.
42888         (special_function): Do not include flags in test name.
42889         (parse_args): Likewise.
42890         * sysdeps/i386/fpu/libm-test-ulps: Update.
42891         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42892         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
42893         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
42894         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42896         * math/gen-libm-test.pl (%beautify): Add entries for underflow
42897         exceptions.
42898         * math/libm-test.inc ("Philosophy"): Update comment about
42899         exception testing.
42900         (UNDERFLOW_EXCEPTION): New macro.
42901         (UNDERFLOW_EXCEPTION_OK): Likewise.
42902         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
42903         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
42904         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
42905         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
42906         (INVALID_EXCEPTION_OK): Update value.
42907         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
42908         (OVERFLOW_EXCEPTION_OK): Likewise.
42909         (IGNORE_ZERO_INF_SIGN): Likewise.
42910         (test_exceptions): Handle underflow exceptions.
42911         (acos_test): Update for underflow exception expectations.
42912         (cexp_test): Likewise.
42913         (clog_test): Likewise.
42914         (clog10_test): Likewise.
42915         (csqrt_test): Likewise.
42916         (ctan_test): Likewise.
42917         (ctanh_test): Likewise.
42918         (exp_test): Likewise.
42919         (exp10_test): Likewise.
42920         (exp2_test): Likewise.
42921         (expm1_test): Likewise.
42922         (fma_test): Likewise.
42923         (j0_test): Likewise.
42924         (jn_test): Likewise.
42925         (nexttoward_test): Likewise.
42926         (pow_test): Likewise.
42927         (scalbn_test): Likewise.
42928         (scalbln_test): Likewise.
42929         (tan_test): Likewise.
42930         (y1_test): Likewise.
42931         * sysdeps/i386/fpu/libm-test-ulps: Update.
42932         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42934 2012-05-23  David S. Miller  <davem@davemloft.net>
42936         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42937         (__libc_sigaction): Remove unused local variables.
42939 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42941         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
42943 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
42945         mktime: avoid signed integer overflow
42946         * time/mktime.c (__mktime_internal): Do not mishandle the case
42947         where diff == INT_MIN.
42949         mktime: simplify computation of average
42950         * time/mktime.c (ranged_convert): Use new time_t_avg function
42951         instead of rolling our own (probably-slower) code.
42953         mktime: do not assume signed right shift propagates sign bit
42954         * time/mktime.c (isdst_differ): New static function.
42955         (__mktime_internal): No need to normalize tm_isdst now.
42956         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
42957         tm_isdst values.
42959         mktime: merge another wrapv change from gnulib
42960         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
42961         from some compilers.
42963         mktime: remove incorrect attempt at unusual arithmetics
42964         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
42965         The code didn't really work on such machines anyway.
42966         (TYPE_MINIMUM): Assume two's complement.
42967         (twos_complement_arithmetic): Verify that long_int and time_t
42968         are two's complement (or unsigned, in the latter case).
42970         mktime: check signed shifts on long_int and time_t, too
42971         * time/mktime.c (SHR): Check that shifts work as desired
42972         on the types long_int and time_t too, as SHR is used on
42973         such types.
42975         mktime: do not assume 'long' is wide enough
42976         * time/mktime.c (verify): Move decl up.
42977         (long_int): New type.
42978         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
42979         to remove assumption in the code that 'long' is wide enough to
42980         store year values.  This assumption is not true on x32 and on
42981         some non-glibc platforms.
42983         mktime: merge wrapv change from gnulib
42984         * time/mktime.c (WRAPV): New macro.
42985         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
42986         (guess_time_tm, __mktime_internal): Do not assume that signed
42987         integer overflow wraps around; modern compilers generate code
42988         where this assumption is no longer valid.
42990 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42992         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42993         Replace "jmp L(pseudo_end)" with "ret".
42994         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
42995         Likewise.
42997 2012-05-23  Andreas Jaeger  <aj@suse.de>
42999         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
43000         * sysdeps/unix/sysv/linux/poll.c: Remove file.
43002 2012-05-23  Andreas Jaeger  <aj@suse.de>
43003             Maximilian Attems  <max@stro.at>
43005         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
43006         New macros.
43008 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43010         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
43011         code so that pseudo_end is just ret and the stack pointer is
43012         correct also for static library in error case.
43014 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
43016         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
43017         move to syscalls.list.
43018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
43019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
43020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
43021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
43023         * manual/install.texi (Running make install): Do not mention Linux
43024         kernel version for which pt_chown is not needed.
43025         (Linux): Do not mention problems with nscd with 2.0 kernels.
43026         * INSTALL: Regenerated.
43028 2012-05-23  Andreas Jaeger  <aj@suse.de>
43030         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
43031         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
43032         macro.
43033         * sysdeps/unix/sysv/linux/s390/bits/mman.h
43034         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43035         * sysdeps/unix/sysv/linux/sh/bits/mman.h
43036         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43037         * sysdeps/unix/sysv/linux/i386/bits/mman.h
43038         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43039         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
43040         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43041         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
43042         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43043         * sysdeps/unix/sysv/linux/bits/in.h
43044         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
43046 2012-05-22  Roland McGrath  <roland@hack.frob.com>
43048         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
43049         (PREPARE_VERSION): Just use assert instead, it will be elided
43050         under [NDEBUG] anyway.
43052 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43054         * sysdeps/unix/sysv/linux/Makefile: Include
43055         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
43056         (sysdep_routines): Remove sysctl.
43057         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
43058         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
43059         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
43060         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
43061         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
43063 2012-05-22  Andreas Jaeger  <aj@suse.de>
43065         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
43066         that pseudo_end is just ret and the stack pointer is correct also
43067         for static library in error case.
43069 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
43071         [BZ #14122]
43072         * nss/nsswitch.c (defconfig_entries): New variable.
43073         (__nss_database_lookup): Don't leak defconfig entries.
43074         (nss_parse_service_list): Don't leak on error paths.
43075         (free_database_entries): New function.
43076         (free_defconfig): New function.
43077         (free_mem): Move common code to free_database_entries.
43079 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43081         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
43082         Add arch_prctl.
43083         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
43085         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
43086         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
43087         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
43088         New macro.
43089         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
43090         (INTERNAL_SYSCALL_TYPES): Likewise.
43091         (LOAD_ARGS_TYPES_[1-6]): Likewise.
43092         (LOAD_REGS_TYPES_[1-6]): Likewise.
43093         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
43094         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
43096 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43098         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
43099         copysignl for GLIBC_2_0.
43100         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
43101         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
43102         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
43103         logbl for GLIBC_2_0.
43104         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
43105         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
43107 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43109         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
43110         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43112         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43113         Use "neg %eax".
43115         * time/mktime.c: Update copyright years.
43117 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
43119         mktime: merge comment-quoting-style change from gnulib
43120         * time/mktime.c: Quote 'like this' in comments.
43121         The GNU coding standards suggest that we no longer quote `like this',
43122         as "`" and "'" are typically rendered asymmetrically nowadays.
43123         The typical gnulib style is to quote 'like this' when quoting
43124         code, and "like this" when quoting English.
43126         * time/mktime.c (compile-command): Add "-I.".
43128         mktime: merge mktime-internal.h change from gnulib
43129         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
43131         mktime: merge time_r change from gnulib
43132         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
43134         mktime: merge DEBUG change from gnulib
43135         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
43136         case system <time.h> has a #define.
43138         mktime: merge <sys/types.h> change from gnulib
43139         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
43140         since <time.t> is now guaranteed to define time_t.
43142         mktime: merge HAVE_CONFIG_H change from gnulib
43143         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
43145 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43147         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43148         Use "neg %eax".
43150         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
43151         __rlim_t cast.
43152         (struct rusage): Use anonymous union to pad each field to
43153         __syscall_slong_t.
43155 2012-05-21  David S. Miller  <davem@davemloft.net>
43157         * Makefules (o-iterator): Remove .s cases.
43158         (compile-command.s): Delete.
43159         (COMPILE.s): Delete.
43160         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
43162 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
43164         * configure.in (libc_cv_predef_stack_protector): Only consider
43165         "foobar" and "__stack_chk_fail" lines in libc_undefs.
43166         * configure: Regenerated.
43168 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43170         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43171         New macro.  Use R*LP on int and pointer.
43172         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
43173         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
43174         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
43175         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
43177         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
43178         [__WORDSIZE_TIME64_COMPAT32] instead of
43179         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
43180         (struct utmp): Likewise.
43181         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
43182         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
43183         Renamed to ...
43184         (__WORDSIZE_TIME64_COMPAT32): This.
43185         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
43186         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
43187         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
43188         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
43189         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
43190         (__WORDSIZE_TIME64_COMPAT32): New macro.
43192 2012-05-21  Andreas Jaeger  <aj@suse.de>
43194         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
43195         only if [SHARED]. Add prototype for __wcschr_ia32.
43197 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43199         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
43200         of %rbp unmolested in the jmp_buf while mangling the low bits.
43201         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
43202         unmolested high bits of %rbp while demangling the low bits.
43203         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
43205 2012-05-21  Andreas Jaeger  <aj@suse.de>
43207         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
43208         * sunrpc/svc_simple.c: Use it for registerrpc.
43209         * sunrpc/xcrypt.c: Use it for passwd2des.
43211         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
43213 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43215         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
43216         Don't define if [__SYSCALL_WORDSIZE != 32].
43217         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
43218         New macro.
43220 2012-05-21  Bruno Haible  <bruno@clisp.org>
43221             Andreas Jaeger  <aj@suse.de>
43223         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
43224         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
43225         inptr and inend for must_buffer_ch.
43226         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
43227         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
43228         * stdio-common/Makefile (tests): Remove bug15.
43229         (bug15-ENV): Remove macro.
43230         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
43231         anymore.
43233 2012-05-19  Andreas Jaeger  <aj@suse.de>
43234             Roland McGrath  <roland@hack.frob.com>
43236         * manual/contrib.texi: Completely rewritten. It contains now an
43237         alphabetical list of contributors and their contributions.
43239 2012-05-21  Richard Henderson  <rth@twiddle.net>
43241         * misc/getauxval.c (__getauxval): Use unsigned long int.
43242         * misc/sys/auxv.h: Include <sys/cdefs.h>.
43243         (getauxval): Use unsigned long int.
43245 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43247         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43249 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43251         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
43252         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
43253         __alignof__ (long double).
43255 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43257         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43259 2012-05-20  Richard Henderson  <rth@twiddle.net>
43261         * misc/getauxval.c: New file.
43262         * misc/sys/auxv.h: New file.
43263         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
43264         (routines): Add getauxval.
43265         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
43266         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
43267         * elf/dl-sysdep.c (_dl_auxv): Remove.
43268         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
43269         * elf/dl-support.c (_dl_auxv): New variable.
43270         (_dl_aux_init): Initialize it.
43271         * manual/startup.texi (Auxiliary Vector): New node.
43272         * sysdeps/generic/bits/hwcap.h: New file.
43273         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
43274         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
43275         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
43276         * sysdeps/sparc/sysdep.h: ... here.  Include it.
43277         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
43278         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
43279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43280         Update.
43281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
43282         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
43283         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
43284         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
43285         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43286         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43287         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
43288         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
43290 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43292         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43294 2012-05-19  David S. Miller  <davem@davemloft.net>
43296         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43298 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43300         [BZ #14123]
43301         * math/s_ccosh.c: Include <float.h>
43302         (__ccosh): Avoid internal overflow calculating sinh and cosh
43303         values before multiplying by sin and cos values.
43304         * math/s_ccoshf.c: Likewise.
43305         * math/s_ccoshl.c: Likewise.
43306         * math/s_csin.c: Likewise.
43307         * math/s_csinf.c: Likewise.
43308         * math/s_csinl.c: Likewise.
43309         * math/s_csinh.c: Likewise.
43310         * math/s_csinhf.c: Likewise.
43311         * math/s_csinhl.c: Likewise.
43312         * math/libm-test.inc (ccos_test): Add more tests.
43313         (ccosh_test): Likewise.
43314         (csin_test): Likewise.
43315         (csinh_test): Likewise.
43316         * sysdeps/i386/fpu/libm-test-ulps: Update.
43317         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43319 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
43321         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
43322         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
43324         * sysdeps/x86_64/x32/_itoa.h: Add comment.
43326 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43328         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
43329         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
43330         * sysdeps/powerpc/soft-fp/Versions: Likewise.
43331         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
43332         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
43333         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
43334         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
43335         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
43336         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
43337         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
43338         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
43339         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
43340         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
43341         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
43342         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
43343         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
43344         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
43345         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
43346         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
43347         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
43348         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
43349         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
43350         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
43351         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
43352         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
43353         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
43354         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
43355         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
43356         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
43357         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
43358         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
43360 2012-05-18  Andreas Jaeger  <aj@suse.de>
43362         * csu/.gitignore: Delete.
43364 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43366         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
43367         (timex): Use __syscall_slong_t.
43369 2012-05-18  Andreas Jaeger  <aj@suse.de>
43370             Carlos O'Donell  <carlos_odonell@mentor.com>
43372         * manual/install.texi (Configuring and compiling): Update
43373         description about files modified in the source directory.
43374         * INSTALL: Regenerated.
43376 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43378         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
43379         value.  Use "or" to set return value to -1.
43380         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
43381         negate return value.
43383 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43385         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
43386         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
43387         failure if the compiler has Graphite support disabled.
43388         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
43389         Likewise.
43390         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
43391         (CFLAGS-memmove.c): Likewise.
43392         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
43393         Likewise.
43395 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43397         * sysdeps/x86_64/x32/_itoa.h: New file.
43399         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
43400         getdents system call only if kernel and user dirents have the
43401         same d_ino and d_off.
43403         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43404         LLONG_MAX != LONG_MAX.
43405         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43406         (_fitoa_word): Likewise.
43408         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
43409         years.
43410         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
43411         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
43412         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
43414         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
43415         include <bits/wordsize.h>.  Check __x86_64__ instead of
43416         __WORDSIZE.
43417         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
43418         if __x86_64__ is defined.  Use anonymous union on fpstate.
43420         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
43421         anonymous union.
43423 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
43425         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
43426         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
43427         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
43428         Refer to _rtld_local_ro instead of _rtld_global_ro.
43429         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
43430         Likewise.
43431         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
43432         Likewise.
43433         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
43434         Likewise.
43435         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
43436         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
43437         of _rtld_global, and rtld_progname instead of _dl_argv[0].
43439         * sysdeps/powerpc/powerpc32/dl-machine.c
43440         (__elf_machine_runtime_setup) [PROF]: Don't reference
43441         _dl_prof_resolve.
43443 2012-05-18  Andreas Jaeger  <aj@suse.de>
43445         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
43446         function only available for GCCs before 3.4 since GCC 3.4
43447         introduced a builtin.
43448         (lrint): Likewise.
43449         (llrintf): Likewise.
43450         (llrint): Likewise.
43451         (fmaxf): Likewise.
43452         (fmax): Likewise.
43453         (fminf): Likewise.
43454         (fmin): Likewise.
43455         (rint): Likewise.
43456         (rintf): Likewise.
43457         (nearbyint): Likewise.
43458         (nearbyintf): Likewise.
43459         (ceil): Likewise.
43460         (ceilf): Likewise.
43461         (floor): Likewise.
43462         (floorf): Likewise.
43464 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43466         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
43467         on both fields and cast pointer to __syscall_ulong_t.
43469         * bits/types.h (__fsword_t): New type.
43470         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
43471         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
43472         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43473         (__FSWORD_T_TYPE): Likewise.
43474         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43475         (__FSWORD_T_TYPE): Likewise.
43476         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43477         (__FSWORD_T_TYPE): Likewise.
43478         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
43479         (__FSWORD_T_TYPE): Likewise.
43480         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
43481         __SWORD_TYPE with __fsword_t.
43482         (statfs64): Likewise.
43484 2012-05-17  David S. Miller  <davem@davemloft.net>
43486         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
43488 2012-05-17  Andreas Jaeger  <aj@suse.de>
43490         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
43491         warning.
43493 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43495         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
43497 2012-05-17  Andreas Jaeger  <aj@suse.de>
43499         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
43500         when it is used.
43502 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
43504         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
43506 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43508         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
43509         * sysdeps/x86_64/tst-mallocalign1.c: New file.
43511 2012-05-17  Andreas Jaeger  <aj@suse.de>
43512             Carlos O'Donell  <carlos_odonell@mentor.com>
43514         [BZ #14059]
43515         * sysdeps/x86_64/multiarch/init-arch.h
43516         (bit_YMM_Usable): Rename to...
43517         (bit_AVX_Usable): ... this.
43518         (bit_FMA4_Usable): New macro.
43519         (bit_XMM_state): New macro.
43520         (bit_YMM_state): New macro.
43521         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
43522         [__ASSEMBLER__] (index_AVX_Usable): ... this.
43523         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
43524         (CPUID_OSXSAVE): New macro.
43525         (CPUID_AVX): New macro.
43526         (CPUID_FMA4): New macro.
43527         (index_YMM_Usable): Rename to...
43528         (index_AVX_Usable): ... this.
43529         (HAS_AVX): Use HAS_ARCH_FEATURE.
43530         (HAS_FMA4): Likewise.
43531         (HAS_YMM_USABLE): Remove.
43532         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
43533         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
43534         are present.
43535         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
43536         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
43537         * sysdeps/x86_64/multiarch/Makefile: Likewise.
43538         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
43539         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
43541 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
43543         * math/libm-test.c: Support platforms without multiple rounding modes.
43544         * math/bug-nextafter.c: Support platforms without FP exceptions.
43545         * math/bug-nexttoward.c: Likewise.
43546         * math/test-fenv.c: Likewise.
43547         * math/test-misc.c: Likewise.
43548         * stdlib/bug-getcontext.c: Likewise.
43550 2012-05-17  Andreas Jaeger  <aj@suse.de>
43552         * manual/examples/search.c (critter_cmp): Change signature to
43553         avoid warnings.
43554         * manual/string.texi (Collation Functions): Likewise.
43556 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43558         * bits/types.h: Fold copyright years.
43559         * bits/typesizes.h: Likewise.
43560         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
43561         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
43562         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
43563         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
43564         * time/time.h: Likewise.
43566 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
43568         [BZ #208]
43569         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
43570         in instead of returning them.  Return void.
43571         (__libc_mallinfo): Accumulate over all arenas.
43572         (__malloc_stats): Adjust for change in int_mallinfo interface.
43574 2012-05-16  Roland McGrath  <roland@hack.frob.com>
43576         [BZ #10375]
43577         * configure.in (NM): Add AC_CHECK_TOOL for it.
43578         (libc_extra_cflags): New substituted variable.
43579         Check for -fstack-protector being used implicitly.
43580         * configure: Regenerated.
43581         * config.make.in (config-extra-cflags): New variable,
43582         gets @libc_extra_cflags@.
43583         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
43585         [BZ #10375]
43586         * configure.in: Check for _FORTIFY_SOURCE being predefined.
43587         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
43588         * configure: Regenerated.
43589         * config.make.in (CPPUNDEFS): New substituted variable.
43590         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
43591         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
43592         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
43594 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43596         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
43597         (mq_attr): Use __syscall_slong_t.
43599 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43601         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
43602         Check __x86_64__ instead of __WORDSIZE.
43603         (_STAT_VER_LINUX): Likewise.
43604         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
43605         __syscall_ulong_t and __syscall_slong_t.
43606         (stat64): Likewise.
43608 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43610         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
43612 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43614         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
43616 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43618         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
43619         __syscall_ulong_t.
43621         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
43622         include <bits/wordsize.h>.  Check __x86_64__ instead of
43623         __WORDSIZE.
43624         (greg_t): Use "__extension__ long long int" if __x86_64__ is
43625         defined.
43626         (mcontext_t): Replace "unsigned long" with "unsigned long long".
43628         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
43629         include <bits/wordsize.h>.  Check __x86_64__ instead of
43630         __WORDSIZE.
43631         (user_regs_struct): Use "__extension__ unsigned long long"
43632         instead of "unsigned long" if __x86_64__ is defined.
43633         (user): Likewise.  Pad after pointer field if __ILP32__ is
43634         defined.
43636 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
43638         * configure.in (makeinfo): Require version 4.5 or later.  Allow
43639         versions 5 to 9.
43640         * configure: Regenerated.
43641         * manual/install.texi (texinfo): Increase version requirement to
43642         4.5 or later.
43643         * INSTALL: Regenerated.
43645         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
43647 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43649         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
43651         * sysdeps/x86_64/x32/ffs.c: New file.
43653         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
43654         __syscall_ulong_t.
43655         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
43656         defined.  Use __syscall_ulong_t.
43657         (shminfo): Use __syscall_ulong_t.
43658         (shm_info): Likewise.
43660         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
43661         __syscall_ulong_t.
43663         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
43664         <bits/wordsize.h>.
43665         (msgqnum_t): Use __syscall_ulong_t.
43666         (msglen_t): Likewise.
43667         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
43668         __syscall_ulong_t.
43670         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
43671         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43673         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
43675         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
43676         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
43678         * sysvipc/sys/msg.h (msgbuf): Replace long int with
43679         __syscall_slong_t.
43681         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
43682         include <bits/wordsize.h>.  Check __x86_64__ instead of
43683         __WORDSIZE.
43685         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
43686         "unsigned long long int" if __x86_64__ is defined.
43687         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
43689         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
43690         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43691         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
43693         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
43694         <stdint.h>.
43695         (GET_PC): Cast to uintptr_t first.
43696         (GET_FRAME): Likewise.
43697         (GET_STACK): Likewise.
43699         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
43700         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
43701         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
43702         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
43703         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
43704         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
43705         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
43706         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
43707         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
43708         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
43709         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
43710         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
43711         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
43712         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
43713         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
43714         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
43715         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
43716         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
43717         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
43718         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
43719         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
43720         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
43721         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
43722         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
43723         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
43724         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
43725         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
43726         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
43727         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
43729 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
43731         * Makerules (+depfiles): Also collect depfiles from .oS in
43732         $(extra-objs).
43733         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
43734         .oS, $(libnldbl-routines)).
43736         * Makerules (native-compile-mkdep-flags): Define.
43737         * sunrpc/Makefile (extra-objs): Add $(addprefix
43738         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
43739         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
43740         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
43741         calling $(make-target-directory).
43743 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43745         * bits/types.h (__snseconds_t): Removed.
43746         * time/time.h (struct timespec): Replace __snseconds_t with
43747         __syscall_slong_t.
43748         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
43749         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
43750         Likewise.
43751         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43752         (__SNSECONDS_T_TYPE): Likewise.
43753         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43754         (__SNSECONDS_T_TYPE): Likewise.
43755         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43756         (__SNSECONDS_T_TYPE): Likewise.
43758 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43760         * sysdeps/mach/hurd/bits/typesizes.h
43761         (__SYSCALL_SLONG_TYPE): New macro.
43762         (__SYSCALL_ULONG_TYPE): Likewise.
43764 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43766         * bits/types.h (__syscall_slong_t): New type.
43767         (__syscall_ulong_t): Likewise.
43769         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
43770         (__SYSCALL_ULONG_TYPE): Likewise.
43771         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43772         (__SYSCALL_SLONG_TYPE): Likewise.
43773         (__SYSCALL_ULONG_TYPE): Likewise.
43774         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43775         (__SYSCALL_SLONG_TYPE): Likewise.
43776         (__SYSCALL_ULONG_TYPE): Likewise.
43777         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43778         (__SYSCALL_SLONG_TYPE): Likewise.
43779         (__SYSCALL_ULONG_TYPE): Likewise.
43781 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43783         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
43784         Add sigaltstack-offsets.sym.
43785         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
43786         <sigaltstack-offsets.h>.
43787         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
43788         longjmp_msg pointer.
43789         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
43790         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
43791         signal stack.
43792         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
43794 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
43796         * elf/stackguard-macros.h: Remove file.
43797         * sysdeps/generic/stackguard-macros.h: New file.
43798         * sysdeps/i386/stackguard-macros.h: Likewise.
43799         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
43800         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
43801         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
43802         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
43803         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
43804         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
43805         * sysdeps/x86_64/stackguard-macros.h: Likewise.
43806         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
43807         <elf/stackguard-macros.h>.
43809         [BZ #14109]
43810         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
43811         __aligned__ in attribute.
43812         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
43813         (gregset_t): Likewise.
43815 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43817         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
43818         * sysdeps/x86_64/64/Implies-after: Here.  New file.
43819         * sysdeps/x86_64/x32/Implies-after: New file.
43821 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43823         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
43824         and access return value for _dl_profile_fixup.  Use R10_LP to
43825         load frame size.
43827 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43829         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
43831 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43833         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
43834         * sysdeps/x86_64/x32/sysdep.h: New file.
43836 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43838         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
43839         * sysdeps/x86_64/setjmp.S: Likewise.
43841 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43843         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
43844         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
43845         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
43846         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
43847         remove unused global constant.
43849 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
43851         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
43852         include of <not-cancel.h>.
43854 2012-05-15  Roland McGrath  <roland@hack.frob.com>
43856         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
43858 2012-05-15  Jeff Law  <law@redhat.com>
43859             Andreas Jaeger  <aj@suse.de>
43861         [BZ #13594]
43862         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
43863         out from...
43864         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
43865         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
43866         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
43867         code changing __hst_map_handle.map.
43869 2012-05-15  Roland McGrath  <roland@hack.frob.com>
43871         * configure.in (sysnames): Look for Implies-before and Implies-after
43872         files.
43873         * configure: Regenerated.
43875 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43877         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
43878         8-byte data alignment with LP_SIZE alignment.
43880 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43882         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
43883         into R10_LP.
43885 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43887         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
43889 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43891         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
43892         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
43893         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
43894         Likewise.
43895         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
43897 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43899         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
43900         (stackinfo_sub_sp): Likewise.
43902 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43904         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
43905         RAX_LP.
43907 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43909         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
43910         into R*_LP.
43912 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43914         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
43915         sizes into R*_LP.
43917 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43919         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
43921 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43923         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
43924         into R11_LP and load __x86_64_shared_cache_size_half into
43925         R8_LP.
43927 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43929         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
43930         R8_LP.
43932 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43934         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
43935         logb for POWER7.
43936         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
43937         logbf for POWER7.
43938         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
43939         logbl for POWER7.
43940         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
43941         powerpc32/power7/fpu/s_logb.c via #include.
43942         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
43943         powerpc32/power7/fpu/s_logbf.c via #include.
43944         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
43945         powerpc32/power7/fpu/s_logbl.c via #include.
43947 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
43949         * README.libm: Remove file.
43951 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43953         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
43954         count for x32.  Use R*_LP and omit operand-size suffix.
43956 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43958         * shlib-versions: Move x86_64-.*-linux.* entries to ...
43959         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
43960         * sysdeps/x86_64/x32/shlib-versions: New file.
43962 2012-05-14  Roland McGrath  <roland@hack.frob.com>
43964         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
43965         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
43966         Use _dl_fatal_printf instead.
43968 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
43970         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
43971         set if not set by the user.  Do not allow for being unset.
43972         * sysdeps/unix/sysv/linux/configure: Regenerated.
43974 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43976         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
43977         the `q' suffix from lea and replace .quad with ASM_ADDR.
43979 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43981         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
43982         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
43983         instead of $17.
43984         (PTR_DEMANGLE): Likewise.
43986 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43988         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
43989         (LP_OP): Likewise.
43990         (ASM_ADDR): Likewise.
43991         (RAX_LP): Likewise.
43992         (RBP_LP): Likewise.
43993         (RBX_LP): Likewise.
43994         (RCX_LP): Likewise.
43995         (RDI_LP): Likewise.
43996         (RSI_LP): Likewise.
43997         (RSP_LP): Likewise.
43998         (R8_LP): Likewise.
43999         (R9_LP): Likewise.
44000         (R10_LP): Likewise.
44001         (R10_LP): Likewise.
44002         (R11_LP): Likewise.
44003         (R12_LP): Likewise.
44004         (R13_LP): Likewise.
44005         (R14_LP): Likewise.
44006         (R15_LP): Likewise.
44008 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44010         * sysdeps/x86_64/x32/dl-machine.h: New file.
44012 2012-05-14  Andreas Jaeger  <aj@suse.de>
44014         * manual/Makefile (subdir): Remove export of subdir.
44015         (all): Remove target.
44016         (.PHONY): Remove all from list.
44017         (mkinstalldirs): Remove.
44018         (.PHONY): Remove installdirs from list.
44019         ($(inst_infodir)/libc.info): Use make-target-directory.
44020         (installdirs): Remove.
44021         (subdir_%): Remove.
44022         (glibc-targets): Remove.
44023         (lib): Remove.
44024         (stubs): Remove.
44025         ($(objpfx)stubs ../po/manual.pot): Remove.
44026         ($(objpfx)stamp%): Remove.
44027         (make-target-directory): Remove.
44028         (subdir_install): Remove.
44029         (routines): Remove.
44030         (aux): Remove.
44031         (sources): Remove.
44032         (objects): Remove.
44033         (headers): Remove.
44035         [BZ #13750]
44036         * manual/.gitignore: Remove, it's not needed anymore.
44037         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
44038         all files in it.
44039         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
44040         directory.
44041         (texis): Renamed to $(objpfx)texis.
44042         (texis-path): New, contains path to generated files.
44043         (chapters.%): Use texis-path for complete path, add extra argument
44044         libc-texinfo.sh.
44045         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
44046         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
44047         (summary,texi, stamp-summary): Use complete path of
44048         files. Generate files in build dir.
44049         (dir-add.texi): Build in build dir.
44050         (libm-err.texi,stamp-libm-err): Likewise.
44051         (version.texi, stamp-version): Likewise.
44052         (.%c.texi): Likewise.
44053         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
44054         (mostlyclean): Remove target.
44055         (realclean): Remove target.
44056         (generated): Add new variable with contents from mostlyclean and
44057         realclean, remove entries duplicated in common-mostlyclean, add
44058         stamp-libm-err and stamp-version.
44059         (generated-dirs): Add libc directory.
44060         ($(inst_infodir)/libc.info): Install files from build dir.
44062         * manual/install.texi (Configuring and compiling): Adjust since
44063         the info files are not part of the tar ball anymore.
44065 2012-05-14  Andreas Jaeger  <aj@suse.de>
44067         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
44068         variable.
44070 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44072         [BZ #13717]
44073         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
44074         to 2.2.0 where earlier.
44075         * sysdeps/unix/sysv/linux/configure: Regenerated.
44076         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
44077         Remove conditional code.
44078         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
44079         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
44080         Remove conditional code.
44081         [!__NR_lchown]: Likewise.
44082         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44083         [__NR_lchown]: Likewise.
44084         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
44085         comment referencing __ASSUME_LCHOWN_SYSCALL.
44086         * sysdeps/unix/sysv/linux/i386/sigaction.c
44087         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44088         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44089         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
44090         Remove conditional code.
44091         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
44092         (__protocol_available): Remove #if 0 code.
44093         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
44094         conditional code.
44095         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
44096         * sysdeps/unix/sysv/linux/kernel-features.h
44097         (__ASSUME_GETCWD_SYSCALL): Don't define.
44098         (__ASSUME_REALTIME_SIGNALS): Likewise.
44099         (__ASSUME_PREAD_SYSCALL): Likewise.
44100         (__ASSUME_PWRITE_SYSCALL): Likewise.
44101         (__ASSUME_POLL_SYSCALL): Likewise.
44102         (__ASSUME_LCHOWN_SYSCALL): Likewise.
44103         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
44104         non-SPARC.
44105         (__ASSUME_SIOCGIFNAME): Don't define.
44106         (__ASSUME_MSG_NOSIGNAL): Likewise.
44107         (__ASSUME_SENDFILE): Define unconditionally.
44108         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
44109         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
44110         conditional code.
44111         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
44112         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
44113         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44114         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44115         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
44116         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44117         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
44119         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44120         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44121         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
44122         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44123         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
44125         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44126         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44127         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
44128         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44129         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
44131         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44132         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
44134         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44135         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
44137         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44138         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
44140         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44141         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44142         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
44143         Remove conditional code.
44144         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44145         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44146         Remove conditional code.
44147         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44148         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
44149         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
44150         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44151         Remove conditional code.
44152         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44153         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
44154         Remove conditional code.
44155         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44156         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
44157         Remove conditional code.
44158         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44159         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44160         Remove conditional code.
44161         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44162         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44163         Remove conditional code.
44164         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44165         * sysdeps/unix/sysv/linux/sh/pwrite64.c
44166         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44167         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44168         * sysdeps/unix/sysv/linux/sigaction.c
44169         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44170         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44171         * sysdeps/unix/sysv/linux/sigpending.c
44172         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44173         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44174         * sysdeps/unix/sysv/linux/sigprocmask.c
44175         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44176         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44177         * sysdeps/unix/sysv/linux/sigsuspend.c
44178         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44179         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44180         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
44181         (__libc_missing_rt_sigs): Remove.
44182         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
44183         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
44184         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
44185         Remove conditional code.
44186         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
44187         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
44188         return 1.
44189         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
44190         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
44191         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
44192         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
44194 2012-05-14  Andreas Jaeger  <aj@suse.de>
44196         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
44197         it's not used in glibc.
44198         (__coshm1): Likewise.
44199         (__acosh1p): Likewise.
44200         (__sgn): Likewise.
44202         * manual/string.texi (Copying and Concatenation): Add missing
44203         variable in concat example.
44204         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
44206 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44208         [BZ #14103]
44209         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
44210         __builtin_clzl with __builtin_clzll.
44212 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44214         [BZ #14104]
44215         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
44216         libc_freeres_ptr.
44218 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44220         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
44221         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
44222         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
44223         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
44225 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
44227         * NEWS: Update ia64 info.
44229 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
44231         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
44232         used as bcopy.
44234 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
44236         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
44237         * sysdeps/unix/syscalls.list (dup3): Likewise.
44238         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
44239         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
44241 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44243         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
44244         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
44246 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44248         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
44249         thread pointer.
44250         (TLS_IE): Use mov/add instead of movq/addq to load thread
44251         pointer.
44252         (TLS_GD_PREFIX): New.
44253         (TLS_GD): Use it.
44255 2012-05-11  David S. Miller  <davem@davemloft.net>
44257         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
44258         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
44259         (_FPU_SETCW): Likewise.
44261 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44263         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
44264         is 32-byte aligned.
44266 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
44268         [BZ #11837]
44269         * iconvdata/gb18030.c: Update tables.
44270         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
44271         characters specially.
44272         (BODY for TO_LOOP): Add encoding of missing ranges.
44274 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
44276         [BZ #13673]
44277         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
44278         * sysdeps/mach/hurd/dup3.c: Likewise.
44279         * sysdeps/mach/hurd/readlinkat.c: Likewise.
44280         * sysdeps/powerpc/memmove.c:: Likewise.
44282 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44284         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
44285         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
44287 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44289         * elf/elf.h (R_X86_64_RELATIVE64): New.
44290         (R_X86_64_NUM): Updated.
44291         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
44292         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
44293         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
44294         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
44295         tst-quad1pie tst-quad2pie
44296         (modules-names): Add tst-quadmod1 tst-quadmod2.
44297         ($(objpfx)tst-quad1): New dependency.
44298         ($(objpfx)tst-quad2): Likewise.
44299         ($(objpfx)tst-quad1pie): Likewise.
44300         ($(objpfx)tst-quad2pie): Likewise.
44301         * sysdeps/x86_64/tst-quad1.c: New file.
44302         * sysdeps/x86_64/tst-quad1pie.c: New file.
44303         * sysdeps/x86_64/tst-quad2.c: Likewise.
44304         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
44305         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
44306         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
44307         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
44308         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
44310 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44312         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
44313         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
44314         * streams/stropts.h (t_scalar_t): Define type.
44316         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
44317         (_PATH_PRESERVE): Set to "/var/lib".
44318         (_PATH_RWHODIR): Set to "/var/spool/rwho".
44320         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
44321         instead of int.
44323         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
44324         if __dir_mkfile succeeded.
44326         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
44327         checking for _hurd_dtablesize.  Unlock it right after having
44328         finished _hurd_dtable allocation.
44330 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44332         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
44333         * sysdeps/mach/hurd/configure: Regenerated.
44334         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
44335         special-casing to...
44336         * sysdeps/gnu/configure.in: ... this new file.
44337         * sysdeps/unix/sysv/linux/configure: Regenerated.
44338         * sysdeps/gnu/configure: New generated file.
44340         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
44341         for Linux: use nsec instead of usec, as well as:
44342         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
44343         members of type struct timespec.
44344         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
44345         New macros.
44346         (struct stat64): Likewise.
44347         (_STATBUF_ST_NSEC): New macro.
44348         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
44350         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
44351         __strtoul_internal rather than strtoul.
44353 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44355         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
44356         and reject them.
44358 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44360         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
44361         which preserves existing values.
44362         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
44364 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44366         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
44367         TIMEOUT values.  Return EINVAL for NFDS values either negative or
44368         greater than FD_SETSIZE.
44370 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44372         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
44373         allocated, call __vm_protect to finish enabling the existing space, and
44374         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
44375         allocate the remainder.
44377 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44379         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
44380         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
44382 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44384         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
44385         sysdeps/mach/hurd/readlink.c.
44387         * posix/tst-sysconf.c (posix_options): Only use
44388         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
44389         _POSIX_SYNCHRONIZED_IO when they are defined
44390         * sysdeps/mach/hurd/bits/posix_opt.h:
44391         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
44392         (_XOPEN_REALTIME): Undefine macro.
44393         (_XOPEN_REALTIME_THREADS): Undefine macro.
44394         (_XOPEN_SHM): Undefine macro.
44395         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
44396         macro to -1.
44397         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
44398         macro to -1.
44399         (_POSIX_ASYNC_IO): Undefine macro.
44400         (_POSIX_PRIORITIZED_IO): Undefine macro.
44401         (_POSIX_SPIN_LOCKS): Define macro to -1.
44403         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
44404         SA_NODEFER, SA_RESETHAND.
44405         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
44406         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
44407         F_DUPFD_CLOEXEC.
44409 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44411         * elf/Makefile (pldd-modules): Define unconditionally.
44413 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44415         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
44417 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44419         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
44420         Return ENOENT when name is empty.
44421         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
44423 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44425         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
44427         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
44429 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44431         Fix mlock in all cases except non-readable pages.
44432         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
44433         instead of VM_PROT_ALL as parameter to __vm_wire function.
44435         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
44436         (__mkdir): When path is `/', just fail with EEXIST.
44437         * sysdeps/mach/hurd/mkdirat.c: Likewise.
44439 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44441         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
44442         <sys/uio.h> (for writev).
44443         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
44444         and <sys/param.h> (for MIN).
44446 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44448         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
44449         REQUESTED_TIME.  Properly set the remaining time and return EINTR
44450         if interrupted.
44452 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44454         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
44455         Depend on against $(link-rpcuserlibs).
44457 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44459         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
44460         (__libc_stack_end): Do not use attribute_relro.
44461         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
44462         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
44463         to libthread-provided value.
44464         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
44465         attribute_relro.
44467 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44469         [BZ #3748]
44470         * bits/libc-lock.h (__libc_once_get): New macro.
44471         * sysdeps/mach/bits/libc-lock.h: Likewise.
44472         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
44473         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
44474         instead of using implementation details.
44476         * libio/fileops.c: Unconditionally include <kernel-features.h>.
44477         * libio/freopen.c: Likewise.
44478         * libio/freopen64.c: Likewise.
44479         * misc/syslog.c: Likewise.
44480         * nscd/connections.c: Likewise.
44481         * nscd/netgroupcache.c: Likewise.
44482         * sysdeps/posix/getcwd.c: Likewise.
44484 2012-05-10  Roland McGrath  <roland@hack.frob.com>
44486         * math/w_ilogbf.c: Add #include <limits.h>.
44488 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44490         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
44491         path instead of returning without unlocking.
44493         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
44494         immediate-write ioctls.
44495         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
44497 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44499         * sysdeps/mach/hurd/i386/init-first.c (init): Use
44500         __builtin_frame_address instead of making assumptions about the
44501         location of the return address relative to DATA.  Force early load of
44502         the return address.
44503         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
44504         __builtin_frame_address.
44506         dup3 for GNU Hurd.
44507         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
44508         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
44509         implement dup3 and do some further code clean-ups.
44510         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
44511         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
44513 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44515         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
44517         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
44518         HURD_CRITICAL_END around holding _hurd_dtable_lock.
44519         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
44520         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
44521         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
44522         d->port.lock.
44524         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
44525         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
44526         when handler == SIG_ERR, not when handler != SIG_ERR.
44528 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44530         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
44531         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
44532         definitions.
44534         accept4 for GNU Hurd.
44535         * include/sys/socket.h (__libc_accept4): New prototype.
44536         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
44537         to implement __libc_accept4.
44538         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
44539         __libc_accept4.
44540         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
44542         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
44543         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
44544         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
44545         signal-defines.sym.
44547 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44549         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
44551 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44553         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
44554         assertion on O_CLOEXEC flag.
44555         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
44556         * hurd/intern-fd.c: Likewise.
44557         * hurd/port2fd.c: Likewise.
44559 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44561         [BZ #3906]
44562         * bits/in.h (IPV6_PKTINFO): Define new macro.
44563         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
44565 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44567         [BZ #13954]
44568         [BZ #13955]
44569         [BZ #13956]
44570         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
44571         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
44572         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
44573         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
44574         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
44575         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
44576         * math/libm-test.inc (logb_test) : Additional logb tests.
44578 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
44579             Andreas Jaeger  <aj@suse.de>
44581         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
44582         * configure: Regenerated.
44583         * config.h.in (LINK_OBSOLETE_RPC): New macro.
44584         * config.make.in (link-obsolete-rpc): New substituted variable.
44585         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
44586         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
44587         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44588         (shared-only-routines): Don't set it under [link-obsolete-rpc],
44589         so that libc.a contains the symbols.
44590         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44591         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
44592         * sunrpc/auth_none.c: Likewise.
44593         * sunrpc/auth_unix.c: Likewise.
44594         * sunrpc/authdes_prot.c: Likewise.
44595         * sunrpc/authuxprot.c: Likewise.
44596         * sunrpc/clnt_gen.c: Likewise.
44597         * sunrpc/clnt_perr.c: Likewise.
44598         * sunrpc/clnt_raw.c: Likewise.
44599         * sunrpc/clnt_simp.c: Likewise.
44600         * sunrpc/clnt_tcp.c: Likewise.
44601         * sunrpc/clnt_udp.c: Likewise.
44602         * sunrpc/clnt_unix.c: Likewise.
44603         * sunrpc/des_crypt.c: Likewise.
44604         * sunrpc/des_soft.c: Likewise.
44605         * sunrpc/get_myaddr.c: Likewise.
44606         * sunrpc/key_call.c: Likewise.
44607         * sunrpc/key_prot.c: Likewise.
44608         * sunrpc/netname.c: Likewise.
44609         * sunrpc/pm_getmaps.c: Likewise.
44610         * sunrpc/pm_getport.c: Likewise.
44611         * sunrpc/pmap_clnt.c: Likewise.
44612         * sunrpc/pmap_prot.c: Likewise.
44613         * sunrpc/pmap_prot2.c: Likewise.
44614         * sunrpc/pmap_rmt.c: Likewise.
44615         * sunrpc/publickey.c: Likewise.
44616         * sunrpc/rpc_cmsg.c: Likewise.
44617         * sunrpc/rpc_common.c: Likewise.
44618         * sunrpc/rpc_dtable.c: Likewise.
44619         * sunrpc/rpc_prot.c: Likewise.
44620         * sunrpc/rpc_thread.c: Likewise.
44621         * sunrpc/rtime.c: Likewise.
44622         * sunrpc/svc.c: Likewise.
44623         * sunrpc/svc_auth.c: Likewise.
44624         * sunrpc/svc_raw.c: Likewise.
44625         * sunrpc/svc_run.c: Likewise.
44626         * sunrpc/svc_tcp.c: Likewise.
44627         * sunrpc/svc_udp.c: Likewise.
44628         * sunrpc/svc_unix.c: Likewise.
44629         * sunrpc/svcauth_des.c: Likewise.
44630         * sunrpc/xcrypt.c: Likewise.
44631         * sunrpc/xdr.c: Likewise.
44632         * sunrpc/xdr_array.c: Likewise.
44633         * sunrpc/xdr_float.c: Likewise.
44634         * sunrpc/xdr_intXX_t.c: Likewise.
44635         * sunrpc/xdr_mem.c: Likewise.
44636         * sunrpc/xdr_rec.c: Likewise.
44637         * sunrpc/xdr_ref.c: Likewise.
44638         * sunrpc/xdr_sizeof.c: Likewise.
44639         * sunrpc/xdr_stdio.c: Likewise.
44641 2012-05-10  Roland McGrath  <roland@hack.frob.com>
44643         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
44644         change.  Update copyright years.
44646 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
44648         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
44650 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
44651             Joseph Myers  <joseph@codesourcery.com>
44652             Paul Pluzhnikov  <ppluzhnikov@google.com>
44654         [BZ #14012]
44655         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
44656         requiring rpcgen.
44657         [cross-compiling] (extra-libs): Likewise.
44658         [cross-compiling] (extra-libs-others): Likewise.
44659         [cross-compiling] (librpcsvc-routines): Likewise.
44660         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
44661         [cross-compiling] (omit-deps): Likewise.
44662         (sunrpc-CPPFLAGS): New variable.
44663         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
44664         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
44665         (cross-rpcgen-objs): New variable.
44666         (extra-objs): Append $(cross-rpcgen-objs).
44667         ($(cross-rpcgen-objs)): New rule.
44668         ($(objpfx)cross-rpcgen): Likewise.
44669         (rpcgen-cmd): Define to use $(built-program-file).  Expand
44670         comment.
44671         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
44672         ($(objpfx)x%.stmp): Likewise.
44673         * sunrpc/proto.h [IS_IN_build] (_): Define.
44674         [IS_IN_build] (_libc_intl_domainname): Likewise.
44676 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44678         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
44679         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
44680         and R_X86_64_TPOFF64.
44682 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
44684         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
44685         sysdeps/unix/sysv/syscalls.list.
44686         (stime): Likewise.
44687         (utime): Likewise.
44688         * sysdeps/unix/sysv/syscalls.list: Remove file.
44690 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
44692         [BZ #3440]
44693         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
44694         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
44695         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
44696         (__LC_IDENTIFICATION): Make these macros useful in #if
44697         expressions, as required by C99.
44699 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
44701         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
44702         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
44703         after this.
44705 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
44707         * stdlib/longlong.h: Updated from GCC.
44709 2012-05-09  Andreas Jaeger  <aj@suse.de>
44711         * nscd/nscd.c (run_modes): Make named enum, reorder so that
44712         default is first entry.
44713         (run_mode): Set type.
44714         (main): Remove informal message about syslog.
44715         (options): Fix typo.
44717         [BZ #14053]
44718         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
44719         to asm.
44720         (lrint): Likewise.
44721         (llrintf): Likewise.
44722         (llrint): Likewise.
44723         (rint): Likewise.
44724         (rintf): Likewise.
44725         (nearbyint): Likewise.
44726         (nearbyintf): Likewise.
44728 2012-05-09  Andreas Jaeger  <aj@suse.de>
44729             Pedro Alves  <palves@redhat.com>
44731         * nscd/nscd.c (run_mode): Use enum.
44732         (main): Cleanup coding style issue.
44734 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
44735             Andreas Jaeger  <aj@suse.de>
44737         * nscd/nscd.c (go_background): Replaced with...
44738         (run_mode): ... this.
44739         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
44740         (options): Add -F --foreground.
44741         (main): Implement it.
44742         (parse_opt): Parse it.
44744 2012-05-09  Andreas Jaeger  <aj@suse.de>
44746         [BZ #14083]
44747         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
44748         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
44749         -Wconversion warning.
44750         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
44751         Likewise.
44753 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
44755         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
44756         == 0.
44757         (LC_ALL): Use macro-int-constant.
44758         (LC_COLLATE): Likewise.
44759         (LC_CTYPE): Likewise.
44760         (LC_MESSAGES): Likewise.
44761         (LC_MONETARY): Likewise.
44762         (LC_NUMERIC): Likewise.
44763         (LC_TIME): Likewise.
44764         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
44765         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44766         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44767         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
44768         Specify type.
44769         [C99-based standards] (float_t): Expect type.
44770         [C99-based standards] (double_t): Expect type.
44771         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
44772         type.
44773         [C99-based standards] (HUGE_VALL): Likewise.
44774         [C99-based standards] (INFINITY): Likewise.
44775         [C99-based standards] (NAN): Likewise.
44776         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
44777         [C99-based standards] (FP_NAN): Likewise.
44778         [C99-based standards] (FP_NORMAL): Likewise.
44779         [C99-based standards] (FP_SUBNORMAL): Likewise.
44780         [C99-based standards] (FP_ZERO): Likewise.
44781         [C99-based standards] (FP_FAST_FMA): Use
44782         optional-macro-int-constant.  Specify type.  Require == 1.
44783         [C99-based standards] (FP_FAST_FMAF): Likewise.
44784         [C99-based standards] (FP_FAST_FMAL): Likewise.
44785         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
44786         [C99-based standards] (FP_ILOGBNAN): Likewise.
44787         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
44788         Specify type.
44789         [C99-based standards] (MATH_ERREXCEPT): Likewise.
44790         [C99-based standards] (math_errhandling): Specify type.
44791         [ISO99 || ISO11] (signgam): Do not allow.
44792         [non-C99-based standards] (copysignf): Do not allow.
44793         [non-C99-based standards] (exp2f): Likewise.
44794         [non-C99-based standards] (log2f): Likewise.
44795         [non-C99-based standards] (modff): Allow.
44796         [non-C99-based standards] (erff): Do not allow.
44797         [non-C99-based standards] (erfcf): Likewise.
44798         [non-C99-based standards] (gammaf): Likewise.
44799         [non-C99-based standards] (hypotf): Likewise.
44800         [non-C99-based standards] (j0f): Likewise.
44801         [non-C99-based standards] (j1f): Likewise.
44802         [non-C99-based standards] (jnf): Likewise.
44803         [non-C99-based standards] (lgammaf): Likewise.
44804         [non-C99-based standards] (tgammaf): Likewise.
44805         [non-C99-based standards] (y0f): Likewise.
44806         [non-C99-based standards] (y1f): Likewise.
44807         [non-C99-based standards] (ynf): Likewise.
44808         [non-C99-based standards] (isnanf): Likewise.
44809         [non-C99-based standards] (acoshf): Likewise.
44810         [non-C99-based standards] (asinhf): Likewise.
44811         [non-C99-based standards] (atanhf): Likewise.
44812         [non-C99-based standards] (cbrtf): Likewise.
44813         [non-C99-based standards] (expm1f): Likewise.
44814         [non-C99-based standards] (ilogbf): Likewise.
44815         [non-C99-based standards] (log1pf): Likewise.
44816         [non-C99-based standards] (logbf): Likewise.
44817         [non-C99-based standards] (nextafterf): Likewise.
44818         [non-C99-based standards] (remainderf): Likewise.
44819         [non-C99-based standards] (rintf): Likewise.
44820         [non-C99-based standards] (scalbf): Likewise.
44821         [non-C99-based standards] (copysignl): Likewise.
44822         [non-C99-based standards] (exp2l): Likewise.
44823         [non-C99-based standards] (log2l): Likewise.
44824         [non-C99-based standards] (modfl): Allow.
44825         [non-C99-based standards] (erfl): Do not allow.
44826         [non-C99-based standards] (erfcl): Likewise.
44827         [non-C99-based standards] (gammal): Likewise.
44828         [non-C99-based standards] (hypotl): Likewise.
44829         [non-C99-based standards] (j0l): Likewise.
44830         [non-C99-based standards] (j1l): Likewise.
44831         [non-C99-based standards] (jnl): Likewise.
44832         [non-C99-based standards] (lgammal): Likewise.
44833         [non-C99-based standards] (tgammal): Likewise.
44834         [non-C99-based standards] (y0l): Likewise.
44835         [non-C99-based standards] (y1l): Likewise.
44836         [non-C99-based standards] (ynl): Likewise.
44837         [non-C99-based standards] (isnanl): Likewise.
44838         [non-C99-based standards] (acoshl): Likewise.
44839         [non-C99-based standards] (asinhl): Likewise.
44840         [non-C99-based standards] (atanhl): Likewise.
44841         [non-C99-based standards] (cbrtl): Likewise.
44842         [non-C99-based standards] (expm1l): Likewise.
44843         [non-C99-based standards] (ilogbl): Likewise.
44844         [non-C99-based standards] (log1pl): Likewise.
44845         [non-C99-based standards] (logbl): Likewise.
44846         [non-C99-based standards] (nextafterl): Likewise.
44847         [non-C99-based standards] (remainderl): Likewise.
44848         [non-C99-based standards] (rintl): Likewise.
44849         [non-C99-based standards] (scalbl): Likewise.
44850         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44851         [non-C99-based standards] (FP_*): Do not allow.
44852         [C99-based standards] (FP_*): Change to
44853         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44854         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44855         allow.
44856         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
44857         (SIG_ERR): Likewise.
44858         [X/Open-based standards] (SIG_HOLD): Likewise.
44859         (SIG_IGN): Likewise.
44860         (SIGABRT): Use macro-int-constant.  Specify type.  Require
44861         positive value.
44862         (SIGFPE): Likewise.
44863         (SIGILL): Likewise.
44864         (SIGINT): Likewise.
44865         (SIGSEGV): Likewise.
44866         (SIGTER): Likewise.
44867         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
44868         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
44869         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
44870         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
44871         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
44872         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
44873         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
44874         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
44875         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
44876         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
44877         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
44878         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
44879         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
44880         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
44881         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
44882         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
44883         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
44884         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
44885         [X/Open-based standards] (SIGTRAP): Likewise.
44886         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
44887         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
44888         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
44889         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
44890         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44891         allow.
44893 2012-05-08  Ian Wienand  <ianw@vmware.com>
44895         [BZ #14080]
44896         * time/tzset.c (__tzset_parse_tz): Update default rules for
44897         daylight time changes in the Energy Policy Act of 2005.
44899 2012-05-09  Andreas Jaeger  <aj@suse.de>
44901         [BZ #13983]
44902         * elf/ldconfig.c (parse_conf): Change string to make clear that
44903         ldconfig only issued a warning if ld.so.conf does not exist.
44905 2012-05-08  David S. Miller  <davem@davemloft.net>
44907         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
44908         movxtod instead of popping the value on the stack.
44910         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44912 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
44914         * config.h.in: Add HAVE_ARM_PCS_VFP.
44916 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
44918         [BZ #13979]
44919         * include/features.h: Warn if user requests __FORTIFY_SOURCE
44920         checking but the checks are disabled for any reason.
44922 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
44924         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
44925         and ELF64_R_TYPE with ELFW(R_TYPE).
44927 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
44929         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
44930         (ulimit): Likewise.
44932         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
44933         (settimeofday): Likewise.
44935 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
44937         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
44938         a struct th_u2 inside the union, and move tu_block/tu_code into
44939         a new th_u3 union of tu_block/tu_code inside of that.  Move
44940         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
44941         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
44942         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
44943         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
44944         (th_stuff): Change to th_u1.tu_stuff.
44945         (th_data): Define.
44946         (th_msg): Change to th_u1.th_u2.tu_data.
44948 2012-05-07  David S. Miller  <davem@davemloft.net>
44950         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44952         [BZ #14074]
44953         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
44954         (SETUP_PIC_REG): Use it.
44955         (SETUP_PIC_REG_LEAF): Use it.
44957 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
44959         [BZ #13885]
44960         [BZ #13923]
44961         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44962         USE_AS_EXPM1L.
44963         (EXPL_FINITE): Likewise.
44964         (FLDLOG): Likewise.
44965         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44966         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44967         e_expl.S.
44968         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44969         USE_AS_EXPM1L.
44970         (EXPL_FINITE): Likewise.
44971         (FLDLOG): Likewise.
44972         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44973         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44974         e_expl.S.
44975         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
44976         test of -max_value argument for long double.
44977         * sysdeps/i386/fpu/libm-test-ulps: Update.
44978         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44980 2012-05-06  David S. Miller  <davem@davemloft.net>
44982         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
44983         quad soft-float symbols whose references which are compiler
44984         generated.
44985         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
44987 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
44989         [BZ #13884]
44990         [BZ #13914]
44991         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44992         USE_AS_EXP10L.
44993         (EXPL_FINITE): Likewise.
44994         (FLDLOG): Likewise.
44995         (c0): Likewise.
44996         (c1): Likewise.
44997         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
44998         Adjust comments for base varying.
44999         (__expl_finite): Change alias to EXPL_FINITE.
45000         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
45001         e_expl.S.
45002         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
45003         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
45004         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
45005         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
45006         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45007         USE_AS_EXP10L.
45008         (EXPL_FINITE): Likewise.
45009         (FLDLOG): Likewise.
45010         (c0): Likewise.
45011         (c1): Likewise.
45012         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45013         Adjust comments for base varying.
45014         (__expl_finite): Change alias to EXPL_FINITE.
45015         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
45016         tests for bugs.
45017         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45019         [BZ #14064]
45020         * math/libm-test.inc (check_float_internal): Correct ulp
45021         calculation for subnormal expected results.
45023 2012-05-06  Andreas Jaeger  <aj@suse.de>
45025         * Makeconfig (+math-flags): New, set to -frounding-math.
45026         (+cflags): Add +math-flags so that all of glibc gets compiled with
45027         it.
45029         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
45031 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
45033         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
45034         Disable one test.
45036         [BZ #13787]
45037         [BZ #13922]
45038         [BZ #14036]
45039         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
45040         (__ieee754_expl): Allow for and saturate large arguments.
45041         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
45042         (u_threshold): Likewise.
45043         (__exp): Call __ieee754_exp before checking for overflow and
45044         underflow.
45045         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
45046         (u_threshold): Likewise.
45047         (__expf): Call __ieee754_expf before checking for overflow and
45048         underflow.
45049         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
45050         (u_threshold): Likewise.
45051         (__expl): Call __ieee754_expl before checking for overflow and
45052         underflow.
45053         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
45054         (__ieee754_expl): Allow for and saturate large arguments.
45055         * math/libm-test.inc (exp_test): Add another test.  Do not allow
45056         missing overflow exception on overflow.
45057         (expm1_test): Do not allow missing overflow exception on overflow.
45059         * sysdeps/i386/fpu/e_expl.c: Move to ...
45060         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
45061         rather than using inline asm.
45062         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
45063         * sysdeps/x86_64/fpu/e_expl.S: Copy from
45064         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
45066         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
45067         (nice): Likewise.
45068         (poll): Likewise.
45069         (signal): Likewise.
45070         (time): Likewise.
45071         (times): Likewise.
45073 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45075         * sysdeps/unix/syscalls.list (adjtime): Add entry from
45076         sysdeps/unix/common/syscalls.list.
45077         (fchmod): Likewise.
45078         (fchown): Likewise.
45079         (ftruncate): Likewise.
45080         (getrusage): Likewise.
45081         (gettimeofday): Likewise.
45082         (setpgid): Likewise.
45083         (setregid): Likewise.
45084         (setreuid): Likewise.
45085         (sigaction): Likewise.
45086         (truncate): Likewise.
45087         (vhangup): Likewise.
45088         * sysdeps/unix/common/syscalls.list: Remove file.
45089         * sysdeps/unix/bsd/Implies: Don't include unix/common.
45090         * sysdeps/unix/sysv/linux/Implies: Likewise.
45092 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
45094         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
45095         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
45096         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
45097         Moved to ...
45098         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
45099         Here.
45100         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
45101         to ...
45102         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
45103         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
45104         to ...
45105         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
45106         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
45107         to ...
45108         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
45109         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
45110         to ...
45111         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
45112         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
45113         to ...
45114         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
45115         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
45116         to ...
45117         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
45118         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
45119         to ...
45120         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
45121         Here.
45122         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
45123         to ...
45124         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
45125         Here.
45126         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
45127         to ...
45128         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
45129         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
45130         Moved to ...
45131         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
45132         Here.
45133         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
45134         to ...
45135         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
45137 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45139         * sysdeps/unix/common/bits/dirent.h: Remove file.
45140         * sysdeps/unix/common/bits/fcntl.h: Likewise.
45142         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
45143         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
45144         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
45145         * sysdeps/unix/bsd/isatty.c: Likewise.
45146         * sysdeps/unix/bsd/tcdrain.c: Likewise.
45147         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
45148         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
45150 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45152         [BZ #13563]
45153         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
45154         long double comparison inaccuracies.
45155         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
45156         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45158 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
45160         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
45161         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
45163 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45165         [BZ #14049]
45166         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
45167         nonzero digits before rounding a hex value.
45168         * stdlib/tst-strtod.c (tests): Add another test.
45170 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45172         * sysdeps/s390/fpu/libm-test-ulps: Update.
45174 2012-05-03  Andreas Jaeger  <aj@suse.de>
45176         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
45177         does not get optimized out.
45178         (malloc_opt_barrier): New.
45180 2012-05-03  Andreas Jaeger  <aj@suse.de>
45181             Roland McGrath  <roland@hack.frob.com>
45183         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
45184         intermediate file deletion.
45185         (generated): Add .symlist files.
45187 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
45189         [BZ #13775]
45190         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
45191         Redirect under this condition.
45192         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45193         [__USE_GNU] (__dprintf_chk): Not under this condition.
45194         [__USE_GNU] (__vdprintf_chk): Likewise.
45195         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
45196         under this condition.
45197         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45198         [__USE_XOPEN2K8] (dprintf): Define under this condition.
45199         [__USE_XOPEN2K8] (vdprintf): Likewise.
45200         [__USE_GNU] (__dprintf_chk): Not under this condition.
45201         [__USE_GNU] (__vdprintf_chk): Likewise.
45202         [__USE_GNU] (dprintf): Likewise.
45203         [__USE_GNU] (vdprintf): Likewise.
45205 2012-05-03  Roland McGrath  <roland@hack.frob.com>
45207         * elf/Makefile (common-generated): Set this instead of generated for
45208         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
45209         $(all-built-dso)-derived lists.
45211 2012-05-03  Andreas Jaeger  <aj@suse.de>
45213         * sysdeps/i386/fpu/libm-test-ulps: Update.
45215         * FAQ: Removed.
45216         * FAQ.in: Likewise.
45217         * scripts/gen-FAQ.pl: Likewise.
45218         * manual/install.texi (Installation): Point to online location of
45219         FAQ.
45220         * Makefile (files-for-dist): Remove FAQ.
45221         (FAQ): Remove.
45223 2012-05-02  Allan McRae  <allan@archlinux.org>
45225         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
45226         (LDFLAGS-reldepmod5.so): Likewise.
45227         (LDFLAGS-reldep6mod1.so): Likewise.
45228         (LDFLAGS-reldep6mod4.so): Likewise.
45229         (LDFLAGS-reldep8mod3.so): Likewise.
45230         (LDFLAGS-unload4mod1.so): Likewise.
45231         (LDFLAGS-unload4mod2.so): Likewise.
45232         (LDFLAGS-tst-initorder): Likewise.
45233         (LDFLAGS-tst-initordera2.so): Likewise.
45234         (LDFLAGS-tst-initordera3.so): Likewise.
45235         (LDFLAGS-tst-initordera4.so): Likewise.
45236         (LDFLAGS-tst-initorderb2.so): Likewise.
45237         (LDFLAGS-noload): Likewise.
45238         (LDFLAGS-next): Likewise.
45239         (LDFLAGS-order2mod1.so): Likewise.
45240         (LDFLAGS-order2mod2.so): Likewise.
45241         (LDFLAGS-tst-initorder2): Likewise.
45242         (LDFLAGS-tst-initorder2a.so): Likewise.
45243         (LDFLAGS-tst-initorder2b.so): Likewise.
45244         (LDFLAGS-tst-initorder2c.so): Likewise.
45245         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
45247 2012-05-02  David S. Miller  <davem@davemloft.net>
45249         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45251 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
45253         [BZ #14055]
45254         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
45256 2012-05-02  Andreas Jaeger  <aj@suse.de>
45258         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
45259         since we manipulate rounding mode.
45260         (CPPFLAGS-test-idouble.c): Likewise.
45261         (CPPFLAGS-test-ifloat.c): Likewise.
45262         (CFLAGS-test-ldouble.c): Likewise.
45263         (CFLAGS-test-double.c): Likewise.
45264         (CFLAGS-test-float.c): Likewise.
45265         (CFLAGS-test-misc.c): Likewise.
45266         (CFLAGS-test-test-fenv.c): Likewise.
45268 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45270         [BZ #2550]
45271         [BZ #2570]
45272         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
45273         comparisons to determine direction to adjust input.
45275 2012-05-01  Roland McGrath  <roland@hack.frob.com>
45277         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
45278         output to the target.
45280         * scripts/localplt.awk: New file.
45281         * elf/Makefile ($(objpfx)check-localplt): Target removed.
45282         (check-localplt-CFLAGS): Variable removed.
45283         ($(all-built-dso:=.jmprel)): New static pattern rule.
45284         (generated): Add those targets.
45285         (localplt-built-dso): New variable.
45286         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
45288         * elf/check-localplt.c: File removed.
45290         * scripts/check-execstack.awk: New file.
45291         * elf/Makefile ($(objpfx)check-execstack): Target removed.
45292         (check-execstack-CFLAGS): Variable removed.
45293         ($(objpfx)check-execstack.h): Target removed.
45294         ($(objpfx)execstack-default): New target.
45295         (generated): Add that instead of check-execstack.h.
45296         ($(all-built-dso:=.phdr)): New static pattern rule.
45297         (generated): Add those targets.
45298         * elf/check-execstack.c: File removed.
45300         * scripts/check-textrel.awk: New file.
45301         * elf/Makefile ($(objpfx)check-textrel): Target removed.
45302         (check-textrel-CFLAGS): Variable removed.
45303         (all-built-dso): Use := to define.o
45304         ($(all-built-dso:=.dyn)): New static pattern rule.
45305         (generated): Add those targets.
45306         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
45307         * config.make.in (READELF): New substituted variable.
45308         * elf/check-textrel.c: File removed.
45310 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45312         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45313         allow.
45314         * conform/data/ctype.h-data [C99-based standards] (isblank):
45315         Expect function.
45316         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
45317         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
45318         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45319         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
45320         Specify type.  Require positive value.
45321         (EILSEQ): Likewise.
45322         (ERANGE): Likewise.
45323         [ISO || POSIX] (EILSEQ): Do not expect.
45324         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
45325         Specify type.  Require positive value.
45326         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
45327         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
45328         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
45329         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
45330         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
45331         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
45332         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
45333         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
45334         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
45335         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
45336         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
45337         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
45338         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
45339         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
45340         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
45341         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
45342         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
45343         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
45344         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
45345         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
45346         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
45347         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
45348         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
45349         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
45350         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
45351         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
45352         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
45353         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
45354         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
45355         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
45356         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
45357         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
45358         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
45359         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
45360         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
45361         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
45362         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
45363         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
45364         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
45365         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
45366         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
45367         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
45368         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
45369         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
45370         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
45371         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
45372         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
45373         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
45374         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
45375         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
45376         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
45377         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
45378         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
45379         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
45380         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
45381         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
45382         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
45383         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
45384         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
45385         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
45386         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
45387         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
45388         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
45389         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
45390         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
45391         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
45392         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
45393         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
45394         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
45395         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
45396         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
45397         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
45398         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
45399         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
45400         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
45401         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
45402         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
45403         Require >= 2.
45404         (FLT_ROUNDS): Expect as macro, not constant.
45405         (FLT_MANT_DIG): Use macro-int-constant.
45406         (DBL_MANT_DIG): Likewise.
45407         (LDBL_MANT_DIG): Likewise.
45408         (FLT_DIG): Likewise.
45409         (DBL_DIG): Likewise.
45410         (LDBL_DIG): Likewise.
45411         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
45412         (DBL_MIN_EXP): Likewise.
45413         (LDBL_MIN_EXP): Likewise.
45414         (FLT_MAX_EXP): Use macro-int-constant.
45415         (DBL_MAX_EXP): Likewise.
45416         (LDBL_MAX_EXP): Likewise.
45417         (FLT_MAX_10_EXP): Likewise.
45418         (DBL_MAX_10_EXP): Likewise.
45419         (LDBL_MAX_10_EXP): Likewise.
45420         (FLT_MAX): Use macro-constant.
45421         (DBL_MAX): Likewise.
45422         (LDBL_MAX): Likewise.
45423         (FLT_EPSILON): Use macro-constant.  Give upper bound.
45424         (DBL_EPSILON): Likewise.
45425         (LDBL_EPSILON): Likewise.
45426         (FLT_MIN): Likewise.
45427         (DBL_MIN): Likewise.
45428         (LDBL_MIN): Likewise.
45429         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
45430         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
45431         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
45432         [ISO11] (FLT_HAS_SUBNORM): Likewise.
45433         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
45434         [ISO11] (DBL_DECIMAL_DIG): Likewise.
45435         [ISO11] (FLT_DECIMAL_DIG): Likewise.
45436         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
45437         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
45438         [ISO11] (FLT_TRUE_MIN): Likewise.
45439         [ISO11] (LDBL_TRUE_MIN): Likewise.
45440         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45441         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
45442         (SCHAR_MIN): Use macro-int-constant.  Specify type.
45443         (SCHAR_MAX): Likewise.
45444         (UCHAR_MAX): Likewise.
45445         (CHAR_MIN): Likewise.
45446         (CHAR_MAX): Likewise.
45447         (MB_LEN_MAX): Use macro-int-constant.
45448         (SHRT_MIN): Use macro-int-constant.  Specify type.
45449         (SHRT_MAX): Likewise.
45450         (USHRT_MAX): Likewise.
45451         (INT_MAX): Likewise.
45452         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
45453         bound negative.
45454         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45455         bound with "U".
45456         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45457         bound with "L".
45458         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
45459         bound negative.  Suffix upper bound with "L".
45460         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45461         bound with "UL".
45462         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
45463         Specify type.
45464         [C99-based standards] (LLONG_MAX): Likewise.
45465         [C99-based standards] (ULLONG_MAX): Likewise.
45466         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
45467         == 0.
45468         [ISO11] (max_align_t): Require type.
45469         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45471         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
45472         from $CFLAGS, without defining away __attribute__ calls.
45473         (checknamespace): Use $CFLAGS_namespace.
45475         * conform/conformtest.pl (@keywords): Only include C99 keywords
45476         for standards based on C99 or C11.
45478         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
45479         Disable tests.
45480         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
45481         UNIX98]: Likewise.
45483         * conform/conformtest.pl: Handle "macro-int-constant" and test for
45484         usability of symbols in #if.
45486         * conform/conformtest.pl: If macro or constant types start
45487         "promoted:", expect the symbol to be of the following type
45488         promoted by the integer promotions.
45490         * conform/conformtest.pl: Parse all "constant" and "macro" lines
45491         in one place.  Also handle "macro-constant".
45493         * conform/conformtest.pl: Only accept expected macro values with
45494         "==".  Parse all "macro" lines in one place.
45495         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
45497         * conform/conformtest.pl: Handle braced types on "constant" lines
45498         instead of handling "typed-constant".
45499         * conform/data/signal.h-data: Use "constant" instead of
45500         "typed-constant".
45502         * conform/conformtest.pl: Handle "optional-" at start of lines in
45503         one place rather than duplicating several cases.  Handle each
45504         format of "macro" line with initial "optional-".
45506         * conform/conformtest.pl: Only accept expected constant or
45507         optional-constant values with "==".  Parse all "constant" lines in
45508         one place.  Parse all "optional-constant" lines in one place.
45509         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
45510         * conform/data/fmtmsg.h-data: Likewise.
45511         * conform/data/netinet/in.h-data: Likewise.
45512         * conform/data/tar.h-data: Likewise.
45513         * conform/data/limits.h-data: Use "==" form on "constant" and
45514         "optional-constant" lines.
45516         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
45517         Use -std=c99 for XOPEN2K.
45518         (@knownproblems): Remove.
45519         (newtoken): Don't check %isknown.
45521         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
45522         Do not expect macro.
45523         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
45524         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
45525         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
45526         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
45527         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
45528         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
45529         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
45530         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
45531         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
45532         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
45533         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
45534         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
45535         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
45536         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
45537         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
45538         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
45539         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
45540         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
45541         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
45542         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
45543         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
45544         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
45545         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
45546         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
45547         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
45548         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
45549         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
45550         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
45551         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
45552         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
45553         [XPG3] (acosh): Likewise.
45554         [XPG3] (asinh): Likewise.
45555         [XPG3] (atanh): Likewise.
45556         [XPG3] (cbrt): Likewise.
45557         [XPG3] (expm1): Likewise.
45558         [XPG3] (ilogb): Likewise.
45559         [XPG3] (log1p): Likewise.
45560         [XPG3] (logb): Likewise.
45561         [XPG3] (nextafter): Likewise.
45562         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
45563         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
45564         [XPG3] (remainder): Likewise.
45565         [XPG3] (rint): Likewise.
45566         [XPG3 || XPG4 || UNIX98] (round): Likewise.
45567         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
45568         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
45569         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
45570         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
45571         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
45572         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
45573         [UNIX98 || XOPEN2K] (scalb): Expect.
45574         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
45575         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
45576         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
45577         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
45578         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
45579         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
45580         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
45581         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
45582         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
45583         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
45584         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
45585         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
45586         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
45587         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
45588         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
45589         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
45590         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
45591         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
45592         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
45593         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
45594         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
45595         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
45596         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
45597         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
45598         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
45599         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
45600         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
45601         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
45602         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
45603         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
45604         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
45605         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
45606         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
45607         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
45608         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
45609         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
45610         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
45611         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
45612         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
45613         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
45614         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
45615         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
45616         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
45617         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
45618         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
45619         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
45620         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
45621         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
45622         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
45623         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
45624         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
45625         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
45626         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
45627         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
45628         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
45629         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
45630         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
45631         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
45632         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
45633         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
45634         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
45635         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
45636         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
45637         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
45638         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
45639         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
45640         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
45641         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
45642         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
45643         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
45644         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
45645         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
45646         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
45647         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
45648         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
45649         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
45650         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
45651         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
45652         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
45653         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
45654         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
45655         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
45656         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
45657         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
45658         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
45659         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
45660         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
45661         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
45662         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
45663         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
45664         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
45665         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
45666         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
45667         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
45668         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
45669         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
45670         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
45671         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
45672         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
45673         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
45674         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
45675         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
45676         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
45677         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
45678         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
45679         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
45680         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
45681         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
45682         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
45683         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
45684         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
45685         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
45686         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
45687         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
45688         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
45689         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
45690         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
45691         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
45692         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
45693         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
45694         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
45695         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
45696         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
45697         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
45698         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
45699         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
45700         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
45701         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
45702         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
45703         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
45704         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
45705         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
45706         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
45707         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
45708         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
45709         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
45710         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
45712         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
45713         _XOPEN_SOURCE_EXTENDED for XPG4.
45715         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
45717         * Makeconfig (localtime): Remove variable.
45718         (inst_localtime-file): Likewise.
45720 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
45722         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
45723         Update.
45724         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
45725         Update.
45726         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
45727         Update.
45728         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
45729         Update.
45730         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
45731         Update.
45732         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
45733         Update.
45734         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
45735         Update.
45736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
45737         Update.
45738         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45739         Update.
45741 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45743         [BZ #2550]
45744         [BZ #2570]
45745         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
45746         comparisons to determine direction to adjust input.
45747         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
45748         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
45749         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
45750         Likewise.
45751         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
45752         Likewise.
45753         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
45754         Likewise.
45755         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
45756         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
45757         Likewise.
45758         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
45759         Likewise.
45760         * math/libm-test.inc (nexttoward_test): Add more tests.
45762 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
45764         [BZ #14040]
45765         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
45766         in version GLIBC_2.1, not GLIBC_2.0.
45767         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
45768         Likewise.
45770 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
45772         [BZ #13942]
45773         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
45774         (1 - x) * (1 + x).
45775         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45776         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
45777         * math/libm-test.inc (acos_test): Add more tests.
45778         (asin_test): Likewise.
45779         * sysdeps/i386/fpu/libm-test-ulps: Update.
45780         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45782         [BZ #14034]
45783         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
45784         of square root.
45785         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
45786         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45787         * math/libm-test.inc (acos_test_tonearest): New function.
45788         (acos_test_towardzero): Likewise.
45789         (acos_test_downward): Likewise.
45790         (acos_test_upward): Likewise.
45791         (asin_test_tonearest): Likewise.
45792         (asin_test_towardzero): Likewise.
45793         (asin_test_downward): Likewise.
45794         (asin_test_upward): Likewise.
45795         (main): Call the new functions.
45796         * sysdeps/i386/fpu/libm-test-ulps: Update.
45797         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45799         [BZ #13884]
45800         [BZ #13924]
45801         * math/e_exp10.c: Include <float.h>.
45802         (__ieee754_exp10): Handle underflow here rather than multiplying
45803         large negative argument by M_LN10.
45804         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
45805         of __ieee754_expf.
45806         * math/e_exp10l.c: Include <float.h>.
45807         (__ieee754_exp10l): Handle underflow here rather than multiplying
45808         large negative argument by M_LN10l.
45809         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
45810         spurious overflow exception on underflow.
45812 2012-04-29  Marek Polacek  <polacek@redhat.com>
45814         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
45815         (__fortify_function): New macro.
45816         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
45817         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
45818         __extern_always_inline.
45819         * libio/bits/stdio2.h: Likewise.
45820         * libio/bits/stdio.h: Likewise.
45821         * string/string.h: Likewise.
45822         * string/bits/string3.h: Likewise.
45823         * include/stdio.h: Likewise.
45824         * stdlib/bits/stdlib.h: Likewise.
45825         * stdlib/stdlib.h: Likewise.
45826         * rt/bits/mqueue2.h: Likewise.
45827         * rt/mqueue.h: Likewise.
45828         * posix/bits/unistd.h: Likewise.
45829         * posix/unistd.h: Likewise.
45830         * io/bits/poll2.h: Likewise.
45831         * io/bits/fcntl2.h: Likewise.
45832         * io/fcntl.h: Likewise.
45833         * io/sys/poll.h: Likewise.
45834         * misc/bits/syslog.h: Likewise.
45835         * misc/bits/syslog-ldbl.h: Likewise.
45836         * misc/sys/syslog.h: Likewise.
45837         * socket/bits/socket2.h: Likewise.
45838         * socket/sys/socket.h: Likewise.
45839         * debug/tst-chk1.c: Likewise.
45840         * wcsmbs/bits/wchar2.h: Likewise.
45841         * wcsmbs/bits/wchar-ldbl.h: Likewise.
45842         * wcsmbs/wchar.h: Likewise.
45844 2012-04-29  Andreas Jaeger  <aj@suse.de>
45846         * Makerules (tests): Remove enable-check-abi protection.
45847         (check-abi-warn): Remove.
45848         (check-abi-%): Remove check-abi-warn usage.
45850         * configure.in: Remove check-abi configure option.
45851         * configure: Regenerated.
45852         * config.make.in (enable-check-abi): Remove.
45854 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
45856         [BZ #14033]
45857         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
45858         double functions to double *_finite functions.
45860         [BZ #13941]
45861         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
45862         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
45863         LDBL_MIN_EXP.
45864         * stdio-common/Makefile (tests): Add tst-sprintf3.
45865         * stdio-common/tst-sprintf3.c: New file.
45867         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
45868         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
45870 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
45872         * conform/conformtest.pl: Remove duplicate typed-constant
45873         handling.
45875 2012-04-28  David S. Miller  <davem@davemloft.net>
45877         * Makerules (%.abilist): Add vpath on sysdep_dirs.
45878         (check-abi-%): Remove AWK script prerequisite and explicit
45879         abilist directory.
45880         (check-abi): Rewrite to just diff the symlist with the abilist.
45881         (config-tls, config-abi-config): Delete, no longer used.
45882         (update-abi-%): Remove AWK script and explicit abilist directory.
45883         (update-abi): Rewrite to simply compare and conditionally copy the
45884         symlist and the sysdep abilist file.  Remove update-abi-config
45885         checks.
45886         * abilist/ld.abilist: Remove.
45887         * abilist/libBrokenLocale.abilist: Remove.
45888         * abilist/libanl.abilist: Remove.
45889         * abilist/libcrypt.abilist: Remove.
45890         * abilist/libdl.abilist: Remove.
45891         * abilist/librt.abilist: Remove.
45892         * abilist/libthread_db.abilist: Remove.
45893         * abilist/libutil.abilist: Remove.
45894         * scripts/extract-abilist.awk: Remove.
45895         * scripts/merge-abilist.awk: Remove.
45896         * sysdeps/generic/libcidn.abilist: New file.
45897         * sysdeps/generic/libnss_compat.abilist: New file.
45898         * sysdeps/generic/libnss_db.abilist: New file.
45899         * sysdeps/generic/libnss_dns.abilist: New file.
45900         * sysdeps/generic/libnss_files.abilist: New file.
45901         * sysdeps/generic/libnss_hesiod.abilist: New file.
45902         * sysdeps/generic/libnss_nis.abilist: New file.
45903         * sysdeps/generic/libnss_nisplus.abilist: New file.
45904         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
45905         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
45906         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
45907         file.
45908         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
45909         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
45910         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
45911         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
45912         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
45913         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
45914         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
45915         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
45916         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
45917         file.
45918         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
45919         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
45920         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
45921         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
45922         file.
45923         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
45924         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
45925         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
45926         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
45927         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
45928         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
45929         file.
45930         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
45931         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
45932         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
45933         file.
45934         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
45935         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
45936         New file.
45937         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
45938         New file.
45939         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
45940         New file.
45941         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
45942         New file.
45943         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
45944         New file.
45945         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
45946         New file.
45947         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
45948         New file.
45949         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
45950         New file.
45951         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
45952         New file.
45953         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
45954         New file.
45955         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
45956         New file.
45957         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
45958         New file.
45959         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
45960         New file.
45961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
45962         file.
45963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
45964         New file.
45965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
45966         New file.
45967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
45968         file.
45969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
45970         New file.
45971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
45972         New file.
45973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
45974         file.
45975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
45976         New file.
45977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45978         New file.
45979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
45980         New file.
45981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
45982         New file.
45983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
45984         New file.
45985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
45986         New file.
45987         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
45988         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
45989         file.
45990         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
45991         New file.
45992         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
45993         file.
45994         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
45995         file.
45996         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
45997         file.
45998         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
45999         file.
46000         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
46001         file.
46002         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
46003         New file.
46004         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
46005         file.
46006         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
46007         file.
46008         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
46009         New file.
46010         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
46011         file.
46012         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
46013         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
46014         file.
46015         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
46016         New file.
46017         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
46018         file.
46019         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
46020         file.
46021         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
46022         file.
46023         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
46024         file.
46025         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
46026         file.
46027         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
46028         New file.
46029         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
46030         file.
46031         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
46032         file.
46033         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
46034         New file.
46035         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
46036         file.
46037         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
46038         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
46039         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
46040         file.
46041         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
46042         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
46043         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
46044         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
46045         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
46046         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
46047         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
46048         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
46049         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
46050         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
46051         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
46052         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
46053         file.
46054         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
46055         New file.
46056         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
46057         file.
46058         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
46059         file.
46060         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
46061         file.
46062         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
46063         file.
46064         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
46065         file.
46066         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
46067         New file.
46068         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
46069         New file.
46070         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
46071         file.
46072         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
46073         New file.
46074         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
46075         file.
46076         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
46077         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
46078         file.
46079         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
46080         New file.
46081         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
46082         file.
46083         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
46084         file.
46085         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
46086         file.
46087         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
46088         file.
46089         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
46090         file.
46091         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
46092         New file.
46093         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
46094         New file.
46095         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
46096         file.
46097         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
46098         New file.
46099         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
46100         file.
46102 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46104         * conform/conformtest.pl: Fix typo in handling typed-constant from
46105         allow-header.
46107 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46109         * README: Cut down references to pre-2.6 Linux kernels and
46110         Linuxthreads.  Update lists of configurations in libc and ports
46111         and sort alphabetically.  Say "or newer" with Linux kernel version
46112         requirements.
46114         * config.h.in [IS_IN_build]: Allow compiling without optimization.
46116 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
46118         [BZ #887]
46119         * math/libm-test.inc (logb_test_downward): New test to expose
46120         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
46121         rounding mode.
46123 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46125         [BZ #14027]
46126         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
46127         to be done.
46128         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
46129         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
46131 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
46133         * sysdeps/unix/i386/brk.S: Remove file.
46134         * sysdeps/unix/i386/dl-brk.S: Likewise.
46135         * sysdeps/unix/i386/pipe.S: Likewise.
46136         * sysdeps/unix/i386/sigreturn.S: Likewise.
46137         * sysdeps/unix/i386/syscall.S: Likewise.
46138         * sysdeps/unix/i386/vfork.S: Likewise.
46139         * sysdeps/unix/i386/wait.S: Likewise.
46141         * sysdeps/unix/common/tcsendbrk.c: Move to ...
46142         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
46144         * configure.in (arm*-none*): Do not allow without
46145         --enable-hacker-mode.
46146         (netbsd*): Remove case setting base_os.
46147         (386bsd*): Likewise.
46148         (freebsd*): Likewise.
46149         (bsdi*): Likewise.
46150         (osf*): Likewise.
46151         (sunos*): Likewise.
46152         (ultrix*): Likewise.
46153         (newsos*): Likewise.
46154         (dynix*): Likewise.
46155         (*bsd*): Likewise.
46156         (sysv*): Likewise.
46157         (isc*): Likewise.
46158         (esix*): Likewise.
46159         (sco*): Likewise.
46160         (minix*): Likewise.
46161         (irix4*): Likewise.
46162         (irix6*): Likewise.
46163         (solaris[2-9]*): Likewise.
46164         (none): Likewise.
46165         * configure: Regenerated.
46167 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46169         [BZ #11521]
46170         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
46171         overflow or cancellation in calculating denominator.
46172         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
46173         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
46174         down expression to avoid unexpected rounding in newer GCCs.
46175         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
46177 2012-04-26  David S. Miller  <davem@davemloft.net>
46179         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
46180         long-double compat symbols.
46181         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46182         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46183         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46184         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
46185         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46186         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
46187         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
46188         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
46189         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
46190         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
46191         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
46192         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
46193         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
46195 2012-04-25  David S. Miller  <davem@davemloft.net>
46197         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
46198         HWCAP_* values only after the memory barriers have been defined.
46199         (atomic_full_barrier): Define.
46200         (atomic_read_barrier): Define.
46201         (atomic_write_barrier): Define.
46203 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
46205         * shlib-versions: Add libgcc_s version information.
46206         * sysdeps/generic/libgcc_s.h: Remove.
46207         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
46208         libgcc_s.h.
46209         * sysdeps/gnu/unwind-resume.c: Likewise.
46210         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
46212 2012-04-25  David S. Miller  <davem@davemloft.net>
46214         * sysdeps/unix/sparc/brk.S: Delete.
46215         * sysdeps/unix/sparc/dl-brk.S: Delete.
46216         * sysdeps/unix/sparc/pipe.S: Delete.
46217         * sysdeps/unix/sparc/sysdep.S: Delete.
46218         * sysdeps/unix/sparc/sysdep.h: Delete.
46219         * sysdeps/unix/sparc/vfork.S: Delete.
46220         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
46221         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
46222         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
46223         (ret_ERRVAL, r0, r1, MOVE): Define.
46224         (JUMPTARGET): Remove.
46225         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
46226         sysdeps/unix/sparc/sysdep.h
46227         (ENTRY, END): Remove.
46228         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46230 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
46232         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
46233         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
46234         -DIS_IN_build.
46236         * timezone/README: Update upstream location and email address for
46237         tzcode and tzdata.
46238         * timezone/zdump.c: Update from tzcode 2012b.
46239         * timezone/zic.c: Likewise.
46241         * configure.in (libc_cv_as_needed): Remove test.
46242         * configure: Regenerated.
46243         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
46244         conditional definition.
46245         [$(have-as-needed) != yes] (no-as-needed): Likewise.
46246         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
46247         * config.make.in (have-as-needed): Remove variable.
46249 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
46250             Paul Pluzhnikov  <ppluzhnikov@google.com>
46252         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
46253         strings correctly.
46255 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
46257         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
46258         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
46259         * sysdeps/sh/strlen.S: Likewise.
46261 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46263         * sysdeps/unix/fork.S: Remove file.
46264         * sysdeps/unix/i386/fork.S: Likewise.
46265         * sysdeps/unix/sparc/fork.S: Likewise.
46267         * sysdeps/unix/system.c: Remove file.
46268         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
46270         * sysdeps/unix/getegid.S: Remove file.
46271         * sysdeps/unix/geteuid.S: Likewise.
46273 2012-04-24  Roland McGrath  <roland@hack.frob.com>
46275         * scripts/check-localplt.awk: New file.
46276         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
46277         of diff.
46278         * scripts/data/localplt-generic.data: Add a comment.
46280         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
46281         NODE when __dir_mkfile failed.
46282         * sysdeps/mach/hurd/symlinkat.c: Likewise.
46283         Reported by Ludovic Courtès <ludo@gnu.org>.
46285 2012-04-24  Andreas Jaeger  <aj@suse.de>
46287         * Makerules (common-clean): Also remove gen-as-const-headers
46288         files.
46290 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46292         * Makerules (native-compile): Do not change working directory for
46293         build.  Use $(OUTPUT_OPTION) in command.
46294         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
46296 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46298         [BZ #13886]
46299         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
46300         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
46301         * math/libm-test.inc (floor_test): Add more tests.
46302         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
46304 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46306         * sysdeps/unix/getdents.c: Remove file.
46307         * sysdeps/unix/sysv/getdents.c: Likewise.
46308         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
46310         * sysdeps/unix/syscalls.list (madvise): Add syscall from
46311         sysdeps/unix/mman/syscalls.list.
46312         (mmap): Likewise.
46313         (mprotect): Likewise.
46314         (msync): Likewise.
46315         (munmap): Likewise.
46316         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
46317         * sysdeps/unix/mman/syscalls.list: Remove.
46318         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
46320         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
46321         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
46322         * configure: Regenerated.
46323         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
46324         $(libgcc_s_suffix).
46325         * config.make.in (libgcc_s_suffix): Remove variable.
46327 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
46329         * sysdeps/unix/sysv/gethostname.c: Move to ...
46330         * sysdeps/posix/gethostname.c: ... here.
46332         * sysdeps/unix/execve.S: Remove file.
46334         * sysdeps/unix/_exit.S: Remove file.
46336 2012-04-23  Andreas Jaeger  <aj@suse.de>
46338         [BZ #13739]
46339         * manual/Makefile: Remove make dist support, there's no
46340         need for a stand-alone documentation tar ball.
46341         (TEXI2DVI): Define always, it's not in Makeconfig.
46342         (dist): Removed.
46343         (tar-it): Removed.
46344         (edition): Removed.
46345         (glibc-doc-$(edition).tar): Removed
46346         (%.Z): Removed.
46347         (%.gz): Removed.
46348         (%.uu): Removed.
46349         (ETAGS): Remove, it's in Makeconfig.
46350         (move-if-change): Remove, it's in Makeconfig.
46352 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
46354         [BZ #13970]
46355         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
46356         (strtod, strtof, strtold, strtol, strtoul, strtoq)
46357         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
46358         (strtod_l, strtof_l, strtold_l): Remove __wur.
46359         It is not necessarily an error to ignore strtol's return value.
46360         One can reliably look at the stored endptr to decide whether
46361         the number had valid syntax.
46363 2012-04-21  Andreas Jaeger  <aj@suse.de>
46365         [BZ #13739]
46366         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
46368 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
46370         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
46371         * sysdeps/unix/sysv/Versions: Remove file.
46373 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
46375         [BZ #13927]
46376         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46378 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
46380         [BZ #7064]
46381         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
46382         version from __vm86.
46384 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
46386         * sysdeps/unix/common/lxstat.c: Remove file.
46387         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
46389         * sysdeps/unix/sysv/Makefile: Remove file.
46391         * sysdeps/unix/sysv/direct.h: Remove file.
46393         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
46394         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
46395         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
46396         * sysdeps/unix/sysv/bits/signum.h: Likewise.
46397         * sysdeps/unix/sysv/bits/stat.h: Likewise.
46398         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
46399         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
46401         * sysdeps/unix/sysv/setrlimit.c: Remove file.
46403         * sysdeps/unix/xmknod.c: Remove file.
46404         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
46406         * sysdeps/unix/sysv/settimeofday.c: Remove file.
46408         * sysdeps/unix/sysv/i386/time.S: Remove file.
46410         * sysdeps/unix/fxstat.c: Remove file.
46411         * sysdeps/unix/xstat.c: Likewise.
46412         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
46414         * sysdeps/unix/sysv/sigaction.c: Remove file.
46416         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
46417         (sysdep_headers): Remove variable.
46418         [termio.h not in sysdep_headers] (generated): Likewise.
46419         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
46420         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
46421         * sysdeps/unix/sysv/tcdrain.c: Likewise.
46422         * sysdeps/unix/sysv/tcflow.c: Likewise.
46423         * sysdeps/unix/sysv/tcflush.c: Likewise.
46424         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
46425         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
46426         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
46427         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
46428         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
46430         * sysdeps/unix/siglist.c: Remove file.
46432         * sysdeps/unix/getppid.S: Remove file.
46434         * sysdeps/unix/mkdir.c: Remove file.
46435         * sysdeps/unix/rmdir.c: Likewise.
46437 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
46439         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
46440         ERR_MAX value.
46441         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
46442         errlist-compat value.
46444 2012-04-18  David S. Miller  <davem@davemloft.net>
46446         * sysdeps/generic/memcopy.h (reg_char): Delete.
46447         * debug/strcat_chk.c: Use char, not reg_char.
46448         * debug/strcpy_chk.c: Likewise.
46449         * debug/strncat_chk.c: Likewise.
46450         * debug/strncpy_chk.c: Likewise.
46451         * string/memchr.c: Likewise.
46452         * string/memrchr.c: Likewise.
46453         * string/rawmemchr.c: Likewise.
46454         * string/strcat.c: Likewise.
46455         * string/strchr.c: Likewise.
46456         * string/strchrnul.c: Likewise.
46457         * string/strcmp.c: Likewise.
46458         * string/strcpy.c: Likewise.
46459         * string/strncat.c: Likewise.
46460         * string/strncmp.c: Likewise.
46461         * string/strncpy.c: Likewise.
46463 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46465         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
46466         __builtin_memcopy is called when src and dest ranges are known to not
46467         overlap.
46469 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46471         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
46472         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
46473         fwd_align_merge macro call.
46474         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
46475         bwd_align_merge macro call.
46476         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46478 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46480         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
46481         bwd_align_merge macros.
46482         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
46483         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
46484         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46486 2012-04-18  David S. Miller  <davem@davemloft.net>
46488         * sysdeps/sparc/sparc64/memcopy.h: Delete.
46490 2012-04-18  Andreas Jaeger  <aj@suse.de>
46492         [BZ# 6794]
46493         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
46494         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
46495         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46497         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
46498         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
46499         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46501         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
46502         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
46503         Adjust for changed ldbl-128 files.
46505         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
46506         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
46507         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46509 2012-04-17  David S. Miller  <davem@davemloft.net>
46511         * sysdeps/sparc/sparc32/memcopy.h: Delete.
46513 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
46515         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
46516         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
46517         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
46518         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
46519         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
46520         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
46522 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46524         [BZ #6794]
46525         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
46526         * math/libm-test.inc: Add ilogb errno and exception tests.
46527         * math/w_ilogb.c: New file: ilogb wrapper.
46528         * math/w_ilogbf.c: New file: ilogbf wrapper.
46529         * math/w_ilogbl.c: New file: ilogbl wrapper.
46530         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
46531         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
46532         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
46533         exception being thrown with 0.0 as argument.
46534         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
46535         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
46536         exception being thrown with 0.0 as argument.
46537         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
46538         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46539         exception being thrown with 0.0 as argument.
46540         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
46541         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46542         exception being thrown with 0.0 as argument.
46543         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
46544         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
46545         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
46546         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
46547         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
46548         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
46549         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
46550         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
46551         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
46553 2012-04-17  Petr Baudis  <pasky@ucw.cz>
46555         * include/sys/uio.h: Change __vector to __iovec to avoid clash
46556         with altivec.
46558 2012-04-16  Marek Polacek  <polacek@redhat.com>
46560         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
46562 2012-04-16  Marek Polacek  <polacek@redhat.com>
46564         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
46565         operands of fdivp instruction.
46567 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
46569         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
46570         * elf/tst-auditmod3b.c: Likewise.
46571         * elf/tst-auditmod4b.c: Likewise.
46572         * elf/tst-auditmod5b.c: Likewise.
46573         * elf/tst-auditmod6b.c: Likewise.
46574         * elf/tst-auditmod6c.c: Likewise.
46575         * elf/tst-auditmod7b.c: Likewise.
46576         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
46577         * sysdeps/x86_64/preconfigure.in: Likewise.
46578         * sysdeps/x86_64/preconfigure: Regenerated.
46580 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
46582         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
46583         __ILP32__.
46585 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
46587         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
46588         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
46590 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
46592         [BZ #13973]
46593         * locale/iso-639.def: Fix gl language name. Spotted by
46594         Yaron Shahrabani.
46596 2012-04-12  Roland McGrath  <roland@hack.frob.com>
46598         [BZ #2074]
46599         * libio/libio.h (__io_write_fn): Update comment.
46601 2012-04-12  Petr Baudis  <pasky@ucw.cz>
46603         [BZ #2074]
46604         * stdio.texi (Hook Functions): The user provided writer function
46605         is not allowed to return -1.
46607 2012-04-11  David S. Miller  <davem@davemloft.net>
46609         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46611 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
46613         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
46614         Add a leading slash to rtkaio.
46616 2012-04-11  Jim Meyering  <meyering@redhat.com>
46618         [BZ #11959]
46619         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
46620         It is not necessarily an error to ignore fwrite's return
46621         value.  One can reliably use ferror to test for errors after
46622         the fact.
46624 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
46626         * bits/types.h (__snseconds_t): New type.
46627         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
46629         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
46630         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
46631         (__SNSECONDS_T_TYPE): Likewise.
46632         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
46633         (__SNSECONDS_T_TYPE): Likewise.
46634         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
46635         (__SNSECONDS_T_TYPE): Likewise.
46637 2012-04-10  Andreas Jaeger  <aj@suse.de>
46639         [BZ #2636]
46640         * manual/time.texi (Processor Time): Return type of times is
46641         elapsed real time since an arbitrary point in the past.
46642         (CPU Time): Move CLK_TCK from here...
46643         (Processor Time): ...to here.  Correct description.
46644         * manual/conf.texi (Constants for Sysconf): Correct description of
46645         _SC_CLK_TCK.
46647 2012-04-10  David S. Miller  <davem@davemloft.net>
46649         [BZ #13967]
46650         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
46651         where the is a gap between DT_REL(A) and DT_JMPREL.
46653 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
46655         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
46656         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46657         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46659 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
46661         * elf/dl-support.c (_dl_inhibit_cache): New variable.
46662         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
46663         (dl_main): Handle --inhibit-cache.
46664         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
46665         _dl_inhibit_cache.
46666         * elf/dl-load.c (_dl_map_object): Use it.
46667         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
46669 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
46671         [BZ #13872]
46672         * sysdeps/i386/fpu/e_powl.S (p78): New object.
46673         (__ieee754_powl): Saturate large exponents rather than testing for
46674         overflow of y*log2(x).
46675         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46676         * math/libm-test.inc (pow_test): Do not permit spurious overflow
46677         exceptions.
46679         [BZ #11521]
46680         * math/s_ctan.c: Include <float.h>.
46681         (__ctan): Avoid internal overflow or cancellation in calculating
46682         denominator.
46683         * math/s_ctanf.c: Likewise.
46684         * math/s_ctanl.c: Likewise.
46685         * math/s_ctanh.c: Likewise.
46686         * math/s_ctanhf.c: Likewise.
46687         * math/s_ctanhl.c: Likewise.
46688         * math/libm-test.inc (ctan_test): Add more tests.
46689         (ctanh_test): Likewise.
46690         * sysdeps/i386/fpu/libm-test-ulps: Update.
46691         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46693 2012-04-09  Andreas Jaeger  <aj@suse.de>
46695         [BZ #6894]
46696         * manual/filesys.texi (Directory Entries): Mention that d_namlen
46697         is an optional BSD extension.
46699         [BZ #10254]
46700         * manual/stdio.texi (Opening Streams): Document additional fopen
46701         parameters.
46703 2012-04-09  Roland McGrath  <roland@hack.frob.com>
46705         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
46706         %eax without telling the compiler.
46708 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
46710         [BZ # 13963]
46711         * manual/install.texi: Use sourceware.org.
46713 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
46715         [BZ #13873]
46716         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
46717         (__ieee754_pow): Generate overflow and underflow using huge*huge
46718         and tiny*tiny rather than just returning constant infinity or zero
46719         for large exponents.
46720         * math/libm-test.inc (pow_test): Require overflow exceptions for
46721         applicable cases of large exponents.
46723         [BZ #706]
46724         * sysdeps/i386/fpu/e_pow.S (p10): New object.
46725         (__ieee754_pow): Use iterative multiplication algorithm only for
46726         integer exponents with absolute value below 1024.  Check for odd
46727         integer exponents when using algorithm for real exponents.
46728         * math/libm-test.inc (pow_test): Add more tests.
46729         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46731 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
46733         [BZ #13705]
46734         * math/libm-test.inc (exp_test): Do not allow overflow exception
46735         on underflow test.
46737 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
46739         [BZ #13705]
46740         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
46741         instead of __kernel_standard_f.
46743 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
46745         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
46746         * sysdeps/x86_64/memset_chk.S: Likewise.
46748 2012-04-08  Andreas Jaeger  <aj@suse.de>
46750         [BZ #10153]
46751         * manual/startup.texi (Environment Access): Describe return value
46752         for putenv and setenv.
46754         [BZ #6895]
46755         * manual/filesys.texi (Directory Entries): Add description for
46756         DT_LNK.
46758         [BZ #6890]
46759         * manual/filesys.texi (Directory Entries): Clarify that it's file
46760         system not operating system in the description of DT_UNKNOWN.
46762         [BZ #6578]
46763         * manual/syslog.texi (closelog): Fix reference, it's openlog.
46765 2012-04-08  Stephen Compall  <s11@member.fsf.org>
46767         [BZ #6649]
46768         * manual/llio.texi (Opening and Closing Files): Add cross
46769         reference to explain mode argument.
46771 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
46773         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
46774         * sysdeps/x86_64/memset_chk.S: Likewise.
46776 2012-04-07  David S. Miller  <davem@davemloft.net>
46778         * elf/elf.h (R_SPARC_WDISP10): Define.
46779         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
46780         R_SPARC_SIZE32.
46781         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
46782         R_SPARC_SIZE64 and R_SPARC_H34.
46784 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
46786         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
46787         conditions and remove no longer applicable assertion.
46789 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
46791         * bits/byteswap.h: Include <features.h>.
46792         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46793         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46795 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
46797         * bits/byteswap.h (__bswap_16): Removed.
46798         Include <bits/byteswap-16.h> to get __bswap_16.
46799         * sysdeps/i386/bits/byteswap.h: Likewise.
46800         * sysdeps/s390/bits/byteswap.h: Likewise.
46801         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46802         * bits/byteswap-16.h: New file.
46803         * sysdeps/i386/bits/byteswap-16.h: Likewise.
46804         * sysdeps/s390/bits/byteswap-16.h: Likewise.
46805         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
46806         * string/Makefile (headers): Add bits/byteswap-16.h.
46808 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
46810         [BZ #13895]
46811         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
46812         extra indirection.
46813         * nss/Makefile (tests-static, tests): Add tst-nss-static.
46814         * nss/tst-nss-static.c: New.
46816 2012-04-06  Robert Millan  <rmh@gnu.org>
46818         [BZ #6486]
46819         * manual/llio.texi (File Position Primitive): lseek
46820         refers to WHENCE when it really means OFFSET.
46822 2012-04-06  Andreas Jaeger  <aj@suse.de>
46824         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
46825         strncmp declarations.
46827         * abilist/libc.abilist: Add __poll and __ppoll.
46829 2012-04-05  David S. Miller  <davem@davemloft.net>
46831         * scripts/check-local-headers.sh: Accept a host triplet in the
46832         path matched by the exclude regexp.
46834         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
46835         definition.
46836         * sysdeps/powerpc/powerpc32/dl-machine.h
46837         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
46838         * sysdeps/s390/s390-32/dl-machine.h
46839         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46840         * sysdeps/sparc/sparc32/dl-machine.h
46841         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46842         * sysdeps/sparc/sparc64/dl-machine.h
46843         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46845         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
46846         lazy binding.
46847         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
46848         undefined symbol errors.
46850         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
46851         DT_NEEDED entries.
46853 2012-04-05  Michael Matz  <matz@suse.de>
46855         [BZ #13592]
46856         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
46858 2012-04-05  Andreas Jaeger  <aj@suse.de>
46860         [BZ #13908]
46861         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
46862         comment.
46864 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46866         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
46867         which ROUND is no valid rounding mode.
46869 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46871         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
46872         read again.
46873         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
46875 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46877         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
46878         an exception using FPU order intentionally.
46880 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46882         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
46883         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
46884         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
46885         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
46887 2012-04-05  Simon Josefsson  <simon@josefsson.org>
46889         [BZ #12340]
46890         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
46891         EINVAL when BUFLEN is too smal.
46893 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
46895         [BZ #13553]
46896         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
46897         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
46899 2012-04-03  Andreas Jaeger  <aj@suse.de>
46901         [BZ #13938]
46902         * manual/setjmp.texi (System V contexts): Fix sentence.
46904         [BZ #13926]
46905         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
46906         New macro for this case.
46907         [!__GNUC__] (__bswap_64): New inline function for this case.
46908         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46909         * bits/byteswap.h: Likewise.
46910         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
46911         ull, guard with __GLIBC_HAVE_LONG_LONG.
46913         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
46914         __GLIBC_HAVE_LONG_LONG.
46916         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
46917         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
46919 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
46921         [BZ #13691]
46922         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
46923         inptr and inend, rather than using last_ch.
46925 2012-04-02  David S. Miller  <davem@davemloft.net>
46927         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
46928         * stdio-common/printf-parse.h (read_int): Change return type to
46929         'int', return -1 on INT_MAX overflow.
46930         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
46931         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
46932         overflows INT_MAX.  Check for overflow of in-format-string precision
46933         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
46934         SIZE_MAX not INT_MAX for integer overflow test.
46935         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
46936         skip the construct in the format string but do not record anything.
46937         * stdio-common/bug22.c: Adjust to test both width/prevision
46938         INT_MAX overflow as well as total length INT_MAX overflow.  Check
46939         explicitly for proper errno values.
46941 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
46943         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
46944         CHAR_MAX.
46945         * string/test-strcmp.c [! WIDE]: Likewise.
46946         * time/tst-mktime2.c: Likewise for INT_MAX.
46947         * string/test-string.h: #include <sys/param.h> for MIN.
46949         * csu/init-first.c (__libc_init_first): Call __ctype_init.
46950         * sysdeps/i386/init-first.c (init): Likewise.
46951         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
46952         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
46953         * sysdeps/sh/init-first.c (init): Likewise.
46955 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
46957         * po/ru.po: Update from translation team.
46958         * po/vi.po: Likewise.
46960 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
46962         * resolv/nss_dns/dns-host.c: Merge copyright years.
46964 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46966         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
46967         Optimize memcpy with prefetch if
46968         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
46969         src, dst pointers have unequal 16 byte alignments.
46971 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
46973         [BZ #13928]
46974         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
46975         from a CNAME entry and return the minimum ttl for the query.
46976         (gaih_getanswer_slice): Likewise.
46978 2012-03-30  Jeff Law  <law@redhat.com>
46980         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
46981         due to long keys.
46982         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
46983         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
46985         * resolv/nss_dns/dns-host.c: Update copyright year.
46987 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
46989         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
46990         requests to save a system call.  Fix check that all bytes are sent.
46992         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
46993         comments for sendmmsg.
46995 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
46997         [BZ #13691]
46998         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
46999         with only 1 character between 0x0041 and 0x01b0.
47000         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
47001         * wcsmbs/tst-mbsnrtowcs.c: New file.
47003 2012-03-29  David S. Miller  <davem@davemloft.net>
47005         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
47006         small copies by hand.
47008 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
47010         [BZ #13761]
47011         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
47012         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
47013         group memberships.
47015 2012-03-28  David S. Miller  <davem@davemloft.net>
47017         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
47018         that branches into memcpy.
47019         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
47020         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
47021         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
47022         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
47023         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
47024         bits.
47025         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
47026         implementation too.
47027         * sysdeps/sparc/mempcpy.S: New file.
47029         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
47030         the IFUNC routine in the libc case.
47031         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
47033         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
47034         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
47035         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
47036         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
47037         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
47038         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
47039         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
47040         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
47042         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
47043         loop to 256 bytes instead of 64 bytes and fix test signedness.
47045         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
47046         * sysdeps/sparc/sparc32/Makefile: rather than here...
47047         * sysdeps/sparc/sparc64/Makefile: and here.
47049 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
47051         * malloc/mallocbug.c: Avoid warnings about unused variables.
47053 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
47055         [BZ #13760]
47056         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
47057         in the right place. Discard and retry query if response is
47058         larger than input buffer size.
47060 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
47062         [BZ #369]
47063         [BZ #2678]
47064         [BZ #3866]
47065         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
47066         x for large integer exponent.
47067         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
47068         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
47069         sign of result as needed afterwards.
47070         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
47071         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
47072         result for underflowing pow the same as for overflow.
47073         (__kernel_standard_l): Handle powl overflow and underflow here
47074         rather than calling __kernel_standard.
47075         * math/libm-test.inc (pow_test): Add more tests.
47077         [BZ #3868]
47078         [BZ #13879]
47079         [BZ #13910]
47080         [BZ #13911]
47081         [BZ #13912]
47082         [BZ #13913]
47083         [BZ #13915]
47084         [BZ #13916]
47085         [BZ #13917]
47086         [BZ #13918]
47087         [BZ #13919]
47088         [BZ #13920]
47089         [BZ #13921]
47090         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
47091         * sysdeps/ieee754/k_standard.c: Include <float.h>.
47092         (__kernel_standard_l): New function.
47093         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
47094         __kernel_standard.
47095         * math/w_acosl.c (__acosl): Likewise.
47096         * math/w_asinl.c (__asinl): Likewise.
47097         * math/w_atan2l.c (__atan2l): Likewise.
47098         * math/w_atanhl.c (__atanhl): Likewise.
47099         * math/w_coshl.c (__coshl): Likewise.
47100         * math/w_exp10l.c (__exp10l): Likewise.
47101         * math/w_exp2l.c (__exp2l): Likewise.
47102         * math/w_fmodl.c (__fmodl): Likewise.
47103         * math/w_hypotl.c (__hypotl): Likewise.
47104         * math/w_j0l.c (__j0l, __y0l): Likewise.
47105         * math/w_j1l.c (__j1l, __y1l): Likewise.
47106         * math/w_jnl.c (__jnl, __ynl): Likewise.
47107         * math/w_lgammal.c (__lgammal): Likewise.
47108         * math/w_log10l.c (__log10l): Likewise.
47109         * math/w_log2l.c (__log2l): Likewise.
47110         * math/w_logl.c (__logl): Likewise.
47111         * math/w_powl.c (__powl): Likewise.
47112         * math/w_remainderl.c (__remainderl): Likewise.
47113         * math/w_scalbl.c (sysv_scalbl): Likewise.
47114         * math/w_sinhl.c (__sinhl): Likewise.
47115         * math/w_sqrtl.c (__sqrtl): Likewise.
47116         * math/w_tgammal.c (__tgammal): Likewise.
47117         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
47118         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
47119         * math/libm-test.inc (acos_test): Add more tests.
47120         (acosh_test): Likewise.
47121         (asin_test): Likewise.
47122         (atanh_test): Likewise.
47123         (exp_test): Likewise.
47124         (exp10_test): Likewise.
47125         (exp2_test): Likewise.
47126         (expm1_test): Likewise.
47127         (lgamma_test): Likewise.
47128         (log_test): Likewise.
47129         (log10_test): Likewise.
47130         (log1p_test): Likewise.
47131         (log2_test): Likewise.
47132         (pow_test): Do not allow some spurious overflow exceptions.
47133         (sqrt_test): Add more tests.
47134         (tgamma_test): Likewise.
47135         (y0_test): Likewise.
47136         (y1_test): Likewise.
47137         (yn_test): Likewise.
47139 2012-03-27  Anton Blanchard  <anton@samba.org>
47141         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
47142         MAP_HUGETLB.
47143         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
47144         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
47145         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
47147 2012-03-27  David S. Miller  <davem@davemloft.net>
47149         * conform/Makefile: Run run-conformtest.sh using $(BASH).
47151         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
47152         have-as-vis3 check.
47154 2012-03-27  Andreas Jaeger  <aj@suse.de>
47156         * sysdeps/x86_64/elf/configure.in: Moved to ...
47157         * sysdeps/x86_64/configure.in: ... here.
47158         * sysdeps/x86_64/elf/start.S: Moved to ...
47159         * sysdeps/x86_64/start.S: ... here.
47160         * sysdeps/x86_64/elf/configure: Delete.
47162         * sysdeps/x86_64/configure.in: Merge contents from
47163         sysdeps/i386/configure.in (without i686 check).
47165         * sysdeps/i386/elf/Versions: Merge into ...
47166         * sysdeps/i386/Versions: ... this.
47167         * sysdeps/i386/elf/Versions: Delete file.
47168         * sysdeps/i386/elf/start.S: Moved to ...
47169         * sysdeps/i386/start.S: ...here.
47170         * sysdeps/i386/elf/configure.in: Merge into...
47171         * sysdeps/i386/configure.in: ...here.
47172         * sysdeps/i386/elf/configure.in: Delete file.
47173         * sysdeps/i386/elf/configure: Delete file.
47175         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
47176         * debug/backtracesyms.c: ... here.
47177         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
47178         * debug/backtracesymsfd.c: ... here.
47179         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
47180         * sysdeps/generic/ifunc-sel.h: ... here.
47182         * sysdeps/unix/i386/start.c: Delete file.
47183         * sysdeps/unix/sparc/start.c: Delete file.
47184         * sysdeps/unix/start.c: Delete file.
47186         * sysdeps/sh/elf/configure.in: Moved to ...
47187         * sysdeps/sh/configure.in: ... here.
47188         * sysdeps/sh/elf/start.S: Moved to ...
47189         * sysdeps/sh/start.S: ... here.
47190         * sysdeps/sh/elf/configure: Delete file.
47192         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
47193         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
47194         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
47195         * sysdeps/powerpc/powerpc64/entry.h: ... here.
47196         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
47197         * sysdeps/powerpc/powerpc64/start.S: here.
47198         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
47199         * sysdeps/powerpc/powerpc64/Makefile: ... this.
47200         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
47201         * sysdeps/powerpc/powerpc64/configure.in: ... this.
47202         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
47204         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
47205         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
47206         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
47207         * sysdeps/powerpc/powerpc32/start.S: ... here.
47208         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
47209         * sysdeps/powerpc/powerpc32/configure.in: ... this.
47210         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
47212         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
47213         * sysdeps/powerpc/ifunc-sel.h: ... here.
47214         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
47215         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
47217         * sysdeps/sparc/elf/configure.in: Moved to ...
47218         * sysdeps/sparc/configure.in: ... here.
47219         * sysdeps/sparc/elf/configure: Delete file.
47220         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
47221         * sysdeps/sparc/sparc32/start.S: ... here.
47222         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
47223         * sysdeps/sparc/sparc64/start.S: ... here.
47224         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
47225         * sysdeps/sparc/sparc32/Makefile: ... this.
47226         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
47227         * sysdeps/sparc/sparc64/Makefile: ... this.
47229         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
47230         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
47231         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
47232         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
47233         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
47234         * sysdeps/s390/s390-32/setjmp.S: ... here.
47235         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
47236         * sysdeps/s390/s390-32/configure.in: ... here.
47237         * sysdeps/s390/s390-32/elf/configure: Delete file.
47238         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
47239         * sysdeps/s390/s390-32/start.S: ... here.
47241         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
47242         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
47243         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
47244         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
47245         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
47246         * sysdeps/s390/s390-64/setjmp.S: ... here.
47247         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
47248         * sysdeps/s390/s390-64/configure.in: ... here
47249         * sysdeps/s390/s390-64/elf/configure: Delete file.
47250         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
47251         * sysdeps/s390/s390-64/start.S: ... here.
47252         * sysdeps/s390/s390-64/elf/configure: Delete.
47254         * configure.in: Remove support for elf directories in sysdeps.
47256         * configure: Regenerated.
47257         * sysdeps/i386/configure: Regenerated.
47258         * sysdeps/powerpc/powerpc32/configure: Regenerated.
47259         * sysdeps/powerpc/powerpc64/configure: Regenerated.
47260         * sysdeps/s390/s390-32/configure: Regenerated.
47261         * sysdeps/s390/s390-64/configure: Regenerated.
47262         * sysdeps/sh/configure: Regenerated.
47263         * sysdeps/sparc/configure: Regenerated.
47264         * sysdeps/x86_64/configure: Regenerated.
47266 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
47268         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47270         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
47271         denormal result into account.
47273 2012-03-25  Roland McGrath  <roland@hack.frob.com>
47275         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
47276         Reported by Allan McRae <allan@archlinux.org>.
47278 2012-03-23  Jeff Law  <law@redhat.com>
47280         * nss/getnssent.c (__nss_getent): Fix typo.
47282 2012-03-23  David S. Miller  <davem@davemloft.net>
47284         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47286 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
47288         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
47289         to pad to uint64_t for each field.
47290         (dl_tls_index): Replace unsigned long with uint64_t.
47292 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
47293         Paul Pluzhnikov  <ppluzhnikov@google.com>
47295         [BZ #6528]
47296         * grp/Makefile (otherlibs): Don't set it.
47297         * inet/Makefile (otherlibs): Likewise.
47298         * login/Makefile (otherlibs): Likewise.
47299         * nscd/Makefile (otherlibs): Likewise.
47300         * posix/Makefile (otherlibs): Likewise.
47301         * pwd/Makefile (otherlibs): Likewise.
47302         * rt/Makefile (otherlibs): Likewise.
47303         * sunrpc/Makefile (otherlibs): Likewise.
47304         * nss/Makefile (otherlibs): Likewise.
47305         Add libnss_files to routines and static-only-routines.
47306         ($(objpfx)getent): Remove rule.
47307         * resolv/Makefile: Add libnss_dns and libresolv to routines and
47308         static-only-routines.
47310 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47312         [BZ #13892]
47313         * math/s_cexp.c: Include <float.h>.
47314         (__cexp): Handle exp result overflowing not necessarily
47315         overflowing both real and imaginary parts of result.
47316         * math/s_cexpf.c: Likewise.
47317         * math/s_cexpl.c: Likewise.
47318         * math/libm-test.inc (cexp_test): Add more tests.
47319         * sysdeps/i386/fpu/libm-test-ulps: Update.
47320         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47322 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47324         * include/link.h (ELFW): New macro.
47325         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
47326         Replace ELF64_R_TYPE with ELFW(R_TYPE).
47328 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47330         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
47331         with uint64_t.
47333 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47335         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
47336         declaration.
47337         (struct La_x32_retval): Likewise.
47339 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47341         * sysdeps/x86_64/preconfigure.in: New file.
47342         * sysdeps/x86_64/preconfigure: New generated file.
47344 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47346         [BZ #13824]
47347         * math/e_exp2l.c: Include <float.h>.
47348         (__ieee754_exp2l): Handle overflow and underflow cases
47349         separately.  Only pass fractional part of argument to
47350         __ieee754_expl.
47351         * math/libm-test.inc (exp2_test): Add more tests.
47353         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
47354         negating x to take absolute value.
47355         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
47356         Likewise.
47357         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
47358         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
47359         Likewise.
47360         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
47361         computing low part if x was negated.
47362         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
47364 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47366         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
47367         la_x32_gnu_pltexit.
47368         (pltexit): Cast int_retval to ptrdiff_t.
47369         * elf/tst-auditmod3b.c: Likewise.
47370         * elf/tst-auditmod4b.c: Likewise.
47371         * elf/tst-auditmod5b.c: Likewise.
47372         * elf/tst-auditmod6b.c: Likewise.
47373         * elf/tst-auditmod6c.c: Likewise.
47374         * elf/tst-auditmod7b.c: Likewise.
47376         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
47377         and x32_gnu_pltexit.
47379         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
47380         __ELF_NATIVE_CLASS.
47381         (La_x32_regs): New macro.
47382         (La_x32_retval): Likewise.
47383         (la_x32_gnu_pltenter): New function prototype.
47384         (la_x32_gnu_pltexit): Likewise.
47386 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
47388         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
47389         exponent.
47391         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47393         * configure.in (libc_cv_cc_nofma): Check for option to disable
47394         generation of FMA instructions.
47395         * configure: Regenerate.
47396         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
47397         * sysdeps/ieee754/dbl-64/Makefile: New file.
47398         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
47399         Remove brandred-fma4.
47400         (CFLAGS-brandred-fma4.c): Remove.
47401         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
47402         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
47403         define.
47404         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
47405         define.
47407 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47409         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
47410         LLONG_MAX != LONG_MAX.
47411         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47412         (_fitoa_word): Likewise.
47413         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
47414         LLONG_MAX != LONG_MAX.
47415         * stdio-common/_itowa.h: Include <_itoa.h>.
47416         (_itowa_word): Use _ITOA_WORD_TYPE on value.
47417         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
47418         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
47419         only if not defined.
47420         (_ITOA_WORD_TYPE): Likewise.
47421         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47422         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
47424 2012-03-21  David S. Miller  <davem@davemloft.net>
47426         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47428 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47430         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
47431         of x86_64 when setting libc_cv_slibdir, libdir and
47432         libc_cv_localedir.
47433         * sysdeps/unix/sysv/linux/configure: Regenerated.
47435 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47437         * manual/lang.texi (Old Varargs): Remove section.
47438         (How Variadic): Update menu.
47439         (va_start): Do not mention varargs.h.
47441 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47442             Joseph Myers  <joseph@codesourcery.com>
47444         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
47445         link test.
47446         * configure: Regenerated.
47448 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47450         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
47451         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
47452         conformtest.pl
47454 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47456         * NOTES: Remove.
47457         * Makefile (files-for-dist): Remove NOTES.
47458         (NOTES): Remove rule.
47459         * README: Don't refer to NOTES.
47460         * manual/creature.texi: Don't include macros.texi.
47461         * manual/intro.texi (creature.texi): Remove comment referring to
47462         NOTES.
47464         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
47465         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
47466         * configure: Regenerated.
47467         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
47468         LIBC_TRY_CC_OPTION.
47469         (libc_cv_as_i686): Likewise.
47470         (libc_cv_cc_avx): Likewise.
47471         (libc_cv_cc_sse2avx): Likewise.
47472         (libc_cv_cc_fma4): Likewise.
47473         (libc_cv_cc_novzeroupper): Likewise.
47474         * sysdeps/i386/configure: Regenerated.
47476         [BZ #13883]
47477         * sysdeps/i386/fpu/s_cexp.S: Remove.
47478         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
47479         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
47480         * math/libm-test.inc (cexp_test): Add more tests.
47481         * sysdeps/i386/fpu/libm-test-ulps: Update.
47482         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47484 2012-03-21  Allan McRae  <allan@archlinux.org>
47486         * timezone/Makefile: Do not install iso3166.tab and zone.tab
47488 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47490         [BZ #13871]
47491         * math/w_exp2.c: Do not include <float.h>.
47492         (o_threshold, u_threshold): Remove.
47493         (__exp2): Calculate result before checking finiteness and calling
47494         __kernel_standard.
47495         * math/w_exp2f.c: Likewise.
47496         * math/w_exp2l.c: Likewise.
47497         * math/libm-test.inc (exp2_test): Require overflow exception for
47498         1e6 input.
47500         [BZ #3866]
47501         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
47502         range of signed 64-bit integers before using fistpll.  Remove
47503         checks for whether integers fit in mantissa bits.
47504         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
47505         the range of signed 32-bit integers before using fistpl.  Remove
47506         checks for whether integers fit in mantissa bits.
47507         * sysdeps/i386/fpu/e_powl.S (p64): New object.
47508         (__ieee754_powl): Test for y outside the range of signed 64-bit
47509         integers before using fistpll.  Reduce 64-bit values to 63-bit
47510         ones as needed.
47511         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
47512         divide-by-zero is raised for zero to large negative powers.
47513         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
47514         (__ieee754_powl): Test for y outside the range of signed 64-bit
47515         integers before using fistpll.  Reduce 64-bit values to 63-bit
47516         ones as needed.
47517         * math/libm-test.inc (pow_test): Add more tests.
47519 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47521         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
47522         <stdio-common/_itoa.h>.
47523         * debug/segfault.c: Likewise.
47524         * elf/dl-cache.c: Likewise.
47525         * elf/dl-minimal.c: Likewise.
47526         * elf/dl-misc.c: Likewise.
47527         * elf/dl-sysdep.c: Likewise.
47528         * elf/dl-version.c: Likewise.
47529         * elf/rtld.c: Likewise.
47530         * hurd/hurdsock.c: Likewise.
47531         * hurd/lookup-retry.c: Likewise.
47532         * malloc/malloc.c: Likewise.
47533         * malloc/mtrace.c: Likewise.
47534         * nscd/nscd_getgr_r.c: Likewise.
47535         * nscd/nscd_getpw_r.c: Likewise.
47536         * nscd/nscd_getserv_r.c: Likewise.
47537         * posix/getopt_init.c: Likewise.
47538         * posix/wordexp.c: Likewise.
47539         * stdio-common/_itoa.c: Likewise.
47540         * stdio-common/printf_fphex.c: Likewise.
47541         * stdio-common/vfprintf.c: Likewise.
47542         * string/_strerror.c: Likewise.
47543         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
47544         * sysdeps/i386/i686/hp-timing.h: Likewise.
47545         * sysdeps/mach/_strerror.c: Likewise.
47546         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
47547         * sysdeps/mach/hurd/sethostid.c: Likewise.
47548         * sysdeps/mach/hurd/xmknodat.c: Likewise.
47549         * sysdeps/mach/xpg-strerror.c: Likewise.
47550         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
47551         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
47552         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
47553         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
47554         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
47555         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
47556         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
47557         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
47558         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
47559         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
47560         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
47561         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
47562         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
47563         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
47564         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
47565         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
47566         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
47567         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
47568         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
47569         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
47570         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
47572         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
47574         * stdio-common/_itoa.h: Moved to ...
47575         * sysdeps/generic/_itoa.h: Here.
47577         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
47579         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
47580         instead of "_itoa.h" and "_itowa.h".
47581         * stdio-common/vfprintf.: Likewise.
47583 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47585         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
47586         <bits/wordsize.h>.
47587         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
47588         (__signbit): Likwise.
47589         (llrintf): Likwise.
47590         (llrint): Likwise.
47592 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47594         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
47595         __WORDSIZE != 64.
47597 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
47599         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
47600         OVERFLOW_EXCEPTION_OK.
47601         * math/libm-test.inc ("Philosophy"): Update comment about
47602         exception testing.
47603         (OVERFLOW_EXCEPTION): Define.
47604         (OVERFLOW_EXCEPTION_OK): Likewise.
47605         (INVALID_EXCEPTION_OK): Renumber.
47606         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
47607         (IGNORE_ZERO_INF_SIGN): Likewise.
47608         (test_exceptions): Handle FE_OVERFLOW.
47609         (exp10_test): Expect overflow exceptions.
47610         (exp2_test): Likewise.
47611         (expm1_test): Likewise.
47612         (nextafter_test): Likewise.
47613         (pow_test): Likewise.
47614         (scalbn_test): Likewise.
47615         (scalbln_test): Likewise.
47617 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47619         * sysdeps/x86_64/bits/atomic.h
47620         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
47621         64bit integer.
47622         (atomic_exchange_acq): Likewise.
47623         (__arch_exchange_and_add_body): Likewise.
47624         (__arch_add_body): Likewise.
47625         (atomic_add_negative): Likewise.
47626         (atomic_add_zero): Likewise.
47628 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47630         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
47631         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
47633 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47635         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
47636         Check __x86_64__ instead of __WORDSIZE.
47638 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47640         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
47642 2012-03-19  David S. Miller  <davem@davemloft.net>
47644         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47646         * sysdeps/sparc/fpu/fenv_private.h: New file.
47647         * sysdeps/sparc/fpu/math_private.h: Use it.
47648         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
47649         Remove.
47650         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
47651         (libc_feholdexcept_setroundl): Remove.
47652         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
47653         Remove.
47654         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
47655         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
47657 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47659         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
47660         int64_t instead of long int.
47661         (INSERT_WORDS64): Likwise.
47663 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47665         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
47666         _Unwind_GetCFA return to _Unwind_Ptr first.
47668 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
47670         [BZ #13629]
47671         * math/s_clog.c: Include <float.h>.
47672         (__clog): Scale large or subnormal inputs.
47673         * math/s_clogf.c: Likewise.
47674         * math/s_clogl.c: Likewise.
47675         * math/s_clog10.c: Include <float.h>.
47676         (M_LOG10_2): Define.
47677         (__clog10): Scale large or subnormal inputs.
47678         * math/s_clog10f.c: Likewise.
47679         * math/s_clog10l.c: Likewise.
47680         * math/libm-test.inc (clog_test): Add more tests.
47681         (clog10_test): Likewise.
47682         * sysdeps/i386/fpu/libm-test-ulps: Update.
47683         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47685         [BZ #11451]
47686         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
47687         x and y.
47688         * math/libm-test.inc (atan2_test): Add another test.
47690         * Makerules (common-objdir-compile): Remove.
47691         * sysdeps/unix/Makefile (config-generated): Do not add
47692         $(unix-generated) to variable.
47693         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
47694         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
47695         Remove rule.
47696         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
47697         Likewise.
47698         [generic bits/local_lim.h] (before-compile): Do not append to
47699         variable.
47700         [generic bits/local_lim.h] (common-generated): Likewise.
47701         [generic sys/param.h] (before-compile): Do not append to variable.
47702         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
47703         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
47704         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
47705         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
47706         include.
47707         [generic sys/param.h] (sys/param.h-includes): Remove variable.
47708         [generic sys/param.h] (sys/param.h-includes): Remove rule.
47709         [generic sys/param.h] ($(addprefix
47710         $(common-objpfx),$(sys/param.h-includes))): Likewise.
47711         [generic sys/param.h] (common-generated): Do not append to
47712         variable.
47713         [generic sys/param.h] (sysdep_headers): Likewise.
47714         [generic bits/errno.h] (before-compile): Do not append to
47715         variable.
47716         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
47717         rule.
47718         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
47719         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
47720         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
47721         [generic bits/errno.h] (common-generated): Do not append to
47722         variable.
47723         [generic bits/ioctls.h] (before-compile): Do not append to
47724         variable.
47725         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
47726         rule.
47727         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
47728         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
47729         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
47730         rule.
47731         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
47732         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
47733         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
47734         [generic bits/ioctls.h] (common-generated): Do not append to
47735         variable.
47736         [generic sys/syscall.h] (syscall.h): Remove variable.
47737         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
47738         rule.
47739         [generic sys/syscall.h] (before-compile): Do not append to
47740         variable.
47741         [generic sys/syscall.h] (common-generated): Likewise.
47742         * sysdeps/unix/errnos-tmpl.c: Remove file.
47743         * sysdeps/unix/errnos.awk: Likewise.
47744         * sysdeps/unix/ioctls-tmpl.c: Likewise.
47745         * sysdeps/unix/ioctls.awk: Likewise.
47746         * sysdeps/unix/mk-local_lim.c: Likewise.
47747         * sysdeps/unix/snarf-ioctls: Likewise.
47749 2012-03-19  Richard Henderson  <rth@twiddle.net>
47751         * sysdeps/i386/fpu/fenv_private.h: New file.
47752         * sysdeps/i386/fpu/math_private.h: Use it.
47753         (math_opt_barrier, math_force_eval): Remove.
47754         (libc_feholdexcept_setround_53bit): Remove.
47755         (libc_feupdateenv_53bit): Remove.
47756         * sysdeps/x86_64/fpu/math_private.h: Likewise.
47757         (math_opt_barrier, math_force_eval): Remove.
47758         (libc_feholdexcept): Remove.
47759         (libc_feholdexcept_setround): Remove.
47760         (libc_fetestexcept, libc_fesetenv): Remove.
47761         (libc_feupdateenv_test): Remove.
47762         (libc_feupdateenv, libc_feholdsetround): Remove.
47763         (libc_feresetround): Remove.
47765         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
47766         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
47768         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
47769         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
47770         (libc_feupdateenv_testl): New.
47771         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
47772         (libc_feupdateenv_testf): New.
47773         (libc_feupdateenv): Use libc_feupdateenv_test.
47774         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
47775         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
47777         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
47778         (libc_feholdsetroundf, libc_feholdsetroundl): New.
47779         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
47780         (libc_feresetround_noex): New.
47781         (libc_feresetround_noexf): New.
47782         (libc_feresetround_noexl): New.
47783         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
47784         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
47785         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
47786         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
47787         SET_RESTORE_ROUND.
47788         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
47789         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
47790         (__cos): Likewise.
47791         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
47792         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
47793         SET_RESTORE_ROUND_NOEX.
47794         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
47795         SET_RESTORE_ROUND_NOEXF.
47796         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
47797         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
47798         (libc_feholdsetroundf): New.
47799         (libc_feresetround, libc_feresetroundf): New.
47801         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
47802         (libc_feholdexcept_setround_53bit): Convert from macro to function.
47803         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
47805         * sysdeps/generic/math_private.h: Include <fenv.h>.
47806         (default_libc_feholdexcept): New.
47807         (default_libc_feholdexcept_setround): New.
47808         (default_libc_fesetenv, default_libc_feupdateenv): New.
47809         (libc_feholdexcept): Only define if undefined.
47810         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
47811         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
47812         (libc_feholdexcept_setroundl): Likewise.
47813         (libc_feholdexcept_setround_53bit): Likewise.
47814         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
47815         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
47816         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
47817         (libc_feupdateenv_53bit): Likewise.
47818         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
47819         (libc_feholdexcept): Convert from macro to inline function.
47820         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
47821         (libc_fesetenv, libc_feupdateenv): Likewise.
47823         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
47824         not previously defined.
47825         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
47826         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
47827         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
47828         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
47829         * sysdeps/ieee754/flt-32/math_private.h: New file.
47830         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
47831         math_private.h below SET_FLOAT_WORD.
47832         (__isnan, __isinf_ns, __finite): Remove.
47833         (__isnanf, __isinf_nsf, __finitef): Remove.
47835 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
47837         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47839 2012-03-17  David S. Miller  <davem@davemloft.net>
47841         [BZ #6471]
47842         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
47843         for 2.16.
47845 2012-03-16  David S. Miller  <davem@davemloft.net>
47847         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
47848         warnings.
47850         [BZ #6471]
47851         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
47852         properly.
47853         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
47854         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
47855         sysdep_routines when subdir is sysvipc.
47856         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
47857         __getshmlba helper.
47859         * sysdeps/sparc/fpu/libm-test/ulps: Update.
47861 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47863         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
47864         [__LP64__].
47866 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47868         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
47869         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
47870         (__lround): Renamed to ...
47871         (__llround): This.  Replace long int with long long int.
47872         Define lround functions as aliases of llround functions.
47873         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
47875 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47877         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
47878         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
47879         adresses to uintptr_t.  Replace "long int" and "unsigned long
47880         int" with "greg_t" on va_arg.
47882 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47884         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
47885         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
47887         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
47888         Move e_machine check before EI_CLASS check.  Handle x32
47889         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
47890         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
47891         SKIP_EM_IA_64 and include
47892         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
47894         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
47895         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
47896         (add_system_dir): New macro.
47898         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
47899         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
47901 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
47903         [BZ #2551]
47904         [BZ #2552]
47905         [BZ #2553]
47906         [BZ #2554]
47907         [BZ #2562]
47908         [BZ #2563]
47909         [BZ #2565]
47910         [BZ #2566]
47911         [BZ #2576]
47912         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
47913         (y0): Likewise.
47914         * math/w_j0f.c (j0f): Likewise.
47915         (y0f): Likewise.
47916         * math/w_j0l.c (__j0l): Likewise.
47917         (__y0l): Likewise.
47918         * math/w_j1.c (j1): Likewise.
47919         (y1): Likewise.
47920         * math/w_j1f.c (j1f): Likewise.
47921         (y1f): Likewise.
47922         * math/w_j1l.c (__j1l): Likewise.
47923         (__y1l): Likewise.
47924         * math/w_jn.c (jn): Likewise.
47925         (yn): Likewise.
47926         * math/w_jnf.c (jnf): Likewise.
47927         (ynf): Likewise.
47928         * math/w_jnl.c (__jnl): Likewise.
47929         (__ynl): Likewise.
47930         * math/libm-test.inc (j0_test): Add more tests.
47931         (j1_test): Likewise.
47932         (jn_test): Likewise.  Add trailing semicolon to existing test.
47933         (y0_test): Likewise.
47934         (y1_test): Likewise.
47935         * sysdeps/i386/fpu/libm-test-ulps: Update.
47936         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47938         [BZ #13851]
47939         [BZ #13854]
47940         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
47941         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
47942         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
47943         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
47944         (__tanl): Set errno for infinite argument.
47945         * sysdeps/i386/fpu/mptan.c: Remove.
47946         * sysdeps/i386/fpu/s_tan.S: Likewise.
47947         * sysdeps/i386/fpu/s_tanl.S: Likewise.
47948         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
47949         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
47950         * math/libm-test.inc (tan_test): Add more tests and enable more
47951         tests for double and long double.
47952         * sysdeps/i386/fpu/libm-test-ulps: Update.
47953         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47955 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
47957         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
47958         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
47960 2012-03-16  Roland McGrath  <roland@hack.frob.com>
47962         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
47963         * configure.in: Use it for both main tree and add-ons.
47964         * configure: Regenerated.
47966 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47968         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
47970 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
47972         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
47973         in comment.
47975         [BZ #13851]
47976         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
47977         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
47978         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
47979         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
47980         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
47981         infinite argument.
47982         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
47983         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
47984         != 0 for prec == 2.
47985         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
47986         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
47987         * sysdeps/i386/fpu/s_cosl.S: Likewise.
47988         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
47989         * sysdeps/i386/fpu/s_sinl.S: Likewise.
47990         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
47991         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
47992         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
47993         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
47994         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
47995         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
47996         * math/libm-test.inc (cos_test): Add more tests and enable more
47997         tests for long double.
47998         (sin_test): Likewise.
47999         (sincos_test): Likewise.
48000         * sysdeps/i386/fpu/libm-test-ulps: Update.
48001         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48003 2012-03-16  David S. Miller  <davem@davemloft.net>
48005         * sysdeps/sparc/fpu/math_private.h: New file.
48007 2012-03-15  David S. Miller  <davem@davemloft.net>
48009         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
48010         file.
48011         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
48012         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
48013         file.
48014         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
48015         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
48016         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
48017         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
48018         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
48019         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
48020         sysdep routines.
48021         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48023         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
48024         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
48026         * sysdeps/sparc/sparc-ifunc.h: New file.
48027         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
48028         sparc-ifunc.h
48029         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
48030         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
48031         Likewise.
48032         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
48033         Likewise.
48034         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
48035         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
48036         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
48037         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
48038         Likewise.
48039         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
48040         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
48041         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
48042         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
48043         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
48044         Likewise.
48045         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
48046         Likewise.
48047         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
48048         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
48049         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
48050         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
48051         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
48052         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
48053         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
48054         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
48055         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
48056         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
48057         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
48058         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
48059         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
48060         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
48061         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
48062         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
48063         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
48064         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
48065         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
48066         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
48067         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
48068         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
48069         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
48070         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
48072 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48074         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
48075         scaling.
48076         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48078 2012-03-15  Andreas Jaeger  <aj@suse.de>
48080         [BZ #13852]
48081         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
48082         ieee754/flt-32 implementation for sin, cos and sincos.
48083         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
48084         * sysdeps/i386/fpu/s_cosf.S: Likewise.
48085         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
48086         * sysdeps/i386/fpu/s_sinf.S: Likewise.
48087         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
48088         ieee754/flt-32 implementation for tan.
48090         * math/libm-test.inc (cos_test): Enable some large input tests for
48091         float as well
48092         (sin_test): Likewise.
48093         (sincos_test): Likewise.
48094         (tan_test): Add tests for large input.
48096         * sysdeps/i386/fpu/libm-test-ulps: Update.
48098 2012-03-15  Andreas Jaeger  <aj@suse.de>
48100         [BZ #13658]
48101         * math/libm-test.inc (cos_test): Add more test cases.
48102         (sin_test): Likewise.
48103         (sincos_test): Likewise.
48105 2012-03-15  Andreas Jaeger  <aj@suse.de>
48107         [BZ #13837]
48108         * math/libm-test.inc (cos_test): Add a test case for large input
48109         value.
48110         (sin_test): Likewise.
48111         (sincos_test): Likewise.
48113 2012-03-15  Andreas Jaeger  <aj@suse.de>
48114             Joseph Myers  <joseph@codesourcery.com>
48116         [BZ #13658]
48117         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
48118         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
48119         * sysdeps/i386/fpu/branred.c: Likewise.
48120         * sysdeps/i386/fpu/dosincos.c: Likewise.
48121         * sysdeps/i386/fpu/mpa.c: Likewise.
48122         * sysdeps/i386/fpu/s_cos.S: Likewise.
48123         * sysdeps/i386/fpu/s_sin.S: Likewise.
48124         * sysdeps/i386/fpu/s_sincos.S: Likewise.
48125         * sysdeps/i386/fpu/sincos32.c: Likewise.
48127         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
48128         Define.
48129         (libc_feupdateenv_53bit): Define.
48130         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
48131         Define.
48132         (libc_feupdateenv_53bit): Define.
48134         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
48135         53 bit (without extend i386 double precision).
48137         * math/libm-test.inc (sincos_test): Add tests for large input.
48138         (sin): Likewise.
48139         (cos): Likewise.
48141         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
48143 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48145         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48147 2012-03-15  David S. Miller  <davem@davemloft.net>
48149         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
48150         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
48151         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
48152         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
48153         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
48154         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
48155         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
48156         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
48157         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
48158         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
48159         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
48160         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
48161         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
48162         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
48163         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
48164         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
48165         file.
48166         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
48167         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
48168         file.
48169         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
48170         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
48171         file.
48172         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
48173         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
48174         file.
48175         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
48176         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
48177         fmin/fmax sysdep routines.
48178         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48180 2012-03-14  David S. Miller  <davem@davemloft.net>
48182         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
48183         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
48184         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
48185         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
48186         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
48187         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
48188         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
48189         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
48190         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
48191         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
48192         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
48193         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
48194         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
48195         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
48196         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
48197         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
48198         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
48199         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
48200         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
48201         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
48202         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
48203         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
48204         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
48205         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
48206         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
48207         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
48208         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
48209         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
48210         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
48211         routines.
48212         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
48213         file.
48214         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
48215         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
48216         file.
48217         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
48218         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
48219         file.
48220         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
48221         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
48222         file.
48223         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
48224         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
48225         file.
48226         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
48227         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
48228         file.
48229         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
48230         file.
48231         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
48232         file.
48233         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
48234         file.
48235         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
48236         New file.
48237         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
48238         file.
48239         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
48240         file.
48241         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
48242         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
48243         file.
48244         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
48245         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
48246         file.
48247         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
48248         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
48249         file.
48250         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
48251         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
48252         VIS3 routines.
48254         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
48255         New file.
48257         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48259         * sysdeps/sparc/configure.in: New file.
48260         * sysdeps/sparc/configure: Generate.
48261         * configure.in (libc_cv_sparc_as_vis3): Substitute.
48262         * configure: Regenerate.
48263         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
48264         * config.make.in (have-as-vis3): New.
48265         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
48266         available use -Av9d instead of -Av9a.
48267         * sysdeps/sparc/sparc64/Makefile: Likewise.
48268         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
48269         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
48270         New file.
48271         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
48272         file.
48273         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
48274         New file.
48275         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
48276         file.
48277         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
48278         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
48279         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
48280         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
48281         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
48283         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
48284         fzeros/fnegs to load 0x80000000 into a float register instead of
48285         using the stack.
48286         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
48288 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48290         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48291         bits/syscall.h.
48292         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
48293         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
48294         ($(inst_includedir)/bits/syscall.h): Remove rule.
48295         ($(objpfx)bits/syscall.d): Include instead of
48296         $(objpfx)syscall-list.d.
48297         (generated): Change syscall-list.h and syscall-list.d to
48298         bits/syscall.h and bits/syscall.d.
48300 2012-03-14  Roland McGrath  <roland@hack.frob.com>
48302         [BZ #13846]
48303         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
48305 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48307         [BZ #13841]
48308         * math/s_csqrt.c: Include <float.h>.
48309         (__csqrt): Scale large or subnormal inputs.
48310         * math/s_csqrtf.c: Likewise.
48311         * math/s_csqrtl.c: Likewise.
48312         * math/libm-test.inc (csqrt_test): Add more tests.
48313         * sysdeps/i386/fpu/libm-test-ulps: Update.
48314         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48316         [BZ #13840]
48317         * math/libm-test.inc (hypot_test): Add more tests.
48319 2012-03-13  David S. Miller  <davem@davemloft.net>
48321         [BZ #13840]
48322         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
48323         double-precision for the calculation instead of scaling.
48325 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
48327         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
48328         manipulate bits before adding and subtracting TWO52[sx].
48329         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
48330         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
48331         Likewise.
48332         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
48334 2012-03-13  David S. Miller  <davem@davemloft.net>
48336         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
48337         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
48338         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
48339         rtld-global-offsets.h
48340         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48342         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
48343         large parameters.
48345         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
48347         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
48348         'err' in the ifdef scope in which it is actually used.
48350         * nss/nss_db/db-init.c: Include string.h
48352 2012-03-12  David S. Miller  <davem@davemloft.net>
48354         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48355         masking out of the most significant byte of random value used.
48356         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48357         Fix coding style in previous change.
48359         * sysdeps/unix/sysv/linux/kernel-features.h
48360         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
48361         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
48362         expression.
48363         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
48364         later.
48366 2012-03-11  David S. Miller  <davem@davemloft.net>
48368         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
48369         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
48370         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
48371         for 'resultvar' otherwise things get truncated on 64-bit.
48373         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48374         Fix masking out of the most significant byte of random value used.
48376         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48378 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
48380         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48382 2012-03-09  David S. Miller  <davem@davemloft.net>
48384         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
48385         variables with appropriate CPP guards.
48386         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
48387         from the frame pointer, not the stack pointer.  Correct layout
48388         comments.  Fix test on resulting framesize and the management of
48389         the outregs buffer for pltexit.  Preserve floating point return
48390         values across _dl_call_pltexit call.
48391         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
48392         framesize and the management of the outregs buffer for pltexit.
48393         Preserve floating point return values across _dl_call_pltexit
48394         call.
48395         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
48396         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
48397         (la_sparc64_gnu_pltexit): New functions.
48398         (print_exit): Fix format string for return register value.
48400 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
48402         * sunrpc/Makefile (others): Add rpcgen.
48403         ($(objpfx)rpcgen): Remove special build rule and dependency on
48404         libc.
48405         * sunrpc/rpcgen.c: New file.
48407 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
48409         [BZ #13673]
48410         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
48411         * stdio-common/bug-vfprintf-nargs.c: Likewise.
48412         * sysdeps/i386/crti.S: Likewise.
48413         * sysdeps/i386/crtn.S: Likewise.
48414         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
48415         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
48416         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
48417         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
48418         * sysdeps/sh/crti.S: Likewise.
48419         * sysdeps/sh/crtn.S: Likewise.
48420         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
48422         [BZ #13673]
48423         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
48424         with URL.
48425         * locale/programs/locfile-kw.gperf: Likewise.
48426         * locale/programs/charmap-kw.h: Regenerated.
48427         * locale/programs/locfile-kw.h: Likewise.
48429         [BZ #13673]
48430         * intl/plural.y: Replace FSF snail mail address with URL.
48431         * intl/plural.c: Regenerated.
48433 2012-03-09  Richard Henderson  <rth@twiddle.net>
48435         * include/math_private.h: Remove file.
48436         * math/math_private.h: Move file ...
48437         * sysdeps/generic/math_private.h: ... here.
48439         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
48440         * sysdeps/powerpc/fpu/math_private.h: Likewise.
48441         * sysdeps/x86_64/fpu/math_private.h: Likewise.
48443         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
48444         and <math_private.h>.
48445         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48446         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48447         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48448         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48449         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48450         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
48451         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48452         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48453         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48454         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48455         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48456         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48457         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48458         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48459         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48460         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48461         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48462         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48463         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48464         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48465         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48466         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48467         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48468         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48469         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
48470         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48471         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48472         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48473         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48474         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48475         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48476         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48477         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
48478         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48479         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48480         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48481         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48482         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48483         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48484         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48485         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
48486         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48487         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48488         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
48489         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
48490         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48491         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
48492         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
48493         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48494         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48495         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
48496         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
48497         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
48498         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48499         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
48500         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48501         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48502         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
48503         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
48504         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
48505         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48506         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
48507         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48508         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48509         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
48510         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48511         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48512         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48513         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
48514         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
48515         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
48516         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48517         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
48518         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48519         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
48520         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
48521         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
48522         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48523         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
48524         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
48525         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
48526         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
48527         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
48528         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48529         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48530         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
48531         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
48532         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
48533         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48534         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48535         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48536         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48537         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48538         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48539         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48540         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48541         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48542         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48543         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48544         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48545         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48546         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48547         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48548         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48549         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48550         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48551         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48552         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48553         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48554         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48555         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48556         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48557         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48558         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48559         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
48560         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48561         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48562         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48563         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48564         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48565         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48566         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48567         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48568         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
48569         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48570         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48571         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48572         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
48573         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48574         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
48575         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
48576         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48577         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48578         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
48579         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
48580         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
48581         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48582         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48583         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
48584         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48585         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48586         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
48587         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
48588         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
48589         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
48590         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48591         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
48592         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
48593         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
48594         * sysdeps/ieee754/k_standard.c: Likewise.
48595         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48596         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48597         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48598         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48599         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48600         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48601         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48602         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48603         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48604         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48605         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48606         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48607         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48608         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48609         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48610         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48611         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
48612         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48613         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48614         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
48615         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
48616         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
48617         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48618         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48619         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
48620         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
48621         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48622         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48623         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48624         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48625         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
48626         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48627         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48628         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48629         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
48630         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
48631         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
48632         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
48633         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
48634         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
48635         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
48636         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
48637         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
48638         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
48639         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
48640         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
48641         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
48642         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
48643         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
48644         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
48645         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
48646         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
48647         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
48648         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
48649         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
48650         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
48651         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
48652         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
48653         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
48654         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
48655         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
48656         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
48657         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
48658         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48659         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48660         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48661         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48662         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48663         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48664         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48665         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48666         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
48667         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48668         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48669         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48670         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48671         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
48672         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48673         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48674         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
48675         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
48676         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
48677         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
48678         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
48679         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
48680         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
48681         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
48682         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
48683         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
48684         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
48685         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
48686         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
48687         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
48688         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
48689         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
48690         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
48691         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
48692         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
48693         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
48694         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
48695         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
48696         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
48697         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
48698         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
48699         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
48700         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
48701         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
48702         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
48703         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
48704         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
48705         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
48706         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
48707         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48708         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48709         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48710         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48711         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48712         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48713         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48714         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48715         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48716         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48717         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48718         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48719         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48720         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
48721         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
48722         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
48723         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
48724         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
48725         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
48726         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
48727         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
48728         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
48729         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
48730         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
48731         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
48732         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
48733         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
48734         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
48735         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
48736         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
48737         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
48738         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
48739         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
48740         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
48741         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
48742         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
48743         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
48744         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
48745         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
48746         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48747         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
48748         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
48749         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
48750         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
48751         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
48752         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
48753         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
48754         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
48755         * sysdeps/ieee754/s_lib_version.c: Likewise.
48756         * sysdeps/ieee754/s_matherr.c: Likewise.
48757         * sysdeps/ieee754/s_signgam.c: Likewise.
48758         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48759         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48760         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
48761         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
48762         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
48763         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
48764         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
48765         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
48766         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
48767         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
48768         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
48769         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
48770         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
48771         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
48772         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
48773         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
48774         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
48775         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
48776         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
48777         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
48778         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
48780 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
48782         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
48783         * sunrpc/rpc_main.c: Likewise.
48784         * sunrpc/rpc_svcout.c: Likewise.
48786 2012-03-09  David S. Miller  <davem@davemloft.net>
48788         * include/math_private.h: New file.
48790 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
48792         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
48793         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
48794         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
48795         from <bits/socket_type.h>.
48796         (enum __socket_type): Don't define here.
48797         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
48798         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48799         bits/socket_type.h.
48801         [BZ #13566]
48802         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
48803         checking __USE_GNU.
48805         * Makerules ($(inst_includedir)/%.h): New rule.
48806         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
48807         (install-others): Remove variable setting.
48808         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
48810 2012-03-08  Richard Henderson  <rth@twiddle.net>
48812         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
48813         from macro to inline function; merge with the
48814         !__LIBC_INTERNAL_MATH_INLINES version.
48815         (__ieee754_sqrtf): Likewise.
48817         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
48818         to inline function.
48819         (__rintf, __floor, __floorf): Likewise.
48821         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
48822         macro to inline function.
48823         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
48825         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
48826         not <math/math_private.h>.
48828 2012-03-08  David S. Miller  <davem@davemloft.net>
48830         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
48831         copyright year.
48832         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
48834 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
48836         * resolv/gai_misc.c (handle_requests): Fix struct timespec
48837         normalization.
48838         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
48839         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
48841 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
48843         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
48844         be defined individually, they must be defined as a block.  Define
48845         S for printing a string instead of hidint the different by using a
48846         macro for adding the 'l'.
48847         * stdio-common/tst-fphex-wide.c: Adjust.
48849 2012-03-07  Marek Polacek  <polacek@redhat.com>
48851         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
48853 2012-03-08  Marek Polacek  <polacek@redhat.com>
48855         [BZ #13806]
48856         * stdio-common/Makefile (tests): Add tst-fphex-wide.
48857         * stdio-common/tst-fphex.c: Define a few macros to make the
48858         test reusable.  Use them.
48859         * stdio-common/tst-fphex-wide.c: New file.
48861 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
48863         [BZ #6911]
48864         * manual/macros.texi (gnusystems): New macro.
48865         (nongnusystems): Likewise.
48866         (gnulinuxhurdsystems): Likewise.
48867         (gnuhurdsystems): Likewise..
48868         (gnulinuxsystems): Likewise.
48869         * manual/charset.texi: Use new macros or @theglibc{} to refer to
48870         variants of the GNU system, not "GNU system".
48871         * manual/conf.texi: Likewise.
48872         * manual/errno.texi: Likewise.  Update example of errno macro
48873         expansion.
48874         * manual/filesys.texi: Likewise.
48875         (getumask): Document as specific to GNU/Hurd.
48876         * manual/install.texi: Likewise.  Reword some references to
48877         GNU/Linux.
48878         * manual/intro.texi: Likewise.
48879         * manual/io.texi: Likewise.
48880         (File Name Portability): Detail which constraints are inapplicable
48881         to all GNU systems and which are only inapplicable to GNU/Hurd.
48882         * manual/job.texi: Likewise.
48883         * manual/llio.texi: Likewise.
48884         (O_NOCTTY): Document as present on GNU/Linux.
48885         * manual/maint.texi: Likewise.
48886         * manual/memory.texi: Likewise.
48887         * manual/pattern.texi: Likewise.
48888         * manual/pipe.texi: Likewise.
48889         * manual/process.texi: Likewise.
48890         * manual/resource.texi: Likewise.
48891         (RUSAGE_CHILDREN): Remove statement about specifying a particular
48892         child on GNU/Hurd.
48893         * manual/setjmp.texi: Likewise.
48894         * manual/signal.texi: Likewise.
48895         * manual/startup.texi: Likewise.
48896         * manual/stdio.texi: Likewise.
48897         * manual/terminal.texi: Likewise.
48898         (ONLCR): Document as POSIX.
48899         (OXTABS): Document availability on GNU/Linux as XTABS.
48900         (ONOEOT): Document availability separately from other bits.
48901         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
48902         * manual/time.texi: Likewise.
48903         * manual/users.texi: Likewise.
48904         * INSTALL: Regenerated.
48905         * sysdeps/gnu/errlist.c: Regenerated.
48907         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
48908         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
48909         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
48910         puts.
48911         * configure: Regenerated.
48913 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
48915         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
48916         default includes instead of AC_HEADER_CHECK.
48917         * sysdeps/i386/configure: Regenerated.
48919         [BZ #10716]
48920         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
48921         * math/s_cacoshf.c (__cacoshf): Likewise.
48922         * math/s_cacoshl.c (__cacoshl): Likewise.
48923         * math/s_casinh.c (__casinh): Set signs of result from argument.
48924         * math/s_casinhf.c (__casinhf): Likewise.
48925         * math/s_casinhl.c (__casinhl): Likewise.
48926         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
48927         (casinh_test): Add more tests.
48928         * sysdeps/i386/fpu/libm-test-ulps: Update.
48929         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48931 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
48933         * po/zh_TW.po: Update from translation team.
48935         * login/Makefile (distribute): Remove variable.
48936         * catgets/Makefile: Likewise.
48937         * mach/Makefile: Likewise.
48938         * malloc/Makefile: Likewise.
48939         * misc/Makefile: Likewise.
48940         * iconv/Makefile: Likewise.
48941         * nscd/Makefile: Likewise.
48942         * hurd/Makefile: Likewise.
48943         * manual/Makefile: Likewise.
48944         * locale/Makefile: Likewise.
48945         * intl/Makefile: Likewise.
48946         * conform/Makefile: Likewise.
48947         * nss/Makefile: Likewise.
48948         * time/Makefile: Likewise.
48949         * soft-fp/Makefile: Likewise.
48950         * dirent/Makefile: Likewise.
48951         * gmon/Makefile: Likewise.
48952         * po/Makefile: Likewise.
48953         * rt/Makefile: Likewise.
48954         * socket/Makefile: Likewise.
48955         * math/Makefile: Likewise.
48956         * signal/Makefile: Likewise.
48957         * debug/Makefile: Likewise.
48958         * elf/Makefile: Likewise.
48959         * timezone/Makefile: Likewise.
48960         * stdlib/Makefile: Likewise.
48961         * iconvdata/Makefile: Likewise.
48962         * sunrpc/Makefile: Likewise.
48963         * io/Makefile: Likewise.
48964         * argp/Makefile: Likewise.
48965         * inet/Makefile: Likewise.
48966         * hesiod/Makefile: Likewise.
48967         * grp/Makefile: Likewise.
48968         * csu/Makefile: Likewise.
48969         * wctype/Makefile: Likewise.
48970         * crypt/Makefile: Likewise.
48971         * libio/Makefile: Likewise.
48972         * string/Makefile: Likewise.
48973         * nis/Makefile: Likewise.
48974         * resolv/Makefile: Likewise.
48975         * stdio-common/Makefile: Likewise.
48976         * wcsmbs/Makefile: Likewise.
48977         * dlfcn/Makefile: Likewise.
48978         * posix/Makefile: Likewise.
48980         [BZ #6959]
48981         * timezone/Makefile: Don't install timezone files, just the programs
48982         and scripts.
48984 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
48986         * nss/databases.def: Add missing gshadow entry.
48988         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
48990 2012-03-06  Marek Polacek  <polacek@redhat.com>
48992         [BZ #13726]
48993         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
48994         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
48995         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
48996         * stdio-common/tst-long-dbl-fphex.c: New file.
48998 2012-03-06  David S. Miller  <davem@davemloft.net>
49000         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
49001         (set_obp_int): New function.
49002         (get_obp_int): New function.
49003         (__get_clockfreq_via_dev_openprom): Likewise.
49004         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
49005         Avoid unused variable warnings on 'val' and use builtin_expect.
49006         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
49007         __builtin_expect.
49008         (INLINE_CLONE_SYSCALL): Likewise.
49010 2012-03-05  David S. Miller  <davem@davemloft.net>
49012         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49014 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
49016         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49018         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
49019         only for |x| >= 40.
49020         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49022 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
49024         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
49025         Replace gettimeofday with __vdso_gettimeofday.
49027         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49028         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
49029         __vdso_clock_gettime and __vdso_getcpu.
49031         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
49032         time with __vdso_time.
49034 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49036         * manual/lang.texi (size_t): Note types to which size_t may be
49037         equivalent with the GNU C Library, but do not describe when
49038         differences between them are significant.
49040 2012-03-05  Andreas Jaeger  <aj@suse.de>
49042         * sysdeps/i386/fpu/libm-test-ulps: Update.
49044 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49046         [BZ #3976]
49047         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
49048         (__ieee754_pow): Save and restore rounding mode and use
49049         round-to-nearest for main computations.
49050         * math/libm-test.inc (pow_test_tonearest): New function.
49051         (pow_test_towardzero): Likewise.
49052         (pow_test_downward): Likewise.
49053         (pow_test_upward): Likewise.
49054         (main): Call the new functions.
49055         * sysdeps/i386/fpu/libm-test-ulps: Update.
49056         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49058         [BZ #3976]
49059         * math/libm-test.inc (cosh_test_tonearest): New function.
49060         (cosh_test_towardzero): Likewise.
49061         (cosh_test_downward): Likewise.
49062         (cosh_test_upward): Likewise.
49063         (sinh_test_tonearest): Likewise.
49064         (sinh_test_towardzero): Likewise.
49065         (sinh_test_downward): Likewise.
49066         (sinh_test_upward): Likewise.
49067         (main): Call the new functions.
49068         * sysdeps/i386/fpu/libm-test-ulps: Update.
49069         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49071 2012-03-05  Tom de Vries  <tom@codesourcery.com>
49073         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
49074         default stack guard is set in last bytes.
49075         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
49077 2012-03-05  Kees Cook  <keescook@chromium.org>
49079         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
49081         [BZ #13656]
49082         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
49083         possibly allocate from heap instead of stack.
49084         * stdio-common/bug-vfprintf-nargs.c: New file.
49085         * stdio-common/Makefile (tests): Add nargs overflow test.
49087 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
49089         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49091 2012-03-03  Marek Polacek  <polacek@redhat.com>
49093         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
49094         * math/math_private.h: Likewise.
49095         * stdlib/tst-strtod.c: Likewise.
49096         * sysdeps/i386/i486/bits/atomic.h: Likewise.
49097         * sysdeps/x86_64/bits/atomic.h: Likewise.
49099 2012-03-02  David S. Miller  <davem@davemloft.net>
49101         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
49102         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
49103         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
49104         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
49105         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
49106         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
49107         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
49108         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
49110 2012-03-02  Roland McGrath  <roland@hack.frob.com>
49112         [BZ #13792]
49113         * manual/examples/README: New file, says the example source files
49114         can be used under GPL>=2.
49115         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
49116         line containing just "*/".
49117         * manual/examples/add.c: Add copyright header (GPL>=2).
49118         * manual/examples/argp-ex1.c: Likewise.
49119         * manual/examples/argp-ex2.c: Likewise.
49120         * manual/examples/argp-ex3.c: Likewise.
49121         * manual/examples/argp-ex4.c: Likewise.
49122         * manual/examples/atexit.c: Likewise.
49123         * manual/examples/db.c: Likewise.
49124         * manual/examples/dir.c: Likewise.
49125         * manual/examples/dir2.c: Likewise.
49126         * manual/examples/execinfo.c: Likewise.
49127         * manual/examples/filecli.c: Likewise.
49128         * manual/examples/filesrv.c: Likewise.
49129         * manual/examples/fmtmsgexpl.c: Likewise.
49130         * manual/examples/genpass.c: Likewise.
49131         * manual/examples/inetcli.c: Likewise.
49132         * manual/examples/inetsrv.c: Likewise.
49133         * manual/examples/isockad.c: Likewise.
49134         * manual/examples/longopt.c: Likewise.
49135         * manual/examples/memopen.c: Likewise.
49136         * manual/examples/memstrm.c: Likewise.
49137         * manual/examples/mkfsock.c: Likewise.
49138         * manual/examples/mkisock.c: Likewise.
49139         * manual/examples/mygetpass.c: Likewise.
49140         * manual/examples/pipe.c: Likewise.
49141         * manual/examples/popen.c: Likewise.
49142         * manual/examples/rprintf.c: Likewise.
49143         * manual/examples/search.c: Likewise.
49144         * manual/examples/select.c: Likewise.
49145         * manual/examples/setjmp.c: Likewise.
49146         * manual/examples/sigh1.c: Likewise.
49147         * manual/examples/sigusr.c: Likewise.
49148         * manual/examples/stpcpy.c: Likewise.
49149         * manual/examples/strdupa.c: Likewise.
49150         * manual/examples/strftim.c: Likewise.
49151         * manual/examples/strncat.c: Likewise.
49152         * manual/examples/subopt.c: Likewise.
49153         * manual/examples/swapcontext.c: Likewise.
49154         * manual/examples/termios.c: Likewise.
49155         * manual/examples/testopt.c: Likewise.
49156         * manual/examples/testpass.c: Likewise.
49157         * manual/examples/timeval_subtract.c: Likewise.
49159         [BZ #13792]
49160         * manual/time.texi (Elapsed Time): Move timeval_subtract example
49161         function to ...
49162         * manual/timeval_subtract.c.texi: ... here, new file.
49164 2012-03-02  David S. Miller  <davem@davemloft.net>
49166         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
49168 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
49170         [BZ #3976]
49171         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
49172         (__sin): Save and restore rounding mode and use round-to-nearest
49173         for all computations.
49174         (__cos): Save and restore rounding mode and use round-to-nearest
49175         for all computations.
49176         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
49177         <fenv.h>.
49178         (tan): Save and restore rounding mode and use round-to-nearest for
49179         all computations.
49180         * math/libm-test.inc (cos_test_tonearest): New function.
49181         (cos_test_towardzero): Likewise.
49182         (cos_test_downward): Likewise.
49183         (cos_test_upward): Likewise.
49184         (sin_test_tonearest): Likewise.
49185         (sin_test_towardzero): Likewise.
49186         (sin_test_downward): Likewise.
49187         (sin_test_upward): Likewise.
49188         (tan_test_tonearest): Likewise.
49189         (tan_test_towardzero): Likewise.
49190         (tan_test_downward): Likewise.
49191         (tan_test_upward): Likewise.
49192         (main): Call the new functions.
49193         * sysdeps/i386/fpu/libm-test-ulps: Update.
49194         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49196         [BZ #10135]
49197         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
49198         small n, then large n, before computing and testing k+n.
49199         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
49200         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
49201         Likewise.
49202         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
49203         Likewise.
49204         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
49205         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
49206         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
49207         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
49208         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
49209         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
49210         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
49211         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
49212         * math/libm-test.inc (scalbn_test): Add more tests.
49213         (scalbln_test): Likewise.
49215         * manual/filesys.texi (mode_t): Describe constraints on size and
49216         signedness, not exact equivalence to a particular type.
49217         (ino_t): Likewise.
49218         (ino64_t): Likewise.
49219         (dev_t): Likewise.
49220         (nlink_t): Likewise.
49221         (blkcnt_t): Likewise.
49222         (blkcnt64_t): Likewise.
49223         * manual/llio.texi (off_t): Likewise.
49225         [BZ #3976]
49226         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
49227         (__ieee754_exp): Save and restore rounding mode and use
49228         round-to-nearest for all computations.
49229         * math/libm-test.inc (exp_test_tonearest): New function.
49230         (exp_test_towardzero): Likewise.
49231         (exp_test_downward): Likewise.
49232         (exp_test_upward): Likewise.
49233         (main): Call the new functions.
49234         * sysdeps/i386/fpu/libm-test-ulps: Update.
49235         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49237 2012-03-01  Chris Demetriou  <cgd@google.com>
49239         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
49240         have predictable order.
49242 2012-03-01  David S. Miller  <davem@davemloft.net>
49244         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
49246         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
49247         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
49248         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
49249         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
49251         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
49252         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
49253         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
49254         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
49255         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
49256         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
49257         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
49258         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
49259         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
49261         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49263         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
49264         * sysdeps/sparc/fpu/libm-test-ulps: to here.
49265         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
49267         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
49268         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49269         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49270         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
49271         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
49272         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
49273         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
49274         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49275         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49276         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
49277         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
49278         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49279         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49280         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49281         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49282         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49283         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
49284         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
49285         * sysdeps/sparc/elf/configure: Regenerated.
49287 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
49289         * configure.in (AS, LD): Require binutils 2.20 or later.
49290         * configure: Regenerated.
49291         * manual/install.texi (Tools for Compilation): Give binutils 2.20
49292         as required minimum version.
49293         * INSTALL: Regenerated.
49295         [BZ #2541]
49296         [BZ #4108]
49297         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
49298         before squaring exponent.
49299         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
49300         bottom long double and 27 bits of top long double before squaring
49301         exponent.
49302         * math/libm-test.inc (erfc_test): Add more tests.
49303         * sysdeps/i386/fpu/libm-test-ulps: Update.
49304         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49305         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49307 2012-03-01  Kai Tietz  <ktietz@redhat.com>
49309         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
49310         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
49311         containing bit-fields.
49312         * soft-fp/extended.h (_FP_UNION_E): Likewise.
49313         * soft-fp/single.h (_FP_UNION_S): Likewise.
49314         * soft-fp/double.h (_FP_UNION_D): Likewise.
49316 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49318         [BZ #13786]
49319         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
49320         not include ../strcmp.S.
49321         [USE_AS_STRNCASECMP_L]: Likewise.
49322         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
49323         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
49324         * sysdeps/i386/i686/multiarch/strncase_l-c.c
49325         (__strncasecmp_l_ia32): Define as alias to
49326         __strncasecmp_l_nonascii.
49328         [BZ #5794]
49329         * math/libm-test.inc (expm1_test): Add test for bug 5794.
49330         * sysdeps/i386/fpu/libm-test-ulps: Update.
49331         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49333         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
49334         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49336 2012-02-29  Jeff Law  <law@redhat.com>
49338         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
49339         out of bounds read.
49341 2012-02-29  Marek Polacek  <polacek@redhat.com>
49343         [BZ #13706]
49344         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
49345         * elf/Makefile: Add rules to run tst-unused-dep.out.
49347 2012-02-28  David S. Miller  <davem@davemloft.net>
49349         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
49350         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
49351         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
49352         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
49353         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
49354         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
49356 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49358         * math/libm-test.inc (llround_test): Move one test from
49359         lround_test.  Use TEST_f_L in moved test.
49360         (lround_test): Move misplaced test to llround_test.  Add testcase
49361         from bug 2561.
49363 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
49365         * sysdeps/x86_64/fpu/e_expf.S: New file.
49366         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
49368 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
49370         [BZ #13637]
49371         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
49372         of remain_len that may cause incomplete multi-byte character and
49373         false match.
49374         * posix/bug-regex33.c: New file.
49375         * posix/Makefile (tests): Add bug-regex33.
49377 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
49379         * manual/macros.texi: New file.
49380         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
49381         * manual/libc.texinfo: Include macros.texi.
49382         * manual/creatute.texi: Likewise.
49383         * manual/install.texi: Likewise.
49384         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
49385         @glibcadj{} in references to the GNU C Library.
49386         * manual/charset.texi: Likewise.
49387         * manual/conf.texi: Likewise.
49388         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
49389         when not using those macros.
49390         * manual/creature.texi: Likewise.
49391         * manual/crypt.texi: Likewise.
49392         * manual/errno.texi: Likewise.
49393         * manual/filesys.texi: Likewise.
49394         * manual/header.texi: Likewise.
49395         * manual/install.texi: Likewise.
49396         * manual/intro.texi: Likewise.
49397         * manual/io.texi: Likewise.
49398         * manual/job.texi: Likewise.
49399         * manual/lang.texi: Likewise.
49400         * manual/libc.texiinfo: Likewise.
49401         * manual/llio.texi: Likewise.
49402         * manual/locale.texi: Likewise.
49403         * manual/maint.texi: Likewise.
49404         * manual/math.texi: Likewise.
49405         * manual/memory.texi: Likewise.
49406         * manual/message.texi: Likewise.
49407         * manual/nss.texi: Likewise.
49408         * manual/pattern.texi: Likewise.
49409         * manual/process.texi: Likewise.
49410         * manual/resource.texi: Likewise.
49411         * manual/search.texi: Likewise.
49412         * manual/setjmp.texi: Likewise.
49413         * manual/signal.texi: Likewise.
49414         * manual/socket.texi: Likewise.
49415         * manual/startup.texi: Likewise.
49416         * manual/stdio.texi: Likewise.
49417         * manual/string.texi: Likewise.
49418         * manual/sysinfo.texi: Likewise.
49419         * manual/syslog.texi: Likewise.
49420         * manual/terminal.texi: Likewise.
49421         * manual/time.texi: Likewise.
49422         * manual/users.texi: Likewise.
49423         * INSTALL: Regenerated.
49424         * NOTES: Regenerated.
49425         * sysdeps/gnu/errlist.c: Regenerated.
49427 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
49429         * include/dirent.h: Include <dirstream.h> before
49430         <dirent/dirent.h>.
49432 2012-02-28  David S. Miller  <davem@davemloft.net>
49434         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
49435         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
49436         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
49437         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
49439 2012-02-27  David S. Miller  <davem@davemloft.net>
49441         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
49442         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
49443         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
49444         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
49446         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
49447         frame pointer instead of stack pointer relative arg slot.
49448         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49449         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49450         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49452 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
49454         [BZ #3992]
49455         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
49457 2012-02-27  David S. Miller  <davem@davemloft.net>
49459         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
49460         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49461         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
49462         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
49463         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49464         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49465         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
49466         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
49468 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
49470         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
49471         later.  Allow versions 5-9.
49472         * configure: Regenerated.
49473         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
49474         required minimum version and 4.6 as recommended version.  Do not
49475         mention bugs in GCC 2.7 and 2.8.
49476         * INSTALL: Regenerated.
49478 2012-02-27  David S. Miller  <davem@davemloft.net>
49480         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
49481         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
49482         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
49483         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
49484         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
49485         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
49486         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
49487         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
49489         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
49490         manipulate bits before adding and subtracting TWO112[sx].
49491         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
49493 2012-02-27  Roland McGrath  <roland@hack.frob.com>
49495         [BZ #13775]
49496         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
49497         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
49498         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
49499         being in POSIX, because they are in 1003.1-2008.
49501         * rt/tst-aio.c: Include <fcntl.h>.
49502         * rt/tst-aio7.c: Likewise.
49503         * rt/tst-aio64.c: Likewise.
49505         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
49507 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
49509         * manual/install.texi (--with-headers): Describe headers as
49510         interface headers, not private headers.
49511         (Specific advice for GNU/Linux systems): Describe use of headers
49512         from "make headers_install", not private headers from older
49513         kernels.
49514         * INSTALL: Regenerated.
49515         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
49516         Change to 2.6.19.
49517         * sysdeps/unix/sysv/linux/configure: Regenerated.
49519         * manual/llio.texi (fclean): Remove documentation.
49521         * manual/Makefile (libc-texi-generated): New variable.  Include
49522         version.texi.
49523         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
49524         $(libc-texi-generated), not duplicated list of files.
49525         (version.texi, stamp-version): New rules.
49526         (realclean): Remove $(libc-texi-generated), not individual files
49527         from that list.  Do not remove dir-add.texinfo.
49528         * manual/libc.texinfo: Comment out uses of edition numbers and
49529         references to printed manual.  Remove last-updated dates.
49530         (EDITION): Comment out.
49531         (ISBN): Likewise.
49532         (VERSION, UPDATED): Remove.
49533         (version.texi): Include.
49535 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
49537         * sysdeps/posix/spawni.c: Include <signal.h>.
49538         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
49539         * sysdeps/pthread/aio_fsync.c: Likewise.
49541 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
49543         * conform/Makefile (tests): Run only when not cross-compiling and
49544         when fast-check is not defined.
49546         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
49547         * conform/data/limits.h-data: Fixes for POSIX2008.
49548         * conform/run-conformtest.sh: Run all tests.
49549         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
49550         headers.
49551         * include/bits/dlfcn.h: Likewise.
49552         * include/langinfo.h: Likewise.
49553         * include/monetary.h: Likewise.
49554         * include/sys/poll.h: Likewise.
49556         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
49557         for __USE_GNU.
49558         * posix/spawn.h: Define __need_sigset_t.
49559         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
49560         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
49561         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
49562         to get sigevent_t only.
49563         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
49564         only for __USE_GNU.
49565         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49566         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
49567         process_vm_writev only for __USE_GNU.
49568         * termios/termios.h: Declare tcgetsid also for POSIX2008.
49570         * conform/Makefile: For now ignore errors from run-conformtest.
49571         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
49572         POSIX to avoid namespace pollution.  Don't prepend headers.
49573         * conform/data/aio.h-data: Fixes for POSIX testing.
49574         * conform/data/fcntl.h-data: Likewise.
49575         * conform/data/glob.h-data: Likewise.
49576         * conform/data/grp.h-data: Likewise.
49577         * conform/data/pthread.h-data: Likewise.
49578         * conform/data/pwd.h-data: Likewise.
49579         * conform/data/signal.h-data: Likewise.
49580         * conform/data/spawn.h-data: Likewise.
49581         * conform/data/stdio.h-data: Likewise.
49582         * conform/data/stdlib.h-data: Likewise.
49583         * conform/data/stropts.h-data: Likewise.
49584         * conform/data/sys/mman.h-data: Likewise.
49585         * conform/data/sys/stat.h-data: Likewise.
49586         * conform/data/sys/types.h-data: Likewise.
49587         * conform/data/sys/wait.h-data: Likewise.
49588         * conform/data/time.h-data: Likewise.
49589         * conform/data/unistd.h-data: Likewise.
49590         * conform/data/utime.h-data: Likewise.
49592         * io/sys/stat.h: fchmod was always in POSIX.
49593         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
49594         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
49595         * rt/aio.h: Define __need_timespec before including <time.h>.
49596         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
49597         struct.  Add forward declaration of pthread_attr_t and use it in
49598         sigevent.
49599         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
49600         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
49601         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
49602         always remove CLK_TCK definition.
49604 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
49606         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
49608 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
49610         * conform/run-conformtest.sh: New file.
49611         * conform/Makefile: Run run-conformtest for tests.
49612         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
49613         support.
49615         * conform/data/uchar.h-data: New file.
49616         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
49617         * conform/data/arpa/inet.h-data: Likewise.
49618         * conform/data/assert.h-data: Likewise.
49619         * conform/data/complex.h-data: Likewise.
49620         * conform/data/cpio.h-data: Likewise.
49621         * conform/data/ctype.h-data: Likewise.
49622         * conform/data/dirent.h-data: Likewise.
49623         * conform/data/dlfcn.h-data: Likewise.
49624         * conform/data/errno.h-data: Likewise.
49625         * conform/data/fcntl.h-data: Likewise.
49626         * conform/data/float.h-data: Likewise.
49627         * conform/data/fmtmsg.h-data: Likewise.
49628         * conform/data/fnmatch.h-data: Likewise.
49629         * conform/data/ftw.h-data: Likewise.
49630         * conform/data/glob.h-data: Likewise.
49631         * conform/data/grp.h-data: Likewise.
49632         * conform/data/iconv.h-data: Likewise.
49633         * conform/data/inttypes.h-data: Likewise.
49634         * conform/data/langinfo.h-data: Likewise.
49635         * conform/data/libgen.h-data: Likewise.
49636         * conform/data/limits.h-data: Likewise.
49637         * conform/data/locale.h-data: Likewise.
49638         * conform/data/math.h-data: Likewise.
49639         * conform/data/monetary.h-data: Likewise.
49640         * conform/data/mqueue.h-data: Likewise.
49641         * conform/data/ndbm.h-data: Likewise.
49642         * conform/data/net/if.h-data: Likewise.
49643         * conform/data/netdb.h-data: Likewise.
49644         * conform/data/netinet/in.h-data: Likewise.
49645         * conform/data/nl_types.h-data: Likewise.
49646         * conform/data/poll.h-data: Likewise.
49647         * conform/data/pthread.h-data: Likewise.
49648         * conform/data/pwd.h-data: Likewise.
49649         * conform/data/regex.h-data: Likewise.
49650         * conform/data/sched.h-data: Likewise.
49651         * conform/data/search.h-data: Likewise.
49652         * conform/data/semaphore.h-data: Likewise.
49653         * conform/data/setjmp.h-data: Likewise.
49654         * conform/data/signal.h-data: Likewise.
49655         * conform/data/spawn.h-data: Likewise.
49656         * conform/data/stdarg.h-data: Likewise.
49657         * conform/data/stdio.h-data: Likewise.
49658         * conform/data/stdlib.h-data: Likewise.
49659         * conform/data/string.h-data: Likewise.
49660         * conform/data/strings.h-data: Likewise.
49661         * conform/data/stropts.h-data: Likewise.
49662         * conform/data/sys/ipc.h-data: Likewise.
49663         * conform/data/sys/mman.h-data: Likewise.
49664         * conform/data/sys/msg.h-data: Likewise.
49665         * conform/data/sys/resource.h-data: Likewise.
49666         * conform/data/sys/select.h-data: Likewise.
49667         * conform/data/sys/sem.h-data: Likewise.
49668         * conform/data/sys/shm.h-data: Likewise.
49669         * conform/data/sys/socket.h-data: Likewise.
49670         * conform/data/sys/stat.h-data: Likewise.
49671         * conform/data/sys/statvfs.h-data: Likewise.
49672         * conform/data/sys/time.h-data: Likewise.
49673         * conform/data/sys/timeb.h-data: Likewise.
49674         * conform/data/sys/times.h-data: Likewise.
49675         * conform/data/sys/types.h-data: Likewise.
49676         * conform/data/sys/uio.h-data: Likewise.
49677         * conform/data/sys/un.h-data: Likewise.
49678         * conform/data/sys/utsname.h-data: Likewise.
49679         * conform/data/sys/wait.h-data: Likewise.
49680         * conform/data/syslog.h-data: Likewise.
49681         * conform/data/tar.h-data: Likewise.
49682         * conform/data/termios.h-data: Likewise.
49683         * conform/data/utime.h-data: Likewise.
49684         * conform/data/utmpx.h-data: Likewise.
49685         * conform/data/varargs.h-data: Likewise.
49686         * conform/data/wchar.h-data: Likewise.
49687         * conform/data/wctype.h-data: Likewise.
49688         * conform/data/wordexp.h-data: Likewise.
49690         * include/stropts.h: New file.
49691         * include/uchar.h: New file.
49692         * include/aio.h: Changes to allow conformtest.pl to use the headers.
49693         * include/assert.h: Likewise.
49694         * include/ctype.h: Likewise.
49695         * include/dirent.h: Likewise.
49696         * include/dlfcn.h: Likewise.
49697         * include/fcntl.h: Likewise.
49698         * include/fnmatch.h: Likewise.
49699         * include/glob.h: Likewise.
49700         * include/grp.h: Likewise.
49701         * include/libio.h: Likewise.
49702         * include/locale.h: Likewise.
49703         * include/math.h: Likewise.
49704         * include/net/if.h: Likewise.
49705         * include/netdb.h: Likewise.
49706         * include/netinet/in.h: Likewise.
49707         * include/pthread.h: Likewise.
49708         * include/pwd.h: Likewise.
49709         * include/regex.h: Likewise.
49710         * include/sched.h: Likewise.
49711         * include/search.h: Likewise.
49712         * include/setjmp.h: Likewise.
49713         * include/signal.h: Likewise.
49714         * include/stdio.h: Likewise.
49715         * include/stdlib.h: Likewise.
49716         * include/string.h: Likewise.
49717         * include/sys/cdefs.h: Likewise.
49718         * include/sys/mman.h: Likewise.
49719         * include/sys/msg.h: Likewise.
49720         * include/sys/resource.h: Likewise.
49721         * include/sys/select.h: Likewise.
49722         * include/sys/socket.h: Likewise.
49723         * include/sys/stat.h: Likewise.
49724         * include/sys/statvfs.h: Likewise.
49725         * include/sys/time.h: Likewise.
49726         * include/sys/times.h: Likewise.
49727         * include/sys/uio.h: Likewise.
49728         * include/sys/utsname.h: Likewise.
49729         * include/sys/wait.h: Likewise.
49730         * include/termios.h: Likewise.
49731         * include/time.h: Likewise.
49732         * include/ulimit.h: Likewise.
49733         * include/unistd.h: Likewise.
49734         * include/utime.h: Likewise.
49735         * include/wchar.h: Likewise.
49736         * include/wctype.h: Likewise.
49737         * include/wordexp.h: Likewise.
49739         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
49741         * time/time.h: TIME_UTC must be a macro.
49742         Make timespec_get available for ISO C11 only as well.
49744 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
49746         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
49747         Reported by Peng Haitao <penght@cn.fujitsu.com>.
49749 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49751         * configure.in: Use -o not -a in test for unsupported multi-arch.
49753 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49755         * manual/texinfo.tex: Update to version 2012-01-19.16.
49757 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49759         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
49761 2012-02-24  Roland McGrath  <roland@hack.frob.com>
49763         [BZ #13738]
49764         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
49765         * manual/fdl-1.3.texi: New file.
49766         * manual/fdl-1.1.texi: File removed.
49768         [BZ #13738]
49769         * manual/libc.texinfo (FDL_VERSION): New @set.
49770         Use it for mention of FDL in cover text.
49771         (Documentation License): Use it in @include file name.
49773 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49774             Roland McGrath  <roland@hack.frob.com>
49776         [BZ #5461]
49777         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
49778         (not LONG_LONG_MAX and LONG_LONG_MIN.
49779         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
49780         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
49781         name.
49782         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
49784 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49786         [BZ #2547]
49787         [BZ #11365]
49788         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
49789         manipulate bits before adding and subtracting TWO23[sx].
49790         * math/libm-test.inc (nearbyint_test): Add more tests.
49792 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49794         [BZ #2548]
49795         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
49796         bits before adding and subtracting TWO23[sx].
49797         * math/libm-test.inc (rint_test): Add more tests.
49798         (rint_test_tonearest): Likewise.
49799         (rint_test_towardzero): Likewise.
49800         (rint_test_downward): Likewise.
49801         (rint_test_upward: Likewise.
49803 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49805         [BZ #10110]
49806         * include/stdc-predef.h: New file.  Extracted from features.h.
49807         * include/features.h: Include stdc-predef.h.
49808         * Makefile (headers): Add stdc-predef.h.
49809         * CONFORMANCE (Compiler limitations): Update.
49811 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49813         * manual/libc.texinfo (VERSION, UPDATED): Revert.
49815 2012-02-21  David S. Miller  <davem@davemloft.net>
49817         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
49818         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49820 2012-02-20  David S. Miller  <davem@davemloft.net>
49822         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
49823         using a normal save/restore sequence, rather than allocating a
49824         dummy stack frame just to store a frame pointer and restore.
49825         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49827 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49829         * manual/install.texi: Fix stray word in line-wrapped comment.
49831 2012-02-20  David S. Miller  <davem@davemloft.net>
49833         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
49834         both binutils and gcc support GOTDATA.
49836         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
49837         "rd %pc" in the PIC register setup sequences.
49839         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
49840         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
49841         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49842         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
49843         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49844         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
49845         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49846         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49847         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
49848         (SYSCALL_ERROR_HANDLER): Likewise.
49849         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49850         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49851         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
49852         (SYSCALL_ERROR_HANDLER): Likewise.
49854         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
49855         (HAVE_GCC_GOTDATA): New.
49856         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
49857         relocation support in both binutils and gcc.
49858         * sysdeps/sparc/elf/configure: Regenerate.
49860         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
49861         * sysdeps/sparc/sparc32/elf/configure: Delete.
49862         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
49863         * sysdeps/sparc/sparc64/elf/configure: Delete.
49864         * sysdeps/sparc/elf/configure.in: New file.
49865         * sysdeps/sparc/elf/configure: Generate.
49867         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
49868         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
49869         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49870         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
49871         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
49873 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49875         * manual/install.texi: Do not mention specific glibc version
49876         numbers.
49877         * manual/libc.texinfo (VERSION, UPDATED): Update.
49878         (@copying): Use @copyright{} and range of years.
49880 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49882         [BZ #13695]
49883         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
49884         [crti.S not in sysdirs] (generated): Do not append.
49885         [crti.S not in sysdirs] (omit-deps): Likewise.
49886         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
49887         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
49888         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
49889         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
49890         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
49891         Likewise.
49892         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
49893         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
49894         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
49895         * csu/defs.awk: Remove file.
49896         * sysdeps/generic/initfini.c: Likewise.
49897         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
49898         variable.
49899         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
49900         Likewise.
49902 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49904         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
49905         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
49906         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
49907         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
49908         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49909         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
49910         <bits/epoll.h>.
49911         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
49912         (__EPOLL_PACKED): Define to empty if not defined by
49913         <bits/epoll.h>.
49914         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
49915         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49916         bits/epoll.h.
49918 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49920         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
49921         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
49922         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
49923         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
49924         <bits/timerfd.h>.
49925         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
49926         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49927         bits/timerfd.h.
49929 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49931         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
49932         in C locale.
49933         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49934         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
49935         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
49936         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49938 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
49940         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49941         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49943 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
49945         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
49946         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
49947         defined.
49948         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
49949         Likewise.
49950         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
49951         entry for 2.16.
49953 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
49955         * math/w_acos.c: Use non-signaling floating-point comparisons.
49956         * math/w_acosf.c: Likewise.
49957         * math/w_acosh.c: Likewise.
49958         * math/w_acoshf.c: Likewise.
49959         * math/w_acoshl.c: Likewise.
49960         * math/w_acosl.c: Likewise.
49961         * math/w_asin.c: Likewise.
49962         * math/w_asinf.c: Likewise.
49963         * math/w_asinl.c: Likewise.
49964         * math/w_atanh.c: Likewise.
49965         * math/w_atanhf.c: Likewise.
49966         * math/w_atanhl.c: Likewise.
49967         * math/w_exp2.c: Likewise.
49968         * math/w_exp2f.c: Likewise.
49969         * math/w_exp2l.c: Likewise.
49970         * math/w_j0.c: Likewise.
49971         * math/w_j0f.c: Likewise.
49972         * math/w_j0l.c: Likewise.
49973         * math/w_j1.c: Likewise.
49974         * math/w_j1f.c: Likewise.
49975         * math/w_j1l.c: Likewise.
49976         * math/w_jn.c: Likewise.
49977         * math/w_jnf.c: Likewise.
49978         * math/w_log.c: Likewise.
49979         * math/w_log10.c: Likewise.
49980         * math/w_log10f.c: Likewise.
49981         * math/w_log10l.c: Likewise.
49982         * math/w_log2.c: Likewise.
49983         * math/w_log2f.c: Likewise.
49984         * math/w_log2l.c: Likewise.
49985         * math/w_logf.c: Likewise.
49986         * math/w_logl.c: Likewise.
49987         * math/w_sqrt.c: Likewise.
49988         * math/w_sqrtf.c: Likewise.
49989         * math/w_sqrtl.c: Likewise.
49990         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49991         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
49992         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49993         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49994         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49996 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49998         [BZ #9739]
49999         * manual/string.texi (strnlen): Use correct parameter name in
50000         equivalent expression.
50002 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50004         [BZ #11174]
50005         * manual/users.texi (seteuid): Consistently use neweuid for
50006         argument name.
50008 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50010         [BZ #13704]
50011         * manual/nss.texi (Services in the NSS configuration): Correct
50012         list of services in example configuration file.
50014 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
50016         [BZ #11322]
50017         * manual/arith.texi: Remove statements about negative zero
50018         behaving identically to zero.
50020 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50022         [BZ #5993]
50023         * manual/install.texi: Do not document upgrading from libc5.
50025 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50027         [BZ #4596]
50028         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
50030 2012-02-18  David S. Miller  <davem@davemloft.net>
50032         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
50033         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
50034         %o7 across the call.
50035         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
50036         instead.
50037         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
50038         SETUP_PIC_REG_LEAF.
50039         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50040         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
50041         * sysdeps/sparc/crtn.S: Likewise.
50043 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
50045         * aout/Makefile: Remove.
50047 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
50049         [BZ #13058]
50050         * manual/examples/argp-ex1.c (main): Format definition in GNU
50051         style.
50052         * manual/examples/argp-ex2.c (main): Likewise.
50053         * manual/examples/argp-ex3.c (main): Likewise.
50054         * manual/examples/argp-ex4.c (main): Likewise.
50055         * manual/examples/longopt.c (main): Use new-style prototype
50056         definition.
50057         * manual/examples/strncat.c (main): Specify return type and use
50058         (void) for arguments.
50059         * manual/examples/subopt.c (main): Use char **argv argument.
50061 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50063         [BZ #5077]
50064         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
50065         rounding modes.
50067 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
50069         [BZ #6907]
50070         * manual/string.texi (strchr): Change when strchrnul is
50071         recommended.
50073 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
50075         [BZ #174]
50076         * manual/locale.texi (setlocale): Document LOCPATH.
50078 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50080         [BZ #10210]
50081         * manual/process.texi (execle): Move @dots{} before last argument.
50083 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
50085         [BZ #12047]
50086         * manual/charset.texi (Generic Charset Conversion): Fix typo
50087         (LC_TYPE -> LC_CTYPE).
50089 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
50091         [BZ #5805]
50092         * manual/arith.texi (scalbn): Use @var{} on parameter names.
50093         (scalbnf): Likewise.
50094         (scalbnl): Likewise.
50095         (scalbln): Likewise.
50096         (scalblnf): Likewise.
50097         (scalblnl): Likewise.
50098         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
50099         (vwarnx): Likewise.
50100         (verr): Likewise.
50101         (verrx): Likewise.
50102         * manual/filesys.texi (telldir): Use braces around return type.
50103         * manual/llio.texi (mmap): Add space after comma.
50104         (mmap64): Likewise.
50105         * manual/math.texi (jn): Use @var{} on parameter names.
50106         (jnf): Likewise.
50107         (jnl): Likewise.
50108         (yn): Likewise.
50109         (ynf): Likewise.
50110         (ynl): Likewise.
50111         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
50112         line.
50113         * manual/resource.texi (ulimit): Use @dots{} instead of literal
50114         "...".
50115         (sched_get_priority_min): Remove semicolon on @deftypefun line.
50116         (sched_get_priority_max): Likewise.
50117         * manual/signal.texi (sigvec): Add space after comma.
50118         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
50119         names.
50120         (if_indextoname): Likewise.
50121         (if_freenameindex): Likewise.
50122         (sendto): Use ',' instead of '.' in prototype.
50123         * manual/startup.texi (syscall): Use @dots{} instead of literal
50124         "...".
50125         * manual/stdio.texi (__fpending): Separate initial words of
50126         paragraph from @deftypefun line.
50127         * manual/syslog.texi (syslog): Use @dots{} instead of literal
50128         "...".
50129         (vsyslog): Use @var{} on parameter names.
50130         * manual/terminal.texi (stty): Use @var{} on parameter names.
50131         * manual/users.texi (getutmp): Use @var{} on parameter names.
50132         (getutmpx): Likewise.
50134 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50136         [BZ #6884]
50137         * manual/stdio.texi (fopen): Fix typos in description of
50138         ",ccs=STRING".
50140 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
50142         [BZ #4026]
50143         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
50144         get clock_id definition.
50146 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
50148         [BZ #4822]
50149         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
50150         (madvise): Cast every argument to void on its own.
50152 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50154         [BZ #9902]
50155         * manual/startup.texi (Exit Status): Fix typo.
50157 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50159         [BZ #10140]
50160         * manual/examples/argp-ex1.c: Include <stdlib.h>.
50161         * manual/examples/argp-ex2.c: Likewise.
50162         * manual/examples/argp-ex3.c: Likewise.
50164 2012-02-16  Richard Henderson  <rth@redhat.com>
50166         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
50167         * sysdeps/s390/s390-32/initfini.c: Remove.
50168         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
50169         * sysdeps/s390/s390-64/initfini.c: Remove.
50171 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
50173         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
50174         compiler output for sysdeps/generic/initfini.c.
50175         * sysdeps/sh/elf/initfini.c: Remove file.
50177 2012-02-16  David S. Miller  <davem@davemloft.net>
50179         [BZ #11494]
50180         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
50182         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
50183         * sysdeps/sparc/crti.S: New file.
50184         * sysdeps/sparc/crtn.S: New file.
50185         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
50186         * sysdeps/sparc/sparc64/Makefile: Likewise.
50188 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
50190         [BZ #3335]
50191         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
50193 2012-02-15  Roland McGrath  <roland@hack.frob.com>
50195         [BZ #4822]
50196         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
50198         * mach/devstream.c (cookie_io_functions_t): Macro removed.
50199         (write, read, close): Likewise.
50200         Patch by Aurelien Jarno <aurelien@aurel32.net>.
50202 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
50204         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
50205         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
50206         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
50207         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
50208         <bits/signalfd.h>.
50209         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
50210         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50211         bits/signalfd.h.
50213 2012-02-14  Marek Polacek  <polacek@redhat.com>
50215         * sysdeps/x86_64/crti.S: New file.
50216         * sysdeps/x86_64/crtn.S: New file.
50217         * sysdeps/x86_64/elf/initfini.c: Remove file.
50219 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50221         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
50222         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
50223         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
50224         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
50225         <bits/inotify.h>.
50226         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
50227         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50228         bits/inotify.h.
50230 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50232         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
50233         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
50234         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
50235         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
50236         <bits/eventfd.h>.
50237         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
50238         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50239         bits/eventfd.h.
50241 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
50243         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
50244         __feraiseexcept instead of feraiseexcept.
50246         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
50247         nanosleep invocations.
50248         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
50249         strings, and add error checking for a nanosleep invocations.
50251 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
50253         Replace FSF snail mail address with URLs, as per GNU coding standards.
50254         Most of the snail mail addresses were wrong anyway, and omitting
50255         them makes the source code easier to maintain.  Almost all of the
50256         changes are to license notices and to locale LC_IDENTIFICATION
50257         addresses, except for this one:
50258         * manual/libc.texinfo: In "Published by", give the FSF's URL,
50259         not its snail mail address.
50261 2012-02-09  Richard Henderson  <rth@twiddle.net>
50263         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
50264         of kernel-features.h.
50266         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
50268 2012-02-08  Marek Polacek  <polacek@redhat.com>
50270         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
50271         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
50272         * sysdeps/gnu/_G_config.h: Likewise.
50273         * sysdeps/generic/_G_config.h: Likewise.
50275 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
50277         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
50278         tests.
50279         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50281         * sysdeps/powerpc/powerpc32/crti.S: New file.
50282         * sysdeps/powerpc/powerpc32/crtn.S: New file.
50283         * sysdeps/powerpc/powerpc64/crti.S: New file.
50284         * sysdeps/powerpc/powerpc64/crtn.S: New file.
50286         * Makeconfig (have-initfini): Don't set.
50287         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
50288         * configure.in (nopic_initfini): Don't substitute.
50289         * config.h.in (HAVE_INITFINI): Don't #undef.
50290         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
50291         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
50293 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
50295         Support crti.S and crtn.S provided directly by architectures.
50296         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
50297         [crti.S in sysdirs] (omit-deps): Likewise.
50298         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
50299         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
50300         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
50301         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
50302         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
50303         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
50304         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
50305         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
50306         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
50307         compiler output for sysdeps/generic/initfini.c.
50308         * sysdeps/i386/elf/Makefile: Remove file.
50309         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
50311 2012-02-07  Marek Polacek  <polacek@redhat.com>
50313         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
50314         * sysdeps/gnu/_G_config.h: Likewise.
50315         * sysdeps/mach/hurd/_G_config.h: Likewise.
50317 2012-02-07  Marek Polacek  <polacek@redhat.com>
50319         * math/Makefile (tests): Add tst-CMPLX2.
50320         * math/tst-CMPLX2.c: New file.
50322 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
50324         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50326         * math/libm-test.inc (jn_test): Add missing L suffix.
50328 2012-02-06  Marek Polacek  <polacek@redhat.com>
50330         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
50331         * sysdeps/i386/fpu/e_powf.S: Likewise.
50332         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
50333         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
50334         * sysdeps/i386/fpu/e_acosh.S: Likewise.
50335         * sysdeps/i386/fpu/e_pow.S: Likewise.
50336         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
50337         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
50338         * sysdeps/i386/fpu/s_expm1.S: Likewise.
50339         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
50340         * sysdeps/i386/fpu/e_log2.S: Likewise.
50341         * sysdeps/i386/fpu/e_log2l.S: Likewise.
50342         * sysdeps/i386/fpu/e_scalb.S: Likewise.
50343         * sysdeps/i386/fpu/e_powl.S: Likewise.
50344         * sysdeps/i386/fpu/s_log1p.S: Likewise.
50345         * sysdeps/i386/fpu/e_log10f.S: Likewise.
50346         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
50347         * sysdeps/i386/fpu/e_logl.S: Likewise.
50348         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
50349         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
50350         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
50351         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
50352         * sysdeps/i386/fpu/e_log2f.S: Likewise.
50353         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
50354         * sysdeps/i386/fpu/e_log.S: Likewise.
50355         * sysdeps/i386/fpu/s_cexp.S: Likewise.
50356         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
50357         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
50358         * sysdeps/i386/fpu/e_logf.S: Likewise.
50359         * sysdeps/i386/fpu/e_log10l.S: Likewise.
50360         * sysdeps/i386/fpu/e_atanh.S: Likewise.
50361         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
50362         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
50363         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
50364         * sysdeps/i386/fpu/e_log10.S: Likewise.
50365         * sysdeps/i386/fpu/s_frexp.S: Likewise.
50366         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
50367         * sysdeps/i386/fpu/s_asinh.S: Likewise.
50368         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
50369         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
50370         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
50371         * sysdeps/i386/asm-syntax.h: Likewise.
50372         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
50373         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
50374         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
50375         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
50376         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
50377         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
50378         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
50379         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
50380         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
50381         * sysdeps/powerpc/sysdep.h: Likewise.
50382         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
50383         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
50385 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50387         [BZ #411]
50388         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
50390 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50392         * sysdeps/i386/sysdep.h: Include <features.h>.
50393         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
50394         version.
50396 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
50398         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
50399         Define.
50400         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
50401         LOAD_PIC_REG_STR.
50403 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50405         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
50406         (SETUP_PIC_REG): Use GET_PC_THUNK.
50407         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
50408         macro.
50410 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50412         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
50413         for non-PIC compilation.
50414         (SETUP_PIC_REG): Add .p2align directive.
50415         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
50416         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
50417         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
50418         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
50419         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
50420         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
50421         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
50422         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
50423         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
50424         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
50425         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
50426         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
50427         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
50428         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
50429         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
50430         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
50431         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
50432         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
50433         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
50434         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
50435         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
50436         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
50437         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
50438         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
50439         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
50440         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
50441         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50442         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
50443         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
50444         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
50445         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
50446         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50447         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
50448         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
50449         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
50450         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
50451         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
50452         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
50453         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
50454         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
50455         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
50457 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50459         * math/tst-CMPLX.c: Include <stdio.h>.
50461 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
50463         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
50464         float.
50465         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50466         * sysdeps/sparc/bits/mathdef.h: Likewise.
50468 2012-01-31  Marek Polacek  <polacek@redhat.com>
50470         * libio/libio.h: Don't define _PARAMS.
50471         * locale/programs/config.h: Don't define PARAMS.
50472         * stdlib/strtol_l.c: Likewise.
50473         (__strtol_l): Remove PARAMS from the prototype.
50475 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
50477         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
50478         names.  Just use the correct names.  Remove unnecessary wrapper
50479         functions.
50480         * malloc/arena.c: Likewise.
50481         * malloc/hooks.c: Likewise.
50483         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
50484         ARENA_TEST says not to.  Simplify test for creation of a new arena.
50485         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
50487 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
50489         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
50490         into tail calls.
50491         (update_get_addr): New function.
50492         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
50493         GET_ADDR_MODULE parameter.
50495 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
50497         * crypt/cert.c: Remove __STDC__ conditionals.
50498         * crypt/crypt-entry.c: Likewise.
50499         * crypt/crypt_util.c: Likewise.
50500         * libio/filedoalloc.c: Likewise.
50501         * libio/fileops.c: Likewise.
50502         * libio/genops.c: Likewise.
50503         * libio/iofclose.c: Likewise.
50504         * libio/iofdopen.c: Likewise.
50505         * libio/iofopen.c: Likewise.
50506         * libio/iofopen64.c: Likewise.
50507         * libio/iogetdelim.c: Likewise.
50508         * libio/iopopen.c: Likewise.
50509         * libio/obprintf.c: Likewise.
50510         * libio/oldfileops.c: Likewise.
50511         * libio/oldiofclose.c: Likewise.
50512         * libio/oldiofdopen.c: Likewise.
50513         * libio/oldiofopen.c: Likewise.
50514         * libio/oldiopopen.c: Likewise.
50515         * libio/wfiledoalloc.c: Likewise.
50516         * libio/wgenops.c: Likewise.
50517         * locale/programs/xmalloc.c: Likewise.
50518         * misc/syslog.c: Likewise.
50519         * stdio-common/xbug.c: Likewise.
50520         * string/memchr.c: Likewise.
50521         * string/memcmp.c: Likewise.
50522         * string/memrchr.c: Likewise.
50523         * string/rawmemchr.c: Likewise.
50524         * sysdeps/posix/getcwd.c: Likewise.
50525         * time/strftime_l.c: Likewise.
50527 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
50529         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
50530         * config.make.in (config-cflags-sse2avx): Define.
50531         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
50532         Fix typo.
50534 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
50536         * scripts/config.guess: Update from upstream config git repository.
50537         * scripts/config.sub: Likewise.
50539 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
50541         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
50542         (EM_NUM): Update.
50543         (R_TILEPRO_*, R_TILEGX_*): New macros.
50545         * scripts/firstversions.awk: Fix bug in version range handling.
50547         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
50549         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
50551         * include/sys/epoll.h: New file.
50552         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
50553         libc_hidden_def.
50555 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
50557         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
50558         Avoid unnecessary __WORDSIZE == 64 test.
50559         (fmaxf): Use VEX format if possible.
50560         (fmax): Likewise.
50561         (fminf): Likewise.
50562         (fmin): Likewise.
50564         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
50565         * math/math_private.h: Remove libc_fegetround* and
50566         libc_fesetround*.
50567         * sysdeps/i386/configure.in: Check for -msse2avx.
50568         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
50569         also if SSE2AVX is defined.
50570         Remove libc_fegetround* and libc_fesetround*.
50571         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
50572         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
50573         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
50574         of HAS_YMM_USABLE.
50575         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50576         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50577         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50578         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50579         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50581         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
50583 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50585         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
50586         size is not set.
50587         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
50589 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
50591         [BZ #13618]
50592         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
50593         relocation.
50594         * Makeconfig (libm): Define.
50595         * elf/Makefile: Add rules to build and run tst-relsort1.
50596         * elf/tst-relsort1.c: New file.
50597         * elf/tst-relsort1mod1.c: New file.
50598         * elf/tst-relsort1mod2.c: New file.
50600 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
50602         * math/s_ldexp.c: Remove __STDC__ conditionals.
50603         * math/s_ldexpf.c: Likewise.
50604         * math/s_ldexpl.c: Likewise.
50605         * math/s_nextafter.c: Likewise.
50606         * math/s_nexttowardf.c: Likewise.
50607         * math/s_significand.c: Likewise.
50608         * math/s_significandf.c: Likewise.
50609         * math/s_significandl.c: Likewise.
50610         * math/w_jnl.c: Likewise.
50611         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
50612         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
50613         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
50614         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
50615         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
50616         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
50617         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
50618         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
50619         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
50620         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
50621         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
50622         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50623         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
50624         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
50625         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
50626         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
50627         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
50628         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
50629         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
50630         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
50631         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
50632         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
50633         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
50634         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
50635         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
50636         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
50637         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
50638         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
50639         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
50640         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
50641         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
50642         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
50643         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
50644         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
50645         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
50646         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
50647         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
50648         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
50649         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
50650         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
50651         * sysdeps/ieee754/k_standard.c: Likewise.
50652         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
50653         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
50654         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
50655         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
50656         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
50657         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
50658         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
50659         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
50660         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
50661         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
50662         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
50663         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
50664         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
50665         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
50666         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
50667         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
50668         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
50669         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
50670         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
50671         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
50672         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
50673         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
50674         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
50675         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
50676         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
50677         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
50678         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
50679         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
50680         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50681         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
50682         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
50683         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
50684         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
50685         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
50686         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
50687         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
50688         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
50689         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
50690         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
50691         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
50692         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
50693         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
50694         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
50695         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
50696         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
50697         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
50698         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
50699         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
50700         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
50701         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
50702         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
50703         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
50704         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
50705         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
50706         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
50707         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
50708         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
50709         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
50710         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
50711         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
50712         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
50713         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
50714         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
50715         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
50716         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
50717         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
50718         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
50719         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
50720         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
50721         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
50722         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
50723         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
50724         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
50725         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
50726         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
50727         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
50728         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
50729         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
50730         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
50731         * sysdeps/ieee754/s_matherr.c: Likewise.
50732         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
50733         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
50734         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
50735         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
50737 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
50739         * crypt/md5.h: Remove __STDC__ conditionals.
50740         * libio/libioP.h: Likewise.
50741         * locale/programs/config.h: Likewise.
50742         * sysdeps/generic/sysdep.h: Likewise.
50743         * sysdeps/i386/asm-syntax.h: Likewise.
50744         * sysdeps/s390/asm-syntax.h: Likewise.
50745         * sysdeps/unix/sysdep.h: Likewise.
50746         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
50747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
50749 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
50751         * libio/libio.h: Remove __STDC__ conditionals.
50752         * malloc/obstack.h: Likewise.
50753         * math/complex.h: Likewise.
50754         * math/math.h: Likewise.
50755         * sysdeps/generic/_G_config.h: Likewise.
50756         * sysdeps/gnu/_G_config.h: Likewise.
50757         * sysdeps/mach/hurd/_G_config.h: Likewise.
50758         * sysdeps/powerpc/bits/mathdef.h: Likewise.
50759         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50760         * sysdeps/sparc/bits/mathdef.h: Likewise.
50762 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
50764         [BZ #13583]
50765         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
50766         Clean up HAS_* macros.
50767         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
50768         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
50769         possible.
50770         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
50771         HAS_AVX.
50772         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50773         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50774         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50775         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50776         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50778 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
50780         * elf/tst-unique3.cc (gets): Remove declaration.
50781         * elf/tst-unique3lib.cc (gets): Likewise.
50782         * elf/tst-unique3lib2.cc (gets): Likewise.
50783         * elf/tst-unique4.cc (gets): Likewise.
50785 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
50787         * include/stdio.h: Add C++ protection.  Add gets declarations and
50788         definitions.
50789         * debug/tst-chk1.c: Don't declare gets here.
50790         * stdio-common/tst-gets.c: Likewise.
50792 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
50794         * posix/glob: Remove directory.
50796 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
50798         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
50800 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
50802         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
50803         of the non-standard EPFNOSUPPORT.
50805 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50807         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
50808         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
50809         ANYWHERE set to 1 only on KERN_NO_SPACE error.
50811 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
50813         * wcsmbs/uchar.h: Test __STDC_VERSION__.
50815 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
50817         * nscd/aicache.c (addhstaiX): Do not cache negative results of
50818         transient errors.
50819         * nscd/grpcache.c (cache_addgr): Likewise.
50820         * nscd/hstcache.c (cache_addhst): Likewise.
50821         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50822         * nscd/pwdcache.c (cache_addpw): Likewise.
50823         * nscd/servicescache.c (cache_addserv): Likewise.
50825 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
50827         * malloc/malloc.c: Various cleanups.
50828         * malloc/hooks.c: Likewise.
50830         * stdlib/Makefile (tests): Add bug-fmtmsg1.
50831         * stdlib/bug-fmtmsg1.c: New file.
50833         * stdlib/fmtmsg.c (init): Add missing unlock.
50834         Patch by Peng Haitao <penght@cn.fujitsu.com>.
50836 2012-01-12  Marek Polacek  <polacek@redhat.com>
50838         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
50839         and _GNU_SOURCE.
50841 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50843         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
50844         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
50845         macro to ensure uniqueness of label name.
50846         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50847         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50849 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
50851         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
50853         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
50854         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
50855         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
50856         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
50858 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
50860         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
50862         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
50863         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
50864         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
50866         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
50868         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
50869         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
50870         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
50871         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
50873         * math/bits/math-finite.h: Add ldexp support.
50875 2012-01-10  Marek Polacek  <polacek@redhat.com>
50877         * locale/programs/localedef.h (show_archive_content): Add noreturn
50878         attribute.
50880 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
50882         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
50884 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50886         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
50888         * io/Makefile (headers): Add bits/poll2.h.
50890 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
50892         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
50893         typo #include statement.
50895 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50897         * include/sys/cdefs.h: Define __attribute_alloc_size.
50898         * catgets/gencat.c: Add alloc_size attribute and apply consistently
50899         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
50900         * elf/pldd.c: Likewise.
50901         * iconv/iconv_charmap.c: Likewise.
50902         * iconv/iconvconfig.c: Likewise.
50903         * iconv/strtab.c: Likewise.
50904         * locale/programs/locale.c: Likewise.
50905         * locale/programs/localedef.h: Likewise.
50906         * locale/programs/simple-hash.c: Likewise.
50907         * nscd/nscd.h: Likewise.
50908         * nss/makedb.c: Likewise.
50909         * sysdeps/generic/ldconfig.h: Likewise.
50910         * locale/programs/localedef.c: Remove xmalloc prototype.
50911         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
50913 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
50915         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
50916         appropriate.
50918 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50920         * math/Makefile (tests): Add tst-CMPLX.
50921         * math/tst-CMPLX.c: New file.
50923         * math/complex.h (CMPLXL): Fix typo.
50925         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
50926         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
50927         GLIBC_2.16.
50928         * debug/tst-chk1.c: Add poll and ppoll tests.
50929         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
50930         * include/sys/poll.h: Add hidden proto for ppoll.
50931         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
50932         * sysdeps/mach/hurd/ppoll.c: Likewise.
50933         * io/ppoll.c: Likewise.
50934         * debug/poll_chk.c: New file.
50935         * debug/ppoll_chk.c: New file.
50936         * include/bits/poll2.h: New file.
50937         * io/bits/poll2.h: New file.
50939         [BZ #1350]
50940         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
50942         * configure.in: static is always set to yes.  Remove.
50943         * config.make.in: Don't set build-static.
50944         * Makeconfig: Remove use of build-static.
50945         * dlfcn/Makefile: Likewise.
50946         * elf/Makefile: Likewise.
50947         * math/Makefile: Likewise.
50948         * misc/Makefile: Likewise.
50949         * nptl/Makefile: Likewise.
50950         * sysdeps/mach/hurd/Makefile: Likewise.
50952         * configure.in: PWD_P is not used anymore.
50953         * config.make.in: Remove PWD_P entry.
50955         * configure.in: Remove last remnants of RANLIB.
50956         No need to check for signed size_t anymore.
50957         Don't set libc_commonpagesize and libc_relro_required here for Alpha
50958         and IA-64.
50959         Remove __builtin_expect test because we require at least gcc 3.4.
50960         * aclocal.m4: Likewise.
50962         * wcsmbs/mbrtoc16.c: Implement using towc function.
50963         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
50964         * wcsmbs/wcsmbsload.c: Likewise.
50965         * iconv/gconv_simple.c: Likewise.
50966         * iconv/gconv_int.h: Likewise.
50967         * iconv/gconv_builtin.h: Likewise.
50968         * iconv/iconv_prog.c: Remove CHAR16 handling.
50970         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
50972         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
50974         * configure.in: Remove --with-elf and --enable-bounded options.
50975         Dont set base_machine for ia64.  More non-ELF conditions removed.
50976         Remove testing and setting of leading underscore information.
50977         * config.make.in (build-bounded): Set to no.
50978         * config.h.in: Remove NO_UNDERSCORES entry.
50979         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
50980         them.
50981         * csu/start.c: Remove !NO_UNDERSCORE code.
50982         * locale/localeinfo.h: Likewise.
50983         * sysdeps/generic/machine-gmon.h: Likewise.
50984         * sysdeps/generic/sysdep.h: Likewise.
50985         * sysdeps/i386/sysdep.h: Likewise.
50986         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50987         * sysdeps/mach/sysdep.h: Likewise.
50988         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50989         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50990         * sysdeps/sh/sysdep.h: Likewise.
50991         * sysdeps/sparc/sparc32/alloca.S: Likewise.
50992         * sysdeps/unix/i386/sysdep.S: Likewise.
50993         * sysdeps/unix/sparc/start.c: Likewise.
50994         * sysdeps/unix/sparc/sysdep.S: Likewise.
50995         * sysdeps/unix/sparc/sysdep.h: Likewise.
50996         * sysdeps/unix/start.c: Likewise.
50997         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50998         * sysdeps/x86_64/sysdep.h: Likewise.
51000 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
51002         [BZ #13553]
51003         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
51004         for non-gcc.
51005         * argp/argp-fmtstream.h: Use const instead __const.
51006         * argp/argp.h: Likewise.
51007         * assert/assert.h: Likewise.
51008         * bits/fenv.h: Likewise.
51009         * bits/sched.h: Likewise.
51010         * bits/sigset.h: Likewise.
51011         * bits/sigthread.h: Likewise.
51012         * catgets/nl_types.h: Likewise.
51013         * conform/data/pthread.h-data: Likewise.
51014         * crypt/crypt-private.h: Likewise.
51015         * crypt/crypt.h: Likewise.
51016         * crypt/crypt_util.c: Likewise.
51017         * ctype/ctype.h: Likewise.
51018         * debug/execinfo.h: Likewise.
51019         * debug/mbsnrtowcs_chk.c: Likewise.
51020         * debug/mbsrtowcs_chk.c: Likewise.
51021         * debug/wcsnrtombs_chk.c: Likewise.
51022         * debug/wcsrtombs_chk.c: Likewise.
51023         * debug/wcstombs_chk.c: Likewise.
51024         * dirent/dirent.h: Likewise.
51025         * dlfcn/dlfcn.h: Likewise.
51026         * elf/neededtest4.c: Likewise.
51027         * grp/grp.h: Likewise.
51028         * gshadow/gshadow.h: Likewise.
51029         * iconv/gconv.h: Likewise.
51030         * iconv/gconv_int.h: Likewise.
51031         * iconv/gconv_simple.c: Likewise.
51032         * iconv/iconv.h: Likewise.
51033         * iconv/loop.c: Likewise.
51034         * iconv/skeleton.c: Likewise.
51035         * include/aio.h: Likewise.
51036         * include/aliases.h: Likewise.
51037         * include/argz.h: Likewise.
51038         * include/arpa/inet.h: Likewise.
51039         * include/assert.h: Likewise.
51040         * include/dirent.h: Likewise.
51041         * include/dlfcn.h: Likewise.
51042         * include/execinfo.h: Likewise.
51043         * include/fcntl.h: Likewise.
51044         * include/fenv.h: Likewise.
51045         * include/glob.h: Likewise.
51046         * include/grp.h: Likewise.
51047         * include/libintl.h: Likewise.
51048         * include/mntent.h: Likewise.
51049         * include/netdb.h: Likewise.
51050         * include/pwd.h: Likewise.
51051         * include/rpc/netdb.h: Likewise.
51052         * include/sched.h: Likewise.
51053         * include/search.h: Likewise.
51054         * include/shadow.h: Likewise.
51055         * include/signal.h: Likewise.
51056         * include/stdio.h: Likewise.
51057         * include/stdlib.h: Likewise.
51058         * include/string.h: Likewise.
51059         * include/sys/socket.h: Likewise.
51060         * include/sys/stat.h: Likewise.
51061         * include/sys/statfs.h: Likewise.
51062         * include/sys/statvfs.h: Likewise.
51063         * include/sys/syslog.h: Likewise.
51064         * include/sys/time.h: Likewise.
51065         * include/sys/uio.h: Likewise.
51066         * include/time.h: Likewise.
51067         * include/unistd.h: Likewise.
51068         * include/utmp.h: Likewise.
51069         * include/wchar.h: Likewise.
51070         * include/wctype.h: Likewise.
51071         * inet/aliases.h: Likewise.
51072         * inet/arpa/inet.h: Likewise.
51073         * inet/netinet/ether.h: Likewise.
51074         * inet/netinet/in.h: Likewise.
51075         * intl/libintl.h: Likewise.
51076         * io/bits/fcntl2.h: Likewise.
51077         * io/fcntl.h: Likewise.
51078         * io/ftw.h: Likewise.
51079         * io/sys/poll.h: Likewise.
51080         * io/sys/stat.h: Likewise.
51081         * io/sys/statfs.h: Likewise.
51082         * io/sys/statvfs.h: Likewise.
51083         * io/utime.h: Likewise.
51084         * libio/bits/stdio.h: Likewise.
51085         * libio/bits/stdio2.h: Likewise.
51086         * libio/libio.h: Likewise.
51087         * libio/libioP.h: Likewise.
51088         * libio/stdio.h: Likewise.
51089         * locale/lc-ctype.c: Likewise.
51090         * locale/locale.h: Likewise.
51091         * login/utmp.h: Likewise.
51092         * malloc/arena.c: Likewise.
51093         * malloc/malloc.c: Likewise.
51094         * malloc/malloc.h: Likewise.
51095         * malloc/mcheck.c: Likewise.
51096         * malloc/mtrace.c: Likewise.
51097         * math/bits/mathcalls.h: Likewise.
51098         * math/fenv.h: Likewise.
51099         * math/math_private.h: Likewise.
51100         * misc/bits/error.h: Likewise.
51101         * misc/bits/syslog.h: Likewise.
51102         * misc/err.h: Likewise.
51103         * misc/error.h: Likewise.
51104         * misc/fstab.h: Likewise.
51105         * misc/mntent.h: Likewise.
51106         * misc/regexp.h: Likewise.
51107         * misc/search.h: Likewise.
51108         * misc/sgtty.h: Likewise.
51109         * misc/sys/mman.h: Likewise.
51110         * misc/sys/syslog.h: Likewise.
51111         * misc/sys/uio.h: Likewise.
51112         * misc/sys/xattr.h: Likewise.
51113         * misc/ttyent.h: Likewise.
51114         * nis/rpcsvc/ypclnt.h: Likewise.
51115         * nss/nss.h: Likewise.
51116         * posix/bits/unistd.h: Likewise.
51117         * posix/fnmatch.h: Likewise.
51118         * posix/glob.h: Likewise.
51119         * posix/sched.h: Likewise.
51120         * posix/spawn.h: Likewise.
51121         * posix/sys/wait.h: Likewise.
51122         * posix/unistd.h: Likewise.
51123         * posix/wordexp.h: Likewise.
51124         * pwd/pwd.h: Likewise.
51125         * resolv/netdb.h: Likewise.
51126         * resource/sys/resource.h: Likewise.
51127         * rt/aio.h: Likewise.
51128         * rt/bits/mqueue2.h: Likewise.
51129         * rt/mqueue.h: Likewise.
51130         * shadow/shadow.h: Likewise.
51131         * signal/signal.h: Likewise.
51132         * socket/send.c: Likewise.
51133         * socket/sendto.c: Likewise.
51134         * socket/sys/socket.h: Likewise.
51135         * stdio-common/printf.h: Likewise.
51136         * stdlib/bits/stdlib.h: Likewise.
51137         * stdlib/fmtmsg.h: Likewise.
51138         * stdlib/monetary.h: Likewise.
51139         * stdlib/stdlib.h: Likewise.
51140         * stdlib/ucontext.h: Likewise.
51141         * streams/stropts.h: Likewise.
51142         * string/argz.h: Likewise.
51143         * string/bits/string2.h: Likewise.
51144         * string/string.h: Likewise.
51145         * string/strings.h: Likewise.
51146         * sunrpc/rpc/auth.h: Likewise.
51147         * sunrpc/rpc/auth_des.h: Likewise.
51148         * sunrpc/rpc/clnt.h: Likewise.
51149         * sunrpc/rpc/netdb.h: Likewise.
51150         * sunrpc/rpc/pmap_clnt.h: Likewise.
51151         * sunrpc/rpc/xdr.h: Likewise.
51152         * sysdeps/generic/inttypes.h: Likewise.
51153         * sysdeps/generic/net/if.h: Likewise.
51154         * sysdeps/generic/sys/swap.h: Likewise.
51155         * sysdeps/gnu/net/if.h: Likewise.
51156         * sysdeps/gnu/utmpx.h: Likewise.
51157         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
51158         * sysdeps/i386/i486/bits/string.h: Likewise.
51159         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
51160         * sysdeps/s390/bits/string.h: Likewise.
51161         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
51162         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
51163         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
51164         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
51165         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
51166         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
51167         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
51168         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
51169         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
51170         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
51171         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
51172         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
51173         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
51174         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
51175         * sysdeps/unix/sysv/linux/readv.c: Likewise.
51176         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
51177         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
51178         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51179         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
51180         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
51181         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51182         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
51183         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
51184         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
51185         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
51186         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
51187         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
51188         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51189         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
51190         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
51191         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
51192         * sysvipc/sys/ipc.h: Likewise.
51193         * sysvipc/sys/msg.h: Likewise.
51194         * sysvipc/sys/sem.h: Likewise.
51195         * sysvipc/sys/shm.h: Likewise.
51196         * termios/termios.h: Likewise.
51197         * time/sys/time.h: Likewise.
51198         * time/time.h: Likewise.
51199         * wcsmbs/bits/wchar2.h: Likewise.
51200         * wcsmbs/uchar.h: Likewise.
51201         * wcsmbs/wchar.h: Likewise.
51202         * wctype/wctype.h: Likewise.
51204         [BZ #13551]
51205         * Makeconfig: Remove all but ELF support including AIX support.
51206         * Makerules: Likewise.
51207         * config.h.in: Likewise.
51208         * config.make.in: Likewise.
51209         * configure: Likewise.
51210         * configure.in: Likewise.
51211         * csu/Makefile: Likewise.
51212         * csu/version.c: Likewise.
51213         * debug/Makefile: Likewise.
51214         * dlfcn/Makefile: Likewise.
51215         * elf/Makefile: Likewise.
51216         * extra-lib.mk: Likewise.
51217         * iconv/Makefile: Likewise.
51218         * include/libc-symbols.h: Likewise.
51219         * include/shlib-compat.h: Likewise.
51220         * resolv/Makefile: Likewise.
51221         * resolv/res_libc.c: Likewise.
51222         * rt/Makefile: Likewise.
51223         * sysdeps/i386/asm-syntax.h: Likewise.
51224         * sysdeps/i386/sysdep.h: Likewise.
51225         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51226         * sysdeps/mach/sysdep.h: Likewise.
51227         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
51228         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
51229         * sysdeps/s390/asm-syntax.h: Likewise.
51230         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51231         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51232         * sysdeps/sh/sysdep.h: Likewise.
51233         * sysdeps/unix/sparc/sysdep.h: Likewise.
51234         * sysdeps/wordsize-32/divdi3.c: Likewise.
51235         * sysdeps/x86_64/sysdep.h: Likewise.
51237         * argp/Versions: Remove _argp_unlock_xxx.
51239         [BZ #13559]
51240         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
51241         * abilist/libBrokenLocale.abilist: Likewise.
51242         * abilist/libanl.abilist: Likewise.
51243         * abilist/libc.abilist: Likewise.
51244         * abilist/libcrypt.abilist: Likewise.
51245         * abilist/libdl.abilist: Likewise.
51246         * abilist/libm.abilist: Likewise.
51247         * abilist/libnsl.abilist: Likewise.
51248         * abilist/libpthread.abilist: Likewise.
51249         * abilist/libresolv.abilist: Likewise.
51250         * abilist/librt.abilist: Likewise.
51251         * abilist/libthread_db.abilist: Likewise.
51252         * abilist/libutil.abilist: Likewise.
51253         * abilist/libnss_db.abilist: New file.
51255         * scripts/abilist.awk: Add support for indirect functions.
51257         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
51259         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
51261         * shlib-versions: Remove entries for ports architectures.
51263         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
51264         files in ports.
51265         * elf/stackguard-macros.h: Remove support for IA-64.
51266         * elf/tst-auditmod1.c: Likewise.
51267         * sysdeps/generic/ldsodefs.h: Likewise.
51269         * sysdeps/unix/sysv/linux/configure.in: Ports should define
51270         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
51271         configure files.
51273         [BZ #13552]
51274         * configure.in: Remove --enable-omitfp support.
51275         * FAQ.in: Adjust.
51276         * config.make.in: Likewise.
51277         * Makeconfig: Likewise.
51278         * manual/install.texi: Likewise.
51280         In case anyone cares, the IA-64 architecture could move to ports.
51281         * sysdeps/ia64/*: Removed.
51282         * sysdeps/unix/sysv/linux/ia64/*: Removed.
51283         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
51285         [BZ #13555]
51286         * configure.in: Remove entries for unsupported architectures.
51288         [BZ #13533]
51289         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
51290         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
51291         routines.
51292         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
51293         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
51294         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
51295         fall back to using wcrtomb.
51296         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
51297         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
51298         renaming.
51299         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
51300         * wcsmbs/tst-c16c32-1.c: New file.
51302         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
51303         local variable.
51305         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
51307         * elf/tst-unique3.cc: Add explicit declaration of gets.
51308         * elf/tst-unique3lib.cc: Likewise.
51309         * elf/tst-unique3lib2.cc: Likewise.
51310         * elf/tst-unique4.cc: Likewise.
51312         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
51314 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
51316         [BZ #13566]
51317         * assert/assert.h (static_assert): Don't define for C++.
51318         * libio/stdio.h (gets): Do declare for C++ <= C++11.
51319         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
51321 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
51323         * iconv/loop.c (single loop): Fix assertion in storing of
51324         remaining bytes.
51326         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
51328 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
51330         * posix/getconf.c: Update copyright year.
51331         * nss/getent.c: Likewise.
51332         * nss/makedb.c: Likewise.
51333         * iconv/iconvconfig.c: Likewise.
51334         * iconv/iconv_prog.c: Likewise.
51335         * elf/ldconfig.c: Likewise.
51336         * elf/pldd.c: Likewise.
51337         * elf/sotruss.ksh: Likewise.
51338         * catgets/gencat.c: Likewise.
51339         * csu/version.c: Likewise.
51340         * elf/ldd.bash.in: Likewise.
51341         * elf/sprof.c (print_version): Likewise.
51342         * locale/programs/locale.c: Likewise.
51343         * locale/programs/localedef.c: Likewise.
51344         * login/programs/pt_chown.c: Likewise.
51345         * nscd/nscd.c (print_version): Likewise.
51346         * debug/xtrace.sh: Likewise.
51347         * malloc/memusage.sh: Likewise.
51348         * malloc/mtrace.pl: Likewise.
51349         * debug/catchsegv.sh: Likewise.
51351 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
51353         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
51354         pure attribute.
51356 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
51358         [BZ #13533]
51359         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
51360         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
51361         transformations.
51362         * iconv/gconv_int.h: Likewise.
51363         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
51364         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
51365         from libc for GLIBC_2.16.
51366         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
51367         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
51368         * wcsmbs/uchar.h: Really define mbstate_t.
51369         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
51370         * wcsmbs/c16rtomb.c: New file.
51371         * wcsmbs/mbrtoc16.c: New file.
51372         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
51373         for C/POSIX locale.
51374         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
51375         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
51377         * wcsmbs/wchar.h: Add missing __restrict.
51379 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51381         [BZ #13532]
51382         * time/Makefile (routines): Add timespec_get.
51383         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
51384         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
51385         timespec for ISO C11.
51386         * time/timespec_get.c: New file.
51387         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
51388         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
51390         [BZ #13531]
51391         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
51392         * stdlib/stdlib.h: Declare aligned_alloc.
51393         * Versions.def: Add GLIBC_2.16 for libc.
51394         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
51396         [BZ 13527]
51397         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
51398         ISO C11.
51400         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
51401         code.
51403         [BZ #13528]
51404         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
51406         [BZ #13529]
51407         * assert/assert.h (static_assert): Define.
51409         * version.h: Update for 2.16 development version.
51411         [BZ #13526]
51412         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
51413         _ISOC11_SOURCE.
51415         * version.h (RELEASE): Bump for 2.15 release.
51416         * include/features.h (__GLIBC_MINOR__): Bump to 15.
51418         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
51419         Patch by Marek Polacek <mpolacek@redhat.com>.
51421         * bits/byteswap.h: Protect long long constants with __extension__.
51422         * sysdeps/i386/bits/byteswap.h: Likewise.
51423         * sysdeps/ia64/bits/byteswap.h: Likewise.
51424         * sysdeps/s390/bits/byteswap.h: Likewise.
51425         * sysdeps/x86_64/bits/byteswap.h: Likewise.
51427 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51429         [BZ #13540]
51430         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
51431         destination buffer.
51432         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
51434 2011-12-23  Marek Polacek  <polacek@redhat.com>
51436         * elf/dl-addr.c (determine_info): Add inline keyword.
51437         * elf/tst-auditmod4b.c (check_avx): Likewise.
51438         * elf/tst-auditmod6b.c (check_avx): Likewise.
51439         * elf/tst-auditmod6c.c (check_avx): Likewise.
51440         * elf/tst-auditmod7b.c (check_avx): Likewise.
51442 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51444         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
51445         !__SSE_MATH__.
51447 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51449         [BZ #13540]
51450         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
51451         processing for last bytes.
51453 2011-08-06  Bruno Haible  <bruno@clisp.org>
51455         [BZ #13061]
51456         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
51457         U+0385, not to U+1FEE.
51459         [BZ #13062]
51460         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
51461         entry for U+00A5 U+0301.
51463 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
51465         [BZ #13166]
51466         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
51467         buffer for the output is too small.
51469         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
51470         optimization.
51472         [BZ #13185]
51473         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
51474         SSE flags if possible.
51476 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51478         [BZ #13540]
51479         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
51480         processing for last bytes.
51482 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
51484         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
51485         (syscall-list-default-options, syscall-list-default-condition)
51486         (syscall-list-includes): Define.
51487         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
51488         list of ABIs and options and #if conditions for each ABI.  Do not
51489         handle common syscalls between ABIs specially.
51490         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
51491         Remove.
51492         (syscall-list-variants, syscall-list-32bit-options)
51493         (syscall-list-32bit-condition, syscall-list-64bit-options)
51494         (syscall-list-64bit-condition): Define.
51495         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
51496         (syscall-list-variants, syscall-list-32bit-options)
51497         (syscall-list-32bit-condition, syscall-list-64bit-options)
51498         (syscall-list-64bit-condition): Define.
51499         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
51500         Remove.
51501         (syscall-list-variants, syscall-list-32bit-options)
51502         (syscall-list-32bit-condition, syscall-list-64bit-options)
51503         (syscall-list-64bit-condition): Define.
51504         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
51505         Remove.
51506         (syscall-list-variants, syscall-list-32bit-options)
51507         (syscall-list-32bit-condition, syscall-list-64bit-options)
51508         (syscall-list-64bit-condition): Define.
51510 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
51512         * locale/iso-639.def: Add brx entry.
51514         [BZ #13328]
51515         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
51516         Proposed by Mariusz_Cukr <marcukr@op.pl>.
51518         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
51519         __feraiseexcept_renamed.
51521 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
51523         [BZ #13538]
51524         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
51525         EPOLLET with unsigned values.
51526         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51527         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51529         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
51530         to large cancellation.
51531         * math/s_cacoshf.c: Likewise.
51532         * math/s_cacoshl.c: Likewise.
51534 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
51536         [BZ #13305]
51537         [BZ #12786]
51538         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
51539         * math/s_cacoshf.c: Likewise.
51540         * math/s_cacoshl.c: Likewise.
51542 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
51544         [BZ #13439]
51545         * iconv/gconv.h: Define __GCONV_SWAP.
51546         * iconvdata/unicode.c: The swap bit must be stored in __flags.
51547         * iconvdata/utf-16.c: Likewise.
51548         * iconvdata/utf-32.c: Likewise.
51550 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
51552         [BZ #13524]
51553         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
51554         numerator after shifting it by one limb.
51556 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
51558         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
51559         under [__USE_EXTERN_INLINES].
51561 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
51563         [BZ #13446]
51564         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
51566 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51568         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
51569         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
51570         optimized code.
51571         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
51572         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
51573         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
51574         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
51575         for strncasecmp/strncasecmp_l compilation.
51576         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
51577         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
51579 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
51581         [BZ #13484]
51582         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
51583         of __asm__.
51585 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
51587         [BZ #13506]
51588         * time/tzfile.c (__tzfile_read): Check values from file header.
51590 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
51592         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
51593         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
51594         * powerpc/powerpc32/dl-start.S: Likewise.
51595         * powerpc/powerpc32/elf/start.S: Likewise.
51596         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
51597         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
51598         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
51599         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
51600         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
51601         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
51602         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
51603         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
51604         * powerpc/powerpc32/fpu/s_round.S: Likewise.
51605         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
51606         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
51607         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
51608         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
51609         * powerpc/powerpc32/memset.S: Likewise.
51610         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
51611         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
51612         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
51613         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
51614         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
51615         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
51616         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
51617         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
51618         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
51619         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
51620         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
51621         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51622         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51624 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51626         * math/libm-test.inc: Added more nearbyint tests.
51627         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
51628         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
51629         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
51630         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
51632 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
51634         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
51635         FD_CLOEXEC.
51637 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51639         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
51640         Add wcscpy-ssse3 wcscpy-c.
51641         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
51642         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
51643         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
51644         * sysdeps/x86_64/wcschr.S: New file.
51645         * sysdeps/x86_64/wcsrchr.S: New file.
51646         * string/test-strcmp.c: Remove checking of wcscmp function for
51647         wrong alignments.
51648         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
51649         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
51650         wcsrchr-sse2 wcsrchr-c.
51651         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
51652         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
51653         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
51654         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
51655         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
51656         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
51657         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
51658         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
51659         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
51660         * wcsmbc/wcschr.c (WCSCHR): New macro.
51662 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51664         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
51665         * wcsmbs/test-wcsrchr.c: New file.
51666         * string/test-strrchr.c: Add wcsrchr support.
51667         (WIDE): New macro.
51668         * wcsmbs/test-wcscpy.c: New file.
51669         * string/test-strcpy.c: Add wcscpy support.
51670         (WIDE): New macro.
51672 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
51674         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
51675         the inner loop.
51677 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
51679         [BZ #13472]
51680         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
51682 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
51684         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
51685         Minor optimizations.
51687         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
51688         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
51689         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
51691 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
51693         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
51694         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
51695         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
51696         for gcc to avoid warnings.
51697         * inet/Makefile (tests): Add tst-checks.
51698         * inet/tst-checks.c: New file.
51700         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
51701         warning.
51703         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
51704         __wmemcmp_sse2.
51706         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
51707         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
51709         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
51711 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
51713         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
51714         problem.
51716         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
51718 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
51720         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
51721         conditional on GCC version.
51722         (__arch_compare_and_exchange_val_8_acq)
51723         (__arch_compare_and_exchange_val_16_acq)
51724         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
51725         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
51726         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
51728 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
51730         * sysdeps/sh/backtrace.c: New file.
51732 2011-12-02  Andreas Schwab  <schwab@redhat.com>
51734         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
51735         parenthesis.
51737 2011-12-01  Andreas Schwab  <schwab@redhat.com>
51739         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
51740         falling back to utime.
51742 2011-11-30  Andreas Schwab  <schwab@redhat.com>
51744         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
51745         expectations for float.
51747 2011-11-29  Andreas Schwab  <schwab@redhat.com>
51749         * locale/weight.h (findidx): Add parameter len.
51750         * locale/weightwc.h (findidx): Likewise.
51751         * posix/fnmatch_loop.c (FCT): Adjust caller.
51752         * posix/regcomp.c (build_equiv_class): Likewise.
51753         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
51754         * posix/regexec.c (check_node_accept_bytes): Likewise.
51755         * string/strcoll_l.c (STRCOLL): Likewise.
51756         * string/strxfrm_l.c (STRXFRM): Likewise.
51758 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
51760         * Makefile.in: Remove CVSOPT handling.
51761         * configure.in: Remove use of AC_REVISION.
51762         * iconvdata/Makefile (distribute): No need to filter out CVS.
51763         * scripts/list-sources.sh: Remove CVS, subversion and monotone
51764         handling.
51766 2011-11-16  Andreas Schwab  <schwab@redhat.com>
51768         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
51769         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
51770         [USE_AS_STRNCASECMP_L]: Likewise.
51771         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
51772         NO_TLS_DIRECT_SEG_REFS.
51773         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
51774         Fix argument offsets for non-PIC.
51775         [USE_AS_STRNCASECMP_L]: Likewise.
51776         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
51777         NO_TLS_DIRECT_SEG_REFS.
51779 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
51781         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
51782         O_CLOEXEC.
51783         * locale/loadlocale.c (_nl_load_locale): Likewise.
51785 2011-11-15  Andreas Schwab  <schwab@redhat.com>
51787         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
51788         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
51789         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
51790         (SYSCALL_GETTIME): Set errno on error.
51792         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
51793         count references to noai6ai_cached.
51795 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
51797         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
51799         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
51800         FD_CLOEXEC for /proc/self/maps.
51802         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
51803         FD_CLOEXEC for /proc/meminfo.
51805         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
51806         gai.conf.
51808         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
51809         FD_CLOEXEC for given file.
51811         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
51813         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
51814         FD_CLOEXEC for /etc/hosts.
51815         (_gethtent): Likewise.
51817         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
51819         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
51820         cancellation and set FD_CLOEXEC for /etc/netgroup.
51822         * nss/nss_files/files-key.c (search): Don't allow cancellation when
51823         reading /etc/publickey.
51825         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
51826         allow cancellation when reading /etc/group.
51828         * nss/nss_files/files-alias.c (internal_setent): Don't allow
51829         cancellation.
51830         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
51832         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
51833         when using data file.
51835         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
51837         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
51838         (write_nis_obj): Use "c" and "e" in fopen.
51840         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
51842         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
51844         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
51846         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
51848         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
51849         locale.alias.
51851         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
51853         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
51855         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
51857         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
51858         file parsing and set FD_CLOEXEC.
51860 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
51862         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
51864 2011-11-14  Andreas Schwab  <schwab@redhat.com>
51866         * malloc/arena.c (arena_get2): Don't call reused_arena when
51867         _int_new_arena failed.
51869 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
51871         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
51872         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
51873         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
51874         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
51875         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
51876         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
51877         to compile strcasecmp and strncasecmp.
51878         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
51879         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
51881         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
51883 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
51885         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
51886         locale-defines.sym to gen-as-const-headers.
51887         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
51888         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
51889         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
51890         to compile strcasecmp and strncasecmp.
51891         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
51892         strcasecmp_l and strncasecmp_l.
51893         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
51894         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
51895         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
51896         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
51897         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
51898         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
51899         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
51900         * sysdeps/i386/i686/multiarch/strncase.S: New file.
51901         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
51902         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
51903         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
51905 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
51907         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
51908         result of SYSDEP_GETTIME_CPU to retval.
51909         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
51910         parameter list to macro.  Remove trailing semicolon.  Adjust users.
51912         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
51913         variable.
51915         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
51916         mantissa words.
51917         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
51919         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
51920         from unused variable.
51922         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
51923         DWARF definitions.
51924         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
51925         for assembling.
51927         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
51928         over namespaces.
51930         * sunrpc/rpc_prot.c (rejected): Fix case value.
51932         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
51933         unsigned long long int to avoid warnings in shift.
51935         * posix/regex_internal.c (re_string_reconstruct): Actually use result
51936         of use of trans.
51937         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
51938         variable tmp.
51940         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
51941         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
51942         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
51944         * nis/nis_table.c (nis_list): Use variable of correct type for
51945         result of __follow_path call.
51947 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51949         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
51950         of math functions ceil, trunc, floor, round, and sqrt, when
51951         avaliable on the platform.
51952         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
51953         name clash.
51954         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51955         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51956         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51958 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
51960         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
51961         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
51963 2011-11-11  Roland McGrath  <roland@hack.frob.com>
51965         * include/unistd.h: Fix __readlink return type.
51966         Reported by Chris Metcalf <cmetcalf@tilera.com>.
51968 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
51970         * stdlib/ucontext.h: Undo last change for makecontext.
51972 2011-11-11  Andreas Schwab  <schwab@redhat.com>
51974         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
51976         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
51977         * setjmp/setjmp.h: Mark functions as non-leaf.
51978         * setjmp/bits/setjmp2.h: Likewise.
51979         * stdlib/ucontext.h: Likewise.
51981 2011-11-10  Andreas Schwab  <schwab@redhat.com>
51983         * malloc/arena.c (_int_new_arena): Don't increment narenas.
51984         (reused_arena): Don't check arena limit.
51985         (arena_get2): Atomically check arena limit.
51987 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
51989         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
51990         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
51992         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
51993         instructions.
51995 2011-11-07  Andreas Schwab  <schwab@redhat.com>
51997         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
51998         handler when locking.
52000         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52001         Fix size of allocated buffer.
52003 2011-11-04  Andreas Schwab  <schwab@redhat.com>
52005         [BZ #10103]
52006         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
52007         declarations for long double functions.
52008         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
52010         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
52012 2011-11-03  Andreas Schwab  <schwab@redhat.com>
52014         * nscd/nscd.c (main): Don't start AVC thread until credentials are
52015         installed.
52017         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
52018         is disabled.
52020 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52022         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
52024 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
52026         * include/alloca.h (stackinfo_alloca_round): Define.
52027         (extend_alloca): Use it.
52028         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
52029         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
52030         here.
52032         * scripts/check-local-headers.sh: Ignore libaudit.h.
52034         * nscd/Makefile (extra-objs): Make recursively expanded.
52036 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
52038         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
52039         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
52041         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
52042         * posix/tst-rfc3484-2.c: Likewise.
52043         * posix/tst-rfc3484-3.c: Likewise.
52045         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
52046         process_vm_writev.
52047         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
52048         process_vm_writev.
52049         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
52050         process_vm_writev from libc using GLIBC_2.15 version.
52052         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
52054 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
52056         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
52057         stack usage.
52059 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
52061         [BZ #13367]
52062         * nss/getent.c (initgroups_keys): Show error message in case no group
52063         names are given.
52065         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
52066         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
52067         __bump_nl_timestamp.
52068         * nscd/connections (nscd_init): When host database is served open
52069         netlink socket and request notification about configuration changes.
52070         (main_loop_poll): Track netlink file descriptor and bump timestamp
52071         in case data becomes available.
52072         (main_loop_epoll): Likewise.
52073         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
52074         (database_pers_head): Add extra_data fileds.
52075         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
52076         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
52077         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
52078         Adjust caller.
52079         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
52080         in6ai data, call __free_in6ai.
52081         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
52082         Add -DHAVE_NETLINK.
52083         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
52084         interface information.  Reuse previous data if netlink timestamp
52085         is not changed.
52086         (__bump_nl_timestamp): New function.
52087         (__free_in6ai): New function.
52089 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
52091         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
52092         close_not_cancel_no_status here.
52093         (__check_pf): Reorganize code a bit to not call close twice if OOM.
52095 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52097         [BZ #13276]
52098         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
52099         return value.
52101         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
52102         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
52103         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
52105 2011-07-03  Andreas Jaeger  <aj@suse.de>
52107         [BZ #10709]
52108         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
52109         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
52110         * math/libm-test.inc (sin_test): Add test case.
52112 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52114         [BZ #13337]
52115         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
52116         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52118         * elf/chroot_canon.c (chroot_canon): Cleanups.
52120         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
52122         [BZ #13335]
52123         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
52124         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52126         * string/test-strchr.c: Make usable for strchrnul testing.
52127         * string/test-strchrnul.c: New file.
52128         * string/Makefile (strop-tests): Add strchrnul.
52130         * po/it.po: Update from translation team.
52131         * po/es.po: Likewise.
52133 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
52135         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
52136         the three constants needed as parameters.  Drop the others.
52137         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
52138         __m128i_strloadu_tolower.
52139         Create and initialize variable zero and use it in all the places
52140         where _mm_setzero_si128 was used.
52142         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
52143         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
52144         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
52145         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
52146         anymore.
52147         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
52148         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
52149         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
52150         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
52151         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
52152         __mpranred, __mptan.
52153         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
52154         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
52155         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
52156         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
52157         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
52158         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
52159         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
52160         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
52161         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
52163 2011-10-28  Andreas Schwab  <schwab@redhat.com>
52165         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
52166         redefine if SHARED.
52167         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
52169         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
52170         wide char related routines to wcsmbs subdir.
52172 2011-10-27  Andreas Schwab  <schwab@redhat.com>
52174         [BZ #13344]
52175         * misc/sys/cdefs.h (__THROWNL): Define.
52176         * posix/unistd.h: Use __THREADNL instead of __THREAD
52177         for memory synchronization functions.
52179 2011-10-26  Roland McGrath  <roland@hack.frob.com>
52181         [BZ #13349]
52182         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
52183         doesn't exist.
52184         * manual/stdio.texi (Obstack Streams): Node removed.
52186 2011-10-26  Andreas Schwab  <schwab@redhat.com>
52188         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
52189         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52190         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52192         * math/math_private.h (math_force_eval): Allow non-addressable
52193         arguments.
52194         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
52196 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52198         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
52199         file is not needed.
52201         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
52202         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
52203         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
52204         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
52205         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
52206         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
52207         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
52208         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
52209         Add AVX variants.
52210         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
52211         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
52212         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
52213         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
52214         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
52215         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
52216         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
52217         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
52218         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
52219         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
52220         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
52221         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
52222         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
52223         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
52224         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
52225         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
52226         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
52227         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
52228         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
52230         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
52231         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
52233         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
52234         place.  Use VEX encoding when compiling for AVX.
52236 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52238         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
52239         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
52241         * string/test-strchr.c (do_test): Don't generate NUL bytes.
52243 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52245         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
52246         useless if() expression.
52247         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52248         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
52249         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
52250         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52251         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
52252         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52253         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52254         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52255         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
52256         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52257         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52258         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52259         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
52260         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52261         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
52262         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52263         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52264         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52265         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
52267         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
52269 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52271         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
52272         condition.
52273         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52275 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52277         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
52278         .text section.  Avoid duplicate constants.
52279         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
52280         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52281         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52282         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52283         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52284         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52285         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52286         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52287         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
52288         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
52289         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
52290         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
52291         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
52292         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
52293         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
52294         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
52295         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
52296         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
52297         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
52298         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52299         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
52300         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
52301         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
52302         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
52303         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
52304         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
52305         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
52306         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
52307         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
52308         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
52309         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
52310         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
52311         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
52312         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
52313         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
52314         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
52315         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
52316         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
52317         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
52318         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
52319         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
52320         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
52321         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
52322         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
52323         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
52325 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
52327         * sysdeps/x86_64/dla.h: Move to ...
52328         * sysdeps/x86_64/fpu/dla.h: ...here.
52329         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
52330         situations.  Use __builtin_fma only for gcc 4.6 and up.
52332         * config.make.in: Add have-mfma4 entry.
52333         * configure.in: Substitute libc_cv_cc_fma4.
52334         * math/Makefile (dbl-only-routines): Add sincostab.
52335         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
52336         Use __sincostab not sincos.
52337         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
52338         name is a macro.
52339         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52340         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52341         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52342         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
52343         using __copysign.
52344         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
52345         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
52346         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
52347         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
52348         and __inv.
52349         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
52350         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
52351         __copysign.
52352         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
52353         define aliases when function name is a macro.
52354         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
52355         sysdeps/ieee754/dbl-64/sincos.tbl.
52356         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
52357         fma4-enabled routines.
52358         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
52359         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
52360         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
52361         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
52362         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
52363         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
52364         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
52365         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
52366         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
52367         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
52368         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
52369         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
52370         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
52371         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
52372         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
52373         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
52374         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
52375         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
52376         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
52377         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
52378         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
52379         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
52380         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
52381         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
52382         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
52383         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
52384         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
52385         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
52386         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
52387         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
52389         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
52390         rename.
52391         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52392         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52393         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52394         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52395         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52396         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52397         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52398         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52400 2011-10-24  Andreas Schwab  <schwab@redhat.com>
52402         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
52404 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52406         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
52408         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
52409         prediction.
52410         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
52412         * string/strnlen.c: Don't define STRNLEN, reverse logic.
52413         Remove unused variable magic_bits.
52414         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
52416         * string/strnlen.c: Define and use STRNLEN macro.
52417         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
52418         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
52419         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
52420         * wcsmbs/wcslen.c: Define and use WCSLEN.
52421         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
52422         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
52423         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
52424         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
52425         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
52426         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
52427         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52429 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52431         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52432         strnlen-sse2-no-bsf.
52433         Rename strlen-no-bsf to strlen-sse2-no-bsf.
52434         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
52435         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
52436         Add strnlen support.
52437         (USE_AS_STRNLEN): New macro.
52438         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
52439         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
52440         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
52441         * sysdeps/x86_64/wcslen.S: New file.
52443 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
52445         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
52446         XMM-moves are used for copying on small sizes.
52448 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52450         * wcsmbs/Makefile (strop-tests): Add wcschr.
52451         * wcsmbs/test-wcschr.c: New file.
52452         * string/test-strchr.c: Update.
52453         Add wcschr support.
52454         (WIDE): New macro.
52456 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52458         * wcsmbs/Makefile (strop-tests): Add wcslen.
52459         * wcsmbs/test-wcslen.c: New file.
52460         * string/test-strlen.c: Update.
52461         Add wcslen support.
52462         (WIDE): New macro.
52464 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52466         * po/it.po: Update from translation team.
52468 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52470         * sysdeps/x86_64/wcscmp.S: Update.
52471         Fix wrong comparison semantics.
52472         wcscmp shall use signed comparison not unsigned.
52473         Don't use substraction to avoid overflow bug.
52474         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
52475         * wcsmbc/wcscmp.c: Likewise.
52476         * string/test-strcmp.c: Likewise.
52477         Add new tests to check cases with negative values.
52479 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52481         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
52482         * sysdeps/x86_64/dla.h: ...here.  New file.
52483         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
52484         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52485         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52486         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52487         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52488         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52489         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52490         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52491         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52493 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
52495         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
52496         __ynl_finite aliases.
52498 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
52500         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
52502         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
52503         define DLA_FMA.
52504         [DLA_FMA] (EMULV): Use DLA_FMA.
52505         [DLA_FMA] (MUL12): Use EMULV.
52506         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
52507         that are not needed.
52508         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52509         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52510         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52511         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52512         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52513         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52514         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52516 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
52518         * math/s_nan.c: Undef __nan.
52519         * math/s_nanf.c: Undef __nanf.
52520         * math/s_nanl.c: Undef __nanl.
52521         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
52522         "math_private.h".
52524 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
52526         * math/s_catan.c: Add branch predictions.
52527         * math/s_catanf.c: Likewise.
52528         * math/s_catanh.c: Likewise.
52529         * math/s_catanhf.c: Likewise.
52530         * math/s_catanhl.c: Likewise.
52531         * math/s_catanl.c: Likewise.
52532         * math/s_cexp.c: Likewise.
52533         * math/s_cexpf.c: Likewise.
52534         * math/s_cexpl.c: Likewise.
52535         * math/s_clog.c: Likewise.
52536         * math/s_clog10.c: Likewise.
52537         * math/s_clog10f.c: Likewise.
52538         * math/s_clog10l.c: Likewise.
52539         * math/s_clogf.c: Likewise.
52540         * math/s_clogl.c: Likewise.
52541         * math/s_csqrt.c: Likewise.
52542         * math/s_csqrtf.c: Likewise.
52543         * math/s_csqrtl.c: Likewise.
52544         * math/s_ctanf.c: Likewise.
52545         * math/s_ctanh.c: Likewise.
52546         * math/s_ctanhf.c: Likewise.
52547         * math/s_ctanhl.c: Likewise.
52548         * math/s_ctanl.c: Likewise.
52550         * math/math_private.h: Define __nan, __nanf, __nanl.
52551         * math/s_cacosh.c: Include <math_private.h>.
52552         * math/s_cacoshl.c: Likewise.
52553         * math/s_casinh.c: Likewise.
52554         * math/s_casinhf.c: Likewise.
52555         * math/s_casinhl.c: Likewise.
52556         * math/s_ccos.c: Rely entire on ccosh.
52557         * math/s_ccosf.c: Rely entire on ccoshf.
52558         * math/s_ccosl.c: Rely entirely on ccoshl.
52559         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
52560         Remove tests for FE_INVALID.
52561         * math/s_ccoshf.c: Likewise.
52562         * math/s_ccoshl.c: Likewise.
52563         * math/s_csin.c: Likewise.
52564         * math/s_csinf.c: Likewise.
52565         * math/s_csinh.c Likewise.
52566         * math/s_csinhf.c: Likewise.
52567         * math/s_csinhl.c: Likewise.
52568         * math/s_csinl.c: Likewise.
52569         * math/s_ctan.c: Likewise.
52570         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
52571         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
52572         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
52574 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
52576         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
52577         compilation problems.
52579         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
52580         __builtin_expect.
52582 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
52584         * sysdeps/i386/configure.in: Test for -mfma4 option.
52585         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
52586         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
52587         COMMON_CPUID_INDEX_80000001.
52588         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
52589         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
52590         use it if FMA3 is not supported.
52591         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
52593         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
52594         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52596 2011-10-20  Andreas Schwab  <schwab@redhat.com>
52598         [BZ #12892]
52599         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
52600         it would create a cycle with a link time dependency.
52602 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
52604         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
52605         instruction.
52606         * string/Makefile (strop-tests): Add rawmemchr.
52607         * string/test-rawmemchr.c: New file.
52609         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
52610         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
52611         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
52612         when compiling str{,n}casecmp and when AVX is available.  Hook up
52613         new optimized code in initializers.
52615 2011-10-19  Andreas Schwab  <schwab@redhat.com>
52617         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
52618         __feraiseexcept instead of feraiseexcept.
52620 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
52622         * math/math_private.h: Define defaults for libc_fetestexcept and
52623         libc_feupdateenv.
52624         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
52625         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
52626         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52627         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52628         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
52629         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52630         libc_fetestexcept and libc_feupdateenv.
52632         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
52633         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
52634         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
52635         * sysdeps/x86_64/fpu/math_private.h: Define special version of
52636         libc_feholdexcept_setround.
52638         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
52639         Add s_nearbyint-c and s_nearbyintf-c.
52640         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
52641         nearbyintf inlines.
52642         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
52643         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
52644         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
52645         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
52647         * math/math_private.h: Define defaults for libc_fegetround,
52648         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
52649         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
52650         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
52651         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
52652         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
52653         standard functions.
52654         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52655         Remove comments and hacks for old compiler versions.
52656         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52657         libc_fegetround, libc_fesetround, libc_feholdexcept, and
52658         libc_feholdexceptl.
52660 2011-10-18  Andreas Schwab  <schwab@redhat.com>
52662         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
52663         (__feraiseexcept_renamed): Add __NTH.
52664         (feraiseexcept): Add __NTH.  Rename local variables to fix
52665         namespace violations.
52667 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
52669         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
52671         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
52673         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
52674         recently added interfaces.
52675         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
52677         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
52678         about macro parameter expansion.
52680         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
52681         __NO_MATH_INLINES is defined.  Cleanups.
52683         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
52684         and __floorf is target has SSE4.1.
52685         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
52686         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
52687         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
52688         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
52690         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
52691         name.
52692         (floorf): Likewise.
52694         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
52696 2011-10-17  Andreas Schwab  <schwab@redhat.com>
52698         * misc/sys/cdefs.h: Fix last change.
52700         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
52701         database lookup.
52703 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
52705         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
52707         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
52708         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52709         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
52710         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52711         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52712         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
52713         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52714         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52715         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
52716         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
52717         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
52718         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
52719         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
52720         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
52721         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
52722         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
52723         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
52724         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
52725         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
52726         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
52727         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
52728         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
52730         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
52731         ceil, ceilf, floor, floorf.
52733         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
52734         Perform IRELATIVE relocations last.
52736         * elf/do-rel.h: Add another parameter nrelative, replacing the
52737         local variable with the same name.  Change name of the function
52738         to end in Rel or Rela (uppercase).
52739         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
52740         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
52741         elf_dynamic_do_##reloc function.
52743 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
52745         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
52746         is sufficient, at least on modern CPUs.
52748         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
52750         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
52751         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
52753         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
52754         __expl_finite.
52755         * math/bits/math-finite.h: Add entries for exp.
52756         * math/e_expl.c: Add __*_finite alias.
52757         * sysdeps/i386/fpu/e_exp.S: Likewise.
52758         * sysdeps/i386/fpu/e_expf.S: Likewise.
52759         * sysdeps/i386/fpu/e_expl.c: Likewise.
52760         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52761         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52762         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
52763         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
52764         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
52765         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
52766         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
52768         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
52769         is sufficient, at least on modern CPUs.
52771         * ctype/ctype-info.c (__ctype_init): Define.
52772         * include/ctype.h (__ctype_init): Declare.
52773         (__ctype_b_loc): The variable is always initialized.
52774         (__ctype_toupper_loc): Likewise.
52775         (__ctype_tolower_loc): Likewise.
52776         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
52777         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
52779 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
52781         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
52783         * configure.in: Also look in $cxxmachine/include for C++ system
52784         headers.
52786 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52788         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
52789         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
52790         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
52791         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
52792         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
52793         (USE_AS_WMEMCMP): New macro.
52794         Fixing indents.
52795         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
52796         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
52797         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
52798         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
52799         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52800         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
52801         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
52802         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
52803         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
52804         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
52805         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
52806         (USE_AS_WMEMCMP): New macro.
52807         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
52808         * sysdeps/string/test-memcmp.c: Update.
52809         Fix simple_wmemcmp.
52810         Add new tests.
52811         * wcsmbs/wmemcmp.c: Update.
52812         (WMEMCMP): New macro.
52813         Fix overflow bug.
52815 2011-10-12  Andreas Jaeger  <aj@suse.de>
52817         [BZ #13268]
52818         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
52820 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
52822         * libio/iofwide.c (do_length): Avoid warning.
52824         * ctype/ctype.h (__isctype_f): Add missing __THROW.
52826 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
52828         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
52830         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
52831         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
52832         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
52833         * sysdeps/i386/i686/fpu/e_log.S: New file.
52834         * sysdeps/i386/i686/fpu/e_logf.S: New file.
52835         * sysdeps/i386/i686/fpu/e_logl.S: New file.
52837         * ctype/ctype.h: Add support for inlined isXXX functions when
52838         compiling C++ code.
52840 2011-10-14  Andreas Schwab  <schwab@redhat.com>
52842         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52844         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
52846 2011-10-13  Roland McGrath  <roland@hack.frob.com>
52848         [BZ #13291]
52849         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
52851 2011-10-13  Andreas Schwab  <schwab@redhat.com>
52853         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
52854         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
52855         feraiseexcept.
52857         * sysdeps/x86_64/memrchr.S: Check for zero size.
52859         * string/stratcliff.c: Add memrchr tests.
52861 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52863         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52864         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
52865         rawmemchr-sse2 rawmemchr-sse2-bsf.
52866         * sysdeps/i386/i686/multiarch/memchr.S: New file.
52867         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
52868         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
52869         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
52870         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
52871         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
52872         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
52873         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
52874         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
52875         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
52876         * string/memrchr.c (MEMRCHR): New macro.
52878 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
52880         Add integration with gcc's -ffinite-math-only and optimize wrapper
52881         functions in libm.
52882         * Versions.def: Define GLIBC_2.15 version for libm.
52883         * math/Makefile (headers): Add bits/math-finite.h.
52884         * math/bits/math-finite.h: New file.
52885         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
52886         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
52887         * math/e_acoshl.c: Add __*_finite alias.
52888         * math/e_acosl.c: Likewise.
52889         * math/e_asinl.c: Likewise.
52890         * math/e_atan2l.c: Likewise.
52891         * math/e_atanhl.c: Likewise.
52892         * math/e_coshl.c: Likewise.
52893         * math/e_exp10.c: Likewise.
52894         * math/e_exp10f.c: Likewise.
52895         * math/e_exp10l.c: Likewise.
52896         * math/e_exp2l.c: Likewise.
52897         * math/e_fmodl.c: Likewise.
52898         * math/e_gammal_r.c: Likewise.
52899         * math/e_hypotl.c: Likewise.
52900         * math/e_j0l.c: Likewise.
52901         * math/e_j1l.c: Likewise.
52902         * math/e_jnl.c: Likewise.
52903         * math/e_lgammal_r.c: Likewise.
52904         * math/e_log10l.c: Likewise.
52905         * math/e_log2l.c: Likewise.
52906         * math/e_logl.c: Likewise.
52907         * math/e_powl.c: Likewise.
52908         * math/e_sinhl.c: Likewise.
52909         * math/e_sqrtl.c: Likewise.
52910         * math/e_scalb.c: Completely rewritten and optimized.
52911         * math/e_scalbf.c: Likewise.
52912         * math/e_scalbl.c: Likewise.
52913         * math/w_acos.c: Likewise.
52914         * math/w_acosf.c: Likewise.
52915         * math/w_acosl.c: Likewise.
52916         * math/w_acosh.c: Likewise.
52917         * math/w_acoshf.c: Likewise.
52918         * math/w_acoshl.c: Likewise.
52919         * math/w_asin.c: Likewise.
52920         * math/w_asinf.c: Likewise.
52921         * math/w_asinl.c: Likewise.
52922         * math/w_atan2.c: Likewise.
52923         * math/w_atan2f.c: Likewise.
52924         * math/w_atan2l.c: Likewise.
52925         * math/w_atanh.c: Likewise.
52926         * math/w_atanhf.c: Likewise.
52927         * math/w_atanhl.c: Likewise.
52928         * math/w_exp10.c: Likewise.
52929         * math/w_exp10f.c: Likewise.
52930         * math/w_exp10l.c: Likewise.
52931         * math/w_fmod.c: Likewise.
52932         * math/w_fmodf.c: Likewise.
52933         * math/w_fmodl.c: Likewise.
52934         * math/w_j0.c: Likewise.
52935         * math/w_j0f.c: Likewise.
52936         * math/w_j0l.c: Likewise.
52937         * math/w_j1.c: Likewise.
52938         * math/w_j1f.c: Likewise.
52939         * math/w_j1l.c: Likewise.
52940         * math/w_jn.c: Likewise.
52941         * math/w_jnf.c: Likewise.
52942         * math/w_log.c: Likewise.
52943         * math/w_logf.c: Likewise.
52944         * math/w_logl.c: Likewise.
52945         * math/w_log10.c: Likewise.
52946         * math/w_log10f.c: Likewise.
52947         * math/w_log10l.c: Likewise.
52948         * math/w_log2.c: Likewise.
52949         * math/w_log2f.c: Likewise.
52950         * math/w_log2l.c: Likewise.
52951         * math/w_pow.c: Likewise.
52952         * math/w_powf.c: Likewise.
52953         * math/w_powl.c: Likewise.
52954         * math/w_remainder.c: Likewise.
52955         * math/w_remainderf.c: Likewise.
52956         * math/w_remainderl.c: Likewise.
52957         * math/w_scalb.c: Likewise.
52958         * math/w_scalbf.c: Likewise.
52959         * math/w_scalbl.c: Likewise.
52960         * math/w_sqrt.c: Likewise.
52961         * math/w_sqrtf.c: Likewise.
52962         * math/w_sqrtl.c: Likewise.
52963         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
52964         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
52965         used.
52966         * math/math_private.h: Declare __kernel_standard_f.
52967         * math/w_cosh.c: Remove cruft and optimize a bit.
52968         * math/w_coshf.c: Likewise.
52969         * math/w_coshl.c: Likewise.
52970         * math/w_exp2.c: Likewise.
52971         * math/w_exp2f.c: Likewise.
52972         * math/w_exp2l.c: Likewise.
52973         * math/w_hypot.c: Likewise.
52974         * math/w_hypotf.c: Likewise.
52975         * math/w_hypotl.c: Likewise.
52976         * math/w_lgamma.c: Likewise.
52977         * math/w_lgamma_r.c: Likewise.
52978         * math/w_lgammaf.c: Likewise.
52979         * math/w_lgammaf_r.c: Likewise.
52980         * math/w_lgammal.c: Likewise.
52981         * math/w_lgammal_r.c: Likewise.
52982         * math/w_sinh.c: Likewise.
52983         * math/w_sinhf.c: Likewise.
52984         * math/w_sinhl.c: Likewise.
52985         * math/w_tgamma.c: Likewise.
52986         * math/w_tgammaf.c: Likewise.
52987         * math/w_tgammal.c: Likewise.
52988         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
52989         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52990         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
52991         Minor optimizations.  Pretty printing.  Remove cruft.
52992         * sysdeps/i386/fpu/e_acosf.S: Likewise.
52993         * sysdeps/i386/fpu/e_acosh.S: Likewise.
52994         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
52995         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
52996         * sysdeps/i386/fpu/e_acosl.c: Likewise.
52997         * sysdeps/i386/fpu/e_asin.S: Likewise.
52998         * sysdeps/i386/fpu/e_asinf.S: Likewise.
52999         * sysdeps/i386/fpu/e_atan2.S: Likewise.
53000         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
53001         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
53002         * sysdeps/i386/fpu/e_atanh.S: Likewise.
53003         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
53004         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
53005         * sysdeps/i386/fpu/e_exp10.S: Likewise.
53006         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
53007         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
53008         * sysdeps/i386/fpu/e_exp2.S: Likewise.
53009         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
53010         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
53011         * sysdeps/i386/fpu/e_fmod.S: Likewise.
53012         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
53013         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
53014         * sysdeps/i386/fpu/e_hypot.S: Likewise.
53015         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
53016         * sysdeps/i386/fpu/e_log.S: Likewise.
53017         * sysdeps/i386/fpu/e_log10.S: Likewise.
53018         * sysdeps/i386/fpu/e_log10f.S: Likewise.
53019         * sysdeps/i386/fpu/e_log10l.S: Likewise.
53020         * sysdeps/i386/fpu/e_log2.S: Likewise.
53021         * sysdeps/i386/fpu/e_log2f.S: Likewise.
53022         * sysdeps/i386/fpu/e_log2l.S: Likewise.
53023         * sysdeps/i386/fpu/e_logf.S: Likewise.
53024         * sysdeps/i386/fpu/e_logl.S: Likewise.
53025         * sysdeps/i386/fpu/e_pow.S: Likewise.
53026         * sysdeps/i386/fpu/e_powf.S: Likewise.
53027         * sysdeps/i386/fpu/e_powl.S: Likewise.
53028         * sysdeps/i386/fpu/e_remainder.S: Likewise.
53029         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
53030         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
53031         * sysdeps/i386/fpu/e_scalb.S: Likewise.
53032         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
53033         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
53034         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
53035         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
53036         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
53037         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
53038         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
53039         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53040         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
53041         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
53042         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
53043         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
53044         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
53045         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
53046         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
53047         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
53048         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
53049         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53050         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
53051         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
53052         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53053         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
53054         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
53055         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
53056         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53057         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
53058         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
53059         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
53060         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
53061         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
53062         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
53063         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53064         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
53065         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
53066         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
53067         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
53068         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
53069         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53070         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
53071         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
53072         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
53073         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
53074         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
53075         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
53076         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
53077         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
53078         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
53079         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
53080         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
53081         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
53082         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
53083         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
53084         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
53085         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
53086         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
53087         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
53088         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
53089         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
53090         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53091         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
53092         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
53093         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
53094         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
53095         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
53096         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
53097         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
53098         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
53099         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
53100         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
53101         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
53102         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
53103         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
53104         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
53105         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
53106         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
53107         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
53108         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
53109         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
53110         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
53111         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
53112         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
53113         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
53114         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
53115         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
53116         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
53117         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
53118         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
53119         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
53120         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
53121         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
53122         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
53123         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53124         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
53125         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
53126         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
53127         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
53128         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
53129         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
53130         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
53131         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
53132         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
53133         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
53134         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
53135         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
53136         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
53137         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
53138         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
53139         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
53140         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
53141         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
53142         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
53143         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
53144         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
53145         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
53146         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
53147         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
53148         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
53149         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
53150         (__isnanf): Likewise.
53151         (__isinf_ns): Likewise.
53152         (__isinf_nsf): Likewise.
53153         (__finite): Likewise.
53154         (__finitef): Likewise.
53155         (__ieee754_sqrt): Define as macro.
53156         (__ieee754_sqrtf): Define as macro.
53157         (__ieee754_sqrtl): Define as macro.
53158         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
53159         inlined copy.
53160         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
53161         __FINITE_MATH_ONLY__ consistent.
53162         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
53164 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
53166         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
53167         of rawmemchr.
53169         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
53171 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
53173         * po/ja.po: Update from translation team.
53175 2011-10-08  Roland McGrath  <roland@hack.frob.com>
53177         * locale/programs/locarchive.c (prepare_address_space): New function.
53178         (create_archive, enlarge_archive, open_archive): Use it.
53180         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
53181         inside [SHARED], where it is used.
53183         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
53185         * nss/getent.c (netgroup_keys): Remove unused variable.
53186         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
53188 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
53190         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
53191         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
53192         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
53193         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
53194         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
53195         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
53196         * math/Makefile (libm-calls): Add s_isinf_ns.
53197         * math/divtc3.c: Use __isinf_nsl instead of isinf.
53198         * math/multc3.c: Likewise.
53199         * math/s_casin.c: Likewise.
53200         * math/s_casinf.c: Likewise.
53201         * math/s_casinl.c: Likewise.
53202         * math/s_ccos.c: Likewise.
53203         * math/s_ccosf.c: Likewise.
53204         * math/s_ccosl.c: Likewise.
53205         * math/s_ctan.c: Likewise.
53206         * math/s_ctanf.c: Likewise.
53207         * math/s_ctanh.c: Likewise.
53208         * math/s_ctanhf.c: Likewise.
53209         * math/s_ctanhl.c: Likewise.
53210         * math/s_ctanl.c: Likewise.
53211         * math/w_fmod.c: Likewise.
53212         * math/w_fmodf.c: Likewise.
53213         * math/w_fmodl.c: Likewise.
53214         * math/w_remainder.c: Likewise.
53215         * math/w_remainderf.c: Likewise.
53216         * math/w_remainderl.c: Likewise.
53217         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
53218         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
53219         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
53220         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
53221         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
53222         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
53223         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
53224         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
53226         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
53227         of the number.
53228         * stdio-common/printf_fphex.c: Likewise.
53229         * stdio-common/printf_size.c: Likewise.
53231         * math/e_exp10.c: Include math_private.h using <...> not "...".
53232         * math/e_exp10f.c: Likewise.
53233         * math/e_exp10l.c: Likewise.
53234         * math/e_exp2l.c: Likewise.
53235         * math/e_j0l.c: Likewise.
53236         * math/e_j1l.c: Likewise.
53237         * math/e_jnl.c: Likewise.
53238         * math/e_lgammal_r.c: Likewise.
53239         * math/e_rem_pio2l.c: Likewise.
53240         * math/e_scalb.c: Likewise.
53241         * math/e_scalbf.c: Likewise.
53242         * math/e_scalbl.c: Likewise.
53243         * math/k_cosl.c: Likewise.
53244         * math/k_sinl.c: Likewise.
53245         * math/k_tanl.c: Likewise.
53246         * math/s_cacoshf.c: Likewise.
53247         * math/s_catan.c: Likewise.
53248         * math/s_catanf.c: Likewise.
53249         * math/s_catanh.c: Likewise.
53250         * math/s_catanhf.c: Likewise.
53251         * math/s_catanhl.c: Likewise.
53252         * math/s_catanl.c: Likewise.
53253         * math/s_ccosh.c: Likewise.
53254         * math/s_ccoshf.c: Likewise.
53255         * math/s_ccoshl.c: Likewise.
53256         * math/s_cexp.c: Likewise.
53257         * math/s_cexpf.c: Likewise.
53258         * math/s_cexpl.c: Likewise.
53259         * math/s_clog.c: Likewise.
53260         * math/s_clog10.c: Likewise.
53261         * math/s_clog10f.c: Likewise.
53262         * math/s_clog10l.c: Likewise.
53263         * math/s_clogf.c: Likewise.
53264         * math/s_clogl.c: Likewise.
53265         * math/s_csin.c: Likewise.
53266         * math/s_csinf.c: Likewise.
53267         * math/s_csinh.c: Likewise.
53268         * math/s_csinhf.c: Likewise.
53269         * math/s_csinhl.c: Likewise.
53270         * math/s_csinl.c: Likewise.
53271         * math/s_csqrt.c: Likewise.
53272         * math/s_csqrtf.c: Likewise.
53273         * math/s_csqrtl.c: Likewise.
53274         * math/s_ctan.c: Likewise.
53275         * math/s_ctanf.c: Likewise.
53276         * math/s_ctanh.c: Likewise.
53277         * math/s_ctanhf.c: Likewise.
53278         * math/s_ctanhl.c: Likewise.
53279         * math/s_ctanl.c: Likewise.
53280         * math/s_ldexp.c: Likewise.
53281         * math/s_ldexpf.c: Likewise.
53282         * math/s_ldexpl.c: Likewise.
53283         * math/s_significand.c: Likewise.
53284         * math/s_significandf.c: Likewise.
53285         * math/s_significandl.c: Likewise.
53286         * math/w_acos.c: Likewise.
53287         * math/w_acosf.c: Likewise.
53288         * math/w_acosh.c: Likewise.
53289         * math/w_acoshf.c: Likewise.
53290         * math/w_acoshl.c: Likewise.
53291         * math/w_acosl.c: Likewise.
53292         * math/w_asin.c: Likewise.
53293         * math/w_asinf.c: Likewise.
53294         * math/w_asinl.c: Likewise.
53295         * math/w_atan2.c: Likewise.
53296         * math/w_atan2f.c: Likewise.
53297         * math/w_atan2l.c: Likewise.
53298         * math/w_atanh.c: Likewise.
53299         * math/w_atanhf.c: Likewise.
53300         * math/w_atanhl.c: Likewise.
53301         * math/w_cosh.c: Likewise.
53302         * math/w_coshf.c: Likewise.
53303         * math/w_coshl.c: Likewise.
53304         * math/w_dremf.c: Likewise.
53305         * math/w_exp10.c: Likewise.
53306         * math/w_exp10f.c: Likewise.
53307         * math/w_exp10l.c: Likewise.
53308         * math/w_exp2.c: Likewise.
53309         * math/w_exp2f.c: Likewise.
53310         * math/w_fmod.c: Likewise.
53311         * math/w_fmodf.c: Likewise.
53312         * math/w_fmodl.c: Likewise.
53313         * math/w_hypot.c: Likewise.
53314         * math/w_hypotf.c: Likewise.
53315         * math/w_hypotl.c: Likewise.
53316         * math/w_j0.c: Likewise.
53317         * math/w_j0f.c: Likewise.
53318         * math/w_j0l.c: Likewise.
53319         * math/w_j1.c: Likewise.
53320         * math/w_j1f.c: Likewise.
53321         * math/w_j1l.c: Likewise.
53322         * math/w_jn.c: Likewise.
53323         * math/w_jnf.c: Likewise.
53324         * math/w_jnl.c: Likewise.
53325         * math/w_lgamma.c: Likewise.
53326         * math/w_lgamma_r.c: Likewise.
53327         * math/w_lgammaf.c: Likewise.
53328         * math/w_lgammaf_r.c: Likewise.
53329         * math/w_lgammal.c: Likewise.
53330         * math/w_lgammal_r.c: Likewise.
53331         * math/w_log.c: Likewise.
53332         * math/w_log10.c: Likewise.
53333         * math/w_log10f.c: Likewise.
53334         * math/w_log10l.c: Likewise.
53335         * math/w_log2.c: Likewise.
53336         * math/w_log2f.c: Likewise.
53337         * math/w_log2l.c: Likewise.
53338         * math/w_logf.c: Likewise.
53339         * math/w_logl.c: Likewise.
53340         * math/w_pow.c: Likewise.
53341         * math/w_powf.c: Likewise.
53342         * math/w_powl.c: Likewise.
53343         * math/w_remainder.c: Likewise.
53344         * math/w_remainderf.c: Likewise.
53345         * math/w_remainderl.c: Likewise.
53346         * math/w_scalb.c: Likewise.
53347         * math/w_scalbf.c: Likewise.
53348         * math/w_scalbl.c: Likewise.
53349         * math/w_sinh.c: Likewise.
53350         * math/w_sinhf.c: Likewise.
53351         * math/w_sinhl.c: Likewise.
53352         * math/w_sqrt.c: Likewise.
53353         * math/w_sqrtf.c: Likewise.
53354         * math/w_sqrtl.c: Likewise.
53355         * math/w_tgamma.c: Likewise.
53356         * math/w_tgammaf.c: Likewise.
53357         * math/w_tgammal.c: Likewise.
53359         * po/ja.po: Update from translation team.
53361 2011-09-29  Andreas Jaeger  <aj@suse.de>
53363         [BZ #13179]
53364         * sunrpc/netname.c (netname2host): Fix logic.
53366         [BZ #6779]
53367         [BZ #6783]
53368         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
53369         correctly.
53370         * math/w_remainder.c (__remainder): Likewise.
53371         * math/w_remainderf.c (__remainderf): Likewise.
53372         * math/libm-test.inc (remainder_test): Add test cases.
53374 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53376         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
53377         sdiv_qrnnd.
53379 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53381         * string/test-memcmp.c: Avoid unncessary #defines.
53382         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
53384 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53386         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
53387         Use new sse2 version for core i3 - i7 as it's faster
53388         than sse42 version.
53389         (bit_Prefer_PMINUB_for_stringop): New.
53390         * sysdeps/x86_64/rawmemchr.S: Update.
53391         Replace with faster SSE2 version.
53392         * sysdeps/x86_64/memrchr.S: New file.
53393         * sysdeps/x86_64/memchr.S: Update.
53394         Replace with faster SSE2 version.
53396 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
53398         * elf/dl-load.c (lose): Add cast to avoid warning.
53400 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53402         * po/ca.po: Update from translation team.
53404         * inet/getnetgrent_r.c: Hook up nscd.
53405         * nscd/Makefile (routines): Add nscd_netgroup.
53406         (nscd-modules): Add netgroupcache.
53407         (CFLAGS-netgroupcache.c): Define.
53408         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
53409         (cache_search): Add const to second parameter.
53410         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
53411         INNETGR.
53412         (dbs): Add netgrdb entry.
53413         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
53414         (verify_persistent_db): Handle netgrdb.
53415         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
53416         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
53417         GETFDNETGR.
53418         (netgroup_response_header): Define.
53419         (innetgroup_response_header): Define.
53420         (datahead): Add netgroup_response_header and innetgroup_response_header
53421         elements.
53422         * nscd/nscd.conf: Add entries for netgroup cache.
53423         * nscd/nscd.h (dbtype): Add netgrdb.
53424         (_PATH_NSCD_NETGROUP_DB): Define.
53425         (netgroup_iov_disabled): Declare.
53426         (xmalloc, xcalloc, xrealloc): Move declarations here.
53427         (cache_search): Adjust prototype.
53428         Add netgroup-related prototypes.
53429         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
53430         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
53431         (__nscd_innetgr): Declare.
53432         * nscd/selinux.c (perms): Use access_vector_t as element type and
53433         add netgroup-related initializers.
53434         * nscd/netgroupcache.c: New file.
53435         * nscd/nscd_netgroup.c: New file.
53436         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
53437         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
53438         For four parameters use innetgr.
53439         * nss/nss_files/files-init.c: Add definition and callback for netgr.
53440         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
53441         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
53442         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
53444         * nscd/connections.c (register_traced_file): Don't register file
53445         for disabled databases.
53447 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
53449         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
53451         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
53452         from tree and freeing node.
53454 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
53456         * nss/nsswitch.c (__nss_database_lookup): Handle
53457         nss_parse_service_list out of memory case.
53459 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
53461         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
53462         out of memory case.
53464 2011-10-04  Andreas Schwab  <schwab@redhat.com>
53466         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
53467         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
53468         pass it down.
53469         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
53470         elf_machine_rela, elf_machine_lazy_rel.
53471         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
53472         (ELF_DYNAMIC_DO_REL): Likewise.
53473         (ELF_DYNAMIC_DO_RELA): Likewise.
53474         (ELF_DYNAMIC_RELOCATE): Likewise.
53475         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
53476         to ELF_DYNAMIC_DO_REL.
53477         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
53478         (dl_main): In trace mode always set __RTLD_NOIFUNC.
53479         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
53480         elf_machine_rela.
53481         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
53482         skip_ifunc, don't call ifunc function if non-zero.
53483         (elf_machine_rela): Likewise.
53484         (elf_machine_lazy_rel): Likewise.
53485         (elf_machine_lazy_rela): Likewise.
53486         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
53487         (elf_machine_lazy_rel): Likewise.
53488         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
53489         Likewise.
53490         (elf_machine_lazy_rel): Likewise.
53491         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53492         Likewise.
53493         (elf_machine_lazy_rel): Likewise.
53494         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
53495         (elf_machine_lazy_rel): Likewise.
53496         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
53497         (elf_machine_lazy_rel): Likewise.
53498         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
53499         (elf_machine_lazy_rel): Likewise.
53500         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
53501         (elf_machine_lazy_rel): Likewise.
53502         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
53503         (elf_machine_lazy_rel): Likewise.
53504         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
53505         (elf_machine_lazy_rel): Likewise.
53507 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
53509         * nss/nss_files/files-init.c (_nss_files_init): Use static
53510         initialization for all the *_traced_file variables.
53512 2011-09-28  Andreas Schwab  <schwab@redhat.com>
53514         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53516 2011-09-27  Roland McGrath  <roland@hack.frob.com>
53518         [BZ #13226]
53519         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
53521 2011-09-27  Andreas Schwab  <schwab@redhat.com>
53523         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
53524         Reread the line before reparsing it.
53526 2011-09-26  Andreas Schwab  <schwab@redhat.com>
53528         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
53530 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
53531             Maxim Kuvyrkov  <maxim@codesourcery.com>
53532             Joseph Myers  <joseph@codesourcery.com>
53534         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
53535         if needed for __stack_chk_guard.
53537 2011-09-19  Roland McGrath  <roland@hack.frob.com>
53539         * sysdeps/posix/spawni.c (script_execute): Always define it.
53540         It will be optimized away if unused.
53541         (maybe_script_execute): New function.
53542         (__spawni): Call it.
53544         * Makerules: Don't include tls.make.
53545         (config-tls): Always set to thread.
53546         * tls.make.c: File removed.
53548 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
53550         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
53551         * config.make.in (CPPFLAGS-config): New substituted variable.
53553 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
53555         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
53557         [BZ #13192]
53558         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
53559         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
53561 2011-09-15  Roland McGrath  <roland@hack.frob.com>
53563         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
53564         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
53565         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53566         (CALL_FAIL): Likewise.
53567         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
53568         (CALL_FAIL): Macro removed.
53569         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
53571 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
53573         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
53574         for __FINITE_MATH_ONLY__ == 1.
53576 2011-09-15  Andreas Schwab  <schwab@redhat.com>
53578         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
53579         __ieee754_sqrt instead of sqrt.
53580         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
53581         __ieee754_sqrtf instead of sqrtf.
53582         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
53583         __floorf instead of floorf.
53584         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
53585         __floorf, __truncf instead of floorf, truncf.
53587 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
53589         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
53591         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
53592         __extern_always_inline.
53593         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
53594         32-bit.
53596 2011-09-14  Andreas Schwab  <schwab@redhat.com>
53598         * elf/rtld.c (dl_main): Also relocate in dependency order when
53599         doing symbol dependency testing.
53601 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
53603         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53604         Always define `refsym'.
53606 2011-09-13  Andreas Schwab  <schwab@redhat.com>
53608         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
53609         (__FD_ELT): Renamed from __FDELT.
53610         * misc/bits/select2.h (__FD_ELT): Likewise.
53611         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
53612         __FD_MASK instead of __FDELT, __FDMASK.
53613         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53614         Likewise.
53615         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53616         Likewise.
53618         * elf/Makefile (gen-ldd): Fix pattern.
53620         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
53621         (init_tls): Likewise.
53623 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
53625         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
53627 2011-09-12  Andreas Schwab  <schwab@redhat.com>
53629         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
53630         `struct cmsghdr *' instead of `void *'.
53631         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
53632         Likewise.
53634 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
53636         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
53637         if non-absolute.
53638         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
53639         ldd_rewrite_script.
53641 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
53643         * configure.in: Remove --with-tls option.
53644         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
53645         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
53646         out in case it is missing.
53647         * sysdeps/ia64/elf/configure.in: Likewise.
53648         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
53649         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
53650         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
53651         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
53652         * sysdeps/sh/elf/configure.in: Likewise.
53653         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
53654         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
53655         * sysdeps/x86_64/elf/configure.in: Likewise.
53656         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
53657         * sysdeps/mach/hurd/tls.h: Likewise.
53659         [BZ #13067]
53660         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
53662         [BZ #13090]
53663         * configure.in: Fix use of AC_INIT.
53665         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
53667 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
53669         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
53670         __set_errno.
53671         * malloc/hooks.c: Likewise.
53673         [BZ #11929]
53674         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
53675         variables statically.
53676         (narenas): Initialize.
53677         (list_lock): Initialize.
53678         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
53679         initializtion of main_arena and list_lock.  Small cleanups.
53680         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
53681         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
53682         Add initializers to main_arena and mp_.
53683         (malloc_state): Remove pagesize member.  Change all users to use
53684         GLRO(dl_pagesize).
53686         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
53687         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
53688         is always initialized.
53690         * malloc/malloc.c: Removed unused configurations and dead code.
53691         * malloc/arena.c: Likewise.
53692         * malloc/hooks.c: Likewise.
53693         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
53695         * include/tls.h: Removed.  USE___THREAD must always be defined.
53696         * bits/libc-tsd.h: Don't handle !USE___THREAD.
53697         * elf/dl-libc.c: Likewise.
53698         * elf/dl-tsd.c: Likewise.
53699         * include/errno.h: Likewise.
53700         * include/netdb.h: Likewise.
53701         * include/resolv.h: Likewise.
53702         * inet/herrno-loc.c: Likewise.
53703         * inet/herrno.c: Likewise.
53704         * malloc/arena.c: Likewise.
53705         * malloc/hooks.c: Likewise.
53706         * malloc/malloc.c: Likewise.
53707         * resolv/res-state.c: Likewise.
53708         * resolv/res_libc.c: Likewise.
53709         * sysdeps/i386/dl-machine.h: Likewise.
53710         * sysdeps/ia64/dl-machine.h: Likewise.
53711         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
53712         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
53713         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
53714         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
53715         * sysdeps/sh/dl-machine.h: Likewise.
53716         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
53717         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
53718         * sysdeps/unix/i386/sysdep.S: Likewise.
53719         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
53720         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
53721         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
53722         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
53723         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
53724         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
53725         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
53726         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
53727         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
53728         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
53729         * sysdeps/unix/x86_64/sysdep.S: Likewise.
53730         * sysdeps/x86_64/dl-machine.h: Likewise.
53731         * tls.make.c: Likewise.
53733         * configure.in: Remove --with-__thread option.  Make tests for
53734         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
53735         tls_model attribute fail if no support is available.  Remove
53736         USE_IN_LIBIO.
53737         * Makeconfig: Adjust for dropped configure option.  All features are
53738         now mandatory.
53739         * Makerules: Likewise.
53740         * Versions.def: Likewise.
53741         * argp/argp-fmtstream.c: Likewise.
53742         * argp/argp-fmtstream.h: Likewise.
53743         * argp/argp-help.c: Likewise.
53744         * assert/assert.c: Likewise.
53745         * config.h.in: Likewise.
53746         * config.make.in: Likewise.
53747         * configure: Likewise.
53748         * configure.in: Likewise.
53749         * csu/Versions: Likewise.
53750         * csu/init.c: Likewise.
53751         * elf/tst-audit2.c: Likewise.
53752         * elf/tst-tls10.c: Likewise.
53753         * elf/tst-tls10.h: Likewise.
53754         * elf/tst-tls11.c: Likewise.
53755         * elf/tst-tls12.c: Likewise.
53756         * elf/tst-tls14.c: Likewise.
53757         * elf/tst-tlsmod11.c: Likewise.
53758         * elf/tst-tlsmod12.c: Likewise.
53759         * elf/tst-tlsmod13.c: Likewise.
53760         * elf/tst-tlsmod13a.c: Likewise.
53761         * elf/tst-tlsmod14a.c: Likewise.
53762         * elf/tst-tlsmod15b.c: Likewise.
53763         * elf/tst-tlsmod16a.c: Likewise.
53764         * elf/tst-tlsmod16b.c: Likewise.
53765         * elf/tst-tlsmod7.c: Likewise.
53766         * elf/tst-tlsmod8.c: Likewise.
53767         * elf/tst-tlsmod9.c: Likewise.
53768         * gmon/gmon.c: Likewise.
53769         * grp/fgetgrent_r.c: Likewise.
53770         * grp/putgrent.c: Likewise.
53771         * hurd/fopenport.c: Likewise.
53772         * include/libc-symbols.h: Likewise.
53773         * include/tls.h: Likewise.
53774         * intl/gettextP.h: Likewise.
53775         * intl/loadinfo.h: Likewise.
53776         * locale/global-locale.c: Likewise.
53777         * locale/localeinfo.h: Likewise.
53778         * mach/devstream.c: Likewise.
53779         * malloc/arena.c: Likewise.
53780         * malloc/set-freeres.c: Likewise.
53781         * misc/err.c: Likewise.
53782         * misc/getttyent.c: Likewise.
53783         * misc/mntent_r.c: Likewise.
53784         * posix/getopt.c: Likewise.
53785         * posix/wordexp.c: Likewise.
53786         * pwd/fgetpwent_r.c: Likewise.
53787         * resolv/Versions: Likewise.
53788         * resolv/res_hconf.c: Likewise.
53789         * shadow/fgetspent_r.c: Likewise.
53790         * shadow/putspent.c: Likewise.
53791         * stdio-common/printf_fphex.c: Likewise.
53792         * stdio-common/tmpfile.c: Likewise.
53793         * stdlib/abort.c: Likewise.
53794         * stdlib/fmtmsg.c: Likewise.
53795         * sunrpc/auth_unix.c: Likewise.
53796         * sunrpc/clnt_perr.c: Likewise.
53797         * sunrpc/clnt_tcp.c: Likewise.
53798         * sunrpc/clnt_udp.c: Likewise.
53799         * sunrpc/clnt_unix.c: Likewise.
53800         * sunrpc/openchild.c: Likewise.
53801         * sunrpc/svc_simple.c: Likewise.
53802         * sunrpc/svc_tcp.c: Likewise.
53803         * sunrpc/svc_udp.c: Likewise.
53804         * sunrpc/svc_unix.c: Likewise.
53805         * sunrpc/xdr.c: Likewise.
53806         * sunrpc/xdr_array.c: Likewise.
53807         * sunrpc/xdr_rec.c: Likewise.
53808         * sunrpc/xdr_ref.c: Likewise.
53809         * sunrpc/xdr_stdio.c: Likewise.
53811 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53813         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53815 2011-07-03  Andreas Jaeger  <aj@suse.de>
53817         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
53818         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
53819         regenerate with gen-libm-tests.pl.
53821 2010-05-12  Petr Baudis  <pasky@suse.cz>
53823         [BZ #11589]
53824         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
53825         around j0() zero points by switching to j1().
53826         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53827         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53828         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
53829         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53831 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53833         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
53834         instead of 0.
53835         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
53836         instead of 0.
53837         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53838         Patch in part by Pavel Roskin <proski@gnu.org>.
53840         [BZ #13138]
53841         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
53842         realloc.
53843         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
53844         Free memory block if necessary.
53846         [BZ #12847]
53847         * libio/genops.c (INTDEF): For string streams the _lock pointer can
53848         be NULL.  Don't lock in this case.
53850 2011-09-09  Roland McGrath  <roland@hack.frob.com>
53852         * elf/elf.h (ELFOSABI_GNU): New macro.
53853         (ELFOSABI_LINUX): Define to that.
53855 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
53857         * string/strncat.c (strncat): Undef the symbol in case it has been
53858         defined in bits/string.h.
53860 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53862         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
53864         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
53865         link map.
53867 2011-08-17  Andreas Jaeger  <aj@suse.de>
53869         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
53871 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
53872             Ian Lance Taylor  <iant@google.com>
53874         * math/libm-test.inc (lround_test): New testcase.
53875         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
53877 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
53879         * Makefile: Remove support for automatic cvs check-ins.
53880         * Makerules: Likewise.
53881         * config.make.in: Likewise.
53882         * configure.in: Likewise.
53883         * intl/Makefile: Likewise.
53884         * locale/Makefile: Likewise.
53885         * po/Makefile: Likewise.
53886         * posix/Makefile: Likewise.
53887         * sysdeps/gnu/Makefile: Likewise.
53888         * sysdeps/mach/hurd/Makefile: Likewise.
53889         * sysdeps/sparc/sparc32/Makefile: Likewise.
53891         [BZ #13118]
53892         * posix/Makefile (bug-regex32-ENV): Define.
53893         Patch by John Stanley <jpsinthemix@verizon.net>.
53895         * misc/Makefile (headers): Add bits/select2.h.
53896         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
53897         * misc/bits/select2.h: New file.
53898         * include/bits/select2.h: New file.
53899         * debug/Makefile (routines): Add fdelt_chk.
53900         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
53901         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
53902         FD_ISSET.
53903         * debug/fdelt_chk.c: New file.
53905         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
53906         * wcsmbs/test-wmemcmp.c: Likewise.
53907         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
53908         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
53910 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53912         * string/Makefile (strop-tests): Add memcmp.
53913         * string/test-wmemcmp.c: New file.
53914         * string/test-memcmp.c: Add wmemcmp support.
53916 2011-09-08  Roland McGrath  <roland@hack.frob.com>
53918         [BZ #13153]
53919         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
53920         2011-07-19 change.
53922         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
53923         garbage value in a __mach_port_mod_refs call in the cases of the
53924         task-self and thread-self ports.
53926 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53928         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
53930 2011-09-08  Andreas Schwab  <schwab@redhat.com>
53932         * elf/dl-load.c (lose): Check for non-null L.
53934 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
53936         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
53938         * elf/dl-libc.c (dlerror_run): Pass back error code from
53939         dl_catch_error.
53941         [BZ #13123]
53942         * elf/dl-load.c (lose): Free l_origin if it is valid.
53944         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
53945         names.
53946         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
53947         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53948         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53949         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53950         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
53951         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
53953 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53955         * sysdeps/powerpc/fpu/e_hypot.c: New file.
53956         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
53957         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
53958         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
53959         * sysdeps/powerpc/fpu/k_cosf.c: New file.
53960         * sysdeps/powerpc/fpu/k_sinf.c: New file.
53961         * sysdeps/powerpc/fpu/s_cosf.c: New file.
53962         * sysdeps/powerpc/fpu/s_sinf.c: New file.
53963         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
53964         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
53966 2011-08-15  Alan Modra  <amodra@gmail.com>
53968         [BZ #13092]
53969         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
53970         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
53971         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
53972         ppc_mcount to static-only-routines.
53973         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
53974         __mcount_internal.
53975         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
53976         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
53978 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
53980         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
53981         for finite and infinity parameters.
53983 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
53985         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
53986         and add nop instructions for throughput optimization.
53987         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
53989 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
53991         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
53992         aligned copy for power7 with vector-scalar instructions.
53993         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
53995 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
53997         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
53998         AVX check.
54000 2011-09-07  Andreas Schwab  <schwab@redhat.com>
54002         [BZ #13144]
54003         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
54004         last change.
54006 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54008         * sysdeps/unix/sysv/linux/x86_64/init-first.c
54009         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
54010         syscall wrapper around clock_gettime in __vdso_clock_gettime.
54011         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
54012         clock_gettime.
54014 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54016         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
54017         Forgot to demangle the pointer.
54019         * sysdeps/i386/sysdep.h: Define atom_text_section.
54020         * sysdeps/x86_64/sysdep.h: Likewise.
54021         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
54022         section with atom_text_section.
54023         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54024         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54025         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
54026         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54027         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
54029         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
54030         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
54031         already be defined.  Change to take two parameters and don't assign
54032         result to variable.  Adjust all users.
54033         Define INTERNAL_GETTIME if not already defined.
54034         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
54035         call.
54036         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
54037         HAVE_CLOCK_GETTIME_VSYSCALL.
54038         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
54040         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
54041         gettimeofday vsyscall, just use time.
54043 2011-09-06  Andreas Schwab  <schwab@redhat.com>
54045         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
54046         <errno.h>.
54048 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54050         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
54051         syscall on x86-64.
54052         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
54053         syscall.
54054         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
54055         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
54056         syscall if possible.
54058 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54060         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
54061         e_ident.  Don't pass to find_mapsXX.
54062         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
54064 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54066         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54067         strchr-sse2-no-bsf strrchr-sse2-no-bsf
54068         * sysdeps/x86_64/multiarch/strchr.S: Update.
54069         Check bit_slow_BSF bit.
54070         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
54071         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
54072         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
54074 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54076         [BZ #13134]
54077         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
54078         before glibc 2.15.
54079         (tryshell): Define.
54080         (__spawni): Change last parameter to be flag.  Test
54081         SPAWN_XFLAGS_USE_PATH flag to use path or not.
54082         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
54083         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
54084         * posix/spawni.c: Likewise.
54085         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
54086         * posix/spawnp.c: Likewise.  Change normal version to use
54087         SPAWN_XFLAGS_USE_PATH.
54088         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
54089         SPAWN_XFLAGS_TRY_SHELL.
54091         [BZ #13150]
54092         * posix/glob.h: Remove gcc 1.x support.
54094         [BZ #13068]
54095         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
54097 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54099         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54100         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
54101         strrchr-sse2-bsf
54102         * sysdeps/i386/i686/multiarch/strchr.S: New file.
54103         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
54104         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
54105         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
54106         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
54107         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
54109 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54111         * sysdeps/x86_64/wcscmp.S: New file.
54113         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
54114         wcscmp-c wcscmp-sse2
54115         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
54116         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
54117         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
54118         * wcsmbs/wcscmp.c: Allow renaming.
54120 2011-09-05  David S. Miller  <davem@davemloft.net>
54122         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
54123         stack slot, rather than the struct return pointer slot.
54124         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
54125         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
54126         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
54127         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
54129 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54131         * po/ja.po: Update from translation team.
54133         [BZ #13144]
54134         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
54135         kernel in 64-bit binaries.
54137 2011-09-01  David S. Miller  <davem@davemloft.net>
54139         * elf/elf.h (HWCAP_SPARC_*): Move to..
54140         * sysdeps/sparc/sysdep.h: this new file and add new values.
54141         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
54142         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
54143         _DL_HWCAP_COUNT to 24.
54144         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
54145         entries.
54146         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
54147         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
54148         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
54149         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
54150         instead of magic constants.
54151         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
54153 2011-08-31  David S. Miller  <davem@davemloft.net>
54155         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
54156         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
54157         Reimplement to do errno handling inline.
54158         (SYSCALL_ERROR_HANDLER): New macro.
54159         (__SYSCALL_STRING): Do not do errno handling in asm.
54160         (__CLONE_SYSCALL_STRING): Delete.
54161         (__INTERNAL_SYSCALL_STRING): Delete.
54162         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
54163         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
54164         (PSEUDO): Reimplement to do errno handling inline.
54165         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
54166         (SYSCALL_ERROR_HANDLER): New macro.
54167         (__SYSCALL_STRING): Do not do errno handling in asm.
54168         (__CLONE_SYSCALL_STRING): Delete.
54169         (__INTERNAL_SYSCALL_STRING): Delete.
54170         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
54171         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
54172         i386.
54173         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
54174         (inline_syscall*): Add 'err' argument.
54175         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
54176         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
54177         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
54178         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
54180         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
54181         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
54183 2011-08-30  Andreas Schwab  <schwab@redhat.com>
54185         * elf/rtld.c (dl_main): Relocate objects in dependency order.
54187 2011-08-29  Jiri Olsa <jolsa@redhat.com>
54189         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
54190         directive.
54192 2011-08-24  David S. Miller  <davem@davemloft.net>
54194         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
54196 2011-08-24  Andreas Schwab  <schwab@redhat.com>
54198         * elf/Makefile: Add rules to build and run unload8 test.
54199         * elf/unload8.c: New file.
54200         * elf/unload8mod1.c: New file.
54201         * elf/unload8mod1x.c: New file.
54202         * elf/unload8mod2.c: New file.
54203         * elf/unload8mod3.c: New file.
54205         * elf/dl-close.c (_dl_close_worker): Reset private search list if
54206         it wasn't used.
54208 2011-08-23  David S. Miller  <davem@davemloft.net>
54210         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
54211         subtract stack bias.
54212         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
54213         %sp not %fp in calculations.
54214         (_JMPBUF_UNWINDS_ADJ): Likewise.
54216         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
54217         (aio_suspend): Call it to force an exception region around the
54218         AIO_MISC_WAIT() invocation.
54220 2011-08-23  Andreas Schwab  <schwab@redhat.com>
54222         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
54223         backslash.
54225 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
54227         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
54228         protection macro.
54229         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
54230         and <dl-machine.h>.
54231         (Elf64_FuncDesc): Remove.
54233 2011-08-22  David S. Miller  <davem@davemloft.net>
54235         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
54236         sigaltstack check, add missing cfi directives.
54237         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
54238         missing cfi directives, and sigaltstack handling.
54240 2011-08-16  Andreas Schwab  <schwab@redhat.com>
54242         [BZ #11724]
54243         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
54244         object is seen twice.
54245         * elf/dl-fini.c (_dl_sort_fini): Likewise.
54247         * elf/Makefile (distribute): Add tst-initorder2.c.
54248         (tests): Add tst-initorder2.
54249         (modules-names): Add tst-initorder2a tst-initorder2b
54250         tst-initorder2c tst-initorder2d.  Add rules to build them.
54251         ($(objpfx)tst-initorder2.out): New rule.
54252         * elf/tst-initorder2.c: New file.
54253         * elf/tst-initorder2.exp: New file.
54255 2011-08-22  Andreas Schwab  <schwab@redhat.com>
54257         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
54259         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
54260         dependencies back to end of function.
54262         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54263         $(elfobjdir)/ld.so.
54265 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
54267         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
54268         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
54269         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
54270         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
54271         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
54272         of __vdso_gettimeofday.
54273         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
54274         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
54275         attribute_hidden.
54276         (_libc_vdso_platform_setup): Remove initialization of
54277         __vdso_gettimeofday and __vdso_time.
54279 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54281         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
54282         and fgetc_unlocked.
54283         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
54284         getc_unlocked.
54286         * elf/dl-open.c (add_to_global): Report additions to the global scope
54287         for LD_DEBUG=scopes.
54288         (dl_open_worker): Also print scope of newly loaded dependencies.
54289         (_dl_show_scope): Indicate if there is no scope.
54291         [BZ #13114]
54292         * stdio-common/Makefile (tests): Add bug24.
54293         * stdio-common/bug24.c: New file.
54295 2011-08-19  Andreas Jaeger  <aj@suse.de>
54297         [BZ #13114]
54298         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
54299         non-existant file when using close-on-exec mode.
54301 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54303         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
54304         the very first instruction.
54306         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
54307         the CFI state in the end.
54308         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
54309         inclusion of dl-trampoline.h.
54310         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
54312 2011-08-19  Andreas Schwab  <schwab@redhat.com>
54314         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
54315         expectations for long double.
54317         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
54318         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
54320 2011-08-14  David S. Miller  <davem@davemloft.net>
54322         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
54323         artificual limit depends upon the system page size.
54325 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54327         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
54328         * resolv/Makefile: Define CFLAGS-libresolv.
54330 2011-08-17  Andreas Schwab  <schwab@redhat.com>
54332         * nss/makedb.c (compute_tables): Make variables used in nested
54333         function static.
54335 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54337         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
54338         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
54339         if buffer was too small.
54341         * elf/pldd.c (main): Attach to all threads in the process.
54342         Rewrite /proc handling to use *at functions.
54344 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
54346         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
54347         specifies first scope to show.
54348         (dl_open_worker): Update callers.  Move printing scope of new
54349         object to before the relocation.
54350         * elf/rtld.c (dl_main): Update _dl_show_scope call.
54351         * sysdeps/generic/ldsodefs.h: Update declaration.
54353         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
54354         string for the scope number.
54356 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
54358         * nscd/servicescache.c (cache_addserv): Make sure written is always
54359         initialized.
54361 2011-08-14  Roland McGrath  <roland@hack.frob.com>
54363         * sysdeps/i386/i486/bits/atomic.h
54364         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
54365         statement expression, so as to suppress "set but not used" warning.
54366         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
54368         * string/strncat.c (STRNCAT): Use prototype definition.
54370         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
54371         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
54372         -Iprograms here.
54373         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
54374         (localedef-modules): Add localedef.
54375         (locale-modules): Add locale.
54377         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
54378         * elf/rtld.c (dl_main): Invert order of assignment in last change,
54379         to avoid a warning.
54381 2011-08-14  David S. Miller  <davem@davemloft.net>
54383         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
54384         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
54386 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
54388         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
54389         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
54390         * elf/rtld.c (dl_main): Set l_name of vDSO.
54391         Call _dl_show_scope when DL_DEBUG_SCOPES.
54392         (process_dl_debug): Recognize scopes flag and also set it for all.
54393         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
54394         Declare _dl_show_scope.
54396         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
54397         (do_dlopen): Pass caller_dlopen to dl_open.
54398         (__libc_dlopen_mode): Initialize caller_dlopen.
54400         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
54401         of libc.  Make tolower call locale-independent.  Optimize a bit by
54402         using isdigit instead of isalnum.
54403         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
54405 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
54407         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
54408         was a dependency or dynamically loaded.
54410 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
54412         * intl/l10nflist.c: Allow architecture-specific pop function.
54413         * sysdeps/x86_64/l10nflist.c: New file.
54415         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
54416         classification.
54418 2011-08-10  Andreas Schwab  <schwab@redhat.com>
54420         * include/dirent.h: Add libc_hidden_proto for scandirat and
54421         scandirat64.  Don't declare __scandirat64.
54422         * dirent/scandirat.c: Add libc_hidden_def.
54423         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
54424         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
54426 2011-08-10  David S. Miller  <davem@davemloft.net>
54428         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
54429         enum.
54430         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54431         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54432         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54434 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
54436         * Versions.def [libc]: Add GLIBC_2.15.
54437         * dirent/Makefile (routines): Add scandirat and scandirat64.
54438         * dirent/Versions [libc]: Export scandirat and scandirat64 for
54439         GLIBC_2.15.
54440         * dirent/dirent.h: Declare scandirat and scandirat64.
54441         * dirent/scandirat.c: New file.
54442         * dirent/scandirat64.c: New file.
54443         * sysdeps/wordsize-64/scandirat.c: New file.
54444         * sysdeps/wordsize-64/scandirat64.c: New file.
54445         * dirent/opendir.c: Define opendirat.
54446         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
54447         using scandirat.
54448         * dirent/scandir64.c: Adjust for scandir.c change.
54449         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
54450         __scandirat64, and __scandir_cancel_handler.
54451         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
54452         additional parameter and use openat instead of open (outside of ld.so).
54453         Add new __opendir as wrapper around __opendirat.
54454         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
54455         here without requiring old scandirat implementation.
54457 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
54459         * dirent/scandir.c (cancel_handler): Renamed to
54460         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
54461         defined.  Adjust users.
54462         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
54463         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
54465 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
54467         * string/test-string.h (IMPL): Use __STRING to expand name and then
54468         stringify it.
54470         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
54471         of cleanups.
54473 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54475         * string/Makefile: Update.
54476         (strop-tests): Append strncat.
54477         * string/test-wcscmp.c: New file.
54478         New comprehensive test for wcscmp.
54479         * string/test-strcmp.c: Update.
54480         (WIDE): New define.
54482 2011-07-22  Andreas Schwab  <schwab@redhat.com>
54484         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
54485         line.
54487 2011-07-26  Andreas Schwab  <schwab@redhat.com>
54489         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54490         encoding to ACE if AI_IDN.
54492 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
54494         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
54495         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
54497 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54499         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
54500         Fix overflow bug in strncat.
54501         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
54503         * string/test-strncat.c: Update.
54504         Add new tests for checking overflow bugs.
54506 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54508         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54509         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
54510         * sysdeps/i386/i686/multiarch/strcat.S: New file.
54511         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
54512         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
54513         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
54514         * sysdeps/i386/i686/multiarch/strncat.S: New file.
54515         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
54516         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
54518         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
54519         (USE_AS_STRCAT): Define.
54520         Add strcat and strncat support.
54521         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54523 2011-07-25  Andreas Schwab  <schwab@redhat.com>
54525         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
54526         __n bigger than INT_MAX+1.
54527         (__strncmp_g): Likewise.
54529 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
54531         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
54532         * libio/stido.h: Likewise.
54534         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
54535         (AF_NFC): Define.
54536         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
54537         (AF_NFC): Define.
54539         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
54540         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54541         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54542         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
54543         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54545         [BZ #13021]
54546         * scripts/test-installation.pl: Don't expect libnss_test1 to be
54547         installed.
54549         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
54550         typo.
54551         (_dl_x86_64_save_sse): Likewise.
54553 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
54555         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
54556         OSXSAVE.
54557         (_dl_x86_64_save_sse): Likewise.
54559         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
54561         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
54563 2011-07-21  Andreas Schwab  <schwab@redhat.com>
54565         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
54566         change.
54567         (_dl_x86_64_save_sse): Use correct AVX check.
54569 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54571         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
54572         bug in strncpy/strncat.
54573         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
54575 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
54577         * string/tester.c (test_strcat): Add tests for different alignments
54578         of source and destination.
54579         (test_strncat): Likewise.
54581 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
54583         [BZ #12852]
54584         * posix/glob.c (glob): Check passed in values before using them in
54585         expressions to avoid some overflows.
54586         (glob_in_dir): Likewise.
54588         [BZ #13007]
54589         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
54590         check for AVX enablement so that we don't crash with old kernels and
54591         new hardware.
54592         * elf/tst-audit4.c: Add same checks here.
54593         * elf/tst-audit6.c: Likewise.
54595         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
54597 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
54599         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
54601 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
54603         * po/cs.po: Update from translation team.
54604         * po/bg.po: Likewise.
54606 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
54608         * misc/sys/cdefs.h: Add support for const attribute.
54609         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
54610         to gnu_dev_{major,minor,makedev} functions.
54612 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
54614         * intl/dcigettext.c (get_output_charset): Add missing bracket.
54616 2011-07-20  Andreas Schwab  <schwab@redhat.com>
54618         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
54619         strlen results.
54621 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54623         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
54624         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
54625         register in order to avoid conflicts with the soft frame pointer
54626         being held in r11 when necessary.
54627         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
54628         (INTERNAL_VSYSCALL_NCS): Likewise.
54630 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
54632         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
54633         * elf/dl-fini.c (_dl_fini): Adjust caller.
54634         * elf/dl-close.c (_dl_close_worker): Likewise.
54635         * sysdeps/generic/ldsodefs.h: Adjust declaration.
54637 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
54639         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
54640         "aux_cache->nlibs < 0".
54642         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
54643         in the reload-count case.
54645 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54647         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54648         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
54649         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
54650         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
54651         * sysdeps/x86_64/multiarch/strcat.S: New file.
54652         * sysdeps/x86_64/multiarch/strncat.S: New file.
54653         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
54654         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
54655         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
54656         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
54657         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
54658         (USE_AS_STRCAT): Define.
54659         Add strcat and strncat support.
54660         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54661         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
54662         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
54663         * string/strncat.c: Update.
54664         (USE_AS_STRNCAT): Define.
54665         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54666         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
54667         and i7.
54668         * sysdeps/x86_64/multiarch/init-arch.h
54669         (bit_Prefer_PMINUB_for_stringop): New.
54670         (index_Prefer_PMINUB_for_stringop): Likewise.
54671         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
54672         bit_Prefer_PMINUB_for_stringop.
54674 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
54676         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
54677         buffer64.
54678         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
54679         of casting of buffer.
54680         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
54681         buffer32 and buffer64.
54682         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
54683         writes instead of casting of buffer.
54684         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
54685         buffer32.
54686         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
54687         casting of buffer.
54689 2011-07-19  Andreas Schwab  <schwab@redhat.com>
54691         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
54693 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
54695         * nscd/nscd.c (termination_handler): Don't do anything for a database
54696         if it has not yet been initialized.
54698 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
54700         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54702 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
54704         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54706 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
54708         * po/nl.po: Update from translation team.
54709         * po/sv.po: Likewise.
54711 2011-07-16  Roland McGrath  <roland@hack.frob.com>
54713         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
54714         now disallowed by GCC.
54716         * configure.in (use-default-link): Default to yes if a test -shared
54717         link meets our qualifications.
54718         * configure: Regenerated.
54720         * config.make.in (output-format): New variable.
54721         * configure.in: Check for ld --print-output-format support.
54722         * configure: Regenerated.
54723         * Makerules ($(common-objpfx)format.lds)
54724         [$(output-format) != unknown]: Just use $(output-format),
54725         instead of the linker-script munging.
54727 2011-07-14  Roland McGrath  <roland@hack.frob.com>
54729         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
54730         of $(common-objpfx)shlib.lds.
54731         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
54733         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
54734         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
54736         * configure.in (-z relro check): Adjust test code to add a large
54737         writable data section after it.
54738         * configure: Regenerated.
54740 2011-07-11  Roland McGrath  <roland@hack.frob.com>
54742         * configure.in (-z relro check): Fix test code to make the variable
54743         truly const.
54744         * configure: Regenerated.
54746 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
54748         * nscd/nscd.h (struct traced_file): Define.
54749         (struct database_dyn): Remove inotify_descr, reset_res, and filename
54750         elements.  Add traced_files.
54751         (inotify_fd): Declare.
54752         (register_traced_file): Declare.
54753         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
54754         (inotify_fd): Export.
54755         (resolv_conf_descr): Remove.
54756         (nscd_init): Move inotify descriptor creation to main.
54757         Don't register files for notification here.
54758         (register_traced_file): New function.
54759         (invalidate_cache): Don't use reset_res to determine whether to call
54760         res_init, go through the list of registered files.
54761         (main_loop_poll): The inotify descriptors are now stored in the
54762         structures for the traced files.
54763         (main_loop_epoll): Likewise
54764         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
54765         to __nss_disable_nscd.
54766         * nscd/cache.c (prune_cache): There is no single inotify descriptor
54767         for a database anymore.  Check the records for all the registered
54768         files instead.
54769         * nss/Makefile (libnss_files-routines): Add files-init.
54770         (libnss_db-routines): Add db-init.
54771         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
54772         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
54773         * nss/nss_db/db-init.c: New file.
54774         * nss/nss_files/files-init.c: New file.
54775         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
54776         __nss_lookup_function.
54777         (__nss_lookup_function): Call nss_load_library.
54778         (nss_load_all_libraries): New function.
54779         (__nss_disable_nscd): Take parameter with callback function for files
54780         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
54781         used for the cached services.
54782         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
54783         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
54784         options for features to all the files in nscd.
54786         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
54788 2011-07-10  Roland McGrath  <roland@hack.frob.com>
54790         * csu/elf-init.c (__libc_csu_init): Comment typo.
54792 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
54794         * po/pl.po: Update from translation team.
54795         * po/ja.po: Likewise.
54796         * po/ru.po: Likewise.
54797         * po/ko.po: Likewise.
54798         * po/fr.po: Likewise.
54800 2011-07-09  Roland McGrath  <roland@hack.frob.com>
54802         * configure.in (.ctors/.dtors header and trailer check):
54803         Use an empirical test on a built program.
54804         * configure: Regenerated.
54806         * configure.in (-z relro check): Use an empirical test on a built DSO.
54807         Detect, but do not require, on ia64.
54808         * configure: Regenerated.
54810         * configure.in (READELF): Find it with AC_CHECK_TOOL.
54811         Update tests that use readelf to use $READELF instead.
54812         * configure: Regenerated.
54814 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
54816         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
54817         if the result is not used.
54819 2011-07-05  Andreas Jaeger  <aj@suse.de>
54821         [BZ#9696]
54822         * stdlib/tst-strtod.c: Add testcase.
54824 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
54826         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
54827         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
54828         The latter has a higher limit.  Take additional parameter to pass to
54829         the new function.
54830         (__pathconf): Pass file to __statfs_link_max.
54831         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
54832         __statfs_link_max.
54833         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
54834         __statfs_link_max.
54836         [BZ #12868]
54837         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
54838         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54839         Handle Lustre.
54840         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
54841         (__statfs_filesize_max): Likewise.
54842         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
54844 2011-07-05  Andreas Jaeger  <aj@suse.de>
54846         * resolv/res_comp.c (dn_skipname): Remove unused variable.
54848 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
54850         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
54851         `status' variable.
54852         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
54853         Likewise.
54855 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
54857         * Makefile (strop-tests): Add strncat.
54858         * string/test-strncat.c: New file.
54860 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
54862         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
54864 2011-06-21  Andreas Jaeger  <aj@suse.de>
54866         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
54867         Copy rule from iconvdata/Makefile.
54869 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54871         [BZ #12922]
54872         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
54873         but no long options are defined, just return 'W'.
54875 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
54877         [BZ #9696]
54878         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
54880 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54882         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
54883         netgroups to read.
54884         (innetgr): Likewise.
54886 2011-07-05  Roland McGrath  <roland@hack.frob.com>
54888         * config.make.in (install_root): Default to $(DESTDIR).
54890 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
54892         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
54894 2011-07-02  Roland McGrath  <roland@hack.frob.com>
54896         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
54898         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
54899         containing directory rather than embedding absolute directory names.
54901         * scripts/check-local-headers.sh: Rewritten using awk.
54902         Match by word, not by line.  Print error messages for matches.
54903         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
54905         * Makerules [shlib-lds-flags empty]:
54906         ($(common-objpfx)libc_pic.opts): New target.
54907         ($(common-objpfx)libc_pic.os.clean): New target.
54908         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
54910         * config.make.in (OBJCOPY): New variable.
54911         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
54912         * configure: Regenerated.
54914         * config.make.in (use-default-link): New variable.
54915         * configure.in (use_default_link): Grok --with-default-link to set it.
54916         * configure: Regenerated.
54917         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
54918         (shlib-lds, shlib-lds-flags): Define to empty.
54920         * Makerules (shlib-lds): New variable.
54921         (shlib-lds-flags): New variable.
54922         (build-shlib, build-moduile, build-module-asneeded): Use it.
54923         ($(common-objpfx)libc.so): Use $(shlib-lds).
54924         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
54925         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
54927         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
54928         DT_FLAGS/DT_FLAGS_1 with zero flags.
54930         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
54931         linker script munging.
54933 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
54935         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
54936         as 128-bit value.
54937         * crypt/sha512.c (sha512_process_block): Perform total addition using
54938         128-bit if possible.
54939         (__sha512_finish_ctx): Likewise.
54940         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
54941         as 64-bit value.
54942         * crypt/sha256.c (SWAP64): Define.
54943         (sha256_process_block): Perform total addition using 64-bit if
54944         possible.
54945         (__sha256_finish_ctx): Likewise.
54947 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
54949         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
54950         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54951         * nscd/hstcache.c (cache_addhst): Likewise.
54952         * nscd/grpcache.c (cache_addgr): Likewise.
54953         * nscd/aicache.c (addhstaiX): Likewise
54954         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
54956 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
54958         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
54959         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54960         * nscd/hstcache.c (cache_addhst): Likewise.
54961         * nscd/grpcache.c (cache_addgr): Likewise.
54962         * nscd/aicache.c (addhstaiX): Likewise
54964 2011-07-01  Andreas Schwab  <schwab@redhat.com>
54966         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
54967         domain only when needed.
54969 2011-06-30  Andreas Schwab  <schwab@redhat.com>
54971         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
54972         is always restored.
54974 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
54976         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
54977         are re-adding the entry.
54978         * nscd/servicescache.c (cache_addserv): Likewise.
54980 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
54982         * sysdeps/generic/dl-irel.h: fix protection against multiple
54983         inclusions.
54984         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
54986 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
54988         [BZ #12935]
54989         * malloc/memusage.sh: Fix quoting in message.
54990         * debug/xtrace.sh: Likewise.
54992         * configure.in: Remove support for --experimental-malloc option, make
54993         it the default.
54994         * config.make.in: Likewise.
54995         * malloc/Makefile: Likewise.
54997 2011-06-27  Andreas Schwab  <schwab@redhat.com>
54999         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
55000         two-byte characters.
55002 2011-06-27  Roland McGrath  <roland@hack.frob.com>
55004         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
55005         AC_CACHE_CHECK invocation.
55006         * configure: Regenerated.
55008         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
55010 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
55012         [BZ #12350]
55013         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
55014         bit from old_res_options.
55016         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
55018         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
55019         value type for setfct.
55021 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
55023         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55024         __gettimeofday instead of gettimeofday.
55026 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
55028         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
55030 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
55032         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
55034         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
55035         info.
55037 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55039         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55040         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55041         strcpy-sse2-unaligned strncpy-sse2-unaligned
55042         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
55043         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
55044         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
55045         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
55046         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
55047         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
55048         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
55049         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
55050         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
55051         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
55052         (STRCPY): Support SSE2 and SSSE3 versions.
55054 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
55056         [BZ #12874]
55057         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
55058         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
55059         kernels which artificially limit size of requests.
55061 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55063         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55064         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55065         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
55066         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
55067         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
55068         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
55069         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
55070         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
55071         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
55072         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
55073         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
55074         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
55075         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
55076         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
55077         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
55078         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55079         Enable unaligned load optimization for Intel Core i3, i5 and i7
55080         processors.
55081         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
55082         Define.
55083         (index_Fast_Unaligned_Load): Define.
55084         (HAS_FAST_UNALIGNED_LOAD): Define.
55086 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
55088         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
55090 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55092         [BZ #12907]
55093         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
55094         until it is clear that the information is realy needed.
55095         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
55097 2011-06-22  Andreas Schwab  <schwab@redhat.com>
55099         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
55101 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55103         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55104         /sys/devices/system/cpu/online if it is usable.
55106         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
55107         reading the information from the /proc filesystem to once a second.
55109 2011-06-21  Andreas Jaeger  <aj@suse.de>
55111         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
55112         NULL after inclusion of kernel headers.
55114 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
55116         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
55117         calls to internal_setent.
55119         [BZ #12885]
55120         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
55121         addresses using gethostbyname4_r ignore IPv4 addresses.
55123         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
55124         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
55126         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
55128 2011-06-20  David S. Miller  <davem@davemloft.net>
55130         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
55131         inclusions.
55132         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
55134         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
55135         (elf_irel): Use it.
55136         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
55137         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
55138         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
55139         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
55140         * sysdeps/x86_64/dl-irel.h: Likewise.
55142         * elf/dl-runtime.c: Use elf_ifunc_invoke.
55143         * elf/dl-sym.c: Likewise.
55145 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55147         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
55148         need to dereference resplen2.
55150 2011-06-14  Andreas Schwab  <schwab@redhat.com>
55152         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
55154 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55156         * Makeconfig: Define vardbdir and inst_vardbdir.
55157         * nss/Makefile: Add rules to install db-Makefile.
55159         * nss/nss_db/db-XXX.c: Cleanup.
55161         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
55162         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
55163         GLIBC_PRIVATE.
55164         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
55165         * nss/makedb.c: Implement -g option to specify that value strings
55166         are generated and should not be added to table iterated over for
55167         get*ent calls.
55168         * nss/nss_db/db-initgroups.c: New file.
55170         * nss/getent.c: Add support for initgroups lookups through getgrouplist
55171         interface.
55173         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
55174         (internal_getgrouplist): Adjust to name change.
55175         Update use_initgroups_entry if this is not the first call.
55176         * nss/databases.def: Add initgroups entry.
55178         * nss/makedb.c (compute_tables): Check result of multiple hash table
55179         sizes to minimize maximum chain length.
55181 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
55183         * Versions.def: Add entry for libnss_db.
55184         * shlib-versions: Likewise.
55185         * nss/Makefile: Add rules to build libnss_db.
55186         * nss/Versions: Add libnss_db information.  Organize libnss_files
55187         entries better.
55188         * nss/db-Makefile: Add gshadow support.  Change rules for the new
55189         makedb progra.  Some minor improvements to generate smaller files.
55190         * nss/nss_db/nss_db.h: Move NSS database header data structures to
55191         here from...
55192         * nss/makedb.c: ...here.
55193         Improve database format to be smaller and require less memory at
55194         runtime.
55195         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
55196         db anymore.
55197         * nss/nss_db/db-netgrp.c: Likewise.
55198         * nss/nss_db/db-open.c: Likewise.
55199         * nss/nss_files/flies-XXX.x: Adjust comments.
55200         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
55201         * nss/nss_files/files-grp.c: Likewise.
55202         * nss/nss_files/files-hosts.c: Likewise.
55203         * nss/nss_files/files-network.c: Likewise.
55204         * nss/nss_files/files-proto.c: Likewise.
55205         * nss/nss_files/files-pwd.c: Likewise.
55206         * nss/nss_files/files-rpc.c: Likewise.
55207         * nss/nss_files/files-service.c: Likewise.
55208         * nss/nss_files/files-sgrp.c: Likewise.
55209         * nss/nss_files/files-spwd.c: Likewise.
55210         * nss/nss_db/db-alias.c: Removed.
55211         * nss/nss_db/dummy-db.h: Removed.
55213 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
55215         * nss/makedb.c: Rewritten to not use database library.
55216         * nss/Makefile: Update to build new makedb program.
55218 2011-06-14  Andreas Jaeger  <aj@suse.de>
55220         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
55221         memset declaration.
55223 2011-06-10  Andreas Schwab  <schwab@redhat.com>
55225         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
55226         tmpbuf.
55228 2011-06-10  Roland McGrath  <roland@hack.frob.com>
55230         * Makerules (shlib.lds): Fail if the linker script comes out empty.
55231         * elf/Makefile ($(objpfx)ld.so): Likewise.
55233         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
55234         Don't list ld.so twice in dependencies.
55236         * posix/bug-regex31.c: Include <stdlib.h>.
55238         * nscd/hstcache.c (cache_addhst): Remove unused variable.
55240         * nis/nss_compat/compat-spwd.c
55241         (getspent_next_nss_netgr): Remove unused variable.
55242         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
55244         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
55245         nonmembers" output to use the right array.
55247         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
55249         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
55251         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
55252         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
55253         * catgets/gencat.c (read_input_file): Likewise.
55254         * locale/programs/locarchive.c (enlarge_archive): Likewise.
55256         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
55257         variable definition inside #if's controlling its use.
55259         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
55261         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
55263         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
55265         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
55266         unreachable code.
55268         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
55270         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
55271         * configure: Regenerated.
55273         * Makerules: Revert last change.
55274         * elf/Makefile: Likewise.
55276 2011-06-09  Roland McGrath  <roland@hack.frob.com>
55278         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
55279         * elf/Makefile ($(objpfx)librtld.os): Likewise.
55280         (reloc-link): Likewise.
55282 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
55284         * elf/Makefile: Add rules to build pldd.
55285         * elf/pldd.c: New file.
55286         * elf/pldd-xx.c: New file.
55288 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
55290         * version.h: Update for 2.15 development version.
55292 2011-06-07  David S. Miller  <davem@davemloft.net>
55294         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
55295         ifuncs.
55296         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
55297         elf_machine_lazy_rel): Likewise.
55298         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
55299         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
55300         elf_machine_lazy_rel): Likewise.
55301         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
55302         dl_hwcap via passed in argument.
55303         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
55304         Likewise.
55306 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55308         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
55310 2011-06-06  Roland McGrath  <roland@hack.frob.com>
55312         [BZ #12849]
55313         * manual/fdl-1.1.texi: New file, verbatim from:
55314         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
55315         * manual/lgpl-2.1.texi: New file, verbatim from:
55316         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
55317         * manual/Makefile (licenses): New variable, list those new file names.
55318         (texis): Use it.
55319         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
55321         * manual/fdl.texi: File removed.
55322         * manual/lesser.texi: File removed.
55323         * manual/libc.texinfo (Copying, Documentation License):
55324         Use new @include file names, put @appendix directive before @include.
55326 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
55328         [BZ #12841]
55329         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
55330         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
55331         (mq_open): Add __NTH.
55333 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
55335         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55336         Assume Intel Core i3/i5/i7 processor if AVX is available.
55338 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55340         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
55341         typo.
55343 2011-05-31  Andreas Schwab  <schwab@redhat.com>
55345         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
55346         memory.  Use alloca_account.  Fix memory leak when retrying.
55348 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55350         * version.h (RELEASE): Bump for 2.14 release.
55351         * include/features.h (__GLIBC_MINOR__): Bump to 14.
55353         * config.make.in (RANLIB): Remove entry.
55355 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
55357         * po/Makefile (po-sed-cmd): Add ksh to extensions.
55358         (libc.pot): Work around missing support for .ksh extension in xgettext.
55360         [BZ #12684]
55361         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
55362         if both request failed.
55363         (send_dg): In case of server errors clear resplen or *resplen2.
55365         [BZ #12454]
55366         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
55367         when there are multiple maps.
55368         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
55369         (_dl_fini): Remove test here.
55371         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
55373 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
55375         [BZ #12350]
55376         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
55377         bit from old_res_options.
55378         (gaih_inet): Likewise.
55380         [BZ #11099]
55381         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
55382         as signed.
55384         * resolv/res_init.c (res_setoptions): Make the code more compact.
55386         [BZ #11558]
55387         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
55388         set RES_USEVC.
55390         [BZ #11634]
55391         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
55393         * malloc/malloc.h: Mark malloc hook variables as deprecated.
55395         [BZ #11781]
55396         * malloc/malloc.h: Declare malloc hook variables as volatile.
55398         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
55399         in last patch.
55401         [BZ #11799]
55402         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
55403         raise in the comment.
55404         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
55405         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
55406         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
55408 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
55410         [BZ #12811]
55411         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
55412         grow the buffers more if it already has to be sufficient.
55413         (build_wcs_upper_buffer): Likewise.
55414         * posix/regexec.c (check_matching): Likewise.
55415         (clean_state_log_if_needed): Likewise.
55416         (extend_buffers): Don't enlarge buffers beyond size of the input
55417         buffer.
55418         Patches mostly by Emil Wojak <emil@wojak.eu>.
55419         * posix/bug-regex32.c: New file.
55420         * posix/Makefile (tests): Add bug-regex32.
55422         * locale/findlocale.c (_nl_find_locale): Return right away if
55423         _nl_explode_name failed.
55424         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
55426         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
55428         * debug/xtrace.sh: Unify messages.
55429         * malloc/memusage.sh: Likewise.
55431         [BZ #12813]
55432         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
55433         time symbol from vDSO.  Substitute with vsyscall if not available.
55434         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
55435         __vdso_time.
55437         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
55438         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
55439         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
55440         Add sendmmsg and internal_sendmmsg.
55441         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
55442         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
55443         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
55445         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
55446         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
55447         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
55449 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
55451         [BZ #12813]
55452         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
55453         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
55454         available.
55455         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
55456         __vdso_getcpu.
55458         [BZ #12814]
55459         * iconvdata/Makefile (tests): Add bug-iconv9.
55460         * iconvdata/bug-iconv9.c: New file.
55462 2011-05-27  Andreas Schwab  <schwab@redhat.com>
55464         [BZ #12814]
55465         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
55467 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
55469         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55470         (struct user_regs_struct): Change intcs field back to cs.
55472 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
55474         * po/ja.po: Update from translation team.
55476 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
55478         [BZ #12795]
55479         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
55480         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
55482 2011-05-20  Andreas Schwab  <schwab@redhat.com>
55484         * stdlib/longlong.h: Update from GCC.
55486 2011-05-23  Andreas Schwab  <schwab@redhat.com>
55488         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
55489         parameter name.
55490         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
55491         Add parameter name.
55492         (__sysconf): Pass it down.
55494 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
55496         [BZ #12671]
55497         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
55498         some situations.
55499         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
55500         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
55501         add in in __libc_use_alloca calls.  Adjust callers.
55502         (glob): Use malloc in some situations.
55504         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
55505         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
55506         pltexit.
55508 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
55510         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
55511         and CLOCK_BOOTTIME_ALARM.
55513         [BZ #12782]
55514         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
55515         is returned.
55517         * string/_strerror.c (__strerror_r): Print negative errors as signed
55518         numbers.
55520         [BZ #12777]
55521         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
55522         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
55523         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
55525         * configure.in: Fix typo in redirection and correct removal of test
55526         files in two cases.
55528         [BZ #12788]
55529         * locale/setlocale.c (new_composite_name): Fix test to check for
55530         identical name of all categories.
55532         [BZ #12792]
55533         * libio/filedoalloc.c (local_isatty): New function.
55534         (_IO_file_doallocate): Use local_isatty.
55535         * stdio-common/perror.c (perror): In case a new stream is used
55536         forward the stream error.
55537         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
55538         error flag.
55540 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
55542         [BZ #11869]
55543         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
55544         alloca.
55545         * include/alloca.h (extend_alloca_account): Define.
55547         [BZ #11857]
55548         * posix/regex.h: Fix comments with documentation of user-accessible
55549         fields after compilation and describe correct free'ing of pattern
55550         after re_compile_pattern.
55551         Patch by Reuben Thomas <rrt@sc3d.org>.
55553 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
55555         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
55556         and -mno-altivec to prevent the compiler from using Altivec and/or
55557         VSX instructions when the corresponding registers are not available.
55559 2011-05-19  Andreas Schwab  <schwab@redhat.com>
55561         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
55563 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
55565         * libio/freopen.c (freopen): Use __dup2, not dup2.
55566         * libio/freopen64.c (freopen64): Likewise.
55568 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
55570         [BZ #12775]
55571         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
55572         * math/Makefile (tests): Add test-powl.
55573         (CFLAGS-test-powl.c): Define.
55574         * math/test-powl.c: New file.
55576 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
55578         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
55580 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
55582         [BZ #11837]
55583         * iconvdata/gb18030.c: Update to GB18020-2005.
55585 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
55587         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
55588         RE_SYNTAX_POSIX_AWK): Update to match recent development.
55589         Patch by Aharon Robbins <arnold@skeeve.com>.
55591         [BZ #11892]
55592         * stdlib/putenv.c (putenv): Don't always create copy of the variable
55593         on the stack.
55595         [BZ #11895]
55596         * misc/pselect.c (__pselect): Handle timeout value errors hidden
55597         through underflows.
55599         [BZ #12766]
55600         * misc/error.c (error_at_line): Ensure file_name and old_file_name
55601         point to strings before performing equality test for error_one_per_line
55602         mode.
55604         [BZ #11697]
55605         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
55607         [BZ #11820]
55608         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55609         (struct user_fpregs_struct): Avoid __uint*_t types.
55611         [BZ #6420]
55612         * malloc/mtrace.c (tr_where): Add additional parameter to point to
55613         symbol info.  Use it instead of calling _dl_addr locally.
55614         (lock_and_info): New function.
55615         (tr_freehook): Call lock_and_info and pass symbol info as additional
55616         parameter to tr_where.
55617         (tr_mallochook): Likewise.
55618         (tr_reallochook): Likewise.
55619         (tr_memalignhook): Likewise.
55621         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
55622         used and couldn't be at all thread-safe.
55624 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
55626         * libio/freopen.c (freopen): Don't close old file descriptor
55627         before the new one is opened.  Instead dup the new file descriptor
55628         to the old one after the new stream is created.
55629         * libio/freopen64.c (freopen64): Likewise.
55630         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
55631         * libio/fileops.c (_IO_new_file_close_it): Handle new
55632         _IO_FLAGS2_NOCLOSE flag.
55633         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
55634         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
55635         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
55636         _IO_FLAGS2_NOCLOSE flag.
55637         * include/unistd.h: Add hidden_proto for dup3.
55638         Define __have_dup3.
55639         * io/dup3.c: Define hidden symbol.
55640         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
55642         [BZ #7101]
55643         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
55644         when an incomplete long option is used.
55645         * posix/tst-getopt_long1.c: New file.
55646         * posix/Makefile (tests): Add tst-getopt_long1.
55648         [BZ #10138]
55649         * scripts/config.guess: Update from autoconf-2.68.
55650         * scripts/config.sub: Likewise.
55652         [BZ #10157]
55653         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
55654         tests into ...
55655         (has_cpuclock): ...this.  New function.
55656         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
55657         macro here based on has_cpuclock code.
55659         [BZ #10149]
55660         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55661         First byte (not low byte) is now always NUL.
55662         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
55664         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55665         Use non-cancelable interfaces.
55667         [BZ #9809]
55668         * locale/iso-639.def: Add entry for Sorani.
55670         [BZ #11901]
55671         * include/stdlib.h: Move include protection to the right place.
55672         Define abort_msg_s.  Declare __abort_msg with it.
55673         * stdlib/abort.c (__abort_msg): Adjust type.
55674         * assert/assert.c (__assert_fail_base): New function.  Majority
55675         of code from __assert_fail.  Allocate memory for __abort_msg with
55676         mmap.
55677         (__assert_fail): Now call __assert_fail_base.
55678         * assert/assert-perr.c: Remove bulk of implementation.  Use
55679         __assert_fail_base.
55680         * include/assert.hL Declare __assert_fail_base.
55681         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
55682         mmap.
55683         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
55685 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
55687         [BZ #11952]
55688         [BZ #12453]
55689         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
55690         until all modules are registered in the DTV.
55691         * elf/Makefile: Add rules to build and run tst-tls19.
55692         * elf/tst-tls19.c: New file.
55693         * elf/tst-tls19mod1.c: New file.
55694         * elf/tst-tls19mod2.c: New file.
55695         * elf/tst-tls19mod3.c: New file.
55696         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
55698         [BZ #12083]
55699         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
55700         correctly.
55702         [BZ #12601]
55703         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
55704         two-byte sequence errors.
55705         * iconvdata/Makefile (tests): Add bug-iconv8.
55706         * iconvdata/bug-iconv8.c: New file.
55708         [BZ #12626]
55709         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
55710         buf2 definition.
55712         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
55714         [BZ #12432]
55715         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
55716         (dummy_getcfa): New function.
55717         (init): Get _Unwind_GetCFA address, use dummy if not found.
55718         (backtrace_helper): In recursion check, also check whether CFA changes.
55719         (__backtrace): Completely initialize arg.
55721         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
55722         storing incomplete byte sequence in state object.  Avoid testing for
55723         guaranteed too small input if we know there is enough data available.
55725 2011-05-11  Andreas Schwab  <schwab@redhat.com>
55727         * Makeconfig (+link-pie): Indent.
55728         * Rules (binaries-pie): Define if $(have-fpie) and
55729         $(build-shared).
55730         (binaries-shared): Also filter out $(binaries-pie).
55731         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
55732         * nscd/Makefile (others-pie): Add nscd.
55733         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
55734         ($(objpfx)nscd): Remove command override.
55735         * login/Makefile (others-pie): Add pt_chown.
55736         ($(objpfx)pt_chown): Remove command override.
55737         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
55738         remove command overrides.
55740 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
55742         * libio/tst_putwc.c: Fix error messages.
55744         [BZ #12724]
55745         * libio/fileops.c (_IO_new_file_close_it): Always flush when
55746         currently writing and seek to current position when not.
55747         * libio/Makefile (tests): Add bug-fclose1.
55748         * libio/bug-fclose1.c: New file.
55750 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
55752         [BZ #12511]
55753         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
55754         don't set DF_1_NODELETE here.
55755         (do_lookup_x): When entering new entry test for copy relocation
55756         and if necessary set DF_1_NODELETE flag.
55757         * elf/tst-unique4.cc: New file.
55758         * elf/tst-unique4.h: New file.
55759         * elf/tst-unique4lib.cc: New file.
55760         * elf/Makefile: Add rules to build and run tst-unique4.
55761         Patch by Piotr Bury <pbury@goahead.com>.
55763 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
55765         [BZ #12052]
55766         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
55768         [BZ #12625]
55769         * misc/mntent_r.c (addmntent): Flush the stream after the output
55771         [BZ #12393]
55772         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
55773         (is_trusted_path_normalize): Skip initial colon.  Append slash
55774         to empty buffer.  Duplicate is_trusted_path code but allow
55775         constructed patch to be prefix.
55776         (is_dst): Allow $ORIGIN followed by /.
55777         (_dl_dst_substitute): Correct clearing of check_for_trusted.
55778         Correct testing of result of is_trusted_path_normalize
55779         (decompose_rpath): Fix warning.
55781 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
55783         [BZ #11257]
55784         * grp/initgroups.c (internal_getgrouplist): When we found the service
55785         list through the initgroups entry in nsswitch.conf do not always
55786         continue on a successful lookup.  Don't always use the
55787         __nss_group_database value if it is set.
55788         * nss/nsswitch.conf (initgroups): Change action for successful db
55789         lookup to continue for compatibility.
55791 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
55793         [BZ #11532]
55794         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
55795         and CP774 modules.
55796         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
55797         and CP774 modules.
55798         * iconvdata/tst-tables.sh: Likewise.
55799         * iconvdata/cp770.c: New file.
55800         * iconvdata/cp771.c: New file.
55801         * iconvdata/cp772.c: New file.
55802         * iconvdata/cp773.c: New file.
55803         * iconvdata/cp774.c: New file.
55804         * iconvdata/testdata/CP770: New file.
55805         * iconvdata/testdata/CP770..UTF8: New file.
55806         * iconvdata/testdata/CP771: New file.
55807         * iconvdata/testdata/CP771..UTF8: New file.
55808         * iconvdata/testdata/CP772: New file.
55809         * iconvdata/testdata/CP772..UTF8: New file.
55810         * iconvdata/testdata/CP773: New file.
55811         * iconvdata/testdata/CP773..UTF8: New file.
55812         * iconvdata/testdata/CP774: New file.
55813         * iconvdata/testdata/CP774..UTF8: New file.
55815         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
55816         END CHARMAP line.
55817         * iconvdata/gen-8bit-gap.sh: Likewise.
55818         * iconvdata/gen-8bit.sh: Likewise.
55820         * locale/iso-639.def: Add ary entry.
55822         [BZ #11258]
55823         * locale/C-translit.h.in: Add U20A1 transliteration.
55825         [BZ #12178]
55826         * locale/iso-639.def: Add wae entry.
55827         Patch by Kevin Bortis <bortis@translate-wae.ch>.
55829         [BZ #12545]
55830         * locale/programs/localedef.c (construct_output_path): Use ssize_t
55831         for n.
55833         [BZ #12711]
55834         * locale/C-translit.h.in: Add entry for U20B9.
55835         Patch by pravin.d.s@gmail.com.
55837 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
55839         [BZ #12713]
55840         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
55841         ENAMETOOLONG use generic getcwd.
55842         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
55843         in rtld.  Use *stat64.
55844         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
55845         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
55846         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
55847         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
55848         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
55849         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
55850         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
55851         __fstatat64 macros.
55852         * include/dirent.h: Add libc_hidden_proto for rewinddir.
55853         * dirent/rewinddir.c: Add libc_hidden_def.
55854         * sysdeps/mach/hurd/rewinddir.c: Likewise.
55855         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
55857         * include/dirent.h (__alloc_dir): Add flags parameter.
55858         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
55859         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
55860         __alloc_dir.
55861         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
55862         from fdopendir if O_CLOEXEC is already set.
55864 2011-03-15  Alan Modra  <amodra@gmail.com>
55866         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
55867         l_tls_firstbyte_offset non-zero.  Save padding offset in
55868         l_tls_firstbyte_offset for later use.
55869         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
55870         freeing static tls block.
55872 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
55874         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
55875         where #ifdef was intended.  The intent is to prevent ARG_MAX from
55876         being defined by the kernel headers.
55878 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
55880         [BZ #12734]
55881         * resolv/resolv.h: Define RES_NOTLDQUERY.
55882         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
55883         no-tld-query and set RES_NOTLDQUERY.
55884         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
55885         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
55886         modern BIND to search name as TLD unless forbidden.
55888 2011-05-07  Petr Baudis  <pasky@suse.cz>
55889             Ulrich Drepper  <drepper@gmail.com>
55891         [BZ #12393]
55892         * elf/dl-load.c (fillin_rpath): Move trusted path check...
55893         (is_trusted_path): ...to here.
55894         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
55895         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
55896         using is_trusted_path_normalize() in setuid scripts.
55898 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
55900         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
55901         __BEGIN/__END_DECLS.
55903 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
55905         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
55906         NSS_STATUS_NOTFOUND if no record was found.
55908 2011-05-05  Andreas Schwab  <schwab@redhat.com>
55910         * sunrpc/Makefile (headers): Add rpc/netdb.h.
55911         (headers-not-in-tirpc): Remove rpc/netdb.h
55912         * resolv/netdb.h: Revert last change.
55914 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
55916         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
55917         circular dependency between libgcc.a and libc.a.
55919 2011-05-05  Andreas Schwab  <schwab@redhat.com>
55921         * resolv/netdb.h: Don't include <rpc/netdb.h>.
55922         * nis/Makefile: Don't install rpcsvc/*.
55923         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
55924         instead of <rpc/types.h>.
55925         (MAXHOSTNAMELEN): Define.
55927 2011-05-03  Andreas Schwab  <schwab@redhat.com>
55929         * elf/ldconfig.c (add_dir): Don't crash on empty path.
55931 2011-04-28  Maciej Babinski  <mbabinski@google.com>
55933         [BZ #12714]
55934         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
55935         gethostbyname4_r when IPv6 results are possible.
55937 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
55939         [BZ #12723]
55940         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
55941         _PC_PIPE_BUF handling.
55943 2011-04-30  Bruno Haible  <bruno@clisp.org>
55945         [BZ #12717]
55946         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
55947         * resolv/netdb.h (getnameinfo): Change type of flags parameter
55948         to 'int'.
55949         * inet/getnameinfo.c (getnameinfo): Likewise.
55951 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
55953         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
55954         to groups setting in database lookup.
55955         * nss/nsswitch.conf: Add initgroups entry.
55957 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
55959         [BZ #12685]
55960         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
55961         mode string.
55962         Patch by Eric Blake <eblake@redhat.com>.
55964 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
55966         * sunrpc/Makefile (need-export-routines): Add svc_run.
55967         (routines): Remove svc_run.
55968         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
55969         * sunrpc/clnt_perr.c (clnt_perrno): Export.
55970         * sunrpc/svc_run.c (svc_run): Likewise.
55971         * sunrpc/svc_udp.c (svcudp_create): Likewise.
55973 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
55975         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
55976         problem in reallocation in last patch.
55978 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
55980         * sunrpc/Makefile: Move inclusion of Rules.
55982 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55984         * nss/nss_files/files-initgroups.c: New file.
55985         * nss/Makefile (libnss_files-routines): Add files-initgroups.
55986         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
55987         _nss_files_initgroups_dyn.
55989 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
55991         * elf/elf.h (R_ARM_IRELATIVE): Define.
55993 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55995         * po/ru.po: Update from translation team.
55997 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
55999         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
56000         dependencies.
56002 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
56004         [BZ #12653]
56005         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
56006         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
56007         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
56008         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
56009         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
56011 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
56013         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
56014         differing bytes.
56015         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
56016         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
56017         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
56019 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56021         [BZ #12420]
56022         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
56023         storing it.
56024         * stdlib/bug-getcontext.c: New file.
56025         * stdlib/Makefile: Add rules to build and run bug-getcontext.
56027 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56029         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
56030         instructions into .machine "z9-109".
56031         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
56032         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
56034 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56036         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
56037         between environment variables and auxiliary vector.
56039 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
56041         * Makefile: Add rules to build linkobj/libc.so.
56042         * include/libc-symbols.h: Define libc_hidden_nolink.
56043         * include/rpc/auth.h: Mark functions which are to be hidden.
56044         * include/rpc/auth_des.h: Likewise.
56045         * include/rpc/auth_unix.h: Likewise.
56046         * include/rpc/clnt.h: Likewise.
56047         * include/rpc/des_crypt.h: Likewise.
56048         * include/rpc/key_prot.h: Likewise.
56049         * include/rpc/pmap_clnt.h: Likewise.
56050         * include/rpc/pmap_prot.h: Likewise.
56051         * include/rpc/pmap_rmt.h: Likewise.
56052         * include/rpc/rpc_msg.h: Likewise.
56053         * include/rpc/svc.h: Likewise.
56054         * include/rpc/svc_auth.h: Likewise.
56055         * include/rpc/xdr.h: Likewise.
56056         * nis/Makefile: Link all DSOs against linkobj/libc.so.
56057         * nss/Makefile: Likewise.
56058         * sunrpc/Makefile: Don't install headers.  Build library with normal
56059         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
56060         * sunrpc/auth_des.c: Hide exported symbols by default, export some
56061         for the compat linking library.  Remove use of INTDEF/INTUSE.
56062         * sunrpc/auth_none.c: Likewise.
56063         * sunrpc/auth_unix.c: Likewise.
56064         * sunrpc/authdes_prot.c: Likewise.
56065         * sunrpc/authuxprot.c: Likewise.
56066         * sunrpc/clnt_gen.c: Likewise.
56067         * sunrpc/clnt_perr.c: Likewise.
56068         * sunrpc/clnt_raw.c: Likewise.
56069         * sunrpc/clnt_simp.c: Likewise.
56070         * sunrpc/clnt_tcp.c: Likewise.
56071         * sunrpc/clnt_udp.c: Likewise.
56072         * sunrpc/clnt_unix.c: Likewise.
56073         * sunrpc/des_crypt.c: Likewise.
56074         * sunrpc/des_soft.c: Likewise.
56075         * sunrpc/get_myaddr.c: Likewise.
56076         * sunrpc/key_call.c: Likewise.
56077         * sunrpc/key_prot.c: Likewise.
56078         * sunrpc/netname.c: Likewise.
56079         * sunrpc/pm_getmaps.c: Likewise.
56080         * sunrpc/pm_getport.c: Likewise.
56081         * sunrpc/pmap_clnt.c: Likewise.
56082         * sunrpc/pmap_prot.c: Likewise.
56083         * sunrpc/pmap_prot2.c: Likewise.
56084         * sunrpc/pmap_rmt.c: Likewise.
56085         * sunrpc/publickey.c: Likewise.
56086         * sunrpc/rpc_cmsg.c: Likewise.
56087         * sunrpc/rpc_common.c: Likewise.
56088         * sunrpc/rpc_dtable.c: Likewise.
56089         * sunrpc/rpc_prot.c: Likewise.
56090         * sunrpc/rpc_thread.c: Likewise.
56091         * sunrpc/rtime.c: Likewise.
56092         * sunrpc/svc.c: Likewise.
56093         * sunrpc/svc_auth.c: Likewise.
56094         * sunrpc/svc_authux.c: Likewise.
56095         * sunrpc/svc_raw.c: Likewise.
56096         * sunrpc/svc_run.c: Likewise.
56097         * sunrpc/svc_simple.c: Likewise.
56098         * sunrpc/svc_tcp.c: Likewise.
56099         * sunrpc/svc_udp.c: Likewise.
56100         * sunrpc/svc_unix.c: Likewise.
56101         * sunrpc/svcauth_des.c: Likewise.
56102         * sunrpc/xcrypt.c: Likewise.
56103         * sunrpc/xdr.c: Likewise.
56104         * sunrpc/xdr_array.c: Likewise.
56105         * sunrpc/xdr_float.c: Likewise.
56106         * sunrpc/xdr_intXX_t.c: Likewise.
56107         * sunrpc/xdr_mem.c: Likewise.
56108         * sunrpc/xdr_rec.c: Likewise.
56109         * sunrpc/xdr_ref.c: Likewise.
56110         * sunrpc/xdr_sizeof.c: Likewise.
56111         * sunrpc/xdr_stdio.c: Likewise.
56113 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
56115         [BZ #12650]
56116         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
56117         * sysdeps/ia64/dl-tls.h: Likewise.
56118         * sysdeps/powerpc/dl-tls.h: Likewise.
56119         * sysdeps/s390/dl-tls.h: Likewise.
56120         * sysdeps/sh/dl-tls.h: Likewise.
56121         * sysdeps/sparc/dl-tls.h: Likewise.
56122         * sysdeps/x86_64/dl-tls.h: Likewise.
56123         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
56125 2011-03-14  Andreas Schwab  <schwab@redhat.com>
56127         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
56128         rpath element also skip the following colon.
56129         (expand_dynamic_string_token): Add is_path parameter and pass
56130         down to DL_DST_REQUIRED and _dl_dst_substitute.
56131         (decompose_rpath): Call expand_dynamic_string_token with
56132         non-zero is_path.  Ignore empty rpaths.
56133         (_dl_map_object_from_fd): Call expand_dynamic_string_token
56134         with zero is_path.
56136 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
56138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
56139         Make cancelable.
56141 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
56143         [BZ #12655]
56144         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
56145         Patch by Filipe David Manana <fdmanana@apache.org>.
56147 2011-04-07  Andreas Schwab  <schwab@redhat.com>
56149         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
56150         Maintain aligned stack.
56151         (CHECK_RSP): Remove unused macro.
56153 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
56155         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
56156         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
56158 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
56160         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
56162         * include/features.h: Mention __USE_XOPEN2K8 in comment.
56164 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
56166         [BZ #12518]
56167         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
56168         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
56169         * sysdeps/x86_64/memmove.c: New file.
56170         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
56171         (memcpy): Renamed to ...
56172         (__new_memcpy): This.
56173         (memcpy): Provide GLIBC_2_14 memcpy.
56174         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
56175         (memcpy): Provide GLIBC_2_2_5 memcpy.
56177 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56179         [BZ #12631]
56180         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
56182 2011-03-30  Andreas Schwab  <schwab@redhat.com>
56184         * misc/syncfs.c: New file.
56185         * misc/Makefile (routines): Add syncfs.
56186         * posix/unistd.h: Declare syncfs.
56187         * sysdeps/unix/syscalls.list: Add syncfs.
56189 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56191         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
56192         open_by_handle_at.
56193         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56194         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56195         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56196         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56197         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56198         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
56199         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56201 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56203         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
56204         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56205         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
56206         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56207         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56208         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56209         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56211         * io/Makefile: Compile fallocate.c, fallocate64.c, and
56212         sync_file_range.c with -fexceptions.
56213         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
56214         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
56215         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
56216         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
56217         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
56218         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
56219         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
56220         sync_file_range as cancellation point
56221         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
56222         now a wrapper around __call_sync_file_range with cancellation handling.
56223         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
56224         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
56225         function name to __call_sync_file_range.
56226         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
56227         Add call_sync_file_range.
56229 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56231         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
56232         bits/timex.h.
56234 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56236         * iconv/iconv.h: Fix typo in comment.
56237         * io/fcntl.h: Likewise.
56238         * libio/stdio.h: Likewise.
56239         * posix/spawn.h: Likewise.
56240         * posix/unistd.h: Likewise.
56241         * stdlib/stdlib.h: Likewise.
56242         * time/time.h: Likewise.
56243         * wcsmbs/wchar.h: Likewise.
56245         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
56246         open_by_handle): Add.
56247         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
56248         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
56249         Augment a few comments.
56250         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56251         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56252         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56253         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56254         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56255         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
56256         open_by_handle.
56258         * io/fcntl.h (AT_EMPTY_PATH): Define.
56260 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
56262         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
56263         * sysdeps/unix/sysv/linux/bits/time.h: New file.
56264         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
56265         to...
56266         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
56267         * Versions.def: Add GLIBC_2.14.
56268         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
56269         Export.
56271 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
56273         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
56274         round counter.
56275         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56277 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
56279         [BZ #12597]
56280         * string/test-strncmp.c (do_page_test): New function.
56281         (check2): Likewise.
56282         (test_main): Call check2.
56283         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
56285 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
56287         [BZ #12587]
56288         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
56289         Handle cache information in CPU leaf 4.
56290         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56292 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
56294         [BZ #12583]
56295         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
56296         character representation.
56297         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
56299 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
56301         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
56302         END(__isnan) to END(__isnanf) to match function entry point/label
56303         EALIGN(__isnanf,...).
56305 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
56307         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
56309 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
56311         [BZ #12510]
56312         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
56313         copy from the symbol referenced in the relocation to initialize the
56314         used variable.
56315         Patch by Piotr Bury <pbury@goahead.com>.
56316         * elf/Makefile: Add rules to build and tst-unique3.
56317         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
56318         * elf/tst-unique3.cc: New file.
56319         * elf/tst-unique3.h: New file.
56320         * elf/tst-unique3lib.cc: New file.
56321         * elf/tst-unique3lib2.cc: New file.
56323         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
56325 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
56327         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
56328         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
56329         to _start.
56331 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
56333         * elf/dl-load.c (_dl_map_object): If we are looking for the first
56334         to-be-loaded object along a path to loader is ld.so.
56336 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56337             Ulrich Drepper  <drepper@gmail.com>
56339         * sysdeps/x86_64/memset.S: After aligning destination, code
56340         branches to different locations depending on the value of
56341         misalignment, when multiarch is enabled. Fix this.
56343 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56345         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
56346         Set _x86_64_preferred_memory_instruction for AMD processsors.
56347         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56348         Set bit_Prefer_SSE_for_memop for AMD processors.
56350 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
56352         * libio/fmemopen.c (fmemopen): Optimize a bit.
56354 2011-03-03  Andreas Schwab  <schwab@redhat.com>
56356         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
56358 2011-03-03  Roland McGrath  <roland@redhat.com>
56360         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
56362 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
56364         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
56365         __bzero_ultra1 instead of __memset_ultra1.
56367 2011-02-23  Andreas Schwab  <schwab@redhat.com>
56368             Ulrich Drepper  <drepper@gmail.com>
56370         [BZ #12509]
56371         * include/link.h (struct link_map): Add l_orig_initfini.
56372         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
56373         returning unsuccessfully.
56374         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
56375         close of a file loaded at startup, restore the original l_initfini
56376         list.
56377         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
56378         list, store the pointer.
56379         * elf/Makefile ($(objpfx)noload-mem): New rule.
56380         (noload-ENV): Define.
56381         (tests): Add $(objpfx)noload-mem.
56382         * elf/noload.c: Include <memcheck.h>.
56383         (main): Call mtrace.  Close all opened handles.
56385 2011-02-17  Andreas Schwab  <schwab@redhat.com>
56387         [BZ #12454]
56388         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
56389         dependencies are missing.
56391 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56393         Fix __if_freereq crash: Unlike the generic version which uses free,
56394         Hurd needs munmap.
56395         * sysdeps/mach/hurd/ifreq.h: New file.
56397 2011-01-27  Petr Baudis  <pasky@suse.cz>
56398             Ulrich Drepper  <drepper@gmail.com>
56400         [BZ 12445]#
56401         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
56402         to extend_alloca().
56403         * stdio-common/bug23.c: New file.
56404         * stdio-common/Makefile (tests): Add bug23.
56406 2010-09-28  Andreas Schwab  <schwab@redhat.com>
56407             Ulrich Drepper  <drepper@gmail.com>
56409         [BZ #12489]
56410         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
56411         before performing relro protection.  At old place add assertion
56412         to make sure nothing changed.
56414 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
56415             Glauber de Oliveira Costa  <glommer@gmail.com>
56417         * elf/elf.h: Add new ARM TLS relocs.
56419 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
56421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
56422         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
56423         cast from r3.
56424         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
56425         'tests' variable.
56426         * sysdeps/wordsize-64/tst-writev.c: New file.
56428 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
56430         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
56431         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
56432         insns in _dl_start to prevent a TOC reference before relocs are
56433         resolved.
56435 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
56437         [BZ #12469]
56438         * Makeconfig: Remove RANLIB definition.
56439         * Makerules: Don't use RANLIB.
56440         * aclocal.m4: Remove ranlib test.
56441         * configure.in: No need to check for ranlib.
56442         * elf/rtld-Rules: Don't use RANLIB.
56444 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56446         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
56447         protection macro.
56448         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
56449         inclusion protection macro.
56451         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
56452         SIGRTMIN and SIGRTMAX and print information in that case only when
56453         SIGRTMIN is defined.
56455 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
56457         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
56458         arginfo fn returning -1.
56460         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
56461         and thousands string is zero terminated.
56463 2011-02-03  Andreas Schwab  <schwab@redhat.com>
56465         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
56466         sysdeps/unix/sysv/linux/bits/socket.h.
56468 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56470         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
56471         (__CPU_COUNT): Remove old macros.
56472         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
56473         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
56474         (__CPU_ALLOC, __CPU_FREE): Add macros.
56475         (__sched_cpualloc, __sched_cpufree): Add declarations.
56477 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
56479         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
56480         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
56481         * nscd/aicache.c (addhstaiX): Return timeout of added value.
56482         (readdhstai): Return value of addhstaiX call.
56483         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
56484         (addgrbyX): Return value returned by cache_addgr.
56485         (readdgrbyname): Return value returned by addgrbyX.
56486         (readdgrbygid): Likewise.
56487         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
56488         (addpwbyX): Return value returned by cache_addpw.
56489         (readdpwbyname): Return value returned by addhstbyX.
56490         (readdpwbyuid): Likewise.
56491         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
56492         (addservbyX): Return value returned by cache_addserv.
56493         (readdservbyname): Return value returned by addservbyX:
56494         (readdservbyport): Likewise.
56495         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
56496         (addhstbyX): Return value returned by cache_addhst.
56497         (readdhstbyname): Return value returned by addhstbyX.
56498         (readdhstbyaddr): Likewise.
56499         (readdhstbynamev6): Likewise.
56500         (readdhstbyaddrv6): Likewise.
56501         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
56502         (readdinitgroups): Return value returned by addinitgroupsX.
56503         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
56504         (prune_cache): Keep track of timeout value of re-added entries.
56505         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
56506         * nscd/nscd.h: Adjust prototypes of readd* functions.
56508 2011-02-04  Roland McGrath  <roland@redhat.com>
56510         * nis/nis_server.c (nis_servstate): Use the right name for 0.
56511         (nis_stats): Likewise.
56512         * nis/nis_modify.c (nis_modify): Likewise.
56513         * nis/nis_remove.c (nis_remove): Likewise.
56514         * nis/nis_add.c (nis_add): Likewise.
56516         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
56518         * posix/fnmatch_loop.c: Add some consts.
56520         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
56522 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
56524         [BZ #12460]
56525         * config.make.in (config-cflags-novzeroupper): Define.
56526         * configure.in: Substitute libc_cv_cc_novzeroupper.
56527         * elf/Makefile (AVX-CFLAGS): Define.
56528         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
56529         (CFLAGS-tst-auditmod4a.c): Likewise.
56530         (CFLAGS-tst-auditmod4b.c): Likewise.
56531         (CFLAGS-tst-auditmod6b.c): Likewise.
56532         (CFLAGS-tst-auditmod6c.c): Likewise.
56533         (CFLAGS-tst-auditmod7b.c): Likewise.
56534         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
56536 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
56538         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
56539         function to the callback.
56540         Patch partly by Jiri Olsa <jolsa@redhat.com>.
56542 2011-02-02  Andreas Schwab  <schwab@redhat.com>
56544         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
56545         of errno.
56547 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
56549         [BZ #11724]
56550         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
56551         of constructors.
56552         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
56553         of destructors.
56554         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
56556         [BZ #11724]
56557         * elf/Makefile: Add rules to build and run new test.
56558         * elf/tst-initorder.c: New file.
56559         * elf/tst-initorder.exp: New file.
56560         * elf/tst-initordera1.c: New file.
56561         * elf/tst-initordera2.c: New file.
56562         * elf/tst-initordera3.c: New file.
56563         * elf/tst-initordera4.c: New file.
56564         * elf/tst-initorderb1.c: New file.
56565         * elf/tst-initorderb2.c: New file.
56566         * elf/tst-order-a1.c: New file.
56567         * elf/tst-order-a2.c: New file.
56568         * elf/tst-order-a3.c: New file.
56569         * elf/tst-order-a4.c: New file.
56570         * elf/tst-order-b1.c: New file.
56571         * elf/tst-order-b2.c: New file.
56572         * elf/tst-order-main.c: New file.
56573         New test case by George Gensure <werkt0@gmail.com>.
56575 2010-10-01  Andreas Schwab  <schwab@redhat.com>
56577         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
56578         decoding ACE if AI_CANONIDN.
56580 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
56582         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
56584 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
56586         * version.h (RELEASE): Bump for 2.13 release.
56587         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
56589         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
56591         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
56592         MADV_NOHUGEPAGE.
56593         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
56594         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
56595         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
56596         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
56597         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
56598         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56600         * posix/getconf.c: Update copyright year.
56601         * catgets/gencat.c: Likewise.
56602         * csu/version.c: Likewise.
56603         * debug/catchsegv.sh: Likewise.
56604         * debug/xtrace.sh: Likewise.
56605         * elf/ldconfig.c: Likewise.
56606         * elf/ldd.bash.in: Likewise.
56607         * elf/sprof.c (print_version): Likewise.
56608         * iconv/iconv_prog.c: Likewise.
56609         * iconv/iconvconfig.c: Likewise.
56610         * locale/programs/locale.c: Likewise.
56611         * locale/programs/localedef.c: Likewise.
56612         * malloc/memusage.sh: Likewise.
56613         * malloc/mtrace.pl: Likewise.
56614         * nscd/nscd.c (print_version): Likewise.
56615         * nss/getent.c: Likewise.
56617         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
56618         PF_CAIF, and PF_ALG.
56619         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
56621 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
56623         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
56624         (modules-names): Use them.
56625         (ifunc-test-modules, ifunc-pie-tests): Define.
56626         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
56627         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
56628         (test-extras): Likewise.
56629         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
56630         $(compile-command.c).
56631         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
56632         (all-built-dso): Define.
56633         (check-textrel.out, check-execstack.out): Depend on it.
56635         * configure.in: Don't override --enable-multi-arch.
56637 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
56639         [BZ #6812]
56640         * nscd/hstcache.c (tryagain): Define.
56641         (cache_addhst): Return tryagain not notfound for temporary errors.
56642         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
56643         failed.
56645 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
56647         [BZ #10563]
56648         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
56649         to make the syscall.
56650         * sysdeps/unix/sysv/linux/setgroups.c: New file.
56652         [BZ #12378]
56653         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
56654         and fall back to matching as normal character if the string ends before
56655         the matching ']' is found.  This is what POSIX requires.
56656         * posix/testfnm.c: Adjust test result.
56657         * posix/globtest.sh: Adjust test result.  Add new test.
56658         * posix/tst-fnmatch.input: Likewise.
56659         * posix/tst-fnmatch2.c: Add new test.
56661 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
56663         * elf/Makefile (check-execstack): Revert last change.  Depend on
56664         check-execstack.h.
56665         (check-execstack.h): New target.
56666         (generated): Add check-execstack.h.
56667         * elf/check-execstack.c: Include "check-execstack.h".
56668         (main): Revert last change.
56669         (handle_file): Return zero if GNU_STACK is absent and
56670         DEFAULT_STACK_PERMS doesn't include PF_X.
56672 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
56674         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
56675         in child fails because the descriptor is already closed.
56676         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
56677         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
56678         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
56680         [BZ #12397]
56681         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
56682         syscall.
56684         [BZ #10484]
56685         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
56686         temporary buffer used to handle multi lookups locally.
56687         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
56689 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
56691         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
56692         loader is ld.so.
56694 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
56696         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
56697         alignment for SSE2.
56699 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
56701         [BZ #12394]
56702         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
56703         characters.  When rounding increased number of integer digits recompute
56704         number of groups.
56705         * stdio-common/tst-grouping.c: New file.
56706         * stdio-common/Makefile: Add rules to build and run tst-grouping.
56708 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
56710         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
56711         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
56713         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
56714         void.
56715         * bits/select.h: Likewise.
56717 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
56719         * po/ja.po: Update from translation team.
56721 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
56723         [BZ #11155]
56724         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
56725         implementation just like for lxstat, fxstatat, et al.
56727 2010-12-27  Jim Meyering  <meyering@redhat.com>
56729         [BZ #12348]
56730         * posix/regexec.c (build_trtable): Return failure indication upon
56731         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
56733 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
56735         [BZ #12201]
56736         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
56737         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
56738         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
56739         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
56741         [BZ #12207]
56742         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
56744         [BZ #12204]
56745         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
56746         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
56748 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
56750         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
56751         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
56752         script has SORT_BY_INIT_PRIORITY.
56753         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
56754         NO_CTORS_DTORS_SECTIONS is defined.
56755         * elf/soinit.c: Likewise.
56756         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
56757         NO_CTORS_DTORS_SECTIONS is defined.
56758         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
56759         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
56760         * sysdeps/sh/init-first.c: Likewise.
56761         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
56763 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
56765         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
56766         always use the slow path.
56768 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
56770         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
56771         similar rule which adds the sysdep directories to the header search in
56772         order to pick up the correct platform stackinfo.h.
56773         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
56774         perform test if it is, otherwise return successfully without testing.
56775         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
56776         DEFAULT_STACK_PERMS define in stackinfo.h.
56777         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
56778         defined in stackinfo.h.
56779         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
56780         DEFAULT_STACK_PERMS defined in stackinfo.h.
56781         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
56782         * sysdeps/ia64/stackinfo.h: Likewise.
56783         * sysdeps/s390/stackinfo.h: Likewise.
56784         * sysdeps/sh/stackinfo.h: Likewise.
56785         * sysdeps/sparc/stackinfo.h: Likewise.
56786         * sysdeps/x86_64/stackinfo.h: Likewise.
56787         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
56788         PF_X for powerpc64.  Retain PF_X for powerpc32.
56790 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
56792         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
56793         accurately.
56794         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
56795         GETDENTS_64BIT_ALIGNED.
56797 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
56799         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
56801 2010-12-10  Andreas Schwab  <schwab@redhat.com>
56803         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
56804         _GNU_SOURCE.
56806         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
56807         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
56808         Remove __restrict.
56809         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
56810         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
56812 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
56814         [BZ #11655]
56815         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
56816         are initialized.
56818 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
56820         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
56822 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
56824         * po/it.po: Update from translation team.
56826 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
56828         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
56829         unused codes.
56831 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
56833         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
56835 2010-11-24  Andreas Schwab  <schwab@redhat.com>
56837         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
56838         specially.
56839         (gaih_getanswer_slice): Likewise.
56841 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
56843         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
56845 2010-05-31  Petr Baudis  <pasky@suse.cz>
56847         [BZ #11149]
56848         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
56849         silently even in the chroot mode.
56851 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
56853         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
56854         last patch a bit.  Pretty printing
56856 2010-05-31  Petr Baudis <pasky@suse.cz>
56858         [BZ #10085]
56859         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
56860         initialization of skip_initgroups_dyn.
56862 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
56864         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
56865         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56867 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
56869         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
56871 2010-11-11  Andreas Schwab  <schwab@redhat.com>
56873         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
56874         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
56875         (tst-fnmatch-ENV): Set MALLOC_TRACE.
56876         ($(objpfx)tst-fnmatch-mem): New rule.
56877         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
56878         * posix/tst-fnmatch.c (main): Call mtrace.
56880 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
56882         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56883         Support Intel processor model 6 and model 0x2c.
56885 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
56887         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
56888           signed comparison.
56890 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
56892         [BZ #12205]
56893         * string/test-strncasecmp.c (check_result): New function.
56894         (do_one_test): Use it.
56895         (check1): New function.
56896         (test_main): Use it.
56897         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
56898         Support strcasecmp and strncasecmp.
56900 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
56902         [BZ #12194]
56903         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
56904         * sysdeps/x86_64/bits/byteswap.h: Likewise.
56906 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
56908         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
56909         IFUNC support.
56910         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56911         memset-x86-64.
56912         * sysdeps/x86_64/multiarch/bzero.S: New file.
56913         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
56914         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
56915         * sysdeps/x86_64/multiarch/memset.S: New file.
56916         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
56917         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56918         Set bit_Prefer_SSE_for_memop for Intel processors.
56919         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
56920         Define.
56921         (index_Prefer_SSE_for_memop): Define.
56922         (HAS_PREFER_SSE_FOR_MEMOP): Define.
56924 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
56926         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
56927         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
56929 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
56931         [BZ #12191]
56932         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56933         (__x86_64_raw_data_cache_size_half): Likewise.
56934         (__x86_64_raw_shared_cache_size): Likewise.
56935         (__x86_64_raw_shared_cache_size_half): Likewise.
56937         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56938         (__x86_64_raw_data_cache_size_half): Likewise.
56939         (__x86_64_raw_shared_cache_size): Likewise.
56940         (__x86_64_raw_shared_cache_size_half): Likewise.
56941         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
56942         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
56943         and __x86_64_raw_shared_cache_size_half.  Round
56944         __x86_64_data_cache_size_half, __x86_64_data_cache_size
56945         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
56946         to multiple of 256 bytes.
56948 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
56950         [BZ #12167]
56951         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
56952         of inacessible symlinks.  Verify result of symlink before returning it.
56953         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
56954         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
56956 2010-10-28  Erich Ritz  <erichritz@gmail.com>
56958         * math/math.h (isinf): Fix typo in comment.
56960 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
56962         * po/da.po: Update from translation team.
56964 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
56966         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
56967         is added to the list.
56969 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56970             Ulrich Drepper  <drepper@gmail.com>
56972         * elf/dl-object.c (_dl_new_object): Don't append the new object to
56973         the global list here.  Move code to...
56974         (_dl_add_to_namespace_list): ...here.  New function.
56975         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
56976         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
56977         * elf/dl-load.c (lose): Don't remove the element from the list.
56978         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
56979         (_dl_map_object): Likewise.
56981 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
56983         [BZ #12159]
56984         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
56985         into all bytes of SSE register.
56986         Patch by Richard Li <richardpku@gmail.com>.
56988 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
56990         [BZ #12140]
56991         * malloc/malloc.c (_int_free): Fill correct number of bytes when
56992         perturbing.
56994 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
56996         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
56997         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
56998         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
56999         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
57000         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
57001         submachine.
57002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
57004 2010-10-22  Andreas Schwab  <schwab@redhat.com>
57006         * include/dlfcn.h (__RTLD_SECURE): Define.
57007         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
57008         mode & __RTLD_SECURE instead.
57009         (open_path): Rename preloaded parameter to secure.
57010         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
57011         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
57012         * elf/dl-deps.c (openaux): Likewise.
57013         * elf/rtld.c (struct map_args): Remove is_preloaded.
57014         (map_doit): Don't use it.
57015         (dl_main): Likewise.
57016         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
57017         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
57019 2010-09-09  Andreas Schwab  <schwab@redhat.com>
57021         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
57022         (sysd-rules-targets): Remove duplicates.
57023         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
57024         rtld-%.$o dependency.
57026 2010-10-18  Andreas Schwab  <schwab@redhat.com>
57028         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
57029         _dl_map_object do it.
57031 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
57033         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
57034         fast fma builtins, define the macros in the C99 standard.
57035         (FP_FAST_FMAF): Likewise.
57036         (FP_FAST_FMAL): Likewise.
57037         * sysdeps/x86_64/bits/mathdef.h: Likewise.
57039         * bits/mathdef.h: Update copyright year.
57040         * sysdeps/powerpc/bits/mathdef.h: Likewise.
57042 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
57044         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
57045         builtins, define the macros in the C99 standard.
57046         (FP_FAST_FMAF): Likewise.
57047         (FP_FAST_FMAL): Likewise.
57048         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
57049         multiply/add.
57050         (FP_FAST_FMAF): Likewise.
57052 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
57054         [BZ #3268]
57055         * math/libm-test.inc (fma_test): Some new testcases.
57056         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
57057         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
57058         y and infinite z.  Do multiplication by C already in long double.
57059         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
57060         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
57061         y and infinite z.  Do bitwise or of inexact bit into u.d.
57062         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
57063         * sysdeps/i386/fpu/s_fmaf.S: Removed.
57064         * sysdeps/i386/fpu/s_fma.S: Removed.
57065         * sysdeps/i386/fpu/s_fmal.S: Removed.
57067 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
57069         [BZ #3268]
57070         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
57071         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
57072         computation is not scheduled after fetestexcept.  Fix value
57073         of minimum denormal long double.
57075 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
57077         [BZ #3268]
57078         * math/libm-test.inc (fma_test): Add some more tests.
57079         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
57080         correctly.
57082 2010-10-15  Andreas Schwab  <schwab@redhat.com>
57084         * scripts/data/localplt-s390-linux-gnu.data: New file.
57085         * scripts/data/localplt-s390x-linux-gnu.data: New file.
57087 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
57089         [BZ #3268]
57090         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
57091         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
57092         instead of dbl-64.
57093         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
57094         inlines.
57095         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
57096         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
57097         if one of x and y is very large and the other is subnormal.
57098         * sysdeps/s390/fpu/s_fmaf.c: New file.
57099         * sysdeps/s390/fpu/s_fma.c: New file.
57100         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
57101         * sysdeps/powerpc/fpu/s_fma.S: New file.
57102         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
57103         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
57104         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
57106 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
57108         [BZ #3268]
57109         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
57110         fma tests.
57111         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
57112         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
57113         * sysdeps/i386/i686/multiarch/s_fma.c: Include
57114         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
57115         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
57116         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
57117         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
57119 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
57121         [BZ #12078]
57122         * posix/regcomp.c (parse_branch): One more memory leak plugged.
57123         * posix/bug-regex31.input: Add test case.
57125 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57127         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
57128         * posix/bug-regex31.input: New file.
57130         [BZ #12078]
57131         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
57132         (parse_sub_exp): Fix last change, use postorder.
57134         * posix/bug-regex31.c: New file.
57135         * posix/Makefile: Add rules to build and run bug-regex31.
57137         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
57139         [BZ #12078]
57140         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
57142         [BZ #12108]
57143         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
57144         to have entries in sys_siglist.
57146         [BZ #12093]
57147         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
57148         be NULL.
57150 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
57152         [BZ #3268]
57153         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
57154         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
57155         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
57156         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
57157         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
57158         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
57159         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
57160         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
57161         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
57162         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
57163         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
57164         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
57165         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
57166         * math/ftestexcept.c (fetestexcept): Likewise.
57167         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
57168         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
57169         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
57170         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
57171         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
57172         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
57173         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
57175 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57177         [BZ #12107]
57178         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
57179         newline.
57181 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
57183         * string/bug-strstr1.c: New file.
57184         * string/Makefile: Add rules to build and run bug-strstr1.
57186 2010-10-05  Eric Blake  <eblake@redhat.com>
57188         [BZ #12092]
57189         * string/str-two-way.h (two_way_long_needle): Always clear memory
57190         when skipping input due to the shift table.
57192 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
57194         [BZ #12005]
57195         * malloc/mcheck.c: Handle large requests.
57197         [BZ #12077]
57198         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
57199         for strncmp and strncasecmp.
57200         * string/stratcliff.c: Add tests for strcmp and strncmp.
57201         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
57203 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
57205         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
57206         __set_fpscr.
57208 2010-09-30  Andreas Jaeger  <aj@suse.de>
57210         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
57211         (CGROUP_SUPER_MAGIC): Define.
57212         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57213         Handle btrfs and cgroup file systems.
57214         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
57215         Likewise.
57217 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
57219         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
57220         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
57222 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57224         [BZ #12067]
57225         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
57226         trying to locate the ELF header.
57228 2010-09-27  Andreas Schwab  <schwab@redhat.com>
57230         [BZ #11611]
57231         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
57232         Mask out sign-bit copies when constructing f_fsid.
57234 2010-09-24  Petr Baudis <pasky@suse.cz>
57236         * debug/stack_chk_fail_local.c: Add missing licence exception.
57237         * debug/warning-nop.c: Likewise.
57239 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
57241         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
57242         implementing getdents64 using getdents syscall, set d_type if
57243         __ASSUME_GETDENTS32_D_TYPE.
57245 2010-09-16  Andreas Schwab  <schwab@redhat.com>
57247         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
57248         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
57250 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
57252         [BZ #12037]
57253         * posix/unistd.h: Undo change of feature selection for ftruncate from
57254         2010-01-11.
57256 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
57258         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
57259         detection.
57261 2010-09-20  Andreas Schwab  <schwab@redhat.com>
57263         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
57264         fanotify_mark.
57265         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57267 2010-09-14  Andreas Schwab  <schwab@redhat.com>
57269         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
57270         variables after CHECK_SP call.
57271         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
57273 2010-09-13  Andreas Schwab  <schwab@redhat.com>
57274             Ulrich Drepper  <drepper@redhat.com>
57276         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
57277         re-relocationg ld.so.
57278         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
57279         _dl_init_paths call.
57280         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
57281         here anymore.
57283 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
57285         * resolv/res_init.c (__res_vinit): Count the default server we added.
57287 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
57288             Ulrich Drepper  <drepper@redhat.com>
57290         [BZ #11968]
57291         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
57292         (____longjmp_chk): Use %ebx for saving value across system call.
57293         Add unwind info.
57295 2010-09-06  Andreas Schwab  <schwab@redhat.com>
57297         * manual/Makefile: Don't mix pattern rules with normal rules.
57299 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
57301         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
57302         operation.
57303         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
57304         * libio/iofopncook.c (_IO_cookie_init): Likewise.
57305         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
57306         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
57307         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
57308         Likewise.
57310 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
57312         [BZ #11979]
57313         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
57314         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
57316 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
57318         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
57319         * sysdeps/x86_64/addmul_1.S: Likewise.
57320         * sysdeps/x86_64/lshift.S: Likewise.
57321         * sysdeps/x86_64/mul_1.S: Likewise.
57322         * sysdeps/x86_64/rshift.S: Likewise.
57323         * sysdeps/x86_64/sub_n.S: Likewise.
57324         * sysdeps/x86_64/submul_1.S: Likewise.
57326 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57328         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
57329         Define __sched_param instead of SCHED_* and sched_param when
57330         <bits/sched.h> is included with __need_schedparam defined.
57331         * bits/sched.h [__need_schedparam]
57332         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
57333         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
57334         (__defined_schedparam): Define to 1.
57335         (__sched_param): New structure, identical to sched_param.
57336         (__need_schedparam): Undefine.
57338 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
57340         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
57341         (epoll_create1): Declare.
57343         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
57345 2010-08-31  Andreas Schwab  <schwab@redhat.com>
57347         [BZ #7066]
57348         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
57349         shifting retval into place.
57351 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
57353         * nis/rpcsvc/nis.h: Update copyright notice.
57354         * nis/rpcsvc/nis.x: Likewise.
57355         * nis/rpcsvc/nis_callback.h: Likewise.
57356         * nis/rpcsvc/nis_callback.x: Likewise.
57357         * nis/rpcsvc/nis_object.x: Likewise.
57358         * nis/rpcsvc/nis_tags.h: Likewise.
57359         * nis/rpcsvc/yp.h: Likewise.
57360         * nis/rpcsvc/yp.x: Likewise.
57361         * nis/rpcsvc/ypupd.h: Likewise.
57362         * nis/yp_xdr.c: Likewise.
57363         * nis/ypupdate_xdr.c: Likewise.
57365         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
57366         mainly the body of pmap_getport.  Add parameters to specify timeouts.
57367         (pmap_getport): Use __libc_rpc_getport.
57368         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
57369         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
57370         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
57372 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
57374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
57375         fanotify_mark.
57377 2010-08-27  Roland McGrath  <roland@redhat.com>
57379         * sysdeps/i386/i686/multiarch/Makefile
57380         (CFLAGS-varshift.c): New variable.
57382 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
57384         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
57385         * sysdeps/i386/i686/multiarch/varshift.c: New file.
57387         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
57389         * sysdeps/x86_64/strlen.S: Minimal code improvement.
57391 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
57393         * sysdeps/x86_64/strlen.S: Unroll the loop.
57394         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57395         strlen-sse2 strlen-sse2-bsf.
57396         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
57397         __strlen_no_bsf if bit_Slow_BSF is set.
57398         (__strlen_sse42): Removed.
57399         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
57400         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
57402 2010-08-25  Roland McGrath  <roland@redhat.com>
57404         * sysdeps/x86_64/multiarch/varshift.S: File removed.
57405         * sysdeps/x86_64/multiarch/varshift.c: New file.
57406         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
57407         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
57408         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
57409         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
57411 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
57413         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57414         strlen-sse2 strlen-sse2-bsf.
57415         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
57416         __strlen_sse2_bsf if bit_Slow_BSF is unset.
57417         (__strlen_sse2): Removed.
57418         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
57419         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
57420         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
57421         bit_Slow_BSF for Atom.
57422         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
57423         (index_Slow_BSF): Define.
57424         (HAS_SLOW_BSF): Define.
57426 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
57428         [BZ #10851]
57429         * resolv/res_init.c (__res_vinit): When no server address at all
57430         is given default to loopback.
57432 2010-08-24  Roland McGrath  <roland@redhat.com>
57434         * configure.in: Remove config-name.h generation.
57435         * configure: Regenerated.
57436         * config-name.in: File removed.
57437         * scripts/config-uname.sh: New file.
57438         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
57439         ($(objdir)config-name.h): New target.
57441         * sunrpc/rpc_parse.h: Avoid nested comment.
57443 2010-08-24  Richard Henderson  <rth@redhat.com>
57444             Ulrich Drepper  <drepper@redhat.com>
57445             H.J. Lu  <hongjiu.lu@intel.com>
57447         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
57448         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
57449         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
57450         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
57451         _mm_alignr_epi8 with _mm_loadu_si128.
57452         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
57453         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
57454         (__m128i_shift_right): Removed.
57455         * sysdeps/i386/i686/multiarch/varshift.h: New file.
57456         * sysdeps/i386/i686/multiarch/varshift.S: New file.
57457         * sysdeps/x86_64/multiarch/varshift.h: New file.
57458         * sysdeps/x86_64/multiarch/varshift.S: New file.
57460 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
57462         * configure.in: Move assembler checks to before sysdep dir checking.
57464 2010-08-20  Petr Baudis  <pasky@suse.cz>
57466         * LICENSES: Sync the sunrpc license.
57468 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
57470         * sunrpc/auth_des.c: Update copyright notice once again.
57471         * sunrpc/auth_none.c: Likewise.
57472         * sunrpc/auth_unix.c: Likewise.
57473         * sunrpc/authdes_prot.c: Likewise.
57474         * sunrpc/authuxprot.c: Likewise.
57475         * sunrpc/bindrsvprt.c: Likewise.
57476         * sunrpc/clnt_gen.c: Likewise.
57477         * sunrpc/clnt_perr.c: Likewise.
57478         * sunrpc/clnt_raw.c: Likewise.
57479         * sunrpc/clnt_simp.c: Likewise.
57480         * sunrpc/clnt_tcp.c: Likewise.
57481         * sunrpc/clnt_udp.c: Likewise.
57482         * sunrpc/clnt_unix.c: Likewise.
57483         * sunrpc/des_crypt.c: Likewise.
57484         * sunrpc/des_soft.c: Likewise.
57485         * sunrpc/get_myaddr.c: Likewise.
57486         * sunrpc/getrpcport.c: Likewise.
57487         * sunrpc/key_call.c: Likewise.
57488         * sunrpc/key_prot.c: Likewise.
57489         * sunrpc/openchild.c: Likewise.
57490         * sunrpc/pm_getmaps.c: Likewise.
57491         * sunrpc/pm_getport.c: Likewise.
57492         * sunrpc/pmap_clnt.c: Likewise.
57493         * sunrpc/pmap_prot.c: Likewise.
57494         * sunrpc/pmap_prot2.c: Likewise.
57495         * sunrpc/pmap_rmt.c: Likewise.
57496         * sunrpc/rpc/auth.h: Likewise.
57497         * sunrpc/rpc/auth_unix.h: Likewise.
57498         * sunrpc/rpc/clnt.h: Likewise.
57499         * sunrpc/rpc/des_crypt.h: Likewise.
57500         * sunrpc/rpc/key_prot.h: Likewise.
57501         * sunrpc/rpc/netdb.h: Likewise.
57502         * sunrpc/rpc/pmap_clnt.h: Likewise.
57503         * sunrpc/rpc/pmap_prot.h: Likewise.
57504         * sunrpc/rpc/pmap_rmt.h: Likewise.
57505         * sunrpc/rpc/rpc.h: Likewise.
57506         * sunrpc/rpc/rpc_des.h: Likewise.
57507         * sunrpc/rpc/rpc_msg.h: Likewise.
57508         * sunrpc/rpc/svc.h: Likewise.
57509         * sunrpc/rpc/svc_auth.h: Likewise.
57510         * sunrpc/rpc/types.h: Likewise.
57511         * sunrpc/rpc/xdr.h: Likewise.
57512         * sunrpc/rpc_clntout.c: Likewise.
57513         * sunrpc/rpc_cmsg.c: Likewise.
57514         * sunrpc/rpc_common.c: Likewise.
57515         * sunrpc/rpc_cout.c: Likewise.
57516         * sunrpc/rpc_dtable.c: Likewise.
57517         * sunrpc/rpc_hout.c: Likewise.
57518         * sunrpc/rpc_main.c: Likewise.
57519         * sunrpc/rpc_parse.c: Likewise.
57520         * sunrpc/rpc_parse.h: Likewise.
57521         * sunrpc/rpc_prot.c: Likewise.
57522         * sunrpc/rpc_sample.c: Likewise.
57523         * sunrpc/rpc_scan.c: Likewise.
57524         * sunrpc/rpc_scan.h: Likewise.
57525         * sunrpc/rpc_svcout.c: Likewise.
57526         * sunrpc/rpc_tblout.c: Likewise.
57527         * sunrpc/rpc_util.c: Likewise.
57528         * sunrpc/rpc_util.h: Likewise.
57529         * sunrpc/rpcinfo.c: Likewise.
57530         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
57531         * sunrpc/rpcsvc/key_prot.x: Likewise.
57532         * sunrpc/rpcsvc/klm_prot.x: Likewise.
57533         * sunrpc/rpcsvc/mount.x: Likewise.
57534         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
57535         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
57536         * sunrpc/rpcsvc/rex.x: Likewise.
57537         * sunrpc/rpcsvc/rstat.x: Likewise.
57538         * sunrpc/rpcsvc/rusers.x: Likewise.
57539         * sunrpc/rpcsvc/sm_inter.x: Likewise.
57540         * sunrpc/rpcsvc/spray.x: Likewise.
57541         * sunrpc/rpcsvc/yppasswd.x: Likewise.
57542         * sunrpc/rtime.c: Likewise.
57543         * sunrpc/svc.c: Likewise.
57544         * sunrpc/svc_auth.c: Likewise.
57545         * sunrpc/svc_authux.c: Likewise.
57546         * sunrpc/svc_raw.c: Likewise.
57547         * sunrpc/svc_run.c: Likewise.
57548         * sunrpc/svc_simple.c: Likewise.
57549         * sunrpc/svc_tcp.c: Likewise.
57550         * sunrpc/svc_udp.c: Likewise.
57551         * sunrpc/svc_unix.c: Likewise.
57552         * sunrpc/svcauth_des.c: Likewise.
57553         * sunrpc/xcrypt.c: Likewise.
57554         * sunrpc/xdr.c: Likewise.
57555         * sunrpc/xdr_array.c: Likewise.
57556         * sunrpc/xdr_float.c: Likewise.
57557         * sunrpc/xdr_mem.c: Likewise.
57558         * sunrpc/xdr_rec.c: Likewise.
57559         * sunrpc/xdr_ref.c: Likewise.
57560         * sunrpc/xdr_sizeof.c: Likewise.
57561         * sunrpc/xdr_stdio.c: Likewise.
57563         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
57564         handling.
57566 2010-08-19  Andreas Schwab  <schwab@redhat.com>
57568         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
57570 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
57572         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
57573         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
57574         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
57575         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
57576         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
57577         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
57578         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
57579         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
57580         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
57581         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
57582         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
57583         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
57584         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
57585         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
57587 2010-07-26  Anton Blanchard  <anton@samba.org>
57589         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
57590         * malloc/arena.c (heap_trim): Likewise.
57592 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
57594         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
57595         here.  Not...
57596         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
57597         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
57599 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
57601         * sysdeps/i386/elf/Makefile: New file.
57603 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
57605         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
57606         from fanotify_init.
57607         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
57608         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57610 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
57612         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
57613         of strncasecmp_l.
57614         * sysdeps/multiarch/strcmp.S: Likewise.
57616 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
57618         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57619         strncase_l-nonascii.
57620         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57621         Add strncase_l-ssse3.
57622         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
57623         * sysdeps/x86_64/strcmp.S: Likewise.
57624         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
57625         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
57626         * sysdeps/x86_64/strncase.S: New file.
57627         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
57628         * sysdeps/x86_64/strncase_l.S: New file.
57629         * string/Makefile (strop-tests): Add strncasecmp.
57630         * string/test-strncasecmp.c: New file.
57632         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
57633         warning.
57635         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
57636         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
57638 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
57640         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
57642 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
57644         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
57645         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
57646         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
57648 2010-05-01  Alan Modra  <amodra@gmail.com>
57650         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
57651         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
57652         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
57653         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
57654         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
57655         tidying.  Don't tail-call __sigjmp_save for static lib.
57656         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
57657         save location.
57658         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
57659         (CALL_MCOUNT): Add eh info, and nop after bl.
57660         (TAIL_CALL_SYSCALL_ERROR): New macro.
57661         (PSEUDO_RET): Use it.
57662         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
57663         Correct save location of integer regs and cr.
57664         (_dl_profile_resolve): Correct cr save location.  Delete nops
57665         after bl when SHARED.  Reduce cfi size a little by better
57666         placement of cfi directives.
57667         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
57668         make a stack frame.  Instead use parm save area as a temp.
57669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
57670         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
57671         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
57672         Don't make a stack frame for parent, use parm save area.
57673         Increase child stack frame to 112 bytes.  Don't save unused reg,
57674         and adjust reg usage.  Set up cfi on error recovery and
57675         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
57676         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
57677         (__makecontext): Add dummy nop after jump to exit.
57678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
57679         Use correct parm save area and cr save, reduce stack frame.
57680         Correct cfi for possible PSEUDO_RET frame setup.
57681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
57682         Branch to local label emitted by PSEUDO_RET rather than
57683         __syscall_error.
57685 2010-08-12  Andreas Schwab  <schwab@redhat.com>
57687         [BZ #11904]
57688         * locale/programs/locale.c (print_assignment): New function.
57689         (show_locale_vars): Use it.
57691 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
57693         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
57694         field.
57695         (struct statfs64): Likewise.
57696         (_STATFS_F_FLAGS): Define.
57697         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
57698         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57699         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
57700         (ST_VALID): Define locally.
57701         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
57702         __statvfs_getflags, use the provided value.
57703         * sysdeps/unix/sysv/linux/kernel-features.h: Define
57704         __ASSUME_STATFS_F_FLAGS.
57706         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
57708         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
57709         Add sys/fanotify.h.
57710         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
57711         fanotify_mask for GLIBC_2.13.
57712         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
57713         fanotify_init and fanotify_mark.
57714         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57715         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
57717         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
57718         Add prlimit.
57719         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
57720         prlimit64 for GLIBC_2.13.
57721         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
57722         prlimit64.
57723         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
57724         syscall.
57725         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
57726         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57727         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
57728         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
57729         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
57730         add prlimit alias.
57731         * sysdeps/unix/sysv/linux/prlimit.c: New file.
57733         [BZ #11903]
57734         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
57735         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
57737         * nss/Makefile: Add rules to build and run tst-nss-test1.
57738         * shlib-versions: Add entry for libnss_test1.
57739         * nss/nss_test1.c: New file.
57740         * nss/tst-nss-test1.c: New file.
57742         * nss/nsswitch.c (__nss_database_custom): Define new variable.
57743         (__nss_configure_lookup): Set appropriate entry in
57744         __nss_configure_lookup to true.
57745         * nss/nsswitch.h: Define enum with indeces of databases in
57746         databases and __nss_database_custom arrays.  Declare
57747         __nss_database_custom.
57748         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
57749         to avoid using nscd when custom rules are installed.
57750         * nss/getXXbyYY_r.c: Likewise.
57751         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
57753         * nss/nss_files/files-parse.c: Whitespace fixes.
57755 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
57757         [BZ #11883]
57758         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
57759         * posix/fnmatch_loop.c: Likewise.
57761 2010-07-17  Andi Kleen  <ak@linux.intel.com>
57763         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
57764         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
57765         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
57766         * Versions.def [GLIBC_2.13]: Add.
57768 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
57770         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57771         Also fail if tpwd after pwuid call is NULL.
57773 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57775         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
57776         when converting to ms.
57778 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57780         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
57781         EOPNOTSUPP errors with ENOTTY.
57782         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
57783         EOPNOTSUPP errors with ENOTTY.
57785 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
57787         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57788         Add strcasecmp_l-ssse3.
57789         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
57790         strcasecmp.
57791         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
57792         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
57793         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
57795 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
57797         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
57799         * string/Makefile (strop-tests): Add strcasecmp.
57800         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57801         strcasecmp_l-nonascii.
57802         (gen-as-const-headers): Add locale-defines.sym.
57803         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
57804         * sysdeps/x86_64/strcasecmp.S: New file.
57805         * sysdeps/x86_64/strcasecmp_l.S: New file.
57806         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
57807         * sysdeps/x86_64/locale-defines.sym: New file.
57808         * string/test-strcasecmp.c: New file.
57810         * string/test-strcasestr.c: Test both ends of the range of characters.
57811         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
57813 2010-07-29  Roland McGrath  <roland@redhat.com>
57815         [BZ #11856]
57816         * manual/locale.texi (Yes-or-No Questions): Fix example code.
57818 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
57820         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
57821         for ld.so.
57823 2010-07-27  Andreas Schwab  <schwab@redhat.com>
57825         * manual/memory.texi (Malloc Tunable Parameters): Document
57826         M_PERTURB.
57828 2010-07-26  Roland McGrath  <roland@redhat.com>
57830         [BZ #11840]
57831         * configure.in (-fgnu89-inline check): Set and substitute
57832         gnu89_inline, not libc_cv_gnu89_inline.
57833         * configure: Regenerated.
57834         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
57836 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
57838         * string/test-strnlen.c: New file.
57839         * string/Makefile (strop-tests): Add strnlen.
57840         * string/tester.c (test_strnlen): Add a few more test cases.
57841         * string/tst-strlen.c: Better error reporting.
57843         * sysdeps/x86_64/strnlen.S: New file.
57845 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
57847         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
57848         lower-latency instructions.
57850 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
57852         * string/test-strcasestr.c: New file.
57853         * string/test-strstr.c: New file.
57854         * string/Makefile (strop-tests): Add strstr and strcasestr.
57855         * string/str-two-way.h: Don't undefine MAX.
57856         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
57858 2010-07-21  Andreas Schwab  <schwab@redhat.com>
57860         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57861         strcasestr-nonascii.
57862         (CFLAGS-strcasestr-nonascii.c): Define.
57863         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
57864         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
57865         Remove unused attribute.
57867 2010-07-20  Roland McGrath  <roland@redhat.com>
57869         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
57870         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
57871         ld.so.cache was broken.  With it, there is no way to disable dsocaps
57872         like LD_HWCAP_MASK can disable hwcaps.
57874 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
57876         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
57878 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
57880         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
57881         call in strcasestr.
57882         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
57883         __strcasestr_sse42_nonascii.
57884         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
57885         strcasestr-nonascii.c.
57886         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
57888 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
57890         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
57891         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
57892         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
57893         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
57895 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
57897         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
57898         fcntl.
57900 2010-07-06  Andreas Schwab  <schwab@redhat.com>
57902         [BZ #11577]
57903         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
57904         dl_signal_cerror.
57906 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
57908         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
57909         _PC_PIPE_BUF using F_GETPIPE_SZ.
57911 2010-07-05  Roland McGrath  <roland@redhat.com>
57913         * manual/arith.texi (Rounding Functions): Fix rint description
57914         implicit in round description.
57916 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
57918         * elf/Makefile: Fix linking for a few tests to make recent linker
57919         happy.
57921 2010-06-30  Andreas Schwab  <schwab@redhat.com>
57923         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
57924         $(common-objpfx)libc_nonshared.a.
57926 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
57928         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
57929         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
57930         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57931         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57932         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
57933         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
57934         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57935         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57936         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
57937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
57938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
57939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57940         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
57941         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57942         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
57943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
57944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
57945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
57946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
57948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
57950         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
57951         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
57952         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
57953         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
57954         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
57955         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
57956         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
57957         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
57958         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
57959         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
57960         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
57961         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
57962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
57963         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
57964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
57965         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
57966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
57967         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
57968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
57969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
57970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
57971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
57972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
57973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
57974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
57975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
57977 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
57979         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
57980         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
57981         * string/memmove.c (memmove): Renamed to ...
57982         (MEMMOVE): ...this.  Default to memmove.
57983         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
57984         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
57985         (END_CHK): Define.
57986         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57987         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
57988         mempcpy-ssse3-back memmove-ssse3-back.
57989         * sysdeps/x86_64/multiarch/bcopy.S: New file .
57990         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
57991         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
57992         * sysdeps/x86_64/multiarch/memcpy.S: New file.
57993         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
57994         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
57995         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
57996         * sysdeps/x86_64/multiarch/memmove.c: New file.
57997         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
57998         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
57999         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
58000         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
58001         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
58002         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
58003         Define.
58004         (index_Fast_Copy_Backward): Define.
58005         (HAS_ARCH_FEATURE): Define.
58006         (HAS_FAST_REP_STRING): Define.
58007         (HAS_FAST_COPY_BACKWARD): Define.
58009 2010-06-21  Andreas Schwab  <schwab@redhat.com>
58011         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58012         Restore proper fallback handling.
58014 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
58016         [BZ #11701]
58017         * posix/group_member.c (__group_member): Correct checking loop.
58019         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
58020         OOM in getpwuid_r correctly.  Return error number when the caller
58021         should return, otherwise -1.
58022         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
58023         call returning > 0 value.
58024         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
58026 2010-06-07  Andreas Schwab  <schwab@redhat.com>
58028         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
58029         libc_nonshared.a from targets in modules-names.
58031 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
58033         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
58034         requires it.
58036 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
58038         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
58039         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
58040         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
58041         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
58043 2010-06-02  Andreas Schwab  <schwab@redhat.com>
58045         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
58047 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
58049         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
58050         and F_GETPIPE_SZ.
58051         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
58052         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
58053         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
58054         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
58055         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
58056         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
58058 2010-06-14  Roland McGrath  <roland@redhat.com>
58060         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
58062 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
58064         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
58065         __REDIRECT followed by __THROW.
58066         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
58067         * posix/getopt.h (getopt): Likewise.
58069 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58071         * hurd/lookup-at.c (__file_name_lookup_at): Accept
58072         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
58073         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
58074         in AT_FLAGS.
58075         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
58076         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
58078 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
58080         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
58082 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
58084         [BZ #11640]
58085         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58086         Properly check family and model.
58088 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
58090         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
58092 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
58094         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
58096 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
58098         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
58099         symbol reference.
58101 2010-05-19  Andreas Schwab  <schwab@redhat.com>
58103         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
58104         symbol reference.
58106 2010-05-21  Andreas Schwab  <schwab@redhat.com>
58108         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
58109         and internal_recvmmsg.
58110         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
58111         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
58112         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
58113         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
58115         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
58116         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
58117         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
58119 2010-05-20  Andreas Schwab  <schwab@redhat.com>
58121         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
58123 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
58125         POWER7 optimizations.
58126         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
58127         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
58129 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
58131         * version.h: Update for 2.13 development version.
58133 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
58135         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
58136         exceptions.  Return 0.
58138 2010-05-07  Roland McGrath  <roland@redhat.com>
58140         * elf/ldconfig.c (main): Add a const.
58142 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
58144         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
58145         (args_options): Add no-idn option.
58146         (ahosts_keys_int): Add idn_flags to ai_flags.
58147         (parse_option): Handle 'i' option to clear idn_flags.
58149         * malloc/malloc.c (_int_free): Possible race in the most recently
58150         added check.  Only act on the data if no current modification
58151         happened.
58153 See ChangeLog.17 for earlier changes.